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

body  {
	font: 100%  Arial, Helvetica, Verdana, sans-serif;
	background: #371705 url(../images/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link{
	color:#AF2B8D;
}
a:active{
	color:#AF2B8D;
}
a:visited{
	color:#AF2B8D;
}
a:hover{
	color:#371705;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: transparent url(../images/header.jpg) no-repeat;
	height: 303px;
	margin: 0;
}
/*----- Navigation -----*/
#nav {
	padding-top:212px;
	height:31px;
	overflow: hidden;
}
.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0;
margin: 0;
text-align: right;
}
.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #fff;
padding: 6px 3px 4px 3px;
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #bdd684;
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #fff;
}
/*----- End Navigation -----*/
#sidebar1 {
	float: left;
	width: 150px;
	margin-top:50px;
}
#mainContent {
	margin: 0 0 0 200px;
}

#greenboxtop {
	width:752px;
	background: #dae8bb url(../images/top.jpg) top center no-repeat;
	padding:0;
	margin: 0;
}
#greenboxbottom {
	width:752px;
	height:17px;
	background: #dae8bb url(../images/bottom.jpg) top center no-repeat;
	padding:0;
	margin: 0;
}
#greenboxbottom p{
	margin: 0;
}

#innertube {
padding:20px 40px 20px 40px;
margin:0;
text-align: left;
}

#footer {
	padding: 0 10px 0 20px;
	text-align: right;
}
#footer p, #footer a:link, #footer a:active, #footer a:visited {
	margin: 0;
	padding: 10px 0;
	color:#918076;
	font-size:10px;
	text-decoration: none;
}
#footer a:hover {
	margin: 0;
	color:#DFEBC7;
	font-size:10px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* --------Images --------*/
.fltrt {
	float: right;
	margin: 0 0 10px 25px;
	border: solid #fff 3px;
}
.fltlft {
	float: left;
	margin: 0 25px 10px 0;
	border: solid #fff 3px;
}

/* --------Typography --------*/
h1, h2, h3, h4 {
color: #81aa3e;
font-weight: bold
}
h1 {font-size: 24px;}
h2 {font-size: 21px;}
h3 {font-size: 17px;}
h4 {font-size: 14px;}

p, ul, ol{
color: #252721;
font-size: 12px;
line-height: 1.5;
}

ol {
	margin-bottom: 1.5em;
}
ul{
	list-style:disc;
	margin-left: 20em;
}
li{
	padding-bottom:5px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #fff;
	font-style: italic;
}
#innertube a:link {
	color:#AF2B8D;
	font-weight: bold;
	text-decoration: none;
	//border-bottom: 1px dashed #a50000;
}
#innertube a:visited {
	color:#AF2B8D;
	font-weight: bold;
	text-decoration: none;
	//border-bottom: 1px dashed #a50000;
}
#innertube a:active {
	color:#AF2B8D;
	font-weight: bold;
	text-decoration: none;
	//border-bottom: 1px dashed #ff0000;
}
#innertube a:hover {
	color:#81aa3e;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #81aa3e;
}

/* --------Forms---------- */
label
{
width: 125px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input.disabled {
	border: 1px solid #00CC00;
	background-color: #F4DFF0;
	color: #F4DFF0;
}

input.required{
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#81aa3e;
	background-color:#f0f6e2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:13px;
    line-height:160%;
	height:20px;
	width:440px;
	padding:2px;
}
textarea.required {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#81aa3e;
	background-color:#f0f6e2;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size:13px;
    line-height:160%;
	height:80px;
	width:440px;
	padding:2px;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #00CC00;
	color : #2560A6;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px;
	padding: 5px;
	border: 1px solid #00CC00;
	background-color: #D5E5B4;
	color : #81aa3e;
	font-weight: bold;

}

.field-label {

}

.field-widget {

}
.decent_button {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url(../images/form_button.jpg);
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
}
.decent_button:hover {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url(../images/form_button_over.jpg);
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:130%;
	height:30px;
	width:89px;
	padding-bottom:1px;
}

.sitemeter a:link{
	color:#371705;
}
.sitemeter a:active{
	color:#371705;
}
.sitemeter a:visited{
	color:#371705;
}
.sitemeter a:hover{
	color:#371705;
}