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

body{
	background:url(../images/bg.jpg) repeat-x #131313;	
	padding:0;
	margin:0;
	color:#fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:11pt;
	line-height:16pt;
	text-shadow: #000 2px 1px 3px;
	font-weight:normal;
	font-style:normal;
	font-stretch:normal;
	}
	
h1, h2, h3, h4, h5{
	font-family: "Times", "Times New Roman", Times, serif;
	color: #437D29;
	font-weight:normal;
	letter-spacing:1px;
	margin:2px 0 5px 0;
	padding:0;
	}

p{
	margin:0 0 10px 0;
	padding:0;
	}
	
a{
	color:white;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover{
	color:#437D29;
	}
	
p.continue{
	float:right;
	font-size:10px;
	text-align:right;
	margin:0 5px 0 0;
	}
	
p.continue a{
	margin:3px 2px 0 0;
	}
	
#wrapper{
	height:573px;
	width:100%;
	background:url(../images/bg.corn.jpg) no-repeat top center;
	}
	
#header{
	width:900px;
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:center;
	}
	
#logo{
	float:left;
	width:391px;
	}

#buttons{	
	width:500px;
	float:right;
	text-align:right;
	}
	
#content{
	width:410px;
	height:478px;
	float:right;
	text-align:left;
	background: url(../images/bg.content.png) repeat-x top;
	padding:60px 20px 20px 10px;
	}
	
#content label{
	display:inline-block;
	width:130px;
	vertical-align:top;
	}
	
#content form{
	line-height:28pt;
	}
	
input, textarea{
	font-size:14pt;
	color: #437D29;
	}
	
.form_elements{
	width:270px;
	}	

#content h1{
	margin:0 0 30px 0;
	font-size:18pt;
	font-weight:lighter;
	}
	
#buttons img{
	margin-right:2px;
	}
	
#buttons img:hover{
	cursor:pointer;
	}
	
#buttons img, .btn{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

#buttons img:hover, .btn:hover{
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	}
		
.image{
	margin-top:-35px;
	float:left;
	width:343px;
	height:229px;
	}

.text{
	margin-top:-20px;
	width:520px;
	float:right;
	}

#content_wrap{
	width:900px;
	height:300px;
	margin:0 auto;
	padding-top:0;
	/*background:url(../images/bg.rounded.gif) no-repeat;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;*/
	overflow:visible;
	}
	
#footer{
	width:900px;
	height:40px;
	margin:15px auto;
	font-size:8pt;
	}
	
a.foot_comp{
	background:url(../images/ico.mini.mark.gif) left no-repeat;
	padding:0 0 0 12px;
	margin-left:5px;
	}

#footer a{
	font-weight:normal;
	}
	
#col_one{
	width:360px;
	float:left;
	text-align:left;
	}
#col_two{
	width:540px;
	float:right;
	text-align:right;
	}
	
img, a img{border:none;}

img, div, a, object {outline:none #000;