* {	margin: 0px auto;}

html, body {height: 100%;}
	
body
{
/*background:url(images/patternbg.gif);*/
background-color: #000033;
}

#headertop
{
position: relative;
z-index: 1000;
width: 800px;
height: 99px;
background: url('contacttop.gif');
margin: 0 auto;
border-bottom: solid 2px #fff;
}		

a.logoLink {
display: block;
position: absolute;
top: 12px;
left: 7px;

width: 300px;
height: 85px;
}

a.logoLink span {
  display: none;
}

#headerpic
{
margin: 0 auto;
position: relative;
width: 790px;
height: 150px;
background: #fff url(contactheaderpic.jpg) no-repeat;
border-left: solid 5px #fff;
border-right: solid 5px #fff;
}

/*
#container {
width: 790px;
background-color: #4a7038;
border-left: solid 5px #fff;
border-right: solid 5px #fff;
}

#main
{
position: relative;
width: 790px;
background: #4a7038;
margin: 0 auto;
}*/

#content {
margin: 0 auto;
width: 790px;
border-left: solid 5px #fff;
border-right: solid 5px #fff;
min-height: 60%;
background: #4a7038;
padding-top: 25px;
padding-bottom: 25px;
border-top: solid 2px #fff;
}

img.floatRight { 
    float: right; 
    padding-left: 10px; 
	padding-top: 7px;
}
img.floatLeft { 
    float: left; 
    padding-right: 10px; 
	padding-bottom: 7px; 
}



/******** Mainmenu ********/
#myslidemenu{
	position: relative;
	left: 323px;
	top: 45px;
	width: 100%;
}

/*
#nav
{	position: absolute;
	width: 400px;
	left: 315px;
	top: 45px;
	width: 100%;
margin: 0 auto;
}

#nav ul
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;	
}

#nav ul li
{display: inline;}

#nav a:link, #nav a:visited {
		padding-right: 10px;
		MARGIN-left: 0px;
		background: transparent;
		color: #FFFFFF;
		text-decoration: none;
		float: left;
		}

#nav ul li a
{

color: #fff;
text-decoration: none;
}

#nav ul li a:hover
{

color: #cccccc;
}
*/

		
/*footer*/
#footer {
		margin: 0 auto;
		padding-top: 0px;
		width: 800px;
		height: 35px;
		background: url(contactfooter.gif) top no-repeat;
		border-top: solid 2px #fff;
		}
		
#footertext{
	font: bold 9px Verdana;
	color: #ffffff;
	text-align: center;
	padding-top: 8px;
}

		
#footer a, #nav a:visited {
		padding: 0px 0px 0px 0px;
		background: transparent;
		color: #ffffff;
		text-decoration: none;
		}
		
h1 {
		margin: 0;
		color: #FFFFFF;
		font-family: "Trebuchet MS" ; font-weight:normal;
		font-size: 27px;
		border-bottom: 1px solid #ffffff;
		margin-left: 45px;
		margin-right: 45px;
		}
		
h2 {
	margin: 0;
	color: #FFFFFF;
	text-align: left;
	font-family: "Trebuchet MS";
	font-weight:normal;
	line-height: 1.3;
	font-size: 15px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 25px;		
		}
