@charset "utf-8";
* {margin: 0px; padding: 0px;}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#clear {clear: both; display: block; height: 0px; margin: 0px; padding: 0px;}
.clearcont {clear: both; display: block; height: 0px; margin: 0px; padding: 0px;}

#container {
	margin: 0 auto;
	text-align: center;
	width: 900px;
}

#header {
	background-color: #244D2F; height: 150px;
	background-image: url(images/logo.gif); background-repeat: no-repeat; background-position: left;
	margin-bottom: 5px;
}
		
#nav {height: 30px; background-color: #244D2F; margin-bottom: 15px; text-align: center;}
#nav ul {margin: 0px; padding: 3px; _padding: 4px;}
#nav ul li {
	display: inline;
	list-style-type: none;
	font-family: Arial; font-size: 11px; color: #fff;
}
#nav ul li a {
	padding: 8px 40px 8px 40px; margin: 0px;
	font-family: Arial; font-size: 11px; color: #fff; text-decoration: none; outline: none;
}
#nav ul li a:hover, #nav ul li.selected a {background-color: #A36700; padding: 8px 40px 8px 40px; margin: 0px; color: #fff;}


#content {
	height: auto;
	text-align: left;
	font-family: Verdana, Tahoma, Arial; font-size: 11px; text-decoration: none; color: #244D2F;
}
	#content #images {float: left; margin-right: 20px;}
	#content #text {}
	#content #servicestext {}	
	#content p {line-height: 15px;}	
	#content h1 {font-size: 12px; text-decoration: none; color: #A36700; line-height: 21px;}
	#content h2 {font-size: 11px; text-decoration: none; color: #A36700; line-height: 21px;}
	#content a {font-size: 11px; text-decoration: underline; color: #A36700;}
	#servicestext .listbox {float: left; width: 150px; margin-right: 1px; margin-bottom: 10px;}
	#servicestext ul {float: left;}
	#servicestext li {font-size: 11px; color: #A36700; margin-left: 10px; list-style-position: inside; line-height: 15px;}
	#text li {font-size: 11px; color: #A36700; margin-left: 10px; list-style-position: inside; line-height: 15px;}
		#twit {margin-top: 20px; margin-bottom: 20px;}
		
	#wrapper {
	float: left; width: 900px; min-height: 450px; height: auto !important; height: 450px; margin: 10px 0px 10px 0px; padding: 20px;
	background-color: #fff; text-align: center; font-family: Verdana, Tahoma; font-size: 11px; color: #A36700; text-decoration: none;
	}
	#wrapper a {font-family: Verdana, Tahoma; font-size: 11px; color: #A36700; text-decoration: underline;}
	#wrapper a:hover {font-family: Verdana, Tahoma; font-size: 11px; color: #A36700; text-decoration: underline;}
	#wrapper table {margin: 0 auto; text-align: center;}
	
	#galleryslideshow {margin-top: 10px; margin-bottom: 10px;}
		#flashcontent {text-align: center; padding: 20px;}

#footer {
	margin: 0 auto;	margin-top: 20px;
	padding-top: 5px; padding-bottom: 20px;
	text-align: left;
	border-top: 1px solid #A36700; 
}
	#footer p {
		font-family: Verdana, Tahoma, Arial; font-size: 10px; text-decoration: none; color: #244D2F;
		line-height: 15px;
	}
	#footer a {
		font-family: Verdana, Tahoma, Arial; font-size: 10px; text-decoration: underline; color: #244D2F;
		line-height: 15px;
	}	
		
