/*--------------------------- Some colors to find and replace:
#E0BB64 basic body background color
BODYBG body background image (.jpg or .gif, /files/1263249/ is already included)
BASICCOLOR overall font color for most instances of text
#E0BB64 color of links
#E0BB64 color of visited links
#EEE1B4 links when hovered
1263249 Storage Locker number
HEADERBG background of header (.jpg or .gif, /files/1263249/ is already included)
banner.jpg banner (.jpg or .gif, /files/1263249/ is already included)
eddybullet.gif Partner links bullets (.jpg or .gif, /files/1263249/ is already included)
------------------------------------- End find and replace */

/* ------------------------------------BEGIN ALL PAGES CSS */
body,td,th {color:#D6A431;}
body {
background-color: #E0BB64;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {color: #FFFFFF;}
a:visited {color: #E0BB64;}
a:hover {color: #EEE1B4;}

/* ------------------------------------BEGIN INTRO PAGE CSS ONLY */
#splash {}

/* ------------------------------------BEGIN INTERIOR PAGES CSS ONLY */
#agent {
width:950px; /* To make not fixed-width, kill this line*/
text-align:center; /* and this line too */
position:relative;
background:url('') repeat-y center top #000;
margin: 0 auto 0;
}

#agent font, h2, h3, h4, h5, span, .resourcetable {font-family:tahoma, verdana, arial, sans-serif;}
#agent a {color:#000;}
#agent a:hover {color:#FFFE00;}
#agent a:visited {color: #FFFE00;}

#site {
width:950px; /* To make not fixed-width, kill this line*/
text-align:center; /* and this line too */
}

#MHT {height:36px;}
#header{height:200; background:url('/files/1263249/HEADERBG');}
#banner{height:200; width:950px; background:url('/files/1130941/banner2.jpg') no-repeat top center;}

#left {vertical-align:top; width:180px; background-color:#FFFE00; padding:15 3 0 15;}

#nav a{
 display:block;
 width:180px;
 text-decoration:none;
 background-color:#000;
 border:1px solid #fff;
 padding:2 0 2 4;
 margin:3 3 3 5;
 font:bold 9pt tahoma, verdana, arial, sans-serif;
 color:white;
 text-transform:capitalize;
}
#nav a:hover {color:black; background-color:white;}
#nav a:visited {color:white;}
#nav iframe {margin-left:5px; width:178px; height:110px; border:1px solid #EEE1B4; background-color:#D6A431;}

#contact {
 width:200px;
 height:600px;
 padding:20 3 160 5;
 text-align:left;
 font:bold 9pt tahoma, verdana, arial, sans-serif;
 color:black;
 background:url('/files/1130941/logoo.jpg') bottom center no-repeat;  /* If client demands logo under Contact box */ */
}
#contact a {color:#000;}
#contact, #contact span {}

#mainBody {padding:10px; background-color:white;}

.picButtons a {font-size:9pt;}

#partnersTable01{width:640px; padding:15px 0; text-align:left; float:right;}
	#partnersTable01 .partnerTile{display:block; width:300px; float:left; padding:0px 0; margin:10px;}
		#partnersTable01 .partnerTile .preferedIcon{margin-left:0px;}
		#partnersTable01 .partnerTile .preferedLink{font-size:13px; text-decoration:underline; font-weight:bolder;}
		#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/1263249/eddybullet.gif) 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/1263249/eddybullet.gif) 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/1263249/eddybullet.gif) 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/1263249/eddybullet.gif) no-repeat;}
			#partnersTable01 #reNewsTile #reNewsLink{}
	#partnersTable01 .clearFloat{clear:both; display:block; height:1px; overflow:hidden;}

#articlesTitle {font-size:14pt; font-weight:bold;}
#articles {float:right;}
#articles a {display:block; width:315px; font-family:tahoma, verdana, arial, sans-serif; font-size:10pt;}
#articles ul {list-style-type:none;}
#articles li {float:left;}

#footer {background-color:black; margin:15 0; padding:15px;font:bold 10pt tahoma, verdana, arial, sans-serif;}
#footerContact br {display:none;}
#footerContact #contactInfo div, #footerContact #contactInfo p {display:inline; padding:10px;}
#designations {text-align:center;}

#disclaimerWrapper {width:980; text-align:center;}

/* -------- BEGIN SPECIAL PAGE CONSIDERATIONS ----------- */
.calculator #mainBody li, .calculator i {color:black;}

.openhouse #mainBody #listingWrapper td {color:black;}

.detailPanel tr td{color:black;}