@import url(wof_nav_style.css);
* { padding: 0; margin: 0; }

body {
	margin:0;
	font-family:"Century Gothic", Arial;
	font-size:13px;
	color:#302231;
	line-height:18px;
	background-color:#FFF;
}
#main{
	width:902px; 
	/*background-image:url(../images/shadow.gif);
	background-repeat:repeat-y;*/
	padding:0px; /* ALIGNS ALL CONTENT IN MIDDLE OF BACKGROUND*/
	text-align:center;
	margin: 0 auto;
  	overflow: hidden;
}
#header { 
	margin: 0;	
	padding: 0;
	height: 140px;
	width: 901px;
	/*float: left;*/
}
#main_box_top {
	padding:0;
	margin:0px;
	background-image:url(../images/main_box_top.gif);
	background-repeat:none;
	height:23px;
	width:902px;	
	text-align:center;
	/*float: left;*/
}
#wrapper{
	width:858px; /* width minus padding and border */
	/*margin: 0 22px 0 22px;*/
	padding:0 21px 0 21px;
	background:#fdfde8;
	border-left:1px solid #302231;
	border-right:1px solid #302231;
	margin: 0 auto;
  	overflow: hidden;
}
#nav_column { 
	background: #fdfde8;
	/*margin: 0px 22px 22px 22px;*/
	margin: 0px 22px 22px 0px;
	/*padding:0px 22px 22px 22px;*/
	width: 230px;
	float: left;
}
.nav_fill{
	background-image:url(../images/nav_background.png);
	background-repeat:repeat-y;
	padding:0 12px 0 12px;
	vertical-align:top;
	text-align:left;
}
#home_content_left { 
	float: left;
	margin: 0 22px 0 0;
	padding: 0px;
	/*width: 312px;*/
	width: 315px; /* width grows when home_content_right shortens */
	display: inline;
	text-align:left;
}
#home_content_right { 
	float: left;
	/*margin: 0 22px 0 0;*/
	margin:0;
	padding: 0px;
	/*width: 272px;*/
	width:269px;
	text-align:left;	
}
.bottom_margin{
	margin-bottom:22px;
}
#content_page { 
	float: left;
	margin: 0px;
	padding: 0px;
	width: 606px; /* #home_content_left + #home_content_right + #home_content_left margin-right  */
	display: inline;
	text-align:left;	
}
#footer { 
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	height:70px;
	width:902px;
	color:#6a4044;
	font-size:11px;	
	float:left;
	margin: 0px;
	text-align:center;	
	margin:0;
	padding:0;
}
	#footer_text{
		padding-top:46px;
	}
#website_author, #website_author a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:902px;
	margin: 0 auto;
	clear:both;
	color:#000;
	font-size:11px;
	text-align:right;
	text-decoration:none;
}
/*******************************************************************************
***************************** CONTENT STYLES ***********************************
*******************************************************************************/
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/vine.gif);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:24px;
	line-height:50px;
	font-size:24px;
	margin:0;
	padding:0 0 12px 25px;
	color:#302231;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
	padding:12px 0 12px 0;
	color:#6a4044;
}
h3{
	font-size:13px;
	line-height:16px;
	padding:6px 0 6px 0;
	color:#000;
}
hr{
	background-color:#dadfe4;
	color:#dadfe4;
	height:2px;
	line-height:2px;	
	width:90%;
	border-style: none;
	margin:12px 0 12px 0;
}
p{
	padding-bottom:12px;
}
.content{
	padding:0 22px 0 22px;
	text-align:left;
}
#printer_friendly{
	/*margin:6px 0 0 0; ALIGNS WITH TOP OF VINE*/
	margin:36px 0 0 0;
	float:right;
}
ol{
	margin:0 0 0 40px;
}
#content ul li, .home_content ul li, #content_box ul li{
	list-style-type:none;	
	background-image:url(../images/bullet.gif);
	background-position: 0px 5px;
	background-repeat:no-repeat;
	padding: 0 0 0 14px;
	margin:0 0 0 6px;
}
#content ul li li, .home_content ul li li,  #content_box ul li li{
	background-image:url(../images/sub_bullet.gif);
	background-position: 0px 8px;
	background-repeat:no-repeat;
	padding: 0 0 0 10px;
	margin:0 0 0 12px;
	
	
	/*list-style-image:url(../images/sub_bullet.gif);	
	margin-left:-20px;
	margin-top:0;
	padding:0;*/
}

a:link, a:hover, a:visited{
	color:#9b3f39;
}
a:link, a:visited{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.download_btn{
	padding-right:4px;
	vertical-align:middle;
}
a.download:link, a.download:hover, a.download:visited{
	color:#000;
	text-decoration:none;
	
}


/*******************************************************************************
***************************** FORM STYLES ***********************************
*******************************************************************************/
.required{
	background-color:#cae4e4;
}
.form_align_left{
	vertical-align:top;
	text-align:left;
}
.form_align_right{
	vertical-align:top;
	text-align:right;
}

/*******************************************************************************
************************************ CREDITS ***********************************
*******************************************************************************/
/*
Big thanks to Chris S. at CSS Creator for helping me through my first tableless layout
For CSS help, visit http://csscreator.com
*/
