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



*{
	
	padding:0px;
	margin:0px;
	
}


body{
	
	background-image:url(images/mainbg.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

ul{
	
	list-style:none;
}


h1, h2 {
	
	color:#684803;
	font-size:17px;
	letter-spacing:3px;
	font-weight:normal;
	border-bottom:1px solid #ab790d;
	padding-bottom:10px;
	width:510px;
	display:block;
	margin-top:20px;
	margin-bottom:10px;
	
}

.h2right{
	
	width:350px;
	margin-top:170px;
}

.h2righttemp{
	
	width:350px;
	margin-top:0px;
	
}


p{
	font-size:13px;
	color:#684803;
	padding-bottom:10px;
	text-align:justify;
}

img{
	
	border:0px;
}

#container {
	
	width:900px;
	margin:0 auto;
}


#headtop {
	
	height:205px;
	background-image:url(images/header.jpg)
	
	
}

#navbar{
	
	width:900px;
	
	
}

#navigation {
	
	float:right;
	
}

#navigation li{
	
	float:left;
	padding-left:20px;
	padding-top:2px;
	color:#fff;
	
}

#navigation a{
	
	color:#fff;
	font-size:14px;
	text-decoration:none;
	letter-spacing:3px;
	padding-right:10px;
	
}

#navigation a:hover{
	
	color:#333;
	
}


#leftcol {
	
	float:left;
	width:550px;
	padding-top:20px;
	
}

#leftcol2{
	float:left;
	width:520px;
	padding-top:20px;
}


#rightcol{
	
	float:right;
	width:350px;
	padding-top:60px;
}

#rightcol2{
	float:right;
	width:350px;
	padding-top:40px;
	
}


#brochures li{
	
	float:left;
	width:150px;
	height:240px;
	margin-right:30px;
	background-image:url(images/brochureshadow.png);
	background-repeat:no-repeat;
	background-position:bottom;
	
}

#footer{
	
	clear:both;
	padding-top:10px;
}

#footer p, #footer a{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#684803;
}

table{
	
	border-collapse:collapse;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	
}



.colorstrip {
	
	background-color:#ac790e;
	
}

.title{
	color:#fff;
	padding-bottom:0px;
	font-weight:bold;
	padding-top:2px;
}

/*FORM CSS */

input, textarea, select {
	
	width:250px;
	overflow:hidden;
	border: 1px solid #684803;
}

input, select{
	
	height:25px;
	
}

label {
	font-size:13px;
	color:#684803;
	padding-bottom:10px;
	text-align:justify;
	
}

td{
	
	padding-bottom:5px;
}

.submit{
	
	float:right;
	background:url(images/submit.png) no-repeat;
	width:110px;
	height:50px;
	text-indent:-9999px;
	border:none;
	
	
}


.map {
	
	margin-top:30px;	
	
}

.centertext{
	text-align:center;
	font-weight:bold;
	
}