body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
	color:#560601;
	font-size:12px;
	background-color:#CCB589;
	background-image:url(/images/bg_map2.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

/*FIX PNG*/
img, div { behavior: url(iepngfix.htc) }

/******HEADER******/

#header_pb{
	background-image:url(/images/header_bg_slice.png);
	behavior: url(/iepngfix.htc);
	background-repeat:repeat-x;
	height:90px;
	width:100%;
}

/*Header Nav*/
#header_nav{
	top:5px;
	right:50px;
	position:absolute;
	text-align:center;
}
#header_nav a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#E1D3A6;
	text-decoration:none;
}
#header_nav a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#E1D3A6;
	text-decoration:none;
}
#header_nav a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FEFEFF;
	text-decoration:none;
}

/*Header Logo*/
#header_logo{
	top:38px;
	position:absolute;
	width:100%;
	text-align:center;
}
/******MAIN******/
#main{
	width:940px;
	text-align:center;
}

/*First Nav*/
#first_nav{
	margin:3px 0px 0px 0px;
}
#first_nav a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#531C01;
	text-decoration:none;
	font-weight:bold;
	/*padding:0px 5px 3px 5px;*/
	line-height:25px;
	padding:0px 8px 7px 8px;
}
#first_nav a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	/*color:#531C01; BEH 1/28*/
	text-decoration:none;
	font-weight:bold;
}
#first_nav a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#560501;
	color:#F8EDDB;
	text-decoration:none;
	font-weight:bold;
}
#first_nav a.selected{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#560501;
	color:#F8EDDB;
	text-decoration:none;
	font-weight:bold;
}
.first_nav_divider{	
	border-right:1px dotted #560501;
	display:inline;
	margin-left:-3px;
}

/*Second Nav*/
#second_nav_container{
	position:relative;
	/*margin:3px 0px 0px 0px;*/
	height:8px;
}
#second_nav_bg{
	background:#560501;
	filter:alpha(opacity=12);-moz-opacity:.12;opacity:.12;
	width:100%;
	position:absolute;
	top:3px;
	left:0px;
	line-height:21px;	
	width:940px;
	margin:0px;
	z-index:1;
}
#second_nav{
	position:absolute;
	top:3px;
	left:0px;
	z-index:10;
	width:100%;
	text-align:center; 
}
#second_nav a{
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-variant:small-caps;
	font-size:12px;
	color:#531C01;
	text-decoration:none;
	font-weight:bold;
	line-height:21px;
	padding:0px 8px 3px 8px;
}
#second_nav a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-variant:small-caps;	
	font-size:12px;
	/*color:#531C01; BEH 1/28*/
	text-decoration:none;
	font-weight:bold;
}
#second_nav a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-variant:small-caps;
	font-size:12px;
	background-color:#560501;
	color:#F8EDDB;
	text-decoration:none;
	font-weight:bold;
	line-height:21px;
}
#second_nav a.selected{
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-variant:small-caps;	
	font-size:12px;
	background-color:#560501;
	color:#F8EDDB;
	text-decoration:none;
	font-weight:bold;
}
.second_nav_divider{	
	border-right:1px dotted #560501;
	display:inline;
	margin-left:-3px;
}

/*Third Nav*/
#third_nav_container{
	float:left;
	width:232px;
}
#third_nav{
	width:232px;
	/*background-image:url(images/3rd_nav_bg2.jpg);
	background-repeat:repeat;*/
	background-color:#6F6655;
}
#third_nav ul{	
	list-style:none;
	margin:0px;
	padding:20px 0px 20px 0px;
	text-align:left;
}
#third_nav ul li{
	padding:0px 0px 0px 20px;
	margin:2px 0px 2px 0px;
}
#third_nav ul li a{
	background-image:url(images/li2_white.gif);
	padding:0px 0px 0px 20px;	
	font-size:12px;
	font-weight:bold;
	background-repeat:no-repeat;
	color:#F8EDDB;	
	font-variant:small-caps;
	text-decoration:none;
	width:100%;
	display:block;
}
#third_nav ul li a:visited{
	/*color:#F8EDDB; BEH 1/28*/	
	font-variant:small-caps;
	text-decoration:none;
	width:100%;
}
#third_nav ul li a:hover{
	background-image:url(images/li2.gif);
	padding:0px 0px 0px 20px;	
	background-repeat:no-repeat;
	text-decoration:none;
	color:#F8EDDB;	
	font-variant:small-caps;
	width:100%;
}
#third_nav ul li:hover{
	background-color:#F8EDDB;
	color:#6F6655;
	padding-left:20px;
}
#third_nav ul li:hover a{
	background-image:url(images/li2.gif);
	padding:0px 0px 0px 20px;	
	text-decoration:none;
	color:#6F6655;	
	font-variant:small-caps;
	width:100%;
}
#third_nav ul li:hover a:hover{
	background-image:url(images/li2.gif);
	padding:0px 0px 0px 20px;
	text-decoration:none;
	color:#6F6655;	
	font-variant:small-caps;
	width:100%;
}
#third_nav ul li.selected{
	background-color:#F8EDDB;
	color:#6F6655;
	padding-left:20px;
}
#third_nav ul li.selected a{
	background-image:url(images/li2.gif);
	padding:0px 0px 0px 20px;	
	text-decoration:none;
	color:#6F6655;	
	font-variant:small-caps;
	width:100%;
}

/*Main*/
#main_container{
	position:relative;
	width:940px;
}
#vertical{
	float:left;
	width:1px;
	height:200px;
	border-left:1px dotted #560600;
	margin:5px;
}
#content_pb{
	float:left;
	text-align:left;
	width:686px;
	padding:10px 10px 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#560601;
	line-height:18px;
}
#content_pb img{
	padding:3px;
	border:solid 1px #560501;
	background-color:#e1d3a6;
}
#content_pb a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#560601;
	border-bottom:dotted 2px #560501;		
}
/*
#content_pb a:visited{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#560601;
	border-bottom:dotted 2px #560501;
}
#content_pb a:hover{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#560601;
	border-bottom:solid 2px #560501;
}
*/
.pageTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
}

H1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	padding:0px;
	margin:0px;
}

/*Compilation & Pano*/
#pano_container{
	padding:3px;
	border:solid 1px #560501;
	background-color:#e1d3a6;
}

/*Multi-Media*/
/*Compilation & Pano*/
#multimedia_container{
	padding:3px;
	border:solid 1px #560501;
	background-color:#e1d3a6;
}
.multimedia_caption{
	color:#20180B;/*#5A5243;*/
	font-size:10px;
	font-weight:bold;
	font-family:Georgia, 'Times New Roman', Times, serif;
}

/*Slideshow*/
#slideshow_container{ 
	text-align:center;
	background-color:#f8f2e5; 
	width:232px;
}
#slideshow_container img{ 
	display:block;
	margin:0px;
	padding:0px;
	border-bottom:solid 1px #20180B;
}
#slideshow_container img.slideshow_hide{ 
	display:none;
	margin:0px;
	padding:0px;
}
#slideshow_caption{
	width:100%;
	display:block;
	margin-top:2px;
	border-top:dotted 1px #5A5243;
	color:#20180B;/*#5A5243;*/
	font-size:10px;
	font-weight:bold;
	font-family:Georgia, 'Times New Roman', Times, serif;
}

/*Video Player*/
#videoplayer_container{ 
	text-align:center;
	background-color:#f8f2e5; 
	width:300px;
}
#videoplayer_divider{
	 width:300px;
	 height:2px;
	 border-top:solid 1px #20180B;
	 border-bottom:dotted 1px #5A5243;
}
#videoplayer_caption{
	color:#20180B;/*#5A5243;*/
	font-size:10px;
	font-weight:bold;
	font-family:Georgia, 'Times New Roman', Times, serif;
}

/*Third Nav Continued*/
#third_nav_box1{
	background-color:#DBD1B8;
	padding:5px 10px 5px 10px;	
	border-top:1px dotted #8A7756;
	border-bottom:1px solid #CBB488;	
}
#third_nav_box2{
	background-color:#DBD1B8;
	padding:5px 10px 5px 10px;
	border-bottom:1px dotted #8A7756;	
}

#third_nav_box2 a{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#560601;
	border-bottom:dotted 2px #560501;		
}

/*Gallery of Homes*/
#galleryofhomes_container{ 
	background-color:#F8F2E6;
	width:212px;
}
#galleryofhomes_container img{ 
	display:block;
	margin:0px;
	padding:0px;
	border-bottom:solid 1px #20180B;
}
#galleryofhomes_caption{
	width:100%;
	display:block;
	margin-top:2px;
	color:#20180B;	
	border-top:dotted 1px #20180B;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	font-family:Georgia, 'Times New Roman', Times, serif;
}

/*Email Signup*/
#email_container{ 
	background-color:#F8F2E6;
	width:212px;
}
#email_divider{
	height:2px;	
	border-top:solid 1px #20180B;
	border-bottom:dotted 1px #5A5243;
}
#email_caption{
	color:#20180B;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	font-family:Georgia, 'Times New Roman', Times, serif;
}

/******FOOTER******/

/*Footer Nav*/
#footer_nav{
	width:100%;
	text-align:center;
	margin:30px 0px 0px 0px;
}
#footer_nav a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#531C01;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bold;
	padding:0px 5px 0px 5px;
	display:inline;
}
#footer_nav a:visited{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#531C01;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bold;
	padding:0px 5px 0px 5px;
	display:inline;
}
#footer_nav a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color:#560501;
	color:#F8EDDB;
	font-variant:small-caps;
	text-decoration:none;
	font-weight:bold;
	padding:0px 5px 0px 5px;
	display:inline;
}
.footer_nav_divider{	
	border-right:1px solid #560501;
	display:inline;
	margin-left:-3px;
}
#compass{
	bottom: 0px;
}