/*************************/
/****** MAIN LAYOUT ******/
/*************************/
/*
Dark Green = 009933
Light Green = 99cc66
Tan = ffffcc
*/

/* set all the styles to 0 */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a{ 
	margin: 0;
	padding: 0;
	border: 0;
}
/* forces Firefox to display the scroll bar */
html {
	min-height: 100%;
	margin-bottom: 1px;
}

body{
	font-size: 90.01%; /* 100.01% value for the font size compensates for several browser bugs */
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	background: url(../media/images/background_tile.gif);
	cursor: default;
}

#full_screen_container{
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../media/images/header_tile.gif) repeat-x;
	text-align: center; /* centers the content IE */
}

#site_container{
	position: relative;
	margin: 0 auto; /* centers the content FF */
	width: 754px;
	height: auto;
}

/*************************/
/**** CONTENT LAYOUT *****/
/*************************/

#header{
	position: relative;
	width: 100%;
	height: 118px;
	background: url(../media/images/header.gif) no-repeat;
}

#nav_buttons{
	position: relative;
	float: left;
	width: 100%;
	height: 39px;
	text-align: left;
	padding: 0 0 0 0;
	background: url(../media/images/top.gif) bottom left no-repeat;
}

#nav_button_1{
	/*margin-left: 30px;*/
}

#content{
	position: relative;
	float:left;
	width: 100%;
	height: auto;
	text-align: left;
	background: url(../media/images/tile.gif) repeat-y;
}

.column_left{
	position: relative;
	float: left;
	width: 510px;
	left: 30px;
	/*margin: 0 0 0 30px;*/
	clear: right;
}

.column_right{
	position: relative;
	float: right;
	width: 181px;
	margin: 0 0 0 0px;
}

.column_right div{
	width: 160px;
}

#footer{
	position: relative;
	float: left;
	width: 100%;
	height: 25px;
	background: url(../media/images/bottom.gif) no-repeat;
}

/* adds padding to the body of the client-height */
#footer_space{
	position: relative;
	width: 100%;
	height: 25px;
	background: red;
	display: none;
}

/*************************/
/**** CONTENT STYLES *****/
/*************************/
#nav_buttons a{
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
}

span.nav_pipe{
	display: block;
	float: left;
	width: 1px;
	height: 1.0em;
	margin: 0.15em 0.5em 0 0.5em;
	background: #ffffff;
}

a.nav_lo{
	color: #ffffff;
}

a.nav_lo:hover{
	color: #000000;
}

a.nav_hi{
	color: #000000;
}

a.green_links{
	color: #009933;
}

a.white_links{
	color: #c2e8d3;
}

.column_right_image{
	position: relative;
	top: -9px;
}


p{
	padding: 0em 0em 1.0em 0em;
}

h1{
	font-size: 1.3em;
	font-weight: 100;
	color: #009933;
	padding: 0 0 0.7em 0;
}

img.logo_white, img.logo_black{
	margin: 0 0 1.0em 0;
}

div#info{
	position: relative;
	left: 10px;
	color: #ffffff;
}

img#map{
	padding: 1.0em 0 2.0em 0;
}

ul{
	position: relative;
	margin-left: 30px;
	padding: 0 0 1.0em 0;
}

ul li{
	padding: 0 0 0.2em 0;
}

/*************************/
/****** FORM STYLES ******/
/*************************/

#contact_content{
	visibility: hidden;
}

#contact_thankyou{
	display: none;
}

div#form_wrapper{
	padding: 2.0em 0em;
}

table#form_wrapper{
	width: auto;
}

table#form_wrapper td{
	padding: 0.3em;
}

input.form_field{
	width: 75%;
}

td.form_label{
	vertical-align: middle;
	text-align: right;
}

td#form_label_comments{
	vertical-align: top;
	text-align: right;
}

input.form_radio{

}

table#form_wrapper td.form_radio{
	padding-left: 0;
}

.form_radio_text{
	padding-right: 0.5em;
}

select{
	margin-left: 1.0em;
}

table#form_wrapper td#to_label{
	vertical-align: top;
	padding-left: 1.6em;
}

table#form_wrapper td.validate_form{
	text-align: left;
	color: #ff0000;
}
/*
.form_select{
	*margin-right: 1.0em;
}
*/
