/* wrapper and area classes for overall layout */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
            margin: 0px;
            padding: 0px;
} 

body{
	font-family: Arial; 
	font-size: 12px;
	color: #000000; 
	margin: 5px; 
	background-color:#6B4218 ;
	}
	
#wrapper-centersite{
text-align: center;
margin:0px auto;
width:900px;
border: 0px solid blue;
background-color:#ffffff; 
}

#wrapper{
	text-align: left;
	border: 0px solid red;		

}
#wrapper-header{
	width:900px;
	float: none;
	height: 142px;
	border: 0px solid red;	
	border-bottom: 15px solid #9f7951;
}

#wrapper-left{
	width: 182px;
	float: left;
	border: 0px solid blue;
}
#wrapper-right{
	width: 700px;
	padding-left: 10px;
	float: left;
	border: 0px solid blue;
}
#wrapper-footer{
	width:900px;
	height: 50px;
	background-color: #9f7951;
	border: 0px solid red;	
	text-align: center;
}


#wrapper-popup{
float: left;
width: 450px;
margin: 10px;
text-align: left;
}

#wrapper-printable{
	float: left;
	width: 6.25in;
	margin: 10px;
	text-align: left;
	background: #ffffff;
}

#print-footer,#print-header{
	display: none;
}
.left-sidebar-pod{
	background: #eeeeee;
	padding: 10px;
	margin-right: 10px;
}

#header-left{
	width: 420px;
	float: left;
}
#header-right{
	width: 470px;
	text-align: right;
	float: left;
	padding-right:10px;
	padding-top: 4px;
}
#content{
	width: 375px;
	float:left;
}
#sidebar-ads{
	width: 305px;
	padding-top:80px;
	float:right;
}
/* END wrapper and area classes for overall layout */

/********** BASE CLASSES ********************/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #003000; 
	margin-bottom: 10px;
}

h2 {
	color: #684714; 
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

ul {
	padding-left: 10px;
}
textarea{
	font-family: Verdana; 
	font-size: 11px;
}

td,p{
	line-height: 14px;
}

a{
	color: #684714;
}

a:active,
a:link,
a:visited{
	color: #684714;
}
a:hover{
	color: #000000;
}

/****** END BASE CLASSES *******/

/**** LI MODULE CLASSES ***/
.page-utilitylinks{
text-align:right;
}
.smalltext{
font-size: 10px;
line-height: 12px; 
color: #666666;
}
.smalltext a,
.smalltext a:link,
.smalltext a:visited,
.smalltext a:active
{
	color: #333333;
}

.smalltext a:hover{
	color: #666666;
}
a.t{
font-size: 12px;
line-height: 14px; 
color: #333333;
font-weight: bold;
text-decoration: none;
}
a.t ,
a.t:link,
a.t:visited,
a.t:active
{
	color: #333333;
}

a.t:hover{
	color: #333333;
}
a.f{
font-size: 12px;
line-height: 14px; 
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
a.f ,
a.f:link,
a.f:visited,
a.f:active
{
	color: #ffffff;
}

a.f:hover{
	color: #ffffff;
	text-decoration: underline;
}

.info-row{
margin: 10px 0px 0px 0px;

}
.contact-info{
width: 300px;
margin-bottom: 10px;
}
.byline{
font-style: italic;
width: 250px;
padding-right: 50px;
margin-bottom: 10px;
}
.related-links{
margin-top: 10px;
}

.row-spacer{
height: 25px;
}
.detail-image{
float: left;
margin: 5px 10px 10px 0px;
}
/**** END LI MODULE CLASSES ***/

#searchForm{
background: #C28F58 !important;
margin: 2px;
padding: 4px; 
color: white;
font-weight: bold;
font-size: 12px;
}
#searchresourcesform{
text-align: right;
width:650px;
}
.searchBox{
width: 100px;
}

/******IMAGE SPOTS *******/
#imagespot1 {
	margin:0px 0px 20px 0px;
	border:0px solid black;
	height: 181px;
	display: block;
}



/********* PRIMARY NAVIGATION ***************/
#nav-primary {
	border: 0px solid black;
	background-color: #E3EBEB;
}
#nav-primary ul{
	border: 0px solid black;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: block;
}	
#nav-primary ul li{
	border-top: 1px dashed #cccccc;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding: 5px 10px 5px 10px;
}


#nav-primary ul li a{
	color: #666666;
	text-decoration: none;
}
#nav-primary ul li a:hover{
	color: #666666;
	text-decoration: underline;

}
#nav-primary ul li a:visited{
	color: #666666;
}

/********* SECONDARY NAVIGATION ***************/
#nav-primary ul li ul{
	width: auto;
	background: #ffffff;
}	
#nav-primary  ul li ul li{
	list-style-type: none;
	background: #ffffff;	
	border: 0px;
}

#nav-primary  ul li ul li a{
	color: #000000;
	text-decoration: none;
}
#nav-primary  ul li ul li a:hover{
	color: #666666;
	text-decoration: none;

}
#nav-primary  ul li ul li a:visited{
	color: #000000;
}




/********* SITE STYLES ***************/
#top {
display: inline;
margin: 0px;
padding: 0px;
}

.center{
	text-align: center;
}
.right{
	text-align: right;
}
.floatright{
	float: right;
}
.floatleft{
	float: left;
}

.border{
	border: 1px solid black;
}
.border-red{
	border: 1px solid red;
}
.border-green{
	border: 1px solid green;
}
.clear{
	clear: both;
}
.hide{
	visibility: hidden;
}
.error{
	color: red;
	font-weight: bold;
}

