
body{
    font-family:Verdana, Arial, Helvetica, sans-serif; 
	background-color:#C3CEBD;
	color:#666666;
	margin:auto 10em;
	font-size:11px;
}

/* MAIN WRAPPERS */
.whole_page_wrapper{
	width:997px;
	background-color:#22FF22;
	float:left;
}
.page_wrapper{
	width:995px;
	background-color:#8AA37C;
	border-left:solid 1px black;
	border-right:solid 1px black;
	/*min-height:1200px;*/
	float:left;
}
.header_wrapper{
	background:url(../images/banners/full_banner.png) no-repeat;
	height:115px;
	background-color:#8AA37C;
	float:left;
	width:995px;
}
.nav_wrapper{
	background:url(../images/backgrounds/nav_back.jpg);
	background-color:red;
	height:28px;
	float:left;
	width:995px;
}
.content_wrapper{
	padding-top:25px;
	padding-left:20px;
	padding-right:10px;
	float:left;
}
.content_box{
	width:785px;
	background-color:#FFF;
	border-left:solid 1px black;
	border-right:solid 1px black;
	float:left;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

.content_box_wrapper{
	float:left;
	width:787px;
	float:left;
}

.left_box{
	background:url(../images/backgrounds/left_box_back.png);
	height:173px;
	width:129px;
	float:left;
}
/* NAV MENU */
.nav_item{
	font-family:arial, sans-serif;
	width:90px;
	float:left;
	text-align:center;
	border:solid 1px black;
	font-size:9pt;
}
.nav_item a{
	background:url(../images/backgrounds/nav_back.jpg);
	color:#FFF;
	line-height:26px;
	height:26px;
	text-decoration:none;
	display:block;
	font-weight:bold;
}
.nav_item a:hover{
	background:url(../images/backgrounds/nav_back_hover.jpg);
	color:#000;
	line-height:26px;
	height:26px;
	text-decoration:none;
	display:block;
	font-weight:bold;
}
.nav_spacer{
	width:200px;
	float:left;
}

/* PAGE BORDERS */
.top_bar{
	width:997px;
	height:7px;
	background:url(../images/backgrounds/top_bar_back.png);
	float:left;
}
.bottom_bar{
	width:997px;
	height:7px;
	background:url(../images/backgrounds/bottom_bar_back.png);
	float:left;
}
.content_box_top_bar{
	width:807px;
	height:7px;
	background:url(../images/backgrounds/content_bar_top_back.png);
	float:left;
}
.content_box_bottom_bar{
	width:807px;
	height:7px;
	background:url(../images/backgrounds/content_bar_bottom_back.png);
	float:left;
}

/* SPACERS */

.vertical_spacer{
	width:45px;
	/*min-height:50px;*/
	float:left;
	/*background-color:red;*/
}

/* PAGE LAYOUTS */
.page_left_text{
	text-align:center;
	width:585px;
}
.right_pics{
	padding-left:10px;
	padding-right:10px;
}

.about_footer_wrapper{
	border-left:1px black solid;
	border-right:1px black solid;
	background-color:#8AA37C;
}
.about_footer{
	border-left:1px black solid;
	border-right:1px black solid;
	background-color:#8AA37C;
	width:825px;
	padding-right:150px;
	padding-left:20px;
	float:left;
	color:#555;
}
.about_footer img{
	border: 2px solid #CCC; 
	float: left; 
	margin-right: 10px;
}
.top{

	background-color:#8AA37C;
	text-align:right;
	width:977px;
	padding-right:20px;
}
/* hr */
div.hr { 
	border-left:1px black solid;
	border-right:1px black solid;
	background: #8AA37C;
	height: 45px; 
	text-align: right; 
	clear: both;}

/*CLASSES PULLED OUT OF WINEJOBS */

.form_style_left{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #555; 
	line-height: 1.4em;
	width:125px;
}
.form_style{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color:#555; 
	line-height: 1.4em;
}

form {
	/*background-color: #EEE;*/
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

/* TEXT CLASSES */
h1{
	/*color:#000000;
	font-size:11pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; font-weight: bold;
}
h2{
	/*color:#8AA37C;
	font-size:11pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #758E64;

}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: green;
	margin-top:10px;

}
h4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #333333; 
	font-weight: bold;
}

/* MISC CLASSES */

a:link {  
	color: #000000; 
	text-decoration: underline
}

a:visited {  
	color: #000000; 
	text-decoration: underline
}

a:hover {  
	color: #000000
}


