/*--------------------------- Some colors to find and replace:
#000000 basic body background color
#FFFFFF overall font color for most instances of text
#CEA645 color of links
#CEA645 color of visited links
#CEA645 links when hovered
17637 Storage Locker number
HEADERBG background of header (.jpg or .gif, /files/17637/ is already included)
blackngoldlolz.jpg banner (.jpg or .gif, /files/17637/ is already included)
bullet.jpg Partner links bullets (.jpg or .gif, /files/17637/ is already included)
------------------------------------- End find and replace */

/* ------------------------------------BEGIN ALL PAGES CSS */
body,td,th {color:#FFFFFF;}
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {color: #CEA645;}
a:visited {color: #CEA645;}
a:hover {color: #CEA645;}

/* ------------------------------------BEGIN INTERIOR PAGES CSS ONLY */
#agent {
position:relative;
background:url('') repeat-y center top #000000;
margin: 0 auto 0;
}

#agent font, h2, h3, h4, h5, span {color:#FFFFFF;}
#agent a {color:#CEA645;}
#agent a:hover {color:#CEA645;}
#agent a:visited {color: #CEA645;}

#site {}

#MHT {height:32px; display:none;}
#header{background:url('/files/17637/banback.jpg');}
#banner{height:200; background:url('/files/17637/banstaff.jpg') no-repeat top left;}

#ContactAndQS {}
.topRow{ display:none;
 background:url('/files/981030/goldTightVert.jpg') center;
 border-top:2px solid #CEA645;
 border-bottom:2px solid #CEA645;
}

#topContact {font-size:8pt; height:20px; /* width:675px; float:right; */ padding-left:30px;}
#topContact, #topContact span {color:#000000; font:10pt tahoma, verdana, arial, sans-serif; line-height:18px;}
#topContact div {margin-right:30px; float:left; line-height:18px;}
#topContact br {display:none;}

#designations {text-align:center; float:right; width:375px; display:none;}

.bottomRow{
 height:40px;
 background:url('/files/17637/goldTightVert.jpg') center;
 padding-left:10px;
 padding-right:10px;
 border-top:2px solid #CEA645;
 border-bottom:2px solid #CEA645;
}

/* BEGIN QUICK SEARCH CLASSES */
#qsContainer{}

 	#QuickSearch{display:block;margin:0;padding:0;height:25px;overflow:hidden;text-align:center;}
 	#QuickSearch fieldset label{font:normal 8pt/100% "arial", sans-serif;}
	#QuickSearch fieldset{display:inline;margin:0;padding:0;border:none;}
	#QuickSearch legend,#QuickSearch label span{display:none;}
	#QuickSearch fieldset input{width:125px;height:21px;font:bold 9pt "arial", sans-serif;}
	#QuickSearch fieldset select{width:125px;height:18px;font:normal 9pt "arial", sans-serif;}
		#QuickSearch fieldset input#state_qs{width:25px;}
		#QuickSearch fieldset input#zipcode_qs{width:50px;}
		#QuickSearch fieldset select#proptype_qs{width:175px;}
		#QuickSearch fieldset select#bed_qs{width:65px;}
		#QuickSearch fieldset select#full_qs{width:65px;}
		#QuickSearch fieldset select#minprice_qs{width:80px;}
		#QuickSearch fieldset select#maxprice_qs{width:80px;}
		#QuickSearch input#go_qs{width:30px;font:bold 8pt "arial", sans-serif;text-align:center;}

/* END QUICK SEARCH CLASSES */

#left {vertical-align:top; width:200px;}

#nav {margin-left:10px; margin-top:10px;}
#nav a, #nav a:visited{
 display:block;
 width:180px;
 height:22px;
 text-decoration:none;
 font-family:arial, verdana, sans-serif;
 font-weight:bold;
 font-size:10pt;
 font-style:italic;
 color:#000;
 background:url(/files/17637/goldbarse.jpg) top left no-repeat black;
 margin:2px;
 padding:3 0 0 3;
}
#nav a:hover {background-position:bottom left; color:white;}

#contact {padding-top:20px; text-align:center; width:200px;}
#contact, #contact span {
 color:#FFFFFF;
 text-decoration:none;
 font-family:arial, verdana, sans-serif;
 font-weight:bold;
 font-size:13px;
}

#mainBody {padding:10px;}

#partnersTable01{width:640; padding:15px 0; text-align:left; font-family:arial, helvetica, sans-serif;}
	#partnersTable01 .partnerTile{display:block; width:300px; float:left; padding:0px 0; margin:10px;}
		#partnersTable01 .partnerTile .preferedIcon{margin-left:0px;}
		#partnersTable01 .partnerTile .preferedLink{font-size:15px; text-decoration:underline; font-weight:bolder; font-style:italic;}
		#partnersTable01 .partnerTile .caption{display:block; margin-left:0px; font-size:12px; width:300px; float:right;}
		#partnersTable01 #preferedTile{} /* Add/Change "float:" here to change order of partners */
			#partnersTable01 #preferedTile #partnerIcon{display:block; float:left; padding-right:3px; width:24px; height:24px;
			 background:url(/files/17637/bullet.jpg) no-repeat;}
			#partnersTable01 #preferedTile #partnerLink{}
		#partnersTable01 #aelTile{} /* Add/Change "float:" here to change order of partners */
			#partnersTable01 #aelTile #aelIcon{display:block; float:left; padding-right:3px; width:24px; height:24px;
			 background:url(/files/17637/bullet.jpg) no-repeat;}
			#partnersTable01 #aelTile #aelLink{}
		#partnersTable01 #homeAdviceTile{} /* Add/Change "float:" here to change order of partners */
			#partnersTable01 #homeAdviceTile #homeAdviceIcon{display:block; float:left; padding-right:3px; width:24px; height:24px;
			 background:url(/files/17637/bullet.jpg) no-repeat;}
			#partnersTable01 #homeAdviceTile #homeAdviceLink{}
		#partnersTable01 #reNewsTile{} /* Add/Change "float:" here to change order of partners */
			#partnersTable01 #reNewsTile #reNewsIcon{display:block; float:left; padding-right:3px; width:24px; height:24px;
			 background:url(/files/17637/bullet.jpg) no-repeat;}
			#partnersTable01 #reNewsTile #reNewsLink{}
	#partnersTable01 .clearFloat{clear:both; display:block; height:1px; overflow:hidden;}

#articles {width:700px;}
#articles a {
 display:block;
 width:320px;
 font-family:arial, helvetica, sans-serif;
 font-size:10pt;
 margin-top:4px;
}
#articles ul {list-style-type:none; position:relative;}
#articles li {float:left; text-align:left;}

#disclaimerWrapper {text-align:center; margin-top:30px;}

/* -------- BEGIN SPECIAL PAGE CONSIDERATIONS ----------- */
.calculator #mainBody li, .calculator i {color:black;}
#mainBody table table td font {color:black;}
.openhouse #mainBody #listingWrapper td {color:black;}
.detailPanel tr td{color:black;}
