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

/* ------------------------------------BEGIN ALL PAGES CSS */
body,td,th {color:BASICCOLOR; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
body {
background-color: white;
background-image: url(/files/429993/bg.jpg);
background-repeat: repeat-x;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
/* ---------- Below are some original CSS made by Kiker's web designer -- */
a:link {
color: #937453;
font-weight: bold;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #937453;
font-weight: bold;
}
a:hover {
text-decoration: underline;
color: #937453;
font-weight: bold;;
}
a:active {
text-decoration: none;
color: #937453;
font-weight: bold;
}
.header {
	color: #9D0A0E;
	font-size: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.headerredtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#9C0A0E;
	font-weight:bold;
}
.headerredtext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#9C0A0E;
	font-weight:bold;
}
.red {font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #9C0A0E;
		font-weight: bold; 
}
.tanheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #937453;
}
a.redlink:link {
	font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #9C0A0E;
		font-weight: bold;
	text-decoration: none;
}
a.redlink:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #9C0A0E;
		font-weight: bold;
}
a.redlink:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #9C0A0E;
		font-weight: bold;
}
a.redlink:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #9C0A0E;
		font-weight: bold;
}
a.sublink:link {
	color: #937453;
	font-weight: bold;
	text-decoration: none;
}
a.sublink:visited {
	text-decoration: none;
	color: #937453;
	font-weight: bold;
}
a.sublink:hover {
	text-decoration: underline;
color: #937453;
	font-weight: bold;;
}
a.sublink:active {
	text-decoration: none;
color: #937453;
	font-weight: bold;
}
a.buttonlink {
	display:block;
	width:170px;
	float:left;
	height:47px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:40px;
	vertical-align:middle;
	font-weight: bold;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
	text-decoration: none;
}
a.buttonlink:link {
	text-decoration: none;
	background-image:url(/files/429993/button.jpg);
	
}
a.buttonlink:visited {
	text-decoration: none;
	background-image:url(/files/429993/button.jpg);
}
a.buttonlink:hover {
	text-decoration: none;
	background-image:url(/files/429993/buttonover.jpg);
	color:#660000;
	
}
a.buttonlink:active {
	text-decoration: none;
	background-image:url(/files/429993/button.jpg);
}
a.buttonlink2 {
	display:block;
	width:250px;
	float:left;
	height:47px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:40px;
	vertical-align:middle;
	font-weight: bold;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
	text-decoration: none;
}
a.buttonlink2:link {
	text-decoration: none;
	background-image:url(/files/429993/button2.jpg);
	
}
a.buttonlink2:visited {
	text-decoration: none;
	background-image:url(/files/429993/button2.jpg);
}
a.buttonlink2:hover {
	text-decoration: none;
	background-image:url(/files/429993/buttonover2.jpg);
	color:#660000;
	
}
a.buttonlink2:active {
	text-decoration: none;
	background-image:url(/files/429993/button2.jpg);
}
/* ------------------------------------BEGIN INTRO PAGE CSS ONLY */
#splash {}

/* ------------------------------------BEGIN INTERIOR PAGES CSS ONLY */
#agent {
width:795px; /* To make not fixed-width, kill this line*/
text-align:center; /* and this line too */
position:relative;
margin: 0 auto 0;
}

#agent font, h2, h3, h4, h5, span, p, td {color:BASICCOLOR;}
#agent a {color:LINKCOLOR;}
#agent a:hover {color:LINKHOVER;}
#agent a:visited {color: LINKVISITED;}

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

#MHT {height:36px; display:none;}
#header{height:239px; background:url('/files/SL#/HEADERBG');}
#banner{height:208px; background:url('/files/SL#/BANNERBG') no-repeat top center;}
#headerNav{height:31px; width:795px; background:url(/files/429993/navbar.jpg) top center no-repeat;}
 #headerNavSpacer{height:1px; width:200px; float:left;}
 #headerNav span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#9C0A0E;
	font-weight:bold;
        display:block;
        float:left;
        padding:5 15px 0 10px;}
 #headerNav a{font-size:10pt; color:white; display:block;}

#content {background:url(/files/429993/bodyBg.jpg) top center repeat-y; width:795px;}
#left {vertical-align:top; width:245px;}

#nav a{display:block; width:150px; margin-left:20px; text-decoration:none;}
#nav a {color:#9C0A0E; text-transform:capitalize;}
#nav a:hover {text-decoration:underline;}
#nav a:visited {color:LINKCOLOR;}

#contact {padding-top:20px; margin-left:20px; text-align:left; color:#9C0A0E; font-weight:bold;}
#contact .type {color:#937453;}

#agentPic {display:none;}
#pageTitle {display:none;}

#mainBody {padding:15px;}
#mainBody h2 {color:#9D0A0E; font-size:xx-large; font-family: Georgia, "Times New Roman", Times, serif; font-weight:normal;}

#partnersTable01{width:640px; padding:15px 0; text-align:left; float:right; display:none;}
	#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; 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/SL#/PARTNERBULLET) 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/SL#/PARTNERBULLET) 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/SL#/PARTNERBULLET) 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/SL#/PARTNERBULLET) no-repeat;}
			#partnersTable01 #reNewsTile #reNewsLink{}
	#partnersTable01 .clearFloat{clear:both; display:block; height:1px; overflow:hidden;}

#articles {float:right; display:none;}
#articles a {display:block; width:315px;}
#articles ul {list-style-type:none;}
#articles li {float:left;}

#designations {text-align:center;}

#disclaimerWrapper {width:795; padding-top:50px; text-align:center; background:url(/files/429993/footerBg.jpg) top center no-repeat;}

/* -------- 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;}
