@import "reset.css";

/* -------------------------------------------------------------- 
   Global Styles  
-------------------------------------------------------------- */

body {
	font-family:Trebuchet MS, Arial, sans-serif;
	background:#dd3f3e url('../img/bg_body.gif') repeat-x top left;
	font-size:10pt;
	color:#231f20;
}

#container {
	width:850px;
	margin:0 auto;
	border:1px solid #fff;
	background-color:#fff;
	
}

	#header {
		background-color:#231f20;
		height:66px;
		border-bottom:1px solid #b55a4d;
	}
	
		
		#header #printlogo {
			width:164px;
			height:52px;
			background:url('../img/logo.jpg') no-repeat top left;
			/*text-indent:-9999em;*/
			float:left;
			margin:7px 0 0 7px;
			display:none; 
		}
		#header #logo {
			width:164px;
			height:52px;
			background:url('../img/logo.jpg') no-repeat top left;
			/*text-indent:-9999em;*/
			float:left;
			margin:7px 0 0 7px;
		}
		
		#header #main_nav {
			float:left;
			position:relative;
			top:30px;
			left:40px;
		}
		
		#header #main_nav li {
			float:left;
			padding-right:11px;
			margin-right:8px;
			background:url('../img/nav_bar.gif') no-repeat right center;
			position:relative;
			z-index:900;
		}
		
		#header #main_nav li#nav_about {
			padding:0;
			margin:0;
			background:none;
			z-index:900;
		}
		
			#header #main_nav li a {
				color:#fff;
				z-index:900;
			}
					#header #main_nav li a:hover {
						color:#de3f3f;;
						z-index:900;
					}
		
			#header #main_nav li ul {
				position:absolute;
				top:20px;
				left:0;
				z-index:900;
/*				width:12em;*/
				background-color:#de3f3f;
				display:none;
			}
			
				#header #main_nav li ul li {
					float:none;
					margin:0;
					padding:0;
					background:none;
					z-index:900;
				}			
					#header #main_nav li ul li a {
						display:block;
						padding:3px 7px;
						z-index:900;
					}
						#header #main_nav li ul li a:hover {
							color:#000000;
							z-index:900;
						}
	
	
					#header #main_nav li ul li a:link, #header #main_nav li ul li a:visited {
					padding: 5px 10px;
				}
				
				#header #main_nav li ul li a:hover, #header #main_nav li ul li a:active {
					background: #de3f3f url('../img/bg_submenu_over.png') repeat-x 0 0;
					color: #fff;
					text-decoration: none;
				}
					
					
	
	
	
	
	
	
		
	#masthead {
		clear:both;
		float:none;
		border-top:1px solid #d89083;
		width:850px;
		height:310px;
		position:relative;
		background:url('../_img/_flash/placeholder_index_01.jpg') no-repeat;
		z-index:1;
	}
	
		#masthead #quick_search {
			border:1px solid #fff;
			position:absolute;
			top:33px;
			left:25px;
			padding:5px;
			background-color:transparent;
			width: 240px;
		}
		
			#masthead #quick_search .wrapper {
				background-color:#e7e6dc;
				border:1px solid #fff;
			}
			
			#masthead #quick_search p.heading {
				background-color:#de3f3f;
				font-size:1.2em;
				color:#fff;
				text-align:center;
				padding:2px 0;
				font-weight:bold;
			}
			
			#masthead #quick_search form {
				padding:5px;
			}
			
				#masthead #quick_search p {
					margin-bottom:3px;
					float:none;
					clear:both;
				}
			
				#masthead #quick_search input {
					width:222px;
					font-size:0.84em;
					border:1px solid #cecfce;
					border-top:1px solid #a6a8a8;
					border-bottom:1px solid #f6f6f3;
					padding:2px;
					color:#363537;
				}
				
				#masthead #quick_search form p span {
					display:block;
					float:left;
					padding:0 11px;
				}
				
				#masthead #quick_search select {
					font-size:0.84em;
					color:#363537;
					padding:2px;
					width:96px;
					display:block;
					float:left;
				}
				
				#masthead #quick_search select#qs_type {
					width:226px;
				}
				
				#masthead #quick_search button {
					padding-top:4px;
				}
				
				#masthead #quick_search p.other {
					position:absolute;
					bottom:5px;
					right:10px;
					font-size:0.84em;
				}
				
				#masthead #quick_search p.other a {
					text-decoration:underline;
				}
				
/* "Common" wrapper for basic pages */

.common {
	padding:5px;
	position:relative;
}

	#main_content h1, #main_content h2, #main_content h3 {
		color:#de3f3f;
		font-weight:bold;
		line-height:1.8em;
	}
	
	#main_content h1 {
		font-size:1.4em;
	}
	
		#main_content h1 small, #main_content h2 small {
			color:#231f20;
			font-style:italic;
			font-size:0.7em;
		}
	
	#main_content h2 {
		font-size:1.2em;
	}
	
	.common p {
		color:#231f20;
		font-size:0.9em;
		margin:1em 0;
	}
	
	.common form legend {
		color:#de3f3f;
		font-weight:bold;
		font-size:1.2em;
	}
	
	.common form p.linear {
		float:none;
		clear:both;
	}
	
		.common form p.linear label {
			display:block;
			float:left;
			width:100px;
			text-align:right;
			background:url('../img/bar_label.gif') no-repeat right center;
			padding-right:8px;
			margin-right:8px;
		}
		
		.common form p.linear input, .common form p.linear select {
			float:left;
		}
		
		.common form p.linear button {
			float:left;
			margin-left:4px;
			position:relative;
			top:-2px;
		}
	
		#main_content input, #main_content select, #main_content textarea {
			width:175px;
			border:1px solid #d4d5d6;
			padding:1px 0;
			font-size:0.9em;
		}
		
		#main_content select {
			background-color:#e6e6e5;
		}

/* Front page ads */				
#ads {
	margin:5px 4px 0 4px;
	border-top:16px solid #231f20;
}

	#ads p {
		margin-top:7px;
	}
				
#footer {
	background:#231f20 url('../img/bg_footer.gif') no-repeat 585px 4px;
	color:#fff;
	margin-top:5px;
	padding:5px 12px 23px 5px;
}

	#footer p {
		font-size:0.7em;
		width:450px;
		padding-top:15px;
		line-height:1.2em;
	}
	
	#footer a {
		color:#FFFFFF;
		text-decoration:underline;
	}
	
				
/* -------------------------------------------------------------- 
   Main Page Styles  
-------------------------------------------------------------- */

#teases {
	margin:10px 0 0 4px;
}

	#teases .tease {
		width:205px;
		height:305px;
		float:left;
		border:1px solid #636466;
		margin-right:5px;
		position:relative;
	}
	
		#teases h2 {
			padding:2px 0;
			text-transform:uppercase;
			color:#fff;
			text-align:center;
			background-color:#de3f3f;
			font-weight:bold;
			font-size:1.1em;
		}
		
		#teases .interior h2 {
			background-color:#d4cfc4;
			color:#231f20;
		}
		
		#teases .interior h2 {
			background-color:#d4cfc4;
			color:#231f20;
		}		
		
		#teases .financial h2, #teases .form h2 {
			text-transform:capitalize;
		}
		
		#teases p {
			text-align:center;
			padding:5px;
		}
		
		#teases p.bottom {
			position:absolute;
			left:0;
			bottom:0;
			padding:0;
			line-height:0;
		}
		
		#teases p.bottom img {
			padding-top:10px;
		}
		
	/* Sign-In Teaser */
	
	#teases .form {
		margin-right:0;
	}
		#teases .form p {
			text-align:left;
		}
		
		#teases .form p.pointer {
			background:url('../img/arrow_right.gif') no-repeat 5px 8px;
			padding-left:20px;
		}
		
		#teases .form fieldset {
			padding:0 10px;
		}
		
			#teases .form fieldset label {
				color:#6d6f71;
				font-size:0.9em;
			}

			#teases .form fieldset + p { 
				color:#6d6f71;
			}
				
			

/*-----------------------------------------------
CRISTIAN'S
-----------------------------------------------*/

#content {
	float: left;
	clear: none;
	width: 610px;
	border-right: 1px solid #000;
	padding: 0 10px 0 0;
}

#content ul {
	list-style-type: disc;
	margin: 0 0 0 40px;
	font-size:0.9em;
}

#content ul.arrow {
	margin: 0 0 0 30px;
}

#content a {
	text-decoration:underline;
}

#content ul.arrow li {
	background: url(../img/arrow_right.gif) no-repeat left 3px;
	list-style-type: none;
	padding: 0 0 0 13px;
}

#rail, .find_office #rail {
	float: right;
	clear: none;
	width: 210px;
	text-align: center;
	font-size: .9em;
}

.find_office #rail {
	width: 320px;
}

#rail h2 {
	color: #000;
	background: url(../img/bg_rail_h2.gif) no-repeat bottom center;
	padding: 0 0 6px 0;
	margin: 10px 0 10px 0;
}

#rail ul li {
	margin: 5px 0;
}
#rail a {
	text-decoration:underline;
}
.find_office #rail ul {
	text-align: left;
	margin: 0 0 0 30px;
}

.find_office #rail ul li {
	background: url(../img/arrow_right.gif) no-repeat left 3px;
	list-style-type: none;
	padding: 0 0 0 13px;
}

.find_office a {
	font-size: 1.2em;
	text-decoration: underline;
}

img.right {
	float: right;
	padding: 0 50px 0 0;
}

img.right2 {
	float: right;
	margin: 0 0 0 20px;
}

img.left {
	clear: none;
	float: left;
}

*.left {
	float: left;
	clear: none;
}

*.right {
	text-align: right;
	float: right;
}

*.center {
	text-align: center;
}

*.clear {
	clear: both;
}

form#agent, form#sort, form#SelectListPerPage {
	float: right;
	text-align: right;
	clear: none;
	width: 400px;
}

form#agent input#submit, form.agent_form input#submit2, form.agent_form input#submit3, form.agent_form input#submit4, #find_office input#submit {
	width: 80px;
	height: 22px;
	background: url(../img/button_search.gif) no-repeat 0 0;
	margin: 0 10px;
	border: none;
}

.mhf a:link, mhf a:visited, .ofc_ttl a:link, .ofc_ttl a:visited {
	color: #de3f3f;
	font-size: .8em;
	text-decoration: underline;
}

mhf a:hover, mhf a:active, .ofc_ttl a:active, .ofc_ttl a:hover {
	color: #000;
	text-decoration: underline;
}

.ofc_ttl a:link, .ofc_ttl a:visited, .ofc_ttl a:hover, .ofc_ttl a:active {
	font-size: 1.2em;
}

form#reg_acct input {
	width: 340px;
}

form#reg_acct input[type="radio"] {
	width: auto;
	clear: none;
	background: none;
	text-align: left;
}

form#reg_acct input[type="submit"], form#reg_acct p input#submit, form#find_office input[type="submit"] {
	width: 74px;
	height: 20px;
	background: url(../img/btn_subscribe.gif) no-repeat 0 0;
	border: none;
	margin: 0 0 0 220px;
}

form#find_office input[type="submit"] {
	width: 80px;
	height: 22px;
	background: url(../img/button_search.gif) no-repeat 0 0;
	margin: 0 10px;
}

#main_content input, #main_content textarea {
	background-color:#e6e6e5;
}

.common form#reg_acct p.linear label {
	width: 200px;
}

#offices {
	width: 500px;
	float: left;
}

p.ofc {
	width: 160px;
	float: left;
	display: inline;
}

p.agent {
	width: 380px;
	display: inline;
	float: left;
	border: 1px solid #ccc;
	margin: 8px;
	padding: 10px;
	line-height: 30px;
}

p.agent img {
	float: left;
	margin: 0 20px 0 0;
}

.sr_main {
	font-size: .9em;
}

.sr {
	width: 100%;
	clear: 	both;
	margin: auto;
	display: block;
	padding: 10px 0 0 0;
	border-top: 1px solid #000;
}

.sr a:link, .sr a:visited, .sr a:active {
	color: #de3f3f;
	text-decoration: underline;
}

.sr a:hover {
	text-decoration: none;
	color: #000;
}

.inline {
	display: inline;
	float: left;
	clear: none;
	margin: 0 5px;
}

.sr .sr_left {
	width: 240px;
}

.sr .sr_center {
	width: 340px;
}

.sr .sr_right {
	width: 200px;
	text-align: center;
}

.sr .sr_right h3 {
	background: url(../img/bg_rail_h2.gif) bottom center no-repeat;
	padding: 0 0 7px 0;
	color: #000;
	font-size: 1.2em;
}

.sr_center ul li {
	display: block;
	float: left;
	clear: none;
	width: 170px;
}

h3.arrow {
	clear: both;
	background: url(../img/arrow_right.gif) 0 6px no-repeat;
	padding: 0 0 0 13px;
	font-size: 1.2em;
	margin: 0;
}

ul.thb {
	margin: 20px 0 0 0;
	text-align: right;
}

ul.thb li {
	display: inline;
	float: left;
	width: 64px;
	margin: 0 1px;
}

.sr_right ul.pages {
	margin: 4px 0 0 0;
	text-align: right;
	float: right;
}

ul.pages li {
	display: inline;
}

ul.pages li a:link, ul.pages li a:visited, ul.pages li a:active {
	color: #fff;
	font-weight: bold;
	background: #666;
	padding: 0 3px;
	margin: 0px;
	text-decoration: none;
}

ul.pages li a:hover {
	background: #de3f3f;
}

#details_wrap {
	float:left;
	margin:10px 0 0;
	width:700px;
}

#main_content.details #rail {
	width: 140px;
}

#main_content.details #rail ul li {
	margin: 0;
}

#main_content.details #rail h2 {
	margin: 0 0 5px 0;
	
}

#det_left {
	width: 160px;
}

#det_center {
	width: 320px;
}

#det_right {
	width: 180px;
}

*.small {
	font-size: 11px;
}

#det_left h3 {
	background: #de3f3f;
	color: #fff;
	text-align: center;
}

#det_left ul li {
	background: #f1f0e5;
	margin: 2px 0;
}

#det_left select {
	width: auto;
	background: #fff;
}

#det_left input {
	width: 150px;
	background: #fff;
	}

#det_left input#downpayment {
	clear: left;
	width: 80px;
	background: #fff;
	}
	
#det_left ul li.arrow_small {
	background: #F1F0E5 url(../img/arrow_small.gif) 0 12px no-repeat;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom:4px;
}

#show_pic {
	margin: 0 0 10px 0;
	display: block;
}

ul#slides li {
	display: inline;
	margin: 0 1px;	
}

#det_right .right {
	position: relative;
	top: -15px;
}

#details_wrap .tabs li {
	float:left;
	/*background:url('../img/tabs_right.gif') no-repeat right top;*/
	margin:0 2px 0 4px;
	/*width:94px;*/
}
	
#details_wrap .tabs a {
	float:left;
	display:block;
	position:relative;
	left:-4px;
	margin-right:-4px;
	background:url('../img/tabs_left.gif') no-repeat left top;
	padding:2px 4px;
	width:94px;
	text-decoration:none;
	color:#636466;
	font-size:0.85em;
	text-align:center;
}

#details_wrap .tabs a:hover {
	color:#fff;
}

h2.linear span.right {
	position: relative;
	top: -30px;
}
/* not for IE5.x or IE6 */
#details_wrap .tabs li:hover, #details_wrap .tabs li:hover a,#details_wrap .tabs li.current, #details_wrap  .tabs li.current a {
	background-position:100% -49px;
	color:#fff;
}
#details_wrap .tabs li:hover a, #details_wrap .tabs li.current a {
	background-position:0 -49px;
}

#details_wrap #search_tabs {
	clear: both;	
	padding: 10px 0 0 0;
	
}

#BrokerReciprocity {
	width:650px;
}

/*#show_details {
	border: 1px #de3f3f solid;
	clear: both;
	padding: 10px;
}*/

.show_details_tag {
	border: 1px #de3f3f solid;
	clear: both;
	padding: 10px;
	float:left;
	min-width:650px;
	width:650px;
}


.break
{
border-bottom:#CC0000 solid 1px;
width:650px;
clear:both;
margin-top:10px;
font-weight:bold; 
color:#CC0000;
}

ul.remarks{ max-width:650px; list-style:none; float:left; color:#000000; }
ul.remarks li { clear:both; background:none; background-image:none; width:650px; font-weight:bold; color:#000000; }
ul.remarks div{color:#000000; width:650px;}
ul.WebForm { width:320px; list-style:none; margin:0px; padding:0px; float:left ; color:#000000; }
	ul.WebForm li { padding:3px; clear:both;  margin:0px;  width:320px; background-image:none; margin:0px; background:none; color:#000000;}
	ul.WebForm li label { display:block; float:left;  width:130px;  font-weight:bold; color:#000000; }
	ul.WebForm span,ul.WebForm strong {color:#000000;}	
.active{
color:#FF0000;
text-decoration:none;
font-weight:bold;
padding:3px;
}
.inactives{
text-decoration:none;
font-weight:bold;
padding:3px;


}
.trenner_links {
background-image:url(../img/trenner.gif);
background-position:left 50%;
background-repeat:no-repeat;
}

#PageTitle
{
	color:#DE3F3F;
	font-weight:bold;
	line-height:1.8em;
}

.highlight
{
	color:#FF0000; !important;
	font-weight:bold; 
}

/*
Home Finder 
*/


.HFDescription
{
	width:28%;
	padding-left:10px;
	font-size:14px;
}
.HFLeftPanel{
	background-color:#FFFFFF;
	width:150px;
}
.HFLeftLink
{
	font-size:14px;
	text-decoration:none;
	color:#000000;	
}
.HFLeftLink:hover
{
	font-size:14px;
	background-color:#000000;
	color:#FFFFFF;
}
.HFCommon{
	font-size:13px;
}

#HFListingDesc{
	font-size:12px;
	font-weight:bold;
}