/* Tell me about Mortgages - Main CSS */
body {
	background-color: #D6D6D6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 0;
}

a {
	color: #599DDE;
	text-decoration: underline;
}

a:hover {
	color: #599DDE;
	text-decoration: none;
}

img {
	border: 0;
}

#container {
	width: 871px;
	border-right: 1px solid #929292;
	border-left: 1px solid #929292;
	border-bottom: 1px solid #929292;
	background-color: #fff;
	margin: 0 auto 0 auto;
}

#header {
	height: 201px;
	background-image: url(../images/header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

	#header #logo {
		margin: 9px 0 0 0;
		width: 156px;
		padding: 0 0 0 16px;
		float: left;
		font-size: 11px;
		font-weight: bold;
		color: #596F79;
		text-align: center;
		line-height: 17px;
	}
	
	#header #contact {
		width: 97px;
		float: right;
		margin: 10px 0 0 0;
		padding: 0 15px 0 0;
		font-size: 12px;
		font-weight: bold;
	}
	
		#header #contact a {
			text-decoration: none;
			color: #676868;
		}

#navigation {
	height: 21px;
	background-image: url(../images/nav_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	padding: 7px 0 0 5px;
	font-size: 11px;
}

	#navigation a {
		color: #fff;
		text-decoration: none;
		padding: 0 12px 0 12px;
		font-weight: bold;
	}

#content {
	background-color: #fff;
}

	#content #menu {
		width: 186px;
		float: left;
		margin: 0;
		padding: 18px 29px 0 18px;
		background-color: #fff;
	}
	
		#content #menu .menuItem {
			width: 186px;
			font-size: 10px;
			padding: 0 0 12px 0;
			line-height: 14px;
			background-color: #fff;
			clear: both;
		}
		
			#content #menu .menuItem a {
				/**/
			}
			
			#content #menu .menuItem img  {
				margin: 0 0 5px 0;
			}
			
			#content #menu .menuItem .big {
				font-size: 12px;
				line-height: 14px;
				font-weight: bold;
			}
	
	#content #contentArea {
		width: 638px;
		float: left;
		line-height: 17px;
		padding: 18px 0 0 0;
		background-color: #fff;
	}
	
		#content #contentArea .headingText {
			margin: 0 0 11px 0;
		}
		
		#content #contentArea .contentArea {
			margin: 0 0 31px 0;
			padding: 0 28px 0 0;
		}
		
		#content #contentArea #sectionedArea {
			clear: both;
		}
		
			#content #contentArea #sectionedArea .sections {
				width: 186px;
				margin: 0 0 10px 0;
				padding: 0 26px 0 0;
				float: left;
			}
			
				#content #contentArea #sectionedArea .sections .item {
					margin: 0 0 6px 0;
				}

#footer {
	font-size: 10px;
	color: #999999;
	width: 871px;
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	background-color: #fff !important;
	height: 37px;
	float: left;
}

	#footer a {
		text-decoration: none;
		color: #999999;
	}
	
	#footer #footerText {
		width: 805px;
		float: left;
		padding: 0 5px 0 0;
	}
	
		#footer #footerText .spacer {
			height: 12px;
			border-bottom: 1px solid #999;
			padding: 0 0 0 17px;
		}
		
		#footer #footerText .links {
			line-height: 19px;
			padding: 0 0 0 17px;
		}
	
	#footer #footerLogo {
		float: left;
		width: 57px;
	}
	
.redText {
	color: #FF0000;
	font-size: 11px;
}

.formField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #CCCCCC;
	width: 230px;
}

input, select, textarea {
	font-size: 11px;
	border: 1px solid #ccc;
}

.aboutImg {
	margin: 0 10px 10px 0;
	border: 1px solid #CCCCCC;
}

.button {
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.content {
	font-size: 11px;
}