@charset "UTF-8";
/* CSS Document */

BODY {
	background: #2b2b2b url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

div {
	margin:0px;
	}
	
a {
	color:#cc0000;
	}

a:hover {
	text-decoration: none;
	}

#holder {
	width: 972px;
	margin: 0px auto;
	}

#header {
	width: 972px;
	float:left;
	display:block;
	}

#header #logo {
	width: 400px;
	float:left;
	display:block;
	padding: 5px 0 0 15px;
	}

#header #address {
	width: 170px;
	margin: 15px 10px 0 0;
	float:right;
	display:block;
	background: url(images/top-address-bg.png) top left no-repeat;
	padding: 0 0 0 35px;
	color: #999;
	font-size: 11px;
	line-height: 14px;
	}

#header #address b {
	color: #FFFFFF;
	font-size: 12px;
	}

#header #phone {
	width: 230px;
	margin: 85px 10px 0 0;
	float:right;
	display:block;
	background: url(images/top-phone-bg.png) top left no-repeat;
	padding: 0 0 0 45px;
	color: #999;
	font-size: 14px;
	line-height: 20px;
	}

#header #phone b {
	color: #c00;
	font-size: 16px;
	}

#header #phone span {
	color: #fff;
	font-size: 22px;
	}


#topMenu {
	width: 972px;
	height: 82px;
	float:left;
	display:block;
	background: url(images/top-menu-bg3.png) no-repeat;
	}
/*

#topMenu ul {
	width: 957px;
	height: 37px;
	float:left;
	display:block;
	list-style: none;
	margin: 8px 0 0 8px;
	padding: 0;
	}

#topMenu ul li {
	float:left;
	display:block;
	text-align:center;
	line-height:16px;
	} 

#topMenu ul li a {
	display:block;
	float:left;
	padding: 9px 0 0 0;
	color: #fff;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	height: 28px;
	text-transform: uppercase;
	background-image: url(images/top-menu-ON.gif);
	background-repeat: no-repeat;
	background-position: 0 50px;
	}

#topMenu ul li a:hover {
	background: url(images/top-menu-ON.gif) top center no-repeat;
	text-decoration: none;
	}

#topMenu ul li a.ON{
	background: url(/images/top-menu-ON.gif) top center no-repeat;
	}

#topMenu ul li a#homeT { width: 71px; }
#topMenu ul li a#searchT { width: 124px; }
#topMenu ul li a#buyersT { width: 86px; }
#topMenu ul li a#sellersT { width: 80px; }
#topMenu ul li a#featuredT { width: 141px; }
#topMenu ul li a#relocatingT { width: 110px; }
#topMenu ul li a#aboutT { width: 129px; }
#topMenu ul li a#rwT { width: 108px; }
#topMenu ul li a#contactT { width: 107px; }
*/

.contentHolder {
	clear:both;
	float: left;
	display:block;
	width: 946px;
	padding: 7px 13px 0 13px;
	background:url(images/content-bg.png) repeat-y;
	}

#homePhoto {
	float:left;
	display: block;
	width: 944px;
	height: 346px;
	border: 1px solid #464646;
	}

#homePhoto #photo {
	float:left;
	display: block;
	width: 708px;
	height: 346px;
	}

#homePhoto #quickSearch {
	float:left;
	display: block;
	width: 236px;
	height: 346px;
	}

#quickSearch #searchTitle {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 8px 0 0 7px;
	height: 26px;
	line-height: 18px;
	width: 229px;
	text-transform: uppercase;
	background: url(images/quick-search-bg.gif) repeat-x;
	}

#quickSearch form {
	margin: 0;
	padding: 10px 0 10px 15px;
	line-height: 16px;
	}

.formfield {
	width: 200px;
	border: 1px solid ccc;
	line-height: 18px;
	color: #aaa;
	font-size: 11px;
	margin: 0 0 7px 0;
	}

.formfieldLeft {
	width: 95px;
	border: 1px solid ccc;
	line-height: 18px;
	color: #aaa;
	font-size: 11px;
	margin: 0 10px 7px 0;
	}

.formfieldRight {
	width: 95px;
	border: 1px solid ccc;
	font-size: 11px;
	line-height: 18px;
	color: #aaa;
	margin: 0 0 7px 0;
	}

.contentHome {
	clear:both;
	float: left;
	display:block;
	width: 946px;
	padding: 7px 13px 0 13px;
	background:url(images/home-body-bg.png) repeat-y;
	}
	
.contents{
	float: left;
	display:block;
	line-height: 14px;
	}
	
.contentHome .leftContent {
	width: 492px;
	float: left;
	display:block;
	}

.leftContent .contents{
	width: 465px;
	padding: 10px 15px 15px 10px;
	}

.contentHome .centerContent {
	width: 218px;
	float: left;
	display:block;
	}
	
.centerContent .contents{
	width: 198px;
	padding: 10px 10px 15px 10px;
	font-size: 11px;
	color:#666;
	}
	
.centerContent .contents .myCategory{
	width: 190px;
	padding:4px;
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 0 10px 0;
	}

.centerContent .contents .dots {
	padding: 0;
	margin: 10px 0 10px 0;
	display:block;
	height: 1px;
	width: 198px;
	background:url(images/gray-dots.gif) repeat-x;
	}
	
.centerContent .contents .linkTitle {
	font-size: 12px;
	font-weight:bold;
	}

.contentHome .rightContent {
	width: 236px;
	float: left;
	display:block;
	}
	
.rightContent .contents{
	width: 214px;
	padding: 10px 11px 15px 11px;
	font-size: 11px;
	color:#fff;
	}
	
.rightContent .contents form {
	padding: 5px 14px 5px 14px;
	background: #b20101;
	margin: 0;
	text-transform: uppercase;
	color:#FFFFFF;
	}
	
.rightContent .contents form input {
	width: 181px;
	height: 24px;
	background:url(images/fieldstext-bg.jpg) no-repeat;
	padding: 5px 0 0 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	border: 0;
	margin: 0 0 8px 0;
	}
	
.rightContent .contents form textarea {
	width: 181px;
	height: 94px;
	background: url(images/textarea-bg.jpg) no-repeat;
	padding: 5px 0 0 5px;
	font-size: 11px;
	color: #999;
	border: 0;
	margin: 0 0 8px 0;
	}
	
.rightContent .contents .testiTitle {
	margin: 15px 0 0 0;
	padding: 0 0 3px 0;
	width: 214px;
	display:block;
	color: #FFF;
	font-size: 16px;
	font-weight:bold;
	background:url(images/white-dots.gif) bottom left repeat-x;
	}
	
.rightContent .contents .testi {
	padding: 15px 0 15px 0;
	width: 214px;
	display:block;
	color: #FFF;
	background:url(images/white-dots.gif) bottom left repeat-x;
	font-style: italic;
	}
	
.rightContent .contents .testi b { font-size: 12px; font-style:normal;}
	
h1 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #333333;
	font-size: 22px;
	line-height: 26px;
	}
	
h2 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #c00;
	font-size: 16px;
	line-height: 16px;
	}
	
h3 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #666;
	font-size: 18px;
	line-height: 18px;
	}

.cRed {
	color: #c00;
	}
	

.titleOrange {
	color: #f90;
	font-size: 18px;
	font-weight:bold;
	}

.titlewhite {
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	}

.titlewhite2 {
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	}

.footnotes {
	font-size: 11px;
	color:#999999;
	}	

.formfields {
	padding: 4px;
	line-height:18px;
	border: 1px solid #ccc;
	}
	
/************************ INNER PAGE
********************************************************/
.contentHolder2 {
	clear:both;
	float: left;
	display:block;
	width: 946px;
	padding: 7px 13px 20px 13px;
	background:url(images/content-bg2.png) repeat-y;
	}

.innerLeft {
	float: left;
	display:block;
	width: 650px;
	line-height: 18px;
	margin: 0 0 0 10px
	}

.innerRight {
	float: right;
	display:block;
	width: 250px;
	margin-right: 5px;
	line-height: 16px;
	color:#FFFFFF;
	}

.faqQ {
	padding: 3px 0 10px 35px;
	background: url(images/question-bg.gif) top left no-repeat;
	line-height: 16px;
	font-weight:bold;
	color: #444;
	min-height: 33px;
	}

.faqA {
	padding: 3px 0 25px 35px;
	background: url(images/answer-bg.gif) top left no-repeat;
	line-height: 16px;
	}

.testimonial {
	background:url(images/quote.gif) no-repeat;
	background-position: 0px 10px;
	padding: 20px 5px 15px 45px;
	margin: 15px 0px 0px 0px;
	line-height: 18px;
	color:#888888;
	border-top: 1px dashed #cccccc;
	}

.testimonial b {
	color:#000000
	}

/*******************FOOTER
***********************************************/
	
#footerTop {
	clear:both;
	float: left;
	display:block;
	width: 972px;
	background: url(images/footer-bottom-bg.png) bottom left no-repeat;
	padding-bottom: 10px;
	}

#footerTopInside {
	clear:both;
	float: left;
	display:block;
	width: 972px;
	background:url(images/footer-top-bg.jpg) top center no-repeat;
	}

#footerTopText {
	clear:both;
	float: left;
	display:block;
	width: 920px;
	margin: 10px 0 10px 26px;
	color: #999;
	}

.footerTitle {
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	float:left;
	display:block;
	width: 640px;
	}

.footerTitle2 {
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	float:left;
	display:block;
	width: 240px;
	}
	
#footerTopText  .leftFooter {
	float: left;
	display:block;
	width: 650px;
	padding: 5px 0 10px 0;
	}
	
#footerTopText  .rightFooter {
	float: right;
	display:block;
	width: 240px;
	padding: 5px 0 10px 0;
	}

a.footerLinks {
	float: left;
	display:block;
	width: 175px;
	height: 20px;
	padding: 7px 0 0 15px;
	margin-right: 20px;
	background:url(images/footer-links-bullets.png) bottom left no-repeat;
	font-size: 11px;
	color:#999999;
	}

div.footerLinks2_outer { width:910px; position:relative; clear:both; }
div.footerLinks2 { float:left; width:auto; padding:0 0 0 0; }
div.footerLinks2 a {
	float: left;
	display:block;
	clear:left;
	width: 175px;
	height: 20px;
	padding: 7px 0 0 15px;
	/*margin-right: 20px;*/
	background:url(images/footer-links-bullets.png) bottom left no-repeat;
	font-size: 11px;
	color:#999999;
	}
div.footerLinks2.one a { margin-right:80px; }
div.footerLinks2.two a { margin-right:80px; }
div.footerLinks2.three a { }
		
#footerBottom {
	clear:both;
	float: left;
	display:block;
	width: 932px;
	margin: 5px 0 0 20px;
	padding: 0 0 25px 0;
	}
	
#footerBottom  .left {
	color: #999;
	font-size: 11px;
	float: left;
	display:block;
	width: 650px;
	line-height: 16px;
	}

a.fairHousing {
	background:url(images/fair-housing-icon.png) top left no-repeat;
	padding: 3px 0 0 26px;
	height: 13px;
	display:block;
	width: 130px;
	white-space: nowrap;
	}
	
#footerBottom  .left  a { color: #999}
	
#footerBottom  .right {
	color: #999;
	font-size: 11px;
	float: right;
	display:block;
	width: 250px;
	text-align:right;
	line-height: 16px;
	}
	
#footerBottom  .right  a { color: #999}

.f13 {font-size: 13px}
.f14 {font-size: 14px}
.f11 {font-size: 11px}
.f16 {font-size: 16px}
.f18 {font-size: 18px}
.f20 {font-size: 20px}
.f22 {font-size: 22px}
.f24 {font-size: 24px}
.f26 {font-size: 26px}
.f28 {font-size: 28px}
.f30 {font-size: 30px}

.ul { padding:0 0 0px 0; }
.ul ul {}
.ul li { 
	display:block; width:100%; 
	background:url(images/tick_16.png) no-repeat scroll left 2px;
	padding:3px 0 3px 20px; margin:0 0 0 0px;
}


/* Adjust Photo Size (Typically height: 130px; width: 170px) */
.featuredPropertyPic .photo {
	width: 220px;
	border: 4px solid #660000
}
/* Link Text */
/* Note: Must change font size using fs argument (see below) */
.ihfslidestext a {
	font-weight:bold;
	color:#fff;
	font-size: 12px;
	text-decoration:none;
}
.ihfslidestext a:hover {}
