/* CSS Document */

/******************** Remove Defaults ********************/
* {
	margin: 0;
	padding: 0;
}

a img {
border: 0;
}

body {
	background-color:#6b6b6b;
	color:#3c3c3c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:5px;
	font-size:75%;
	line-height:1.3;
}

a { 
	color:#000000;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

p { margin-bottom:1em;}

.clear { clear:both; }
.left { float:left; }
.right { float: right; }
/******************* Structural Elements ***************************/

#wrapper {
	width:800px;
	background:#FFFFFF;
	text-align:left;
	margin: 0 auto;
	border:1px solid #b5b3b3;
}

#header {
background:url(../files/logo.gif) no-repeat;
height:59px;
width: 100%;
text-align:right;
padding-top:45px;
}

#header h1 {
overflow:hidden;
position:absolute;
top:-500em;
}

#header span{
color: #777f0c;
font-size: 1em;
margin-right:21px;
}

#headerimage {
background: url(../files/largebannerimg.jpg) no-repeat;
height: 180px;
border-top: 11px solid #cbcbcb;
border-bottom: 1px solid #b2bc35;
}

#menu ul{
list-style-type: none;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background:url(../files/navgradient.jpg) repeat-x;
height: 37px;
text-align:center;
line-height:37px;
}

#menu ul li{
display:inline;
background:url(../files/navseperator.jpg) no-repeat center left;
padding:13px 0;
}

#menu li#menu0{
background: transparent;
}

#menu ul li a{
padding:0 40px 0 35px;
color:#e9e6e6;
}

#menu li ul{
display:none;
}

#quicklinks {
background-color:#e7e7de;
border-bottom: 1px solid #cfcfcf;
height:100px;
}

#seperator {
background:url(../files/quicklinkseperator.gif) repeat-x;
width:2px;
height:100px;
float:left;
}

.quicklinkbox {
padding:16px 10px 16px 14px;
width:46%;
float:left;
}

.quicklinkbox img {
border: 1px solid #787675;
margin-right:12px;
float:left;
}

.quicklinkbox h3 {
color: #403f3f;
font-size:1.1em;
margin-bottom: 1em;
}

#content {
clear:both;
width:772px;
margin: 14px;
}

#footer {
clear:both;
background-color: #cbcbcb;
color: #5c5c5b;
font-size:0.8em;
padding:0 30px 0 22px;
height: 53px;
line-height: 53px;
}

#footer strong{
color:#949c0e;
padding-left:0.5em;
}

#footer a{
color:#5c5c5b;
}

#tagline {
margin:1em;
display:block;
color: #cccccc;
}

#tagline a {
color: #cccccc;
}


#contactform div
{
	margin-bottom: 0.5em;
	width: 100%;
}

#contactform .indent
{
	margin:10px 0px 10px 10px;
}

#contactform .form_element
{
	padding: 0px 10px 0px 0px;
	text-align:left;
	float: left;
	width: 180px;
}

#contactform .form_data 
{
	padding: 0px;
	text-align:left;
	float: left;	
}

#contactform .separator 
{
	clear: both;
	padding: 0px;
	font-size: 0.5px;
	height: 0.5px;
}