@charset "utf-8";
body {
	background-color: #301804;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
}
#container{
	background-color: #648030;
}
#content_container, #footer_content{
	width: 941px;
	margin: auto;
}
h1{
	margin-top: 0px;
}
h2, a{
	color: #a7ff00;
}
#sky{
	border-top: solid 1px #76cde5;
	background-image:url(/images/sky.gif);
	background-repeat:repeat-x;
	background-position: top center;
}
#footer{
	background-image:url(/images/soil.gif);
	background-repeat:repeat-x;
	background-position: top center;
	background-color: #301804;
	color: #88572e;
}
#nav{
	border-top: solid 1px #76cde5;
	background-image:url(/images/nav_bg.gif);
	background-repeat:no-repeat;
	width: 941px;
	height: 62px;
	margin-top: -1px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 510px;
	margin-left: 230px;
	margin-top: 11px;
}
#nav ul li{
	float: left;
	background-repeat:no-repeat;
}
#nav ul li a{
	background-repeat: no-repeat;
	display: block;
	text-indent: -90000em;
	text-decoration: none;
	height: 41px;
}
#nav_1, #nav_1 a{
	width: 160px;
	background-image:url(/images/nav_1.gif);
}
#nav_1 a:hover{
	background-image:url(/images/nav_1_mo.gif);
}
#nav_2, #nav_2 a{
	width: 169px;
	background-image:url(/images/nav_2.gif);
}
#nav_2 a:hover{
	background-image:url(/images/nav_2_mo.gif);
}
#nav_3, #nav_3 a{
	width: 180px;
	background-image:url(/images/nav_3.gif);
}	
#nav_3 a:hover{
	background-image:url(/images/nav_3_mo.gif);
}
#content{
	background-image:url(/images/home_image.gif);
	background-repeat:no-repeat;
	width: 941px;
}
#page_title{
	text-indent: -90000em;
	background-image:url(/images/page_title.gif);
	background-repeat:no-repeat;
	width: 514px;
	height: 192px;
}
#home_subtitle{
	background-image:url(/images/subtitle.gif);
	background-repeat:no-repeat;
	width: 461px;
	height: 55px;
	text-indent: -9000em;
	margin-top: 5px;
}
#contact_subtitle{
	background-image:url(/images/subtitle_contact.gif);
	background-repeat:no-repeat;
	width: 277px;
	height: 27px;
	text-indent: -9000em;
	margin-top: 5px;
}
#thanks_subtitle{
	background-image:url(/images/subtitle_thanks.gif);
	background-repeat:no-repeat;
	width: 124px;
	height: 24px;
	text-indent: -9000em;
	margin-top: 5px;
}
#examples_subtitle{
	background-image:url(/images/subtitle_examples.gif);
	background-repeat:no-repeat;
	width: 328px;
	height: 25px;
	text-indent: -9000em;
	margin-top: 5px;
}
.float_right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#left_col{
	width: 491px;
	float: left;
	padding-left: 22px;
	padding-right: 22px;
}
#right_col{
	width: 376px;
	float: right;
	margin-top: 70px;
	background-image:url(/images/right_col_bg.gif);
	background-repeat:repeat-y;
	margin-right: 20px;
}
#right_col h2{
	text-indent: -9000em;
	margin: 0px;
	padding: 0px;
}
#right_col_bottom{
	background-image:url(/images/right_col_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding: 20px;
}
#right_col_top{
	background-image:url(/images/right_col_top.gif);
	background-repeat:no-repeat;
	background-position: top left;
}
.clear{
	clear: both;
}
.button_view_examples{
	background-image:url(/images/button_view_examples.gif);
	background-repeat:no-repeat;
	display: block;
	width: 203px;
	height: 43px;
	text-indent: -90000em;
	text-decoration: none;
}
.button_view_examples:hover{
	background-image:url(/images/button_view_examples_mo.gif);
}
#copyright{
	margin-top: 40px;
	margin-left: 16px;
	float: left;
}
.credit{
	float: right;
	margin-right: 20px;
	margin-top: 40px;
}
.credit a{
	background-image:url(/images/interactive_red.gif);
	display:block;
	width: 98px;
	height: 50px;
	text-indent: -9000em;
}
.credit span{
	display:none;	
}
#contact{
	width: 359px;
	float: right;
	background-image:url(/images/contact.gif);
	background-repeat:no-repeat;
	margin-right: 23px;
	margin-top: 16px;
}
#contact h3, #phone{
	text-indent: -9000em;
}
#contact a{
	display:block;
	height: 30px;
	text-decoration: none;
	text-indent: -9000em;
}
.error{
	color: #a7ff00;
}
form label, input, textarea {
	display: block;
	width: 330px;
	float: left;
	margin-bottom: 10px;
}
textarea{
	height: 150px;
}
input,textarea{
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #cdd7b9;
	border: solid 1px #4f6624;	
}
form label {
	text-align: left;
	width: 130px;
	padding-right: 20px;
	display:block;
}
form br {
	clear: left;
}
form{
	clear: both;
}
.submit{
	width: 63px;
	height: 30px;
	padding: 3px;
}
#errors{
	background-color: #7f9d47;
	padding: 4px;
	padding-left: 14px;
}
.gallery{
	float: left;
	width: 245px;
}
.gallery small{
	width: 220px;
	display:block;
	color: #b6cd8b;
}
a img{
	border: none;
}
