body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DBDBDB;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
}
#homenav {
	clear: both;
	background-color: #90995A;
	width: 782px;
	height: 50px;
	margin-left: 20px;
}
#homenav ul {
	list-style: none;
	padding-top: 25px;
}
#homenav li {
	display: inline;
	padding: 0 16px;
}
#topnav {
	clear: both;
	background-color: #90995A;
	width: 800px;
	height: 50px;
}
#topnav ul {
	list-style: none;
	padding-top: 25px;
}
#topnav li {
	display: inline;
	padding: 0 16px;
}
#subnav {
	clear: both;
	width: inherit;
	height: 44px;
	padding-top: 10px 0 5px 0;
}
#subnav ul {
	list-style: none;
	margin: 0 0 5px 250px;
}
#subnav li {
	display: inline;
	margin: 0 12px;
}
#mainbody {
	clear: both;
	margin: 15px 0 0 20px;
}
#mainbody ul {
	list-style: none;
	margin: 5px 0 0 0;
}
#mainbody li {
	display: inline;
	margin: 0 5px 0 0;
}
.boxtext {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 5px 0 10px;
}
.subheading {
	font-size: 16px;
	font-weight: 700;
	color: #336;
	padding: 0;
}
.contentbox {
	background-color: #90995A;
	padding-right: 5px;
}
.maillink {
	text-decoration: none;
	color: #009;
}
.maillink:hover {
	text-decoration: underline;
}
.tablecolor1 {
	background-color: #B8B8B8;
	font-size: 10px;
	font-weight: 700;
	color: #90995A;
	padding-top: 5px;
}
.tablecolor2 {
	background-color: #9C9B9B;
	padding: 5px;
	color: #036;
}
.tablecolor2 a {
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	color: #036;
}
.tablecolor2 a:hover {
	color: #FFF;
}
.tablecolor3 {
	background-color: #858383;
}
.pdflink {
	text-decoration: none;
	color: #039;
	font-weight: 700;
	font-size: 12px;
}
.pdflink:hover {
	text-decoration: underline;
}
.projectHeadline {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
}
.projectText {
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
}
.license {
	text-align: right;
	font-size: 10px;
	font-weight: 700;
	width: 800px;
}
.projectLink1 {
	color: #039;
	padding: 3px 0;
}
.projectLink1 a {
	color: #039;
	text-decoration: none;
	font-weight: 700;
	font-size: 12px;
}
.projectLink1 a:hover {
	color: #039;
	text-decoration: underline;
}
.projectLink1 a:active {
	color: #FFF;
}
.projectLink2 {
	color: #039;
	margin-left: 15px;
	padding: 2px 0;
}
.projectLink2 a {
	color: #039;
	text-decoration: none;
}
.projectLink2 a:hover {
	color: #039;
	text-decoration: underline;
}
.projectLink2 a:active {
	color: #FFF;
}
.projectThumb {
	border: 1px solid #333;
}
.projectCaption {
	font-size: 14px;
	font-weight: 700;
}

.contact-left{float:left;width:550px;}
.contact-left .form{padding:10px 0 0;}
.contact-right{	float:right;margin:0 15px 0 0;width:200px;}

/* FORM CSS START */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }


.form ul{list-style:none;margin:0;padding:0;}
.form li{padding:0 0 6px;position:relative;}
.form li.error{color:red;}
.form input.text, .form textarea{padding:3px 2px;color:#444;border:1px solid #ccc;width:300px;float:left;margin:0 0 0 12px;}
.form input.error{border:1px solid red;}
.form input.submit{float:right;margin:0 140px 0 0;}
.form input.zip{width:70px;margin:0 0 0 5px;}
.form input.checkbox{cursor:pointer;}
.form label{text-align:right;width:100px;float:left;font-weight:bold;}
.form label.error{display:block;float:none;clear:both;padding-left:112px;width:306px;text-align:left;font-weight:normal;color:red;}
.form label.zip{width:37px;}
.form label.checkbox{float:none;width:auto;color:#fff;font-weight: normal;text-align:left;cursor:pointer;}
.form span.req{color:red;float:left;width:auto;position:absolute;left:102px;}
.form span.zip{left:332px;}
.form select.states{float:left;margin:0 0 0 12px;width:188px;}
.form textarea{height:60px;}
/* FORM CSS END */

