@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#88613E;
	background-color: #bfa58a;
	background-repeat: repeat-x;
}


#content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px;
	width: 800px;
	height: 600px;
	line-height: 20px;
	border: solid #ad8c6b 1px;
}

#content a {
	border:none;
	text-decoration:none;
	color:#88613E;
	text-align: right;
}

#client_logo {
	margin: 8px 0px 0px 10px;
	width: 146px;
	height: 100px;
	float: left;
	border: solid #ad8c6b 1px;
}

#client_logo img {

}

#address {
	float:right;
	margin: 50px 10px 5px 5px;
	width: 275px;
	height: 20px;
	border:none;
	text-align: right;
	font-size: 16px;
	
}

/* right hand contact details */

.contact_section {
	float:right;
	margin:70px 7px 0px 0px;
	text-align: left;
	line-height: 22px;
	font-size: 12px;
}


/* left logo/map section */

.left_section {
	float:left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 185px;
	height: 465px;
	border:solid #ffffff 1px;
	
}

.logo_header {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 9px;
	width: 190px;
	height: 40px;
	border:solid #ffffff 1px;
	float: left;
	
	
}

.logo_header img {
	border:none;
	padding: 2px 2px 2px 2px;
} 

.text_address {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 190px;
	height: 60px;
	float: left;
	
}

.floorplan_section {
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 9px;
	width: 165px;
	height: 300px;
	border:solid #ffffff 1px;
	
}

.floorplan_section img {border:none; padding: 5px 5px 5px 5px;}


/* main section */

.main_section {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 785px;
}

/* flash virtual tour section */

.vt_window {
	width: 780px;
	height: 330px;
	border: solid #ad8c6b 2px;
	
}

.navigation {
	float: left;
	display: block;
	margin: 5px 0px 0px 0px;
	width: 320px;
	cursor: pointer;

}

.photo_left {
	float: left;
	padding: 2px;
	border: solid #ad8c6b 1px;
	margin: 5px;

}

.photo_text {
	float: left;
	width: 250px;
	margin: 12px 0px 0px 5px;
	font-size: 12px;

}

.clear{clear:both;}

/*Address Section*/

.address {
	float:left;
	margin:8px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	line-height: 20px;
	text-align: center;
}

/*Click Here and RV Link Section*/

.rv_link_section {
	float:right;
	margin:0px 0px 0px 0px;
	width: 450px;
	padding: 0px 5px 0px 0px;
	text-align: right;
	line-height: 34px;
}

.rv_link_section2 {
	float:right;
	margin:0px 30px 0px 0px;
	width: 220px;
	padding: 0px 5px 0px 0px;
	text-align: right;
	line-height: 34px;
}

#flashcontent {
  
}


.tab-select {
	margin: 0px;
	font-size: 14px;
	float: right;
	width: 110px;
	height: 20px;
	padding: 7px;
	text-align: center;
	background-repeat: no-repeat;
	cursor: hand;
	display: inline;
}


.vt-away {background-image: url(images/gui/vt-tab-away.jpg); color:#333333;}
.vt-away:hover{background-image: url(images/gui/vt-tab-over.jpg); color:#ffffff;}
.vt-over {
	background-image: url(images/gui/vt-tab-over.jpg);
	color:#ffffff;
}

.gallery-tab-away {
	background-image: url(images/gui/gallery-tab-away.jpg);
	color:#333333;
}
.gallery-tab-away:hover {background-image: url(images/gui/gallery-tab-over.jpg);color:#ffffff;}
.gallery-tab-over {background-image: url(images/gui/gallery-tab-over.jpg); }

.tab-select a {
color:#666666;
text-decoration:none;
}
