/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/


body, html {	
	color:#bad7d6;
	background: #254645 url(/images/bg.jpg) repeat-x;
	min-height:101%;
	font: 100% Georgia, "Times New Roman", Times, serif;
}

* { 
	margin: 0px;
	padding: 0px;
	border: none
} 

p {	
	margin: 15px 0px;
	line-height: 130%;
}
		
a:link, a:visited {	
	text-decoration:none;
	color: #ebeac8; 
}
#content a {
	text-decoration: underline;
}

#topnav a, #content a.thickbox {
	text-decoration:none;
}

a:hover, a:active {	
	color:#FFF;
}

input, textarea, select {	
	border: 1px solid #333;
	padding: 3px;
}

a.nohover:hover {	
	border:none;
	text-decoration: none;
}

*:focus { 
	outline: none 
}

hr {
	color:	#69868a;
	background:#69868a;
	height:1px;
	margin:15px 0;
	}




/* ---------- @ Page Structure -----------*/


#wrapper {
	background: url(/images/bg_wrapper.jpg) repeat-x;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.7em;
	width: 849px;
	padding: 46px 23px 0px 23px;
	height: 645px;
   }
	   
#masthead {
	background: url(/images/bg_masthead.gif);
	height: 70px;
	width:848px;
	padding-top:7px;
}
		   
h1#logo {
	background: url(/images/logo.png);
	height: 91px;
	text-indent:-9000px;
}

.left {	
	float:left;
}

.right {	
	float:right
}


	

/* ---------- @ Navigation -----------*/




#navbar {	
width:232px;
padding-top: 15px;
}


#second #navbar 	{
width: 190px;
padding: 15px 12px 0px 0px;
}

#third #navbar {
width: 190px;
padding: 15px 12px 0px 0px;
}

	
	
#navbar ul a {	
	border-bottom: 1px solid #69868a;
	display:block
}

#navbar li {
	list-style:none;
	text-indent:-9000px;
}

#navbar li.neighborhood_list {
	list-style:none;
	text-indent:0px;
	margin: 10px 0;
}


#home a#neighborhoods {
	background:url(/images/nav_neighborhoods.png);
	height:61px;
}

#home a#neighborhoods:hover {
	background:url(/images/nav_neighborhoods_on.png);
}

#home a#photo, #home a#contact, #home a#about, #home a#mpb {
	height:44px;
}

#home a#news {
	height:62px;
}

#home a#photo {
	background:url(/images/nav_photo.png);
}

#home a#photo:hover {
	background:url(/images/nav_photo_on.png);
}

#home a#contact {
	background:url(/images/nav_contact.png);
}

#home a#contact:hover {
	background:url(/images/nav_contact_on.png);
}

#home a#about {
	background:url(/images/nav_about.png);
}

#home a#about:hover {
	background:url(/images/nav_about_on.png);
}

#home a#news {
	background:url(/images/nav_news.png);
}

#home a#news:hover {
	background:url(/images/nav_news_on.png);
}

#home a#mpb {
	background:url(/images/nav_mpb.png);
}

#home a#mpb:hover {
	background:url(/images/nav_mpb_on.png);
}


/* Secondary */


#topnav li {
	display:inline;
	list-style:none;
	text-indent:-9000px;
}

#topnav a {
	float:left;
	height:61px;
	padding-right:10px;
	border-left: 1px solid #678387;
	}

#topnav a#about {
	background:url(/images/nav_about2.png) no-repeat 10px top;
	width:75px;
}	

#topnav a#about:hover, #topnav a#about.on {
	background:url(/images/nav_about2_on.png) no-repeat 10px top;
}	

#topnav a#contact {
	background:url(/images/nav_contact2.png) no-repeat 10px top;
	width:90px;
}	

#topnav a#contact:hover, #topnav a#contact.on {
	background:url(/images/nav_contact2_on.png) no-repeat 10px top;
}	

#topnav a#photo {
	background:url(/images/nav_photo2.png) no-repeat 10px top;
	width:118px;
}	

#topnav a#photo:hover, #topnav a#photo.on {
	background:url(/images/nav_photo2_on.png) no-repeat 10px top;
}	

#topnav a#neighborhoods {
	background:url(/images/nav_neighborhoods2.png) no-repeat 10px top;
	width:135px;
	border:none;
}	

#topnav a#neighborhoods:hover, #topnav a#neighborhoods.on {
	background:url(/images/nav_neighborhoods2_on.png) no-repeat 10px top;
}	

#topnav a#news {
	padding:0;
	background:url(/images/nav_news2.png) no-repeat left top;
	width:156px;
}	

#topnav a#news:hover, #topnav a#news.on {
	background:url(/images/nav_news2_on.png) no-repeat left top;
}	


/* Control Panel */

#navpanel {
	padding-top: 23px;
	}

#navpanel li {
	list-style:none;
	display:inline
	}
		
#navpanel a {
	float:left;
	margin-right: 12px;
	border-left:1px solid #69868a;
	padding-left: 12px;
	}
		
		
/* ---------- @ Headings -----------*/
	
h1 {
	font-size: 1.8em
	}

h3 {	
	font-size: 2.2em;
	color: #f1b832;
	font-variant:small-caps;
	border-right: 1px solid #678387;
	padding-right:10px;
	margin-right:10px;
	}

#third h3 {
	border:none
	}
	
h4 {	
	font-size: 1.2em;
	color: #f1b832;
	font-variant:small-caps;
	margin-bottom: 5px;
	padding-right:10px;
	}

h3.textemphasized {
	color:#87afb6;
	border: none;
	text-transform:uppercase;
	font-size: 100%;
	font-size: 1.2em;
	font-weight: bolder;
	margin: 10px 0 0 0;
	padding: 0;
	}

h5 {
	color:#87afb6;
	background:url(/images/arrow.gif) left no-repeat;
	padding-left: 9px;
	text-transform:uppercase;
	font-size: .95em;
	margin-top: 15px;
	}
		
h6 {	
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	color:#87afb6;
	}


/* ---------- @ Content Area -----------*/

#home .right {
	padding: 13px 4px 0px 20px;
	width: 592px;
	border-left: 1px solid #69868a;
	height: 460px;
}

#content {
	padding: 13px 4px 0px 20px;
	width: 622px;
	border-left: 1px solid #69868a;
}

#second #content {
	padding: 13px 4px 0px 20px;
	width: 622px;
	border-left: 1px solid #69868a;
}

#third #content {
	padding: 13px 4px 0px 20px;
	width: 622px;
	border-left: 1px solid #69868a;
}


#masthead img {
	margin: 1px 4px 0px 0px;
	}

#second #navbar p {
	background:url(/images/bg_nb.gif) no-repeat left bottom;
	padding-bottom: 28px
	}
	
#second #navbar a {
	text-transform:uppercase
	}
	
#third #navbar img {
margin-left: 20px;
border: 1px solid #69868a;
}

#third #navbar p {
padding-left: 20px;
}

#third li {
list-style-type: none;
}
	
.bullets {
	padding: 15px;
	}

.bullets li {	
	background:url(/images/bullet.gif) no-repeat;
	list-style:none;
	padding-left: 11px;
	margin-bottom: 5px;
	}

.bullets .bullets {
	padding: 5px 15px 0 15px;
	}
	
	
	
		

/* Neighborhoods */

#navbar h6 {
	border-bottom:1px solid #678387;
	padding-bottom:2px;
	}

#address, h4 span {
	color: #87afb6;
	padding-left: 15px;
	margin-left: 5px;
	}

h4 span {
	font-size: 0.7em;
	font-weight:normal;
	border-left:1px solid #678387;
	margin-bottom: 15px;
	}

#modelname {
	font-size:1.2em;
	color:#87afb6;
	}
		
#mainpic {
	height:262px;
	background: url(/images/bg_mainpic.gif);
	margin: 25px 0 10px 0;
	overflow:hidden
	}

#info {
	padding: 15px 20px 20px 30px;
	color:#d9dddd;
	width: 150px;
	}

#info .bullets {
	padding: 15px 0 0 5px;
	}
	
#info h4, #info h5 {
	margin-top: 5px;
	margin-left: -10px;
}

#info h5 {
	margin-top: 10px;
}

#back, #email, #directions {
	height:18px;
	display:block;
	padding: 4px 0px 0px 25px;
	text-transform:uppercase
}

#email {
	background:url(/images/email.gif) no-repeat;
	width:53px;
	margin-right: 1px;
	}

#directions {
	background:url(/images/directions.gif);
	width:93px;
	}	

#back {
	background:#335251 url(/images/bg_back.gif) no-repeat;
	width: 200px;
}

.radiobutton {
	border:none
	}	

.neighborhood_list {
	color: #87afb6;
	background:url(/images/bg_nb.gif) no-repeat left bottom;
	padding-bottom: 21px;
}




/* Models */

#navbar #info {
	margin-top: 25px;
	padding-left: 10px;
	float: none;
}

.model-list {
	width: 370px;
	margin-top: 30px;
}

.features {
	margin-top: 35px;
	width: 210px;
	padding-left: 40px;
}

.model {
	border-top: 1px solid #69868a;
	padding: 15px 0;
}

.model img {
	margin: 0 20px 15px 0;
	width: 200px;
	height: 150px;
	border: 1px solid #87afb6;
}

.model .bullets li {
	width: 120px;
}


	
/* ---------- @ Forms -----------*/


#contactform ul {
	padding-bottom: 10px;
}

#contactform li {
	list-style-type: none;
	padding-bottom: 16px;
}

#contactform input {
	width: 200px;
	background-color: #BCCBCD;
	border: 1px solid #264645;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#contactform select {
	height: 18px;
	font-size: 11px;
	padding:0px;
	background-color: #BCCBCD;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#contactform textarea {
	width: 200px;
	background-color: #BCCBCD;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.button {	
	background: #0b2c2c ! important;
	border:#F7ECD4 1px solid;
	padding: 2px;
	margin: 0 2px 0 0;
	color:#f1b832 ! important;
}


.button:focus {	
	padding:2px;
	background: #000 ! important;
}
		
.button:hover {	
	background: #000 ! important;
}



/*ThickBox*/
.thickbox img {
margin: 10px 30px 10px 10px;
border: 1px solid gray;
}


/*Clear*/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */




/* ---------- @ Footer -----------*/

#footer {
	padding: 25px 4px 0px 0px;
	color:#87a0a7;
	clear:both;
	border-top: 1px solid #69868a;
	margin-top: 20px;
}

#second #footer, #third #footer {
	margin-top: 49px;
	padding-bottom:20px;
}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(/images/c4_footer.gif);
	text-indent:-9000px;
}
