/* CSS Document for MortgageDealsandMore.com */
/* Author: AJ Batac */
/* http://allanjosephbatac.com */
a, a:link, a:visited {
	text-decoration: underline;
	color: #FE0000;
}
a:hover {
	color: #000;
}
img, div, h1 { 
	behavior: url(iepngfix/iepngfix.htc)
}
.right_col {
	background-color: #fff;
}
.left_col {
	background-color: #fff;
}
	.left_col table {
		font-size: 10px;
		width: 175px;
		margin: 0;
	}
	.left_col tr td {
		border: solid 1px #ccc;
	}
	.bg1 {
		background-color: #E6E6E6;
	}
	.bg2 {
		background-color: #F3F3F3;
	}
.header {
	/* nothing here yet */
}
	.header h1 {
		background-image: url(images/logo.png);
		background-repeat: no-repeat;
		display:block;
		width: 473px;
		height: 56px;
		text-indent: -99999px;
		cursor: pointe;
	}
	.header #logo {
		width: 473px;
	}
		.header #logo a, .header #logo a:hover, .header #logo a:visited, .header #logo a:active {
			color: #fff;
			outline: none;
		}
.navigation {
	background-color: #996699;
}
#content {
	margin: 20px 0;
}
#subcontent {
	width: 700px;
}
#glossary {
	width: 700px;
	margin-left: 25px;
}
	#glossary h2 {
		color: #ddd;
		font-size: 36px;
		margin-bottom: 0;
	}
	#glossary #content {
		margin: 0;
		padding: 0;
		margin-left: 30px;
	}
#province_list ul
{
	list-style: none;
	width: 150px;
	margin-left: 10px;
	float: left;
}
#province_list li
{
	font-size: 10px;	
}
.footer {
	background-color: none;
	color: #333;
	font-size: 11px;
	padding: 16px 0 16px 10px;
}
	.footer a {
		color: #0066CC;
		text-decoration: underline;
	}

.clear {
	clear: both;
}
.small {
	font-size: 10px;
}
.strong {
	font-weight: bold;
}
.clean {
	background-color: #fff;
	border: none;
}
.bigletter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #fff;
	background-color: #D6472B;
	padding: 3px 7px;
	font-weight: bold;
}
.grey {
	color: #999;
}
.red {
	color: #CC0000;
}
.green {
	color: #009900;
}
.success {
	background-color: #FFFFDD;
	padding: 15px;
	border: solid 1px #ddd;
}
.space_left {
	padding-left: 10px;
}
.nounderline {
	text-decoration: none; !important
}
#backtotop {
	margin: 15px 0 20px 15px;
}

/* tabs */
#tabs {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	text-transform:uppercase;
}
#tabs ul {
	margin:0;
	padding:0 10px 0 1px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("./images/tableft3.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url("./images/tabright3.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}
#tabs #current a {
	background-position:0% -42px;
}
#tabs #current a span {
	background-position:100% -42px;
}

/* forms */
#formholder {
	margin: 10px 50px;
}
#formhead {
	margin: 10px 0 0 0;
}
#formhead_error {
	margin: 10px 0 0 0;
	color: #CC0000;
}
#error {
	color: #CC0000;
}
#input {
	width: 500px;
	padding: 2px;
}
#input-m {
	width: 300px;
	padding: 2px;
}
#input-s {
	width: 100px;
	padding: 2px;
}
#input:focus, #input-m:focus, #input-s:focus, #textarea:focus, #textarea-s:focus, #captcha:focus {
	background-color: #FFFFDD;
}
#textarea {
	width: 500px;
	height: 250px;
	padding: 2px;
}
#textarea-s {
	width: 500px;
	height: 150px;
	padding: 2px;
}
#counter {
	width: 30px;
	padding: 2px;
}
#captcha {
	width: 100px;
	padding: 2px;
}
#button {
	width: 150px;
	padding: 3px;
}
#button-l {
	width: 200px;
	padding: 3px;
}
#select {
	width: 200px;
}