/* CSS Document */

* ,html, body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, form, input, select, table, tr, td, th, div, img {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family:"Trebuchet MS", Arial;
	font-size:80%;
	color: #374B4F;
	background-color:#fff;
}

ul li {
	list-style:none;
}

a {
	color: #374B4F;
}
	a:hover {
		color: #669933;
		text-decoration:none;
	}

h1, h2 {
	margin-bottom:10px;
}
h3, h4, h5 {
	margin-bottom:5px;
}

div#wrapper {
	margin:	0 auto;
	width: 903px;
}

div#head {
	width: 100%;
}
	div#head img {
		display:none;
	}
	div#head h1 {
	}
	
div#container {
	position: relative;
}
	div#content {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 555px;
		background-color: #FFF;
		min-height:	555px;
		padding:0px 10px 10px 10px;
	}
		div#content h1 {
		}
		div#content p {
			text-indent:1.5em;
			margin-bottom:5px;
		}
		div#content ul {
		}
		div#content ul.liststyle {
			margin-left:20px;
			padding:11px;
		}
		div#content ul.liststyle li {
			list-style:disc;
		}
		div#content ul.liststyle li ul {
			padding-left:20px;
			padding-top:-10px;
			padding-bottom:-10px;
		}
		div#content ul.liststyle li ul li {
			list-style:circle;
		}
		div#content li.titlelist {
			font-weight:bold;
		}
		div#content div.listhoriz {
			width:560px;
			border:#669933 thin solid;
			height: 96px;
		}
		div#content div#map {
			border:#669933 thin solid;
			width:550px;
			height: 400px;
			margin:10px 0px;
		}
		div#content form {
			display:none;
		}
		div#content input.buttons {
			display:none;
		}
		div#content input, div#content select, div#content textarea {
			display:none;
		}
		div#content label {
			display:none;
		}
	
	
	#right{
		display:none;
	}
		
	
	#left{
		display:none;
	}
		#left ul{
			background-color:#fff ;
			background-repeat: no-repeat;
			background-position: 30px 0px;
			list-style-type:none;
			width:167px;
			height: 555px;
			font-size:0px;
			}
		#left ul li{
			display:block;
			padding:56px 0 0 72px;
			}
		#left ul li.li1{
			display:block;		
			}
		#left ul li a{
			display:block;
			text-indent:-2000px;
			}
		#left ul li a.home{
			height:108px;
			width:83px;	
			}
		#left ul li a.contact{
			height:108px;
			width:83px;
			}
			
div#footer {
	width: 100%;
	height:50px;
	color:#374B4F;
	text-align:center;
	font-size:11px;
	text-align:center;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.contentspacer {
	width:100%;
	margin-bottom:15px;
}
.centerbox {
	background:#F8F8F8;
	margin-bottom:10px;
	border-style:solid;
	border-width:thin;
	border-color: #94C84D #669933 #669933 #94C84D ;
	float:left;
	padding:10px 15px;
	width:530px;
}
.display {
	display:none;
}
.personalpic {
	padding:7px;
	border: #CCC thin solid;
	background-color:#FAFAFA;
	margin-right:20px;
	clear:left;
}
