@charset "UTF-8";
/* CSS Document */

BODY {
	background-image: url(images/bg.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	}

div {
	margin:0px;
	}

a {
	text-decoration:none;
	color:#0088cc;
	}

a:hover {
	text-decoration:underline;
	}

#holder {
	width: 940px;
	margin: 0px auto;
	}

#header {
	width: 940px;
	height: 146px;
	float:left;
	display:block;
	background:url(images/header4.png) no-repeat;
	}

#header #logo {
	height: 50px;
	float:left;
	display:block;
	width: 315px;
	margin:0px;
	padding: 20px 0px 0px 25px;
	line-height:15px;
	font-size: 11px;
	color:#FF0000;
	text-transform:uppercase;
	}

#header #weather {
	height: 55px;
	float:right;
	display:block;
	width: 555px;
	padding: 18px 25px 0px 0px;
	line-height:15px;
	font-size: 11px;
	color:#666666;
	}

#content {
	background:url(images/content-bg.png) repeat-y;
	float:left;
	display:block;
	width: 920px;
	padding: 0px 10px 0px 10px;
	}

#mainContent {
	background:url(images/content-bg.png) repeat-y;
	float:left;
	display:block;
	width: 880px;
	padding: 15px 30px 15px 30px;
	}

.title01 {
	font-size: 22px;
	color:#FF0000;
	font-weight:bold;
	}

.title02 {
	font-size: 16px;
	color:#333333;
	font-weight:bold;
	}

.title03 {
	font-size: 16px;
	color:#cc0000;
	font-weight:bold;
	}

.contentLeft {
	float:left;
	display:block;
	width:600px;
	text-align:left;
	}

.contentRight {
	float: right;
	display:block;
	width:250px;
	}

#homePhoto {
	height: 241px;
	width:920px;
	float:left;
	display:block;
	background-color: #222222;
	margin: 0px;
	}

#homePhoto ul {
	padding:0;
	float: left;
	display: inline;
	width: 920px;
	height: 241px;
	overflow:hidden;
	margin:0px;
}

#homePhoto ul li {
	list-style: none;
	float: left;
	display: inline;
	width:306px;
	height: 241px;
	border-right: 1px solid #ffffff;
	margin:0px;
	padding:0px;
}

#homePhoto ul li a {
	text-decoration:none;
	background:url(images/black-trans.png);
	height: 25px;
	width: 298px;
	float:left;
	display:block;
	margin: 211px 0px 0px 0px;
	padding: 5px 0px 0px 8px;
	font-size: 18px;
	color:#ffffff;
	line-height:16px;
	}

#homeSearch {
	background: url(images/home-search-back3.jpg) no-repeat;
	float:left;
	display:block;
	width: 920px;
	height: 229px;
	}

#quickSearch {
	margin-left: 250px;
	margin-top:25px;
	float:left;
	display:block;
	width:600px;
	}

.bigbox {
	float:left;
	display:block;
	width:570px;
	background:url(images/bottom-big-box.gif) bottom no-repeat;
	margin: 15px 0px 0px 15px;
	}

.topicBox {
	width: 270px;
	float:left;
	display:block;
	padding: 0px 0px 20px 0px;
	margin-bottom:20px;
	border-bottom: dotted 1px #cccccc;
	}

.topicBox .topicTitle {
	font-weight:bold;
	color:#000000;
	font-size: 13px;
	margin:0px;
	padding-bottom:5px;
	float:left;
	display:block;
	}

.topicBox img {
	float:left;
	display:block;
	width: 122px;
	border:0px;
	}

.topicBox img.moreInfo {
	width: 74px;
	height:17px;
	}

.topicBox  p.text  {
	color:#7777777;
	font-size:11px;
	float: right;
	width: 140px;
	display:block;
	line-height: 15px;
	margin:0px;
	}

.Right {
	float:right;
	width: 300px;
	display:block;
	margin: 5px 15px 0px 0px;
	}

.question {
	margin:20px 0px 10px 0px;
	padding: 8px 0px 10px 38px;
	background:url(images/faq-back.gif) no-repeat top left;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
	}

.answer {
	margin:0px;
	padding: 8px 0px 20px 38px;
	background:url(images/faq-back2.gif) no-repeat top left;
	border-bottom: 1px dashed #cccccc;
	}

#footer {
	float:left;
	display:block;
	width:940px;
	background:url(images/footer.png) no-repeat;
	/* height: 112px; */
	font-size: 11px;
	color: #777777;
	}


table.cells tr td {
	background-color: #efefef;
	}



.row1 {
	background-color:#0088ff;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;	
	}

.row2 {
	background-color:#efefef;
	}

.formfield {
	border: 1px solid #999999;
	background-color:#FFFFFF;
	width:180px;
	}



p.articles {
	padding-left: 128px;
	background: no-repeat top left;
	color:#888888;
	padding: 0px 0px 15px 128px;
	border-bottom:dashed 1px #dddddd;
	margin:0px
	}

p.blackTitle {
	font-size:16px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	margin: 0px;
	padding:15px 0px 5px 0px
	}

.footertext {
	color: #888888;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	}

.footertext a {
	color: #0088cc;
	text-decoration:none
	}

.footertext a:hover {
	color: #cc6600;
	}

.realtorEqual {
	height: 21px;
	margin:0px;
	padding: 5px 0px 0px 59px;
	background:url(images/realtor-equal-logo.png) no-repeat;
	}
table.seminars tr td {
	border-bottom: solid 1px #cccccc
	}

.testimonial {
	background:url(images/quote.gif) no-repeat;
	background-position: 0px 20px;
	padding: 20px 5px 15px 45px;
	margin: 15px 0px 0px 0px;
	line-height: 18px;
	color:#888888;
	border-top: 1px dashed #cccccc;
	}

.testimonial b {
	color:#000000
	}
	




.specialReportsHead {
	float:left;
	display: block;
	width: 240px;
	padding: 3px 5px 3px 5px;
	color:#FFFFFF;
	font-size: 13px;
	font-weight:bold;
	background:url(images/special-reports-bg.gif) no-repeat;
	}


.specialReportsHolder {
	float:left;
	display: block;
	width: 238px;
	padding: 5px;
	border: 1px solid #ccc;
	border-top: 0px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	}

.specialReportsRows {
	clear:both;
	float:left;
	display: block;
	width: 238px;
	border-bottom: 1px dashed #ddd;
	padding: 7px 0 7px 0;
	}
	
.specialReportsRows .left {
	width: 120px;
	float:left;
	display:block;
	}
	
.specialReportsRows .right {
	width: 110px;
	float:right;
	display:block;
	}

.redOrangeButton {
	clear:both;
	float:left;
	display:block;
	height: 17px;
	width: 110px;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding-top: 4px;
	text-align:center;
	background: url(images/orange-button.gif) no-repeat;
	text-decoration:none;
	margin: 7px 0 0 0;
	}