@charset "utf-8";
/* CSS Document */



/* Base Styles */ 

body {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  width: 100%;
  margin: 0;
	padding: 0;
	border: 0;
}

table, div, img, ul, ol {
  margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

td {
  vertical-align: top;
}

/* Site Specific */

body {
  background: transparent url('../images/body_bg.gif') repeat-y;
  background-color: #d7e1de;
}

#book {
  background: transparent url('../images/page_bg.gif') repeat-x;
	height: 100%;
	width: 960px;
	height: 671px;
}

#header {
	background: transparent url('../images/header.png') repeat-x;
  width: 960px;
	height: 110px;
	position: relative;
	z-index: 5;
}

#headerimg {
  margin: 20px 0 0 32px;
	float: left;
}

#nav {
	background: #c6cdda url('../images/nav_bg.gif') repeat-x;
	background-position: 0 96px;
  width: 240px;
	height: 750px;
	position: absolute;
	top: 0px;
	left: 32px;
	z-index: 1;
}

#navlinks {
	list-style-type: none;
	line-height: 16px;
	position: absolute;
	z-index: 10;
	display: block;
	width: 200px;
	top: 137px;
	left: 29px;
}

#navlinks a {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
	text-decoration: none;
	color: white;
  display: block;
	padding: 4px 0 5px 20px;
}

#navlinks li a:hover {
  display: block;
	color: #33577a; 
  background-color: #c6cdda;
	padding: 4px 0 5px 20px;
}

#navlinks li a:active {
  display: block;
  background-color: #8eaaa7;
	padding: 4px 0 5px 20px;
}

#topright {
	text-align: right;
	float: right;
	margin-top: 30px;
	margin-right: 32px;
}

#container {
  width: 698px;
  background: transparent url("../images/Bkgnd_ContentArea-Top.png") no-repeat left top;
	position: relative;
	left: 230px;
	z-index: 20;
  padding: 29px 0 0;
	margin: 10px 32px 0 0;
}


#content{
  background: white;
	padding: 0 32px 20px;
	position: relative;
	z-index: 30;
}

#GreenContent-Area {
	width: 100%;
}

.Bottom-white #GreenContent-Lf, 
.Bottom-white #GreenContent-Rt, 
.Bottom-white .clear {
	display: none;
}

#GreenContent-Lf,
#GreenContent-Rt {
	float: left;
	width: 300px;
	margin: 20px 10px 10px 32px;
}

#star {
  position: absolute;
	top: 300px;
	left: -30px;
	z-index: 6;
}

/* Classes */

.Bottom-white {
  background: transparent url("../images/Bkgnd_ContentArea-BtmWht.png") no-repeat left bottom;
	clear: both;
	height: 1%;
	margin-bottom: 20px;
	padding-bottom: 29px;
}

.Bottom-green {
	background: transparent url("../images/Bkgnd_ContentArea-BtmGrn.png") no-repeat left bottom;
	clear: both;
	height: 1%;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.Bottom-green h2 {
	color: #FFFFFF;
	margin-bottom: 8px;
	border-bottom: 2px #FFFFFF solid;
}

.Bottom-green a:link, 
.Bottom-green a:visited, 
.Bottom-green a:active {
	color: #FFFFFF;
}

.Bottom-green a:focus, 
.Bottom-green a:hover {
	color: #33577a;
}

#content img {
	display: block;
	float: none;
	position: relative;
	z-index: 30;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#content .teamPhoto {
 margin-left: 10px;
}

#content .teamPhoto img {
 margin: 0;
 float: none;
}

#content .teamPhoto p {
	font-size: 12px;
}

.rounded {
  width: 100%;
}

.white {
  background-color: white;
}

.fixed {
  width: 29px;
	height: 29px;
}

.fixed-height {
	height: 29px;
}

.clear {
  clear: both;
	line-height: 0px;
	height: 0px;
	display: block;
}

.green {
  background-color: #6a8a7f;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}


/* Text */

p {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 15px;
}

/* Headings */

h1 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
	margin: 0;
	padding: 0;
	color: white;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
	color: #6a8a7f;
	margin: 0 0 20px;
	padding: 0;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  color: #6a8f8a;
	font-size: 16px;
	font-variant: small-caps;
	border-bottom: 1px solid #6a8f8a;
	margin: 0;
	padding: 0;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	color: white;
}

h6 {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 12px;
	color: #17405d;
	margin: 0;
	padding: 0;
}


#FeaturedListing img{
	float: left;
	margin-right: 10px;
}



.brokerContactInfo {
	float:left;
	margin-left: 15px;
}	

.brokerInfo img {
	float:left !important;
	margin: 0 0 0 5px !important;
}

.brokerInfoClear {
	clear: both;
	border-bottom: 1px ridge #222222;
	margin-bottom: 15px;
}

#BrokerBio .brokerInfoClear{
	border: none;
}

#printheaderimg
{
	display:none;
	}


#CurrentListings h2.cityheader{
	font-size:14px;
	border-bottom:solid 1px #33577a;
	clear: both;
	text-transform:uppercase;
	font-weight:normal;
}

#CurrentListings .listing {
	float: left;
	width: 170px;
	height: 250px;
	margin: 12px;
}

#CurrentListings .listing h3 {
	margin: 0px;
	font-size:14px;
	font-weight: bold;
	color: #6A8A7F;
}

#CurrentListings .listing h4 {
	margin: 0px;
	font-size: 14px;
	font-variant: normal;
	font-weight:bold;
	border-bottom: none;
	color: #33577a;
}

#CurrentListings .listing img {
	float: none !important;
	display:block;
	margin: 10px 0 6px 0;
	border:2px solid #33577A;
}

#CurrentListings span.address 
{
	color: #33577a;
	font-weight:normal;
	font-size:12px;
	}
#CurrentListings a.ebrochure
{
	font-weight:normal;
	font-size:12px;
	}

#CurrentListings h2 span 
{
	float: right;
	color: #6A8A7F;

	}
	
#CurrentListings h2 span a
{
	color: #6A8A7F;
	font-style:normal;
	font-size:.7em;
	font-variant:small-caps;
	text-transform:none;
	}
