@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/* -------- Globals -------- */
.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.strong {
	font-weight: bold;
}
.emphasis {
	font-style: italic;
}
.normal {
	font-weight: normal; 
}
p {
	margin: 0 0 10px 0; 
}
form {
	padding: 0px;
	margin: 0px;
}

/* -------- Page Layout -------- */

#pageWrapper {
	width: 940px;
	background: #ffffff;
	padding: 0 7px 7px;
	margin: 0 auto 20px auto;
}
#mastImage {
	display: none;
}
#primNav {
	display: none;
}
#mastSignup {
	display: none;
}
#mastLogo {
	width: 940px;
	height: 93px;
}
.contentWrapper {
	width: 600px;
	padding-top: 60px;
	padding-left: 0;
	font-size: 12px;
	line-height: 18px;
	color: #2f3237;
	padding-bottom: 20px;
}
#contentWrapperWide {
	padding: 60px 30px 20px 38px;
	font-size: 12px;
	line-height: 18px;
	color: #2f3237;
	text-align: justify;
}
#sidebarWrapper {
	padding: 0px;
	width: 600px;
}

/* -------- Homepage Layout -------- */

#splash {
	clear: both;
	position: relative;
	width: 940px;
	height: 546px;
}
#splashImage {
	position: absolute;
	width: 940px;
	height: 538px;
	left: 0;
	top: 7px;
}
#ctaBox1 {
	position: absolute;
	width: 270px;
	height: 124px;
	top: 391px;
	left: 32px;
}
#ctaBox2 {
	position: absolute;
	width: 270px;
	height: 124px;
	top: 391px;
	left: 335px;
}
#ctaBox3 {
	position: absolute;
	width: 270px;
	height: 124px;
	top: 391px;
	left: 638px;
}

/* -------- Links -------- */

.contentWrapper a {
	color: #0e4388;
	text-decoration: underline;
}
.contentWrapper a:hover {
	color: #0e4388;
	text-decoration: none;
}
.sidebarEntry a {
	color: #0e4388;
	text-decoration: underline;
}
.sidebarEntry a:hover {
	color: #0e4388;
	text-decoration: none;
}
.homesEntry a {
	padding: 0 10px 0 0;
	background: url(../_img/sidebar_arrow.gif) no-repeat right 5px;
}
.homesEntry a:hover {
	padding: 0 10px 0 0;
	background: url(../_img/sidebar_arrow.gif) no-repeat right 5px;
}
#sidebarLatest a {
	color: #004e6b;
	text-decoration: underline;
	font-size: 10px;
	border-bottom: none;
}
#sidebarLatest a:hover {
	color: #004e6b;
	text-decoration: none;
	font-size: 10px;
	border-bottom: none;
}
#footerLinks a {
	color: #333333;
	text-decoration: underline;
}
#footerLegal a {
	color: #333333;
	text-decoration: underline;
}

/* -------- Sidebar -------- */

#sidebarCTA {
	display: none;
}
.sidebarSignup {
	display: none;
}
.sidebarEntry {
	background: #ffffff;
	padding: 20px 10px 20px 0;
	margin-bottom: 1px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	position: relative;
}
#sidebarLatest {
	float: right;
	text-align: right;
	width: 150px;
	padding: 4px 10px 0 0;
}
.sidebarPhoneSeperator {
	padding: 0 4px 0 4px;
	color: #b3938d;
	font-weight: bold;
}
.sidebarSmall { /* used for project pages */
	font-size: 11px;
	line-height: 17px;
}
#sidebarWrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebarWrapper ul li {
	background: url(../_img/sidebar_arrow.gif) no-repeat 0 2px;
	padding: 0 0 0 13px;
	margin: 0 0 5px 0;
}
.sidebarDisclaimer {
	padding: 5px 0 0 0;
	font-size: 10px;
	line-height: 12px;
}

/* -------- Homes & Projects -------- */

.homesWrapper {
	background: url(../_img/divider_solid.gif) no-repeat left bottom;
	padding-top: 13px;
	padding-bottom: 13px;
}
.homesThumb {
	float: left;
	padding-right: 14px;
}
.homesDescrip {
	line-height: 16px;
	padding-bottom: 4px;
}
.homesEntry {
	width: 345px;
	float: left;
}
.disclaimer {
	padding: 10px 0 0 0;
	font-size: 10px;
	line-height: 12px;
	color: #336b7f;
	display: none;
}

/* -------- Team -------- */

.teamWrapper {
	background: url(../_img/divider_solid.gif) no-repeat left bottom;
	padding-top: 17px;
	padding-bottom: 17px;
}
.teamThumb {
	float: left;
	padding-right: 10px;
}
.teamDescrip {
	line-height: 16px;
	padding-bottom: 8px;
}
.teamEntry {
	width: 370px;
	float: left;
}
.teamContact {
	color: #004e6b;
	padding: 0 0 5px 0;
}
.teamContactSeperator {
	padding: 0 4px 0 4px;
	color: #97989b;
}
.teamBio {
	padding: 5px 0 0 0;
	display: none;
}
.teamOpenBio {
	background: url(../_img/team_icon_reveal.gif) no-repeat 0px 4px;
	padding: 0px 0px 0px 15px;
}
.teamCloseBio {
	background: url(../_img/team_icon_hide.gif) no-repeat 0px 4px;
	padding: 0px 0px 0px 15px;
}

/* -------- Contact Us -------- */

#drivingTable {
	width: 300px;
	border: 1px solid #e1e5ec;
	padding: 2px;
}
#drivingTable th {
	background: #e1e5ec;
	padding: 2px 2px 2px 4px;
	text-align: left;
}
#drivingTable td {
	border-top: 1px solid #edeff4;
	padding: 2px 2px 2px 4px;
}

/* -------- Headers -------- */

h1 {
	color: #700600;
	font-size: 22px;
	display: block;
	padding: 0px;
	margin: 0 0 20px 0;
}
h2 {
	color: #700600;
	font-size: 20px;
	display: block;
	padding: 0px;
	margin: 0 0 8px 0;
}
h3 {
	color: #700600;
	font-size: 20px;
	display: block;
	padding: 0px;
	margin: 0 0 10px 0;
}
h4 {
	color: #700600;
	font-size: 16px;
	display: block;
	padding: 0px;
	margin: 0 0 10px 0;
}
h5 {
	color: #ffffff;
	font-size: 16px;
	display: block;
	padding: 0px;
	margin: 0 0 10px 0;
}
h6 {
	color: #700600;
	font-size: 13px;
	display: block;
	padding: 0px;
	margin: 0 0 10px 0;
}

/* -------- Footer -------- */

#footerWrapper {
	width: 600px;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	clear: both;
	position: relative;
}
#footerLogos {
	display: none;
}
#footerPlay {
	display: none;
}
#footerLinks {
	display: none;
}
#footerBroker {
	width: 500px;
	padding: 10px 0 0 0;
}
#footerLegal {
	width: 500px;
	padding: 10px 0 0 0;
}