body{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/header_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: arial, helvetica;
	background-color: #92bf88;
	color: #444444;
}
a{
	text-decoration: none;
	color: #00776b;
}
a:hover{
	color: #CCC;
}
.container{
	width: 865px;
	margin: auto;
}
.container2{
	width: 590px;
	margin: auto;
	float: left;
	*margin-top:22px;
}
#divider{
	float: left;
	width: 5px;
	height: 132px;
	background-image: url(/images/divider.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#header{
	background-color: #eff6e8;
	background-image: url(/images/puzzle_bg.jpg);
	background-position: left;
	height: 123px;
	background-repeat: no-repeat;
}
#left_text{
	width: 480px;
	float: left;
	padding: 5px;
	line-height: 22px;
	font-size: 14px;
}
#subnav{
	width: 275px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
	#subnav ul {
		margin:0px;
		padding: 0px;
		list-style: none;
		max-width: 250px;
	}
		#subnav ul li{
			padding: 5px;
			border-bottom: 1px dotted #444;
		}
			#subnav ul li ul li{
				border: none;
				font-size: 13px;
				margin-left: 20px;
			}
li.current{
	font-weight: bold;	
}
#footer{
	background-color: #92bf88;
	width: auto;
	background-image: url(/images/footer_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#main{
	width: auto;
	background-color: #FFF;
	margin-bottom: -7px;
}
#main_image{
	background-image: url(/images/main_image.jpg);
	height: 259px;
	width: 865px;
	margin-top: 35px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#main_text{
	width:380px;
	padding: 20px;
	color: #FFF;
	line-height: 22px;
}
	#main_text h2{
		color: #87b17e;
		margin: 0px;
		padding: 0px;
		line-height: normal;
	}
	#main_text a{
		color: #FFF;
		text-decoration: none;
	}

#nav{
	line-height: 20px;
	padding-top: 30px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}
	#nav a{
		text-decoration: none;
		color: #444444;
	}
	#nav a:hover{
		color: #eeeeee;
	}
	#nav ul li{
		float: left;
		font-weight: bold;
		margin-right: 16px;
		font-size: 13px;
	}
	#nav ul li.last{
		margin-right: 0px;
	}
	#nav ul li ul li{
		float: none;
		font-weight: normal;
		font-size: 12.5px;
	}
#news{
	width: 295px;
	float: left;
	font-size: 14px;
	line-height: 22px;
	margin-left: 5px;
	margin-top:5px;
}
	#news h3{
		color: #00776b;
		margin: 0px;
		padding: 0px;
		font-size: 16px;
	}
	#news .more{
		width: 295px;
		text-align: right;
		font-size: 13px;
		line-height: 18px;
	}
	#news .more a{
		
		text-decoration: none;
		color: #00776b;
	}
#social{
	width: 865px;
	margin: auto;
	font-size: 13px;
}
.main_tabs{
	color: #FFF;
	background-color: #92bf88;
	border-left: 1px solid #5b9400;
	border-right: 1px solid #5b9400;
	border-top: 1px solid #5b9400;
	border-bottom: none;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	padding: 7px;
	float:right;
	margin-right: 23px;
	margin-top: 220px;
	font-size: 16px;
	font-weight: bold;
	width: 110px;
	text-align: center;
}
	.main_tabs a{
		color: #FFF;
		text-decoration: none;
	}
.button{
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	opacity: 0.5;
	
	background-color: #000;
	width: 100px;
	padding: 3px;
	color: #FFF;
	text-align: center;
	float: left;
}
.clear{
	clear: both;
}
.footer_puzzle{
	background-image: url(/images/footer_puzzle.gif);
	background-position:bottom left;
	background-repeat: no-repeat;
}
.forms{}

.forms form {
	 background: #666;
	 padding:25px;
	 width:335px;
	}
	.forms   input {
	    margin-bottom: 10px;
	    border: none;
	    padding: 5px;
	    background: #D8EFD1;
	  }
	   .forms  input:focus {
	      background: #fff;
	    }
	  
	.forms label {
	 display: block;
	 color: #fff;
	}
	
	.forms .submit {
	 border: 1px solid #444;
	 background: #92bf88;
	 color: #fff;
	 
	}
	
	
	.forms #header_inner {
	  background:transparent url(images/header_careers.gif) no-repeat scroll left center;         
	}
	
	.forms #header_inner #logo {
		background:transparent url(images/logo_plain.png) no-repeat scroll 0 0;
	} 
	
	.forms #monitor { 
	  display: none;
	  background: none;
	  }
.form_success{
	font-size: 20px;
	color: red;
}
