@charset "utf-8";
/* CSS Document */
/* __________ Zero and General __________ */
* { margin:0; padding:0; }
body {
	background-color:#afba62;
	font-family:"Century Gothic";
	font-size:62.5%;
	color:#333;
}
a { outline:none; text-decoration:none; }
a:link, a:visited { color:#333; }
a:hover, a:active { color:#FFF; }
/* __________ EOF Zero and General __________ */



/* __________ Structure __________ */
#brokerWrapper {
	width:960px;
	margin:0 auto;
}
#brokerHeader { padding:20px;}
#brokerHeader h1 {
	color: #F5F4D5;
	font-size: 4em;
}
#brokerContent {
	width:960px;
	float:left;
	background-color: #F5F4D5;
}
#brokerContent a:link, #brokerContent a:visited { color:#333; }
#brokerContent a:hover, #brokerContent a:active { color:#000; }
#brokerMain { width:960px; float:left; }
#brokerPictureBox {
	width:240px;
	float:left;
	padding: 20px;
}
#brokerPictureBox ul {
	list-style-type:none;
	font-size:1.2em;
	line-height: 24px;
}
#brokerPictureBox h2 { font-size:1.8em; }
#brokerInfoBox {
	width:620px;
	float:left;
	padding: 20px;
}
#brokerDetailsBottom {
	clear: both;
	padding: 20px;
}
#brokerFooter {
	font-size: 2em;
	clear: both;
	width: 940px;
	float: left;
	padding: 10px;
}
/* __________ EOF Structure __________ */



/* __________ Classes __________ */
#brokerInfoTable {
	text-align:left;
	font-size: 1.2em;
}
#brokerInfoBox table tr th {
	vertical-align:top;
	text-align: left;
}
#brokerInfoBox table tr td {
	vertical-align:top;
}
.previousLink { float:left; }
.nextLink { float:right;}
#realtorMenu {
	width:130px;
	position:absolute;
	left:0;
	top:0;
}
#realtorMenu ul { list-style-type:none; line-height:16px;}
#agentsIndex {  }
#agentsIndex ul {
	list-style-type:none;
	font-size: 1.4em;
	line-height: 24px;
	;
}
#agentsIndex ul li {  }
.indexName { font-weight:bold; }
.indexLocation { font-style:italic; }
/* __________ EOF Classes __________ */
