html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p { margin: 0; padding: 0; }
ul,li {list-style-type: none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-style: normal; }
em { font-style:italic;}
strong {font-weight:bold;}
img { border: none; }
a { text-decoration: none; }

#stripe {
	height: 6px;
	background: url(img/stripe.jpg) repeat-x;	
	border-bottom: 3px #fff solid;
}

#header_wrapper {
	height: 470px;
	background: #8BB03E;
	border-bottom: 3px #fff solid;		
}

#header {
	margin: 0 auto;
	width: 1000px;
	height: 470px;
	background: url(img/header-bkg.png) no-repeat center;	
}

#green_stripe_wrapper {
	height: 65px;
	background: #295A2C;
	border-bottom: 3px #fff solid;		
}

#green_stripe {
	margin: 0 auto;
	width: 1000px;
	height: 65px;
	text-align: right;
	background: url(img/brown-stripe.png) repeat-y;
}

#green_stripe img {
	padding-top: 14px;	
	padding-left: 30px;
}

#content_wrapper {
	background: #31799C;
	border-bottom: 3px #fff solid;		
}

#content {
	margin: 0 auto;
	width: 1000px;
	padding-bottom: 50px;
	background: url(img/brown-stripe.png) repeat-y;
}

#text {
	width: 790px;
	margin-left: 210px;
}

#text h1 {
	border-bottom: 1px #FFF dashed;
	padding-left: 145px;
	padding-top: 70px;
	margin-bottom: 30px;
}

#text p {
	width: 625px;
	margin-left: 150px;
	margin-bottom: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 1.5em;	
	color: #FFF;
}

#text span {
	font-size: 22px;
	border-bottom: 1px #ccc solid;
}


#lime {
	height: 25px;
	background: #8BB03E;
	border-bottom: 3px #fff solid;	
}

#footer_wrapper {
	height: 135px;
	background: #295A2C;		
}

#footer {
	margin: 0 auto;
	width: 1000px;
	height: 135px;	
}

#footer p {
	padding-top: 40px;
	margin-left: 360px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5em;	
	color: #FFF;	
}

/***********************************************************/
/*Form******************************************************/
/***********************************************************/

div#page_content fieldset 
{
	padding-top: 10px;
	margin-bottom: 30px;
	margin-left:90px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: solid 1px white;
	font-family: Helvetica, Arial, sans-serif;
	color: white;	
}

div#page_content fieldset.nolegend
{
	border: none;
}

div#page_content legend 
{
	padding: 0 2px;
	font-weight: bold;
	color: white;
}


div#page_content fieldset ol 
{
	margin: 0;
	padding: 0;
}

div#page_content input[type="text"]
{
	width: 200px;
}

div#page_content input[type="password"]
{
	width: 200px;
}

div#page_content textarea
{
	width: 200px;
}

div#page_content textarea.big
{
	width: 350px;
	height: 75px;
}

div#page_content textarea.bigger
{
	width: 600px;
	height: 75px;
}

div#page_content select
{
	width: 200px;
}

div#page_content label 
{
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 220px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.5em;		
}

div#page_content fieldset.checkboxAlign label
{
	text-align:left;
}

div#page_content fieldset.wide label
{
	width: 90%;
	text-align: left;
}

div#page_content fieldset li.wide label
{
	width: 90%;
	text-align: left;
}

div#page_content fieldset li.wide input[type="text"]
{
	margin-left: 184px;
}

div#page_content fieldset li.wide2 input[type="text"]
{
	margin-left: 220px;
}

div#page_content fieldset li.wide select
{
	margin-left: 184px;
}

div#page_content fieldset li
{
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0;
	line-height:1.5em;
	
}

div#page_content fieldset ol.numbered
{
	margin-left: 50px;
}

div#page_content fieldset ol.numbered li
{
	list-style-type:decimal;
}

div#page_content span.example
{
	font-size:12px;
	text-decoration:none;
	border-bottom: 0;
}

div#page_content fieldset .submit /*submit button*/
{
	margin: 4px 0 0 220px;
}

div#page_content .hidden
{
	display: none;
}

#formFHU *.twolines
{
	margin-top:25px;
}

/*checkboxes*/
div.checkboxes
{
	width: 200px;
	float: left;
	
}

li.wide div.checkboxes
{
	width: 600px;
}

label.checkboxes_label
{
	float: left;
}

.checkboxes input[type='checkbox']
{
	float: left;
}

div#page_content .checkboxes label
{
	float: left;
	text-align: left;
}
/*end checkboxes*/


/***************************************************/
/*****Validation************************************/
/***************************************************/

#formFHU label.error 
{
	width: auto;
	display: inline-block;
    font-weight: bold;
    margin:0;
	margin-left: 10px;
    padding:0;
    color: #afdd4e;/*#CC0000;*/
}

#formFHU *.twolines + label.error
{
	margin-top:23px;
}

#formFHU textarea.big + label.error
{
	margin-left: 184px;
}

#formFHU input.error
{
    border: 1px solid #afdd4e; /*#CC0000;*/
}
