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


body {
	background-color: #333333;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

ul {
	margin-left: -25px;
	margin-top: 5px;
	_margin-left: 0px;
	*margin-left: 25px;
	
}

#wrapper {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border-bottom: 1pt solid #000000;
}

#header {
	margin: 0 auto;
	background-image: url('');
	width: 925px;
	height: 150px;
}

#footer {
	clear: both;
}

#left_links {
	float: left;
	padding-right: 20px;
	width: 168px;
	height: 369px;
	background-image: url(''); 
	background-repeat: no-repeat;
}

#divider_long {
	float:left;
	background-image: url('../_images/divider_long.jpg');
	background-repeat: no-repeat;
	width: 27px;
	height: 371px;
	margin-top: 10px;
	padding-right: 35px;
}

#divider_short {
	float:left;
	background-image: url('../_images/divider_short.jpg');
	background-repeat: no-repeat;
	width: 35px;
	height: 216px;
	margin-top: 15px;
	padding-right: 20px;
}

#content {
	margin: 0 auto;
	padding-top: 30px;
	padding-right: 40px;
	width: 846px;
	min-height: 600px;
}

#left_content {
	float: left; 
	max-width: 580px;
}

#right_content {
	float: left;
}

#right_content a, #right_content a:visited {
	color: #666666;
	text-decoration: none;
}

#right_content a:hover {
	color: #333333;
}

.rightbox {
	width: 167px;
	background-color: #e6e6e6;
	padding: 8px;
}

.downloadbox {
	width: 162px; 
	background-color: #e6e6e6;
	background-image: url(../_images/donwloads.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 5px;
}

.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #218240;
	font-weight: bold;
}

.green {
	color: #218240;
}

.description {
	color: #999999;
}

.contact {
	float:left;
}

/* Virtual Tours */

.tours {
	padding-left: 6px;
}


/* Map Page */

#map {
	float: left;
}

#map_images {
	float: left;
	margin-left: 30px;
}

#directions {
	clear: left;
}


/* Gallery */

.gallery{list-style:none;width:336px;margin:0;padding:0;}
.gallery li{display:block;width:40px;height:40px;overflow:hidden;float:left;margin:0 10px 10px 0}
.gallery li a{display:none}
.gallery li div{position:absolute;display:none;top:0;left:180px}
.gallery li div img{cursor:pointer}
.gallery li.active div img,.gallery li.active div{display:block}
.gallery li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.gallery li .caption{display:block;padding-top:.5em}
* html .gallery li div span{width:336px} /* MSIE bug */
#main_image {clear: both; width: 336px; min-height: 223px; border: 0pt solid #000;}
.image_gallery {width: 336px; margin-bottom: 5px;}
.previous {float: left; padding-right: 10px;}
.next {float: left;}


