body
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #102C0C;
	background: #90B86E url(../_img/bodybg.png) repeat-x;
}
a
{   
	color: #102C0C;
}
form
{
    margin: 0px;
    padding: 0px;
}
.hideit
{
	position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.cleanclear
{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.picborder
{
    border: solid 1px #102C0C;
}
/*----------------
Wrapper / Header
----------------*/
#wrapper
{
	margin: 0px auto;
	width: 771px;
}
#header
{
	width: 771px;
	height: 214px;
	overflow: hidden;
	background: url(../_img/header.jpg) no-repeat left 45px;
}
#menu
{
	position: absolute;
	height: 39px;
	overflow: hidden;
	margin: 0px;
	margin-top: 9px;
	margin-left: 300px;
	padding: 0px;
	float: left;
	list-style: none;
}
#menu li
{
	float: left;
}
#menu li a
{
	display: block;
	margin-top: 4px;
}
#menu li a:hover, #home #lhome, #about #labout, #projects #lprojects, #contact #lcontact
{
	margin-top: 0px;
}
#logo
{
	position: absolute;
	margin-top: 74px;
	margin-left: 165px;
	width: 449px;
	height: 123px;
	overflow: hidden;
}
#tagline
{
	width: 771px;
	height: 175px;
	overflow: hidden;
}
/*----------------
Content
----------------*/
#contentw
{
	width: 757px;
	margin: 0px auto;
	background: url(../_img/contentw.png) repeat-y;
}
*html #contentw {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/contentw.png', sizingMethod='scale');
}
#content
{
	position: relative;
	margin: 0px auto;
	width: 729px;
	padding: 10px;
	background: #fff url(../_img/contentbg.png) repeat-x left bottom;
}
.box
{
	float: left;
	width: 729px;
	background: url(../_img/bottom-left.png) no-repeat left bottom;
}
#home .box
{
    width: 490px;
}
.box-outer
{
	background: url(../_img/bottom-right.png) no-repeat right bottom;
	padding-bottom: 16px;
}
.box-inner
{
	background: url(../_img/top-left.png) no-repeat left top;
}
.box h2
{
	margin: 0px;
	padding: 0px;
	background: url(../_img/top-right.png) no-repeat right top;
	padding-top: 16px;
	font-size: 18px;
}
.box h2, .box-content
{
	padding-left: 16px;
	padding-right: 16px;
}
#slideshow
{
	float: right;
	width: 232px;
	height: 252px;
}
#associations-left
{
	float: left;
	padding-top: 40px;
	padding-left: 110px;
}
#address
{
	float: left;
	padding-top: 40px;
	padding-left: 40px;
	text-align: center;
	font-size: 12px;
}
#associations-right
{
	float: right;
	padding-top: 50px;
	padding-right: 120px;
}
/*----------------
Bottom / Credit
----------------*/
#bottom
{
	width: 771px;
	height: 29px;
	margin-bottom: 10px;
	overflow: hidden;
	background: url(../_img/bottombg.png) left bottom no-repeat;
}
*html #bottom {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_img/bottombg.png', sizingMethod='crop');
}
#credit
{
	margin: 0px auto;
	margin-top: 2px;
	width: 709px;
	border-top: solid 1px #0F280B;
	text-align: right;
}
#credit img
{
	padding-top: 2px;
	padding-right: 5px;
}
/*-------------------------------------
Forms
-------------------------------------*/
.required
{
    font-size: 10px;
    color: #cc3300;
}

#form1
{
    margin: 0px auto;
    width: 380px;
}
.webform
{
    float: left;
    width: 380px;
}
.webform label
{
    float: left;
    margin: 3px 0px;
    width: 180px;
}
.webform p
{
    clear: both;
    padding: 0px;
}
.webform input 
{
    margin-right: 5px;
    padding: 2px;
    width: 150px;
    border: solid 1px #102C0C;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #102C0C;
}
.webform textarea
{
    margin-right: 5px;
    padding: 2px;
    width: 180px;
    height: 100px;
    border: solid 1px #102C0C;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #102C0C;
}
.webform input:focus, .webform textarea:focus
{
    background: #ffc;
}
.webform_controls
{
    clear: both;
    margin: 0px auto;
    text-align: center;
}
.webform_controls input
{
    border: solid 1px #102C0C;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #102C0C;
	margin-top: 20px;
}

.webform .state_txt
{
	width: 25px;
}
.webform .zip_label
{
    position: absolute;
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}
.webform .zip_txt
{
	width: 55px;
}