* { padding: 0; margin: 0; }
body {
	margin:0px auto;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;	
	line-height:21px;
	/*background-color:#878786;*/
	background-color:#a7a6a6;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:bottom;	
}
#wrapper{
	 width:799px;  /*WITH SHADOW width (807) - padding
	background-image:url(../images/shadow.gif);
	background-repeat:repeat-y;	
	padding:0 7px; */
	text-align:center;
	margin: 0 auto;
  	overflow: hidden;
}
#wrapper, #footer{
	margin: 0px auto; /* to center in window */
}
#header, #nav, #content, .home_box, #content_box{
	float:left;
}
#header{
	height:293px;	
	width:799px;
}
#content{
	width:773px; /* width (799) - padding */
	padding:0 13px 13px 13px; /* 0 top padding to allow nav to sit half over header and content */
	min-height:397px;
	background-image:url(../images/content_bgnd.gif);
	background-repeat:repeat-x;
	background-color:#464646;
}
#content_bottom{	
	/*width:807px;*/
	width:813px;
	height:6px;
	padding:0px;
	margin: 0px auto;
}
#content_bottom img {
    display: block;
}
.home_box{
	width:280px;/* half of content width (386.5) - padding - margin - border */
	padding:39px 39px 39px 39px; 
	border:1px solid #545454;
	background-color:#444343;
	margin:26px 13px 13px 13px;/* top needs additional 13 px */
	text-align:left;
}
#content_box{
	width:667px;/* width (773) - padding and border and margin */
	padding:39px 39px 39px 39px; 
	border:1px solid #545454;
	background-color:#444343;
	margin:26px 13px 13px 13px;/* top needs additional 13 px */
	text-align:left;
}
.small_pic_home{
margin:-11px 0px 0px -25px;	
	padding:0px 9px 0px 0px;
}
.small_pic{
	margin-left:-25px;
	padding:6px 9px 0px 0px;
}
.large_pic{
	margin-left:-22px;
}
.large_pic_ontop{
	margin-left:-22px;
	margin-top:-13px;
}
#nav{
	width:749px;
	background-image:url(../images/nav_bgnd.jpg);
	background-repeat:no-repeat;
	height:55px;
	margin:-25px 25px 0px 12px; /* right/left margin to make up the diff between the nav and the total width
	only 13 right since content area already has 13 padding */
	text-align:center;
}
	#nav ul{
		width:720px;/*width - margin*/
		list-style-type:none;
		margin:15px;
		padding:0;
		display:inline-block;
	}
	#nav ul li{
		display:inline;
		margin:0 -2px; /* NOT SURE WHY THIS OFFSET IS NEEDED */
	}
		#nav ul li a{        
			margin:0 -2px; /* NOT SURE WHY THIS OFFSET IS NEEDED */
			font-size:15px;
			color:#FFF;                        
			/*padding:16px 12px;*/
			padding:16px 16px;
			text-decoration:none;
		}
		#nav ul li a:hover, #nav ul li a.active{
			background-image:url(../images/nav_active.jpg);
			background-repeat:repeat-x;			
		}
		#nav ul li.divider{
			margin:0 -2px; /* NOT SURE WHY THIS OFFSET IS NEEDED */
			padding:0 -2px;
			color:#16630e;
		}		
.page_title{
	padding-bottom:13px;
}
#footer{
	width:747px; /* 799-padding */
	padding:6px 26px;
	font-size:11px;
	color:#000;
}
/*******************************************************************************
***************************** CONTENT STYLES ***********************************
*******************************************************************************/
p{	
	padding:10px 0 10px 0;
}
p.italics{
	font-style:italic;
}
h1{	
	font-size:16px;	
	line-height:22px;
	margin:0;
	padding:0px 0px 8px 0px;
	color:#FFF;
	font-weight:100;
}
h2{
	font-size:14px;
	line-height:24px;
	padding:6px 0;
	color:#FFF;
	font-weight:100;
}
hr{
	background-color:#ec960e;
	color:#ec960e;
	height:1px;
	line-height:1px;	
	width:100%;
	border-style: none;
	margin:12px 0 12px 0;
}
.home_box li, #content_box li{
	list-style-type:disc;	
	/*background-image:url(../images/arrow_bullet.gif);
	background-position: 0px 5px;
	background-repeat:no-repeat;*/
	padding:0 0 0 4px; /* text indent */
	margin:0 0 0 26px; /* bullet indent */


}
a:link, a:hover, a:visited{
	color:#cccccc;
}
a:link, a:visited{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
