@charset "UTF-8";

/* Main /////////////////////////////////////////////////// */

/* Sets all defaults to 0 */

html, body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	background: url(images/background.jpg) repeat-x;
	color: #000000;
}

#container {
	width: 889px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url(images/fauxcolumn.jpg) repeat-y;
	margin-top: 0px;
}

#header {
	width: 889px;
	background: url(images/header.jpg) no-repeat;
	height: 87px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
	line-height: 18px;
	color: #333333;
}

#header_photos {
	width: 889px;
	background: url(images/header_photos.jpg) no-repeat;
	height: 191px;
}

#address {
	position: absolute;
	right: 20px;
	top: 18px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #8A091C;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #666666;
}


/**------------------Navigation--------------------------**/
#navigation {
	background: url(images/nav_background.jpg) no-repeat;
	height: 50px;
	width: 889px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 889px;
	list-style: none;
	float: left;
}

#navigation li {
	float: left;
}

#navigation li a, #navigation li a:active, #navigation li a:visited {
	display: block;
	height: 33px;
	width: 147px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin-right: 0px;
	padding: 17px 0px 0px;
	border-right: solid #950A22;
	border-right-width: 1px;
}

#navigation li a:hover {
	color: #FFFF99;
	background: #74040A;
}

/**--------------------End Navigation_________________________**/
#main_content {
	width: 889px;
	position: relative;
}

#left_column {
	background: #CCCCCC;
	width: 248px;
	float: left;
	height: 500px;
}

#center_column {
	width: 350px;
	float: left;
	padding-top: 15px;
}

#center_column h1 {
	font-size: 18px;
	color: #990000;
}

#center_column p {
	font-size: 14px;
	line-height: 18px;
}

#center_column_pages {
	width: 600px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

#realestate_column1 {
	float: left;
	width: 285px;
}

#realestate_column2 {
	float: right;
	width: 285px;
}

#real_estate_links {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.agent_names {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
#center_column_pages h1 {
	font-size: 18px;
	color: #990000;
	border-bottom: 1px solid #6F0308;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.agent_info {
	font-size: 12px;
	line-height: 14px;
}

#center_column_pages p {
	font-size: 14px;
	line-height: 18px;
}

#right_column {
	width: 230px;
	text-align: center;
	float: right;
	padding: 10px;
}

#footer {
	width: 889px;
	background: url(images/footer.jpg) no-repeat;
	height: 50px;
	color: #FFFFFF;
	clear: both;
	line-height: 50px;
}

#footer_address {
	float: left;
	margin-left: 15px;
}

#footer_sitedesign {
	float: right;
	margin-right: 15px;
}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFF99;
	text-decoration: none;
}

#news_signup {
	width: 225px;
	padding-left: 15px;
	position: absolute;
	top: 260px;
}

#news_signup p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #A00E2C;
	font-weight: bold;
}

#building_photo {
	margin-left: -31px;
	position: absolute;
}

.signup {
	font-size: 24px;
	line-height: 28px;
}

#main2column {
	float: right;
	width: 610px;
}
.quoteheader {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.disclaimer {
	font-size: 12px;
}
.trusted_choice {
	font-size: 86%;
	line-height: 14px;
}
#container #main_content #main2column #center_column_pages ol {
	font-size: 14px;
	line-height: 18px;
}
.faqheaders {
	font-size: 18px;
	color: #A00E2C;
}
.required {
	color: #920A22;
}
