@charset "utf-8";
/* CSS Document */

* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
html {
}
body {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#333333;
	background-color:#000000;
}
p {
	margin: 1em 0;
}
a {
	color:#77b93f;
	text-decoration:none;
	outline:none
}
h1{ color:#2e5f20; font-size:18px; font-weight:bold; padding:0px}
h1.styled{ 
color: #B4D233;
font-size: 26px;
font-weight: bold;
padding: 0px 0 10px 0;
border-bottom: 1px solid #999;
margin-bottom: 20px;
}
a:hover {
	color:#333333
}
#header{
	height:98px;
}
#main {
	padding-left:14px;
	padding-bottom: 14px;
	background-color:#FFFFFF;
}
.clear {
	clear:both
}
#logo {
	float:left
}
#banner {
	float:left;
	margin:20px 0 0 20px;
}
#phone {
	float:right;
	margin-top:30px;
	color:#b4d233;
	font-size:30px;
}
#phone span{color:#FFF}
#footer {
	text-align:center;
	padding:20px 0;
	margin-bottom:40px;
}
#pad10 {
	height:10px
}
#contentmain {
	padding:20px
}
#titlehome {
	position:absolute;
	top:418px;
	text-align:left;
	color:#FFF;
	padding-left:30px;
	font-size:11pt;
	font-weight:bold
}
.title {
	text-align:left;
	color:#77b93f;
	font-size:9pt;
	font-weight:bold
}
#left {
	float:left;
	padding:0px 20px 0px 0px
}
#right {
	float:right;
	padding:0px 20px 0px 0px
}
.left {
	float:left;
	padding:0px 20px 0px 0px
}
.right {
	float:right;
	padding:0px 20px 0px 0px
}
.social img{border:none}
.social {
	float:right;
	margin-right:10px;
	margin-top:-10px;
}
.social .right {
	padding-right:5px
}
.linkarrow {
	padding-left:10px;
	background: url(../graphics/arrow.gif) no-repeat 0px 4px;
}
.border {
	border:#cccccc 1px solid;
}
.border-bottom {
	border-bottom:#cccccc 1px solid;
}
.liststyle {
	margin-left:20px;
	list-style:square
}
#greyboxtitle {
	background-image:url(../graphics/greyboxbk.gif);
	background-repeat:repeat-x;
	height:25px;
	border-bottom:#999 1px solid;
	color:#4c771e;
	padding:10px 0px 0px 10px
}
#greenboxtitlebk {
	height:31px;
	width:257px;
	background-image:url(../graphics/greenboxtitlebk.gif);
	background-repeat:no-repeat;
	padding:10px 0px 0px 10px;
	color:#FFF;
}
.mailinglist{
position:absolute; 
z-index:99; 
margin:456px 0px 0px 0px; 
color:#FFF;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 5px 20px;
	color: #fff;
	font-weight:bold;
	-webkit-border-radius: .5em;-moz-border-radius: .5em;border-radius: .5em;
	border: solid 1px #FFF;
	background: #b1d034;
	background: -webkit-gradient(linear, left top, left bottom, from(#b1d034), to(#77b93f));
	background: -moz-linear-gradient(top,  #b1d034,  #77b93f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1d034', endColorstr='#77b93f');
}

.button:hover {
	text-decoration: none;
	color:#FFF
}
.gallery .item{
	float:left;
	width:440px;
	margin-bottom:20px;
}
.gallery .item .image{
	border:10px solid #f5f5f5;
	float:left;
	width:90px;
}
.gallery .item .image img{width:90px}
.gallery .item .desc{
	float:left;
	padding:10px;
	width:310px;
}
.gallery .item .desc span{
	display:block;
	font-weight:bold;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
	padding: 0 0 10px;
}

.gallery .item .desc a{
	display:block;
}
.award-home{
position:absolute;
top: 23px;
left: 224px;
}