body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(img/bg.jpg) repeat-x #EDE7BE;
}

#wrapper {
	width: 925px;
	margin: 0 auto;
}

#wrapper2 {
	width: 925px;
	margin: 0 auto;
}

#wrapper3 {
	width: 925px;
	margin: 0 auto;
}

#headerbar {
    margin: 0;
	height:20px;
	background:url(img/bg_indeximg.jpg) repeat-x;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	border-bottom:solid 1px #ffffff;
}


#logo {
	background:url(img/logo.png) no-repeat;
	height: 107px;
	width: 240px;
	float:left;
	margin: 20px 0;
}

#logo h1 {
	display:none;
}

#tagline {
	float:right;
	text-align:right;
}

#tagline h1 {
	color: #ffffff;
	font-size:14px;
	font-weight:normal;
	margin:25px 0 5px 0;
}

.phone {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:11px;
	color:#EDE7BE;
	letter-spacing:2px;
	word-spacing:5px;
	text-align:right;
}

/* NAVIGATION */
#nav-top {
	float:right;
	margin: 0 0 0 300px;
    clear:right;
	width:720px;
	top:116px;
	text-align:right;	
	z-index: 100;
	position:absolute;
}

#nav-top li a {
	color:#FFFFFF;
	text-decoration:none;
	height: 32px;
    width: 96px
}

#nav-top ul {
	text-align:right;
	margin: 0;
}

#nav-top li {
  /*float the main list items*/
  margin: 0;
  float: left;
  background-image:url(img/bg_nav.jpg);
  height: 32px;
  width: 96px;
  text-align:center;
  line-height:32px;
  list-style:none;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;

}

#nav-top li:hover {
  /*float the main list items*/
  background-image:url(img/bg_nav_on.jpg);
}

#nav-top li.off ul {
  /*hide the subnavs*/
  display: none;
}

#nav-top.sub li a {
  /*for all links in the list*/
  color: #fff;
  display: block;
  padding: 5px;
}

#nav-top li.off li {
	background-image:url(img/bg_subnav.png);
	font-size:11px;
	padding: 0 10px 0 10px;
	margin:0 0 0 -23px;
	border-top: 1px solid #2A3342;
	-moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
}

#nav-top li.off li:hover {
	background-color:#4E5F61;
	font-size:11px;
	padding: 0 10px 0 10px;
	margin:0 0 0 -23px;
	border-top: 1px solid #2A3342;
	
}

#nav-top li.off ul {
  /*put the subnavs below and hide them all*/
  width: auto;
  display: none;
  margin: 0 0 0 -15px;
  background-image:url(img/bg_subnav.png);
}

 #nav li.off ul a {
  float: left;
  /*ie doesn't inherit the float*/
  border: 0;
  color: #fff;
  width: auto;
  
} 


#nav-top li.off:hover ul {
  /*  show dropdowns on parent hover*/
  display: block;
  z-index: 10;
}


/* Homepage specific */

#indeximg {
	background-image:url(img/bg_indeximg.jpg);
	background-repeat:repeat-x;
	height: 284px;
	width:100%;
	margin: 0;
	text-align:center;
	position:absolute;
	top:149px;
	left:0;
	z-index:1;
}

#indeximg img {
	z-index: 1;
}

#indexcontent {
	background:url(img/bg_indexcontent.jpg) top repeat-x;
	width: 100%;
	clear:both;
	position:absolute;
	top:395px;
	left:0;
}

#neighborhoods {
	padding:15px;
	font-size:11px;
	background:url(img/bg_neighborhoods.jpg) no-repeat;
	width: 384px;
	height: 203px;
}

.condo-list {
	height: 320px !important;
	background: url(img/bg_neighborhoods_condos.jpg) no-repeat !important;
}

#neighborhoods h2 {
	margin: 5px 0;
	font-size:16px;
	font-weight:normal;
}

#neighborhoods ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 -30px;
	width:384px;
}

#neighborhoods li {
	float: left;
	width: 170px;
	list-style:none;
	padding:7px 0 0 5px;
	margin: 0;
	line-height: 130%;
}

#neighborhoods li a {
	text-decoration:none;
	color:#666666;
}

#neighborhoods li a:hover {
	color:#4E5F61;
}



/*Secondary pages main body */

#secondary-content {
	background:url(img/bg_indexcontent.jpg) top repeat-x;
	width: 100%;
	clear:both;
	position:relative;
}

	

/*Left Navigation */

#leftnav {
	width: 220px;
	background:url(img/divider.jpg) right top no-repeat;
	padding:20px 30px 0 0;
	margin:0 20px 0 0;
	float:left;
}

#leftnav h1 {
	font-size:16px;
	font-weight:normal;
	color: #4E5F61;
	margin: 20px 0 0 0;
}

#leftnav ul {
	margin: 10px 0 0 -20px;
}

#leftnav li {
	list-style-image:url(img/list-arrow.png);
	list-style-position:inside;
	border-bottom: 1px solid #CDC8A6;
	font-size:14px;
	padding:5px;
	margin: 0 0 0 -10px;
}


#leftnav li a {
	color: #818072;
	text-decoration:none;
}

#leftnav li a:hover {
	color: #4E5F61;
}

/* main body content */

#copy {
	width:430px;
	margin: 0;
	padding: 20px 0 30px 0;
	color:#333333;
	float:left;
	font-size:12px;
	line-height:125%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#copy h1 {
	color:#2A3342;
	font-size:20px;
	font-weight:normal;
}

#copy h2 {
	font-size:16px;
	font-weight:normal;
	color:#2A3342;
}

#copy p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

#copy ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
	
#copy p.larger {
	font-size:16px;
	line-height:150%;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}	

#copy p img {
	padding: 10px;
	background-color: #ffffff;
	border: #999 solid 1px;
}

#copy a {
	color:#163C6E;
	text-decoration:none;
}

#copy a:hover {
	color: #E6A015;
}

#copy .standout {
	background:url(img/bg_standout.png) repeat-y;
	padding:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.halfwidth {
	width: 180px;
	padding:5px;
	margin: 0 5px 0 5px;
	float: left;
	display:block;
}

#signup .smallfields {
	width: 50px;
	padding: 5px;
	margin: 0 5px 0 0;
	float:left;
	display:block;
}

#signup .fullwidth {
	width:340px;
	padding: 5px;
	margin: 0 5px 0 5px;
	clear:both;
}

#signup legend {
	font-size:14px;
	color: #990000;
}

#signup fieldset {
	border: #ffffff solid 1px;
	padding: 5px;
	margin: 10px 0;
}

#signup h2 {
	clear:both;
	padding: 20px 0 0 0;
}

.main {
	width:850px;
	margin: 0;
	padding: 20px 0 30px 20px;
	/*float:right;*/
}

.main h1 {
	color:#2A3342;
	font-size:20px;
	font-weight:normal;
	
}

.main p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

.main a {
	color:#163C6E;
	text-decoration:none;
}

.main a:hover {
	color: #E6A015;
}

.main a:visited {
	color: #E6A015;
}

.main p img {
	padding: 10px;
	background-color: #ffffff;
	border: #999 solid 1px;
}

.main h2 {
	font-size:16px;
	font-weight:normal;
	color:#2A3342;
}

.child {
	margin: auto;
	border: 1px solid #ddd7ae;
	width: 760px;
}

.main {
	float: right;
	margin-left: -20px;
	}
	
.map {
	margin:auto;
	width: 850px !important;
	}
	
#neighborhood {
	margin-left: 20px;
}




#iframe {
	width:650px;
	margin: 0;
	padding: 20px 0 30px 0;
	float: right;
}

#iframe h1 {
	color:#2A3342;
	font-size:20px;
	font-weight:normal;
	
}

#iframe p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

#iframe a {
	color:#163C6E;
	text-decoration:none;
}

#iframe a:hover {
	color: #E6A015;
}

#iframe a:visited {
	color: #E6A015;
}

#iframe p img {
	padding: 10px;
	background-color: #ffffff;
	border: #999 solid 1px;
}
	#pdf {
		padding: 0 !important;
		background:  none !important;
		border: none !important;
	}

#iframe h2 {
	font-size:16px;
	font-weight:normal;
	color:#2A3342;
}

#iframe .child {
	margin: auto;
	border: 1px solid #ddd7ae;
	width: 760px;
}

	

.testimonial {
	border-top: #666666 solid 1px;
}

.name {
	color: #2A3342;
	text-align:right;
	font-style: italic;
}

.listing {	
	width: 650px;
	border-top: solid 1px #4E5f61;
	margin:10px 0 10px 0;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
	
}

.listing h1 {
	display:inline;
	margin: 0 10px 0 0;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.bigimage {
	padding: 10px;
	border:solid 1px #999;
	background-color: #EDE7BE;
	max-height:244px;
	max-width:325px;
}

.smallimg {
	padding: 5px;
	border: solid 1px #4E5F61;
	margin: 5px;
}

.condos {	
	border-top: solid 1px #4E5f61;
	margin:10px 0 10px 0;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
	
}

.condos h1 {
	display:inline;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.showing img {
	padding: 0;
	margin: 0 5px 0 15px;
	border:none;
}

.amenities li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:150%;
	list-style:square;
}

.amenities {
	border-top: solid 1px #4E5f61;
	background-color:#ffffff;
	padding: 10px 20px;
	margin: 0;
}

.amenities h2 {
	margin: 0;
}

#flashcontent {
	border-top: solid 1px #4E5f61;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 465px;
}

.price {
	font-style:italic;
	display:inline;
	float:right;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

.red {
	color:#990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 200%;
}

.listing table {
	width: 450px;
}

.bold {
	font-weight:bold;
	font-size:12px;
}

.smallred {	
	color:#990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.icon {
	padding:0 10px 10px 5px;
	display:inline;
}

.icon img {
	padding: 0 5px 0 0;
}
	

/* popups */
#popup {
	background-color: #ffffff;
	padding: 20px;
	width: 500px;
	margin: 10px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}

#popup h1 {
	color:#2A3342;
	font-size:20px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#popup a {
	color:#E6A015;
	font-weight:bold;
	font-style:italic;
}

#popup a:hover {
	color: #4E5F61;
}

/* right column */

#rightcol {
	float:right;
	width: 200px;
	padding: 20px 0 10px 10px;
	margin: 0;
}

#rightcol img, #rightcol img a {
	border:0 none;
	text-decoration:none;
}

.featured {
	background:url(img/bg_featured.jpg) no-repeat;
	width:199px;
	height:223px;
	color:#EDE7BE;
	text-align:center;
	-moz-border-radius: 10px;
     -webkit-border-radius: 10px;
	overflow:hidden;

}

.featured a {
	color:#EDE7BE;
	text-decoration:none;
}
.featured a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.featured img {
	margin: 10px auto;
	border: 2px solid #2A3342;
}

.featured h1 {
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	margin: 0 0 5px 0;
}

.homessold {
	background:url(img/bg_featured.jpg) no-repeat;
	width:179px;
	padding: 10px;
	color:#EDE7BE;
	text-align:center;
	-moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}

#homesforsale {
	background:url(img/bg_standout.png);
	width:179px;
	padding: 10px;
	color:#2A3342;
	text-align:center;
	-moz-border-radius: 10px;
     -webkit-border-radius: 10px;
	 margin:15px 0;
}

#rightcol h2 {
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0;
}

#homesforsale a {
	color:#2A3342;
	text-decoration:none;
}

#homesforsale a:hover {
	color:#E6A015;
}


#rightcol p {	
	color:#EDE7BE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:10px;
	margin:0;
} 

.featured, .homessold a {
	color:#EDE7BE;
	text-decoration:none;
}
	
.featured, .homessold a:hover {
	color: #ffffff;
}

.featured p {	
	color:#EDE7BE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:10px;
	margin:0;
} 

.right_teal {
	background:url(img/bg_right_teal.jpg) #2B4048 no-repeat;
		color:#EDE7BE;
	text-align:center;
	-moz-border-radius: 10px;
     -webkit-border-radius: 10px;
	 width:189px;
	 margin: 15px 0 0 0;
	 padding:15px 5px 10px 5px;
	}
	
.right_teal p {	
	color:#EDE7BE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:10px;
	margin:5px 0;
} 

.right_teal a {	
	color: #ffffff;
	text-decoration:none;
}

.right_teal a:hover {
	color:#E6A015;	
}

.right-img {
	border: 4px solid #2A3342;
	margin: 15px 5px 10px 5px;
	-moz-border-radius: 10px;
     -webkit-border-radius: 10px;
	 width: 189px;
}

#twitter-icon img {
	border: none;	
}

#partnerslist {
	width:140px;
	float:right;
	margin: 0 0 10px 10px;
	padding:10px 20px 10px 20px;
	background:url(img/bg_right_teal.jpg) #2B4048 no-repeat;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
	-moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}

#partnerslist a {
	color: #EDE7BE;
}

#partnerslist a:hover {
	color: #ffffff;
}

.yearly_solds {
	font-family:Arial, Helvetica, sans-serif;
}

#magnolia {
	background:#ffffff;
	-moz-border-radius: 10px;
     -webkit-border-radius: 10px;
	 margin-top: 10px;
}

#magnolia p {
	margin: 0;
	padding: 0 10px 10px 10px;
	text-align: center;
}

#magnolia a {
	color:#2A3342;
	text-decoration:none;
}

/* styles */

.list-floatleft li {
	float: left;
	margin: 0 10px;
	width: 150px;
}

.larger {
	font-size:16px;
	line-height:150%;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.larger a {
	color: #163C6E;
	text-decoration:none;
}

.larger a:hover {
	color: #4E5F61;
}	

.larger_white {
	font-size:20px;
	font-style:italic;
	color: #ffffff;
	letter-spacing:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:125%;
}

.margin-right {
	margin-right:10px;
}

.margin-left {
	margin-left:10px;
}


.top_spacing {
	margin: 15px 0;
}

.left_spacing {
	margin-left:15px;
}

.gold {
	color: #E6A015;
}

/* footer */

#footer {
	clear: both;
	width: 1000px;
	text-align:center;
	border-top: 1px solid #CDC8A6;
	padding:10px 0;
	margin:20px auto;
	font-size:10px;
	color:#A4A390;
}

#footer p {
	margin: 10px 188px 0 0;
}

#footer a {
	color: #818072;
	text-decoration:none;
}

#footer a:hover {
	color: #4E5F61;
}