/*--------------------------- Some colors to find and replace:
#000000 basic body background color
#FFFFFF overall font color for most instances of text
#BDA07E color of links
#BDA07E color of visited links
#BDA07E links when hovered
414535 Storage Locker number
HEADERBG background of header (.jpg or .gif, /files/414535/ is already included)
meeler.jpg banner (.jpg or .gif, /files/414535/ is already included)
beelut.jpg Partner links bullets (.jpg or .gif, /files/414535/ 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: #BDA07E;}
a:visited {color: #BDA07E;}
a:hover {color: #BDA07E;}

/* ------------------------------------BEGIN INTRO PAGE CSS ONLY */
#splash {}

/* ------------------------------------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:#BDA07E;}
#agent a:hover {color:#BDA07E;}
#agent a:visited {color: #BDA07E;}

#site {

}

#MHT {height:32px;}
#header{height:200; background:url('/files/414535/HEADERBG'); border-bottom:14px solid #bda07e;}
#banner{height:200; background:url('/files/414535/meeler.jpg') no-repeat top right;}

#left {vertical-align:top; width:200px;}

#nav {margin-left:10px; margin-top:10px;}
#nav a{
 display:block;
 width:150px;
 text-decoration:none;
 font-family:arial, verdana, sans-serif;
 font-weight:bold;
 font-size:10pt;
 font-style:italic;
 color:#BDA07E;
 border-bottom:2px solid #bda07e;
 margin:5px;
 padding-bottom:5px;
}

#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/414535/beelut.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/414535/beelut.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/414535/beelut.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/414535/beelut.jpg) no-repeat;}
			#partnersTable01 #reNewsTile #reNewsLink{}
	#partnersTable01 .clearFloat{clear:both; display:block; height:1px; overflow:hidden;}

#articles {}
#articles a {
 display:block;
 width:200px;
 font-family:arial, helvetica, sans-serif;
 font-size:10pt;
 margin-top:4px;
}
#articles ul {list-style-type:none; position:relative; left:-20px;}
#articles li {}

#designations {text-align:center;}

#disclaimerWrapper {text-align:center;}


/* -------- 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;}