@charset "utf-8";
/* CSS Document */

* { font-size: 100%;}

html, body {
	margin: 0;
	padding: 0;
	background: #375400;
}

body {  
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
}

a, a:link, a:visited, a:active { 
	color: #6C8C37;
	font-weight: normal;
	font-size:12px
	text-decoration: none;
}
a:hover { 
	color: #6C8C37;
}

h1 {
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 2em;
	font-weight: bold;
	color: #375400;
}

h2 {

	font-size: 1.5em;
	font-weight: bold;
	color: #375400;
}

h3 {
	font-size: 1em;
	color: #666666;
}

h4 {
	font-size: 1.2em;
	color: #6FC300;
}

p {
	margin: 0.8em 0;
	line-height: 1.3em;
}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}

.clear {
	clear: both;
	font-size: 0px;
	margin: 0;
}

.strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

/**
 * Form Definitions
 */
.default input, .default textarea, .default select {  
	padding: 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;

	background-color: #FFFFFF;
	width: 250px;
	border: 1px solid #808284;
}
.default textarea { 
	height: 85px;
}
.default .inputSubmit, .default .inputButton { 
	background-color: #D0D0D0;
	font-weight: bold;
	color: #727272;
	cursor: pointer;
	width: 254px;
}

/**
 * Layout Definitions
 */
#mainBox {
	margin: 0 auto;
	padding: 0px 0;
	width: 864px;
}
#logoBox {
	width: 506px;
	height: 69px;
	position: relative;
	background: url(../template/logo.gif);
	border: 0px;
}

#MainImage {
	width: 864px;
	height: 217px;
	position:top;

}

#homeImage {
	width: 295px;
	height: 497px;
	float:right;
	padding-left:20px;

}
#projectImage {
	width: 460px;
	height: 142px;
	float:left;
	padding-bottom:20px;

}



#leftBox {
	width: 244px;
	height: 90px;
	position: absolute;
	top: 44px;
	right: 245px;
}
#rightBox {
	width: 200px;
	margin-left:15px;
	padding: 15px;
	float: right;
	background: #CAE598;
}

#mainNav {
	background: #375400;
	height: 26px;
}

#mainContent {
	background-image:url(../template/bg.gif);
	width: 864px;
	padding: 0px;
}

#greenBox {
	width: 228px;
	background: #6c8c37;
	border: 1px solid #516929;
	float: right;
	margin: 5px;
}

#leftContent {
	width: 820px;
	padding: 15px;
	float: left;
}
#leftContentTop {
	width: 700px;
	float: top-left;
}

#bottomBox {
	height: 50px;;
}

#footerBox {
	background: 375407;
	height: 40px;
}
	

