@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #545454 url(../images/bgtile.jpg) repeat-x 0% 0%;
	font-size: 12px;
	color: #46494d;
	margin: 0 auto;
	text-align: center;
 	}
	
a, a:visited {
	font-size: 12px;
	color: #532e06;
	}
	
a:hover {
	color: #b85f00;
	}
	
#header {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 151px;
	background: #3e4e5e url(../images/hdrtile-brown.jpg) repeat-x 0% 0%;
	font-size: 14px;
	color: ffffff;
	text-align: left;
	}	
	
#realtorPhoto {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -487px;
	width: 122px;
	height: 161px;
	background: #FFFFFF;
	border: 1px solid #545454;
	overflow: hidden;
	z-index: 1;
	}	
	
#realtorCo {
	position: relative;
	float: left;
	margin-top: 50px;
	margin-left: 155px;
	font-size: 16px;
	color: #FFFFFF;
	clear: left;
	}	
	
#realtorCo .realtorName { font-size: 30px; line-height: 90%; }
#realtorCo .companyName { font-size: 16px; }
	
#realtorContact {
	position: relative;
	float: right;
	margin-top: 26px;
	margin-right: 35px;
	font-size: 14px;
	color: #FFFFFF;
	clear: right;
	text-align: right;
	}	
	
#realtorContact a.mailLink, a.mailLink:visited, a.mailLink:hover { color: #FFFFFF; text-decoration: underline; font-size: 14px; }

#globalNavNest {
	position: absolute;
	bottom: 0px;
	left: 135px;
	width: 860px;
	}
	
a.topNav , a.topNav:visited {
	display: block;
	float: left;
	clear: none;
	padding: 10px 22px 9px 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	}	
	
a.topNav:hover { background: url(../images/gnavTile-brown.jpg) repeat-x 0% 100%; }	

/*content*/
	
#contentNest {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	background: #532e06;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	text-align: left;
	}	
	
#sidebarNavNest {
	position: relative;
	float: left;
	clear: left;
	background-color: #532e06;
	width: 170px;
	border-right: 1px solid #707070;
	padding: 50px 15px;
	color: #FFFFFF;
	}
	
a.sideNav, a.sideNav:visited {
	display: block;
	float: left;
	clear: both;
	width: 160px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
	border-bottom: 1px dotted #99a2ad;
	padding: 5px 5px;
	cursor: pointer;
	}	
	
a.sideNav:hover { background: url(../images/sidebarTile.png) repeat-x 50% 50%; }	

#sidebarSB {
	position: absolute;
	left: 15px;
	bottom: 40px;
	width: 168px;
	border: 1px solid #545454;
	z-index: 2;
	}

#splashNest {
	position: relative;
	float: left;
	clear: none;
	width: 799px;
	height: 149px;
	border-bottom: 2px solid #707070;
	}
	
#innerContentNest {
	position: relative;
	float: left;
	clear: none;
	width: 729px;
	background-color: #eeeeee;
	padding: 30px 35px;
	}

#innerContentNest h1 {
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	color: #aa5800;
	}
	
#filler {
	position: relative;
	float: none;
	clear: both;
	width: 1000px;
	height: 1px;
	}

#footer {
	position: relative;
	margin: 10px auto;
	clear: both;
	width: 1000px;
	color: #999999;
	font-size: 11px;
	}