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

body,td,th {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #a9cc64;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #390;
}
a:visited {
	color: #390;
}
a:hover {
	color: #360;
}
a:active {
	color: #360;
}
#main {background:#feffe8 url(images/bg-center-table.jpg) bottom repeat-x;}
#footer {background:url(images/bottom.png) top no-repeat;}
img {border:none;}
form {
border:0;
outline:0;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Trebuchet, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
font-size:85%;
vertical-align:baseline;
margin:0;
padding:0;
}

fieldset {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

fieldset p {
margin-bottom:25px;
clear:both;
float:left;
width:100%;
}

input.radio {
	border:1px solid #FFF;
	background-color: #FFF;
	background-image: url(images/spacer.gif);
	background-repeat: no-repeat;
	background-position: top;
}


label,input,textarea {
font-size:1em;
float:left;

}

label {
	color:#839b01;
	margin: 0px;
	padding: 0px;
	float: left;


}

.signup label {
font-size:13px;
color:#999;
width:260px;
padding-right:0;
padding-left:8px;
display:inline;
}

.signup label.sign {
color:#839b01;
font:18px Georgia;
width:195px;
padding-right:20px;
padding-left:0;
}

.textarea {
	width:265px;
	position:relative;
	border-top-style:none;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #f2f2f2;
	padding:10px 6px 4px;
	background-image: url(images/input.gif);
	background-repeat: repeat-x;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Trebuchet, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

select {
font-size:12px;
width:265px;
height:30px;
position:relative;

border-bottom:1px solid #f2f2f2;
border-left:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
border-top:1px solid #b8b8b8;

font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Trebuchet, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

.selectlist {
font-size:12px;
width:265px;
height:40px;
position:relative;

border-bottom:1px solid #f2f2f2;
border-left:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
border-top:1px solid #b8b8b8;
}

input#ContactForm_chkPrivacy {
width:auto;
margin-top:4px;
display:inline;
border:none;
background:none;
}

span.required {
display:block !important;
float:left;
padding-top:10px;
font:13px Georgia;
color:#999;
clear:both;
width:200px;
}

.contact input.submit {
float:right;
height:47px;
width:189px;
border:none;
display:inline;
margin:0 40px 0 0;
padding:0;
}

textarea {
height:100px;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 10px 0; }
.frame { padding: 5px; border: 1px solid #aaa; }