@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	background-color: #C1D88D;
	  
}

h1 { font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:18px;
	  font-weight:bold;}

#wrap {
	width:766px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header { width: 766px;
		   height:200px;
		   background-image:url(images/headerbg.jpg);

}

#nav-menu { padding-top:175px;
			color:#FFFFFF;

}
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}
 #nav-menu li
{
float: left;
margin: 0 0.70em;
}

 #nav-menu li a
{ 
text-decoration:none;
color:#FFFFFF;
}

 #nav-menu li a:hover
{ 
color: #00FF00;
}

#content {
	width:766px;
	background-color: #FFFFFF;
	margin: 0px;
}

#footer { clear:both;
		   width:766px;
		   height: 113px;
		   background-image: url(images/footerbg.jpg);

}


#foot-menu ul
{
list-style: none;
padding: 0;
margin: 0;

padding-top: 78px;
}
 #foot-menu li
{
float: left;
margin: 0 0.90em;
}

 #foot-menu li a
{
color: #000000;
text-decoration:none;
}

#foot-menu li a:hover {

 color:#009933;
}



.cssform p{
width: 300px;
clear: left;
margin-left: 15px;;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 60px;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/*contact form*/

.cssform1 p{
width: 250px;
clear: left;
margin-left: 15px;;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform1 label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform1 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
}

.cssform1 textarea{
width: 230px;
height: 80px;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

