/* 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 {
	background: url(/images/repeater.jpg) repeat-x #F2D292;
	font-family:"Trebuchet MS", Arial;
	font-size:80%;
	color: #374B4F;
	line-height:1.3;
}

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 {
		float: left;
	}
	div#head h1 {
		font-size: 0px;
		line-height:0px;
		padding:0;
		margin:0;
	}
	
div#container {
	position: relative;
}
	div#content {
		position: absolute;
		top: -25px;
		left: 159px;
		width: 555px;
		background-color: #FFF;
		min-height:	555px;
		padding:0px 15px 15px 15px;
	}
		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:550px;
			border:#669933 thin solid;
			height: 96px;
		}
		div#content div#map {
			border:#669933 thin solid;
			width:550px;
			height: 400px;
			margin:20px 0px 10px 0px;
		}
		div#content form {
			width:280px;
			float:left;
			margin-left:55px;
		}
		div#content input.buttons {
			float:left;
			width:75px;
			background-color:#669933;
			color:#FFF;
			border-width: 1px;
			border-style: solid;
			border-color:  #94C84D #669933 #669933 #94C84D;
		}
		div#content input, div#content select, div#content textarea {
			width:200px;
			color:#666;
			margin:5px 0px 5px 5px;
			border-width: 1px;
			border-style: solid;
			border-color:  #94C84D #669933 #669933 #94C84D;
		}
		div#content label {
			font-weight: bold;
			width:50px;
			display:block;
			float:left;
		}
	
	
	#right{
		position:absolute;
		top: 0px;
		left:733px;
		background-image:url(/images/rightcol.jpg);
		background-repeat: no-repeat;
		min-height:	555px;
		height: 555px;
		width: 170px;
	}
		
	
	#left{
		position:absolute;
		top: 0;
		left:0;
	}
		#leftNav {
			background-image:url(/images/links.jpg);
			background-repeat: no-repeat;
			/*background-position: 0px 0px;*/
			list-style-type:none;
			width:167px;
			height: 555px;
			font-size:0px;
			}
		#left ul li{
			display:block;
			padding:36px 0 0 72px;
			margin-bottom: 2px;
			}
		#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;
	float:left;
	padding-top:20px;
	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;
}
	
