body{
	background-color: #50821c;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
    background-position: center;
}
fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}

#container{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 791px;
	margin-left: -395.5px;
	padding-top: 16px;
	padding-bottom: 0px;
	text-align: left;
	height: 1040px;
	background-color: white;
	overflow: hidden;
}

#top_box{
	width: 759px; /* container - 32 px (16 px margins) */
	background-color: white;
	margin: 0px 16px;
	height: 203px;
	padding: 0px;
}
#content_box{
	position: relative;
	width: 759px; /* container - 32 px (16 px margins) */
	background-color: #e9edd4;
	margin: 0px 16px 16px 16px;
	color: #434343;
	font-family: arial;
	padding: 0px 0px 0px 0px;
}


#main{
	position: relative;
	height: 822px;
	width: 723px;
	background-color: #e9edd4;
	padding: 0px 16px 0px 16px;
	line-height: 150%;
	overflow: hidden;
}

#footer{
	position: relative;
	width: 724px;
	border-top: 2px solid #50821c;
	padding-top: 10px;
}
.dotted_line{
	text-decoration: none;
	border-bottom: 1px dashed;
	border-color: #50821c;
}
.h1{
	font-family: arial;
	color: #52821c;
	font-size: 12pt;
	font-weight: bold;
	line-height: 160%;
	letter-spacing: .05em;
	padding-top: 20px;
}
.h2{
	font-family: arial;
	color: #52821c;
	font-size: 10pt;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: .05em;
}
a:link{ 
	color: #D2912E; text-decoration: underline;
}
a:visited{ 
	color: #D2912E; text-decoration: underline;
}
a:active{ 
	color: #D2912E; text-decoration: underline;
}
a:hover{ 
	color: #cc5403; text-decoration: underline;
}
.quote{
	font-family: arial;
	color: #000000;
	font-size: 10pt;
	font-style:italic;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: .05em;
}
.quoted{
	font-family: arial;
	color: #000000;
	font-size: 10pt;
	font-style:normal;
	font-weight: bold;
	line-height: 165%;
	letter-spacing: .05em;
}
#front_image{
	z-index: 1;
	position: absolute;
	height: 187px;
	width: 759px;
}
#back_image{
	z-index: 0;
	position: absolute;
	height: 187px;
	width: 759px;
}	
	
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}
	

	
#nav {	
	position: absolute;
	top: 151px;
	left: 321px;
	height: 22px;
	border-right: 2px solid;
	border-color: #52821c;
	/*background: #52821c;*/
}
	
#nav a:link, #nav a:visited {
	color: #52821c;
	background: #bed0b4;
	border-top: 2px solid;
	border-left: 2px solid;
	border-color: #52821c;
	padding: 6px 6px 6px 6px;
	/*margin: 1px 1px 1px 1px;*/
	float: left;
	width: auto;
	text-decoration: none;
	font: .7em/.7em Arial, Helvetica, sans-seri;
}

#nav a:hover,#nav a:active {
	color: #fff;
	background: #52821c;
	border-top: 2px solid;
	border-left: 2px solid;
	border-color: #52821c;
	/*margin: 1px 1px 1px 1px;*/
	}
	
#nav a.selected:link, #nav a.selected:visited {
	color: #52821c;
	background: #e9edd4;
	padding: 6px 6px 8px 6px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-color: #52821c;
	/*margin: 1px 1px 1px 1px;*/
	float: left;
	width: auto;
	text-decoration: none;
	font: bold .7em/.7em Arial, Helvetica, sans-serif;
}
	
#nav a.selected:hover,#nav a.selected:active {
	color: #52821c;
	background: #e9edd4;
	padding: 6px 6px 8px 6px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-color: #52821c;
}

/* contact form */
#formOutput{
	color: #FF0000;
}
.projectDetails{
	display: none;
	padding: 0px;
	margin: 0px;
}
._user{
	display: none;	
}
.contactlabel{
	font-size: 1em;
	color:#000000;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	font-weight:normal;	
}
.submitBtn{
	padding: 0px;
	margin: 0px 20px 0px 0px;
}
.formButtons{
	padding: 0px;
	margin: 0px;	
}
.ajaxLoading{
	display: none;
	padding: 0px;
	margin: 0px auto;
	text-align:  center;
}
.ajaxloadingGIF{
	padding: 4px;
	margin: 0px auto;
}
.inputError{
	border:1px solid #FF0000;
	padding:2px;
}
.alert{
	color: #FF0000;	
}	
.clear{
	clear:both;
}
#container #content_box #main #footer .h2 {
	font-weight: bold;
}
.Contact {
	font-weight: bold;
}
.contact {
	font-weight: bold;
	font-size: 12pt;
	padding-top: 10px;
}

