/* GENERAL */
#container{
	width:950px;
	margin:0 auto 20px auto;
}
/* END GENERAL */

/* HEADER */
#header{
	width:950px;
	display:block;	
}

#header H1{
	width:460px;
	padding:0;
	padding-top:68px;
	height:0;
	background: url('../images/logo.gif') no-repeat;
	overflow:hidden;
	margin:0;
}

#header .phone{
	width:185px;
	padding:0;
	padding-top:68px;
	height:0;
	background: url('../images/callnow.gif') no-repeat;
	overflow:hidden;
	margin:0;
	float:right;
}
/* END HEADER */

/* NAV */
#nav{
	background: url('../images/nav_bg.jpg') no-repeat;
	width:950px;
	height:38px;
	display:block;
}

#nav OL{
	list-style:none;
	margin-left:30px;
	padding-top:1px;		
}

#nav LI{
	float: left;
 	position: relative;
 	background: url('../images/seperator.jpg') no-repeat;
 	padding-left:13px;
}

#nav LI.first{
	float: left;
 	position: relative;
 	background: none;
 	padding-left:0;
}

#nav LI A, #nav LI A:LINK, #nav LI A:VISITED{
	display: block;
	float: left;
	height:0;
	text-decoration: none;
	overflow:hidden;	
}

#btn_home{	
	background: url('../images/nav_home.jpg') no-repeat;
	width:62px;	
	padding-top: 36px;
	margin-right: 6px;
}

#btn_home:hover{	
	background: url('../images/nav_home_over.jpg') no-repeat;
}

#btn_about{	
	background: url('../images/nav_about.jpg') no-repeat;
	width:162px;	
	padding-top: 36px;
	margin-right: 6px;
}

#btn_about:hover{	
	background: url('../images/nav_about_over.jpg') no-repeat;
}

#btn_nowselling{	
	background: url('../images/nav_nowselling.jpg') no-repeat;
	width:115px;	
	padding-top: 36px;
	margin-right: 6px;
}

#btn_nowselling:hover{	
	background: url('../images/nav_nowselling_over.jpg') no-repeat;
}

#btn_location{	
	background: url('../images/nav_location.jpg') no-repeat;
	width:86px;	
	padding-top: 36px;
	margin-right: 6px;
}

#btn_location:hover{	
	background: url('../images/nav_location_over.jpg') no-repeat;
}

#btn_sold{	
	background: url('../images/nav_sold.jpg') no-repeat;
	width:121px;	
	padding-top: 36px;
	margin-right: 6px;
}

#btn_sold:hover{	
	background: url('../images/nav_sold_over.jpg') no-repeat;
}

#btn_comingsoon{	
	background: url('../images/nav_comingsoon.jpg') no-repeat;
	width:127px;	
	padding-top: 36px;
	margin-right: 6px;
}

#btn_comingsoon:hover{	
	background: url('../images/nav_comingsoon_over.jpg') no-repeat;
}

#btn_links{	
	background: url('../images/nav_links.jpg') no-repeat;
	width:56px;	
	padding-top: 36px;
	margin-right: 6px;
}

#btn_links:hover{	
	background: url('../images/nav_links_over.jpg') no-repeat;
}

#btn_qa{	
	background: url('../images/nav_qa.jpg') no-repeat;
	width:62px;	
	padding-top: 36px;
	margin-right: 6px;
}

#btn_qa:hover{	
	background: url('../images/nav_qa_over.jpg') no-repeat;
}

#btn_contact{	
	background: url('../images/nav_contact.jpg') no-repeat;
	width:106px;	
	padding-top: 36px;
	margin-right: 6px;
}

#btn_contact:hover{	
	background: url('../images/nav_contact_over.jpg') no-repeat;
}
/* END NAV */

/* BANNER */
#banner{
	height:250px;
	margin-top:8px;
	margin-bottom:18px;
	display:block;	
	width:950px;
}
/* END BANNER */

/* MAIN */
#main{
	min-height:230px;
	width:950px;	
	display:block;
	color:#604b42;
}

.clear{
	clear:both;
}

#main LI{
	margin-left:15px;
	margin-top:2px;
}
/* END MAIN */

/* LEFT PANEL */
#left_panel{
	float:left;
	background-color:#b4ccc3;
	width:201px;
	padding: 0 3px 12px 3px;
	color:#2b2b2b;
	margin-bottom:5px;
}

#subnav{
	width:200px;
	margin-top:4px;
	border-bottom: 1px solid #8ab3ae;
	display:block;
	padding-bottom: 4px;		
}

#subnav OL{
	list-style: none;
	padding:10px 0 5px 0;
	background: url('../images/subnav_bg.jpg') repeat-x;
	background-color:#7ca8a3;	
}

#subnav LI{
	font-size:12pt;
	font-weight:bold;
	margin:0 5px 5px 8px;
}

#subnav A:LINK, #subnav A:VISITED {
	color: #FFFFFF;
	text-decoration: none;
}

#subnav A:HOVER { 
	color: #604b42;
	text-decoration: underline;
}

.brochure{
	width:200px;
	height:0;
	padding-top:46px;
	overflow:hidden;
	background: url('../images/brochure.gif') no-repeat;
	margin-top:4px;
	border-bottom: 1px solid #8ab3ae;
	display:block;
}

.brochure:HOVER{
	background: url('../images/brochure_over.gif') no-repeat;
}

.appointment{
	width:200px;
	height:0;
	padding-top:46px;
	overflow:hidden;
	background: url('../images/appointment.gif') no-repeat;
	margin-top:4px;
	border-bottom: 1px solid #8ab3ae;
	display:block;
}

.appointment:HOVER{
	background: url('../images/appointment_over.gif') no-repeat;
}

#left_panel H3{
	margin:0;
	padding:0;
	margin-left:5px;
	margin-top:12px;
	font-weight:normal;
}

#left_panel P{
	font-size:10pt;
	margin:2px 5px 0 5px;
	padding:0;
	line-height:22px;	
}

#left_panel .phone{
	font-size:12pt;
	font-weight:bold;
}

#left_panel .email{
	font-size:10pt;
}
/* END LEFT PANEL */

/* NEWS */
#news{
	background-color:#fff6e1;
	width:189px;
	float:right;
	padding:0 9px;
	min-height: 220px;
}

#news H2{
	border-bottom: 1px solid #bfb2a1;
	margin:0;
	padding:0;
	padding-bottom:6px;
	margin-bottom:15px;
	margin-top:10px;
	font-size:14pt;
}

#news H3{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:12pt;
}

#news EM{
	font-size:11pt;
	font-style:normal;
	margin-bottom:6px;
}

#news P{
	font-size:10pt;
	color:#424242;
	line-height:20px;
}

#news H2 A:LINK, #news H2 A:VISITED {
	color: #604b42;
	text-decoration: none;
}

#news H2 A:HOVER { 
	background-color: #B4CCC3;
	text-decoration: underline;
}

#news H3 A:LINK, #news H3 A:VISITED {
	color: #604b42;
	text-decoration: none;
}

#news H3 A:HOVER { 
	background-color: #B4CCC3;
	text-decoration: underline;
} 
/* END NEWS */

/* IMAGES */
#images{
	background-color:#fff6e1;
	width:189px;
	float:right;
	padding:0 9px;
	min-height: 220px;
	padding-bottom:5px;
	margin-bottom:10px;
}

#images H2{
	border-bottom: 1px solid #bfb2a1;
	margin:0;
	padding:0;
	padding-bottom:6px;
	margin-bottom:15px;
	margin-top:10px;
	font-size:14pt;
}

#images H3{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:12pt;
}

#images EM{
	font-size:10pt;
	margin-bottom:6px;
}

#images IMG{
	margin-top:5px;
	margin-bottom:5px;
}

#image_panel{
	width:950px;
	border: 1px solid #8AB3AE;
	margin-top:10px;
	margin-bottom:10px;
}
#image_panel IMG{
	margin:10px auto;
}

/* END NEWS */

/* CONTENT */
#content{
	padding:0 222px 5px 222px;
}

#content H2{
	border-bottom: 1px solid #8AB3AE;
	padding-bottom:6px;
	margin-bottom:15px;
	padding-top:10px;
}

#content P{
	line-height:24px;
}

#content A:LINK, #content A:VISITED {
	color: #508F86;
	text-decoration: none;
}

#content A:HOVER {
	color: #2b2b2b; 
	background-color: #A8CFC1;
	text-decoration: underline;
}

#content A:ACTIVE {
	color: #2b2b2b;
	text-decoration: underline;
}  
/* END CONTENT */

/* FORMS */

.gui_text, .gui_textarea, .gui_dropdown{
	border: 1px solid #604B42;
	background-color:#fff;
	color:#2B2B2B;
	width:320px !important;
	padding-left:1px;
}

.gui_textarea{
	width:285px;
	height:100px;
}

.gui_checkbox{
	height:50px;
	border-color: #604B42;
}

.submit{
	width:485px;
	display:block;	
}

.gui_submit{
	float:right;
	margin-bottom:10px;	
}

#main FORM LABEL{
	float:left;
	width:150px;
	padding-top: 4px;
	margin-right:10px;
}

#main FORM OL{
	list-style:none;
}

#main FORM OL LI{
	display:block;
	margin-top:5px;
	margin-left:0 !important;
}

.gui_label{
	font-weight:bold;
	font-size:9pt;
}

.gui_drop_down{
	width:108px;
	margin-left:6px;
	margin-top:12px;
}

.errors{
	border: 1px solid red;
	color:red;
	margin-bottom:20px;	
}

/* END FORMS */

/* FOOTER */
#footer{
	background: url('../images/footer.jpg') no-repeat;
	width:920px;
	height:20px;
	display:block;
	clear:both;
	font-size:8pt;
	padding:6px 15px 0 15px;
	margin-top:5px;
}

#footer A:LINK, #footer A:VISITED{
	font-family: Verdana, Tahoma, sans-serif;
}

#footer A:HOVER{
	font-family: Verdana, Tahoma, sans-serif;
}

.credit{
	float:right;
}
/* END FOOTER */
