@charset "UTF-8";
 CSS Document 

		/* Source: http://www.elementalfocus.com/normalizing-your-css/ */
		/* Normalize padding and margins */
		body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, img {
			margin: 0;
			padding: 0;
			border: 0;
		}
		
		/* Normalize header sizes */
		h1, h2, h3, h4, h5, h6 {
			font-size: 100%;
		}
		
		/* Normalize list styles */
		ol, ul {
			list-style: none;
		}
		
		/* Normalize font style and weight on odd elements */
		address, caption, cite, code, dfn, em, strong, th, var {
			font-style: normal;
			font-weight: normal;
		}
		
		/* Normalize table borders */
		table {
			border-collapse: collapse;
		}
		
		/* Normalize other borders */
		fieldset, img {
			border: 0;
		}
		
		/* Normalize text-alignment */
		caption, th {
			text-align: left;
		}
		
		/* Normalize (remove) quotation marks */
		q:before, q:after {
			content: '';
		}
		
		a {
			text-decoration: none;
			outline: none;
		}
		
	
/*THIS ENDS THE NORMALIZER_________________________________________________________*/	


body {
	background-color: #CDCD98;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #4A4A4A;
	border: 0px;
	margin: 0 auto;
	padding: 0px;
}

#MainContainer{
	width: 912px;
	height:auto;
	margin: 10px auto 0px auto;
	padding: 0px;
	border: solid #660 3px;
}

#Header{
	width: 912px;
	padding: 0px;
	margin: 0px;
}

#InnerContainer{
	width: 912px;
	background-color:#fff;
	float:left;
	background-image: url(../images/Planks.jpg);
	margin: 0 auto;
	padding: 0px;
}

#InnerContainer_no{
	width: 912px;
	background-color:#fff;
	float:left;
	margin: 0 auto;
	padding: 0px;
}


#LeftNav{
	width: 195px;
	background-color: #B7B771;
	float:left;
	padding: 0px;
	margin: 0px;
	position:relative;
}

#Content{
	width: 715px;
	position:relative;
	float: left;
	padding: 0px;
	margin: 0px;
}

#copy {
	width: 600px;
	position: relative;
	float:left;
	margin-left: 35px;
	display: inline;
}

#copynarrow {
	width: 400px;
	position: relative;
	float:left;
	display: inline;
	margin-left: 35px;
}

#right_sidebar{
	width: 240px;
	position: relative;
	float:left;
	display: inline;
	padding: 25px 0px 0px 0px;
	margin-left: 20px;
}

#footer {
	width: 912px;
	margin: 0px auto;
	padding:10px 0px 10px 0px;
	float:left;
	color:#666;
	font-size: 10px;
	text-align:center;
}
#parahome{
	width: 400px;
	margin: 10px 0px 3px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #666633;
	position:relative;
	float:left;
	display: inline;
}
#Newspara {
	width: 600px;
	float:left;
	position:relative;
	display:inline;
	margin: 20px 0px 0px 40px;
	font-size:11px;
}
#Intropara {
	width: 400px;
	float:left;
	position:relative;
	display:inline;
	margin: 0px 0px 0px 40px;
	font-size:11px;
}
#Quickpara {
	width: 215px;
	float:right;
	position:relative;
	display:inline;
	margin-right:40px;
	font-size: 11px;
	background-color:#F0EFDB;
}
.bhead {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666633;
	padding-top: 3px;
	padding-bottom: 0px;
	
}

.bhead2 {
	font-size: 12px;
	font-weight: bold;
	color: #666633;
	padding-top: 3px;
	padding-bottom: 0px;
	
}

.litegreenhead {
	font-size: 12px;
	font-weight: bold;
	color: #669933;
}

.darkgreenhead {
	font-size: 12px;
	font-weight: bold;
	color: #666633;
}

h1, .pagehead {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #B0B063;
	font-weight:normal;
	line-height:normal;
	margin-top: 15px;
}

.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
	color: #A68064;
}

#quick_head {
	width: 600px;
	font-size: 12px;
	font-weight:bold;
	color: #C60;
	text-align:left;
	margin: 10px 40px 0px 40px;
	position:relative;
	float:left;
}

.quicklink {
	width: 600px;
	font-size: 12px;
	font-weight:bold;
	list-style: none;
	text-align:left;
	margin: 5px 40px 10px 40px;
	position:relative;
	float:left;
}
	
p, .text , ul.text li.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

text { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #4A4A4A;
}

a.text { 
	text-decoration:underline
}

.postioningContext{
	position:relative;
}

.name{
	color: #666633; 
	font-weight:bold
}

.title{
	color: #666633;
	font-style:italic
}

.tablepad {
	padding: 2px 0px 2px 3px;
	}
	
.boldtext{
	font-weight:bold;
}

.blockIMG {
display:block;
margin:0;
}




/*LINKS---------------------------*/

link {
	font-style: normal;
}

#quicklink a:link, a:visited {
	text-decoration: none;
	color: #669933;
	padding-top:4px;
}

#quicklink a:hover, a:active {
	text-decoration: none;
	color: #666633;
	padding-top:4px;
}

a:link {
	text-decoration: none;
	color: #669933;
}
a:visited {
	text-decoration: none;
	color: #669933;
}
a:hover {
	text-decoration: underline;
	color: #669933;
}
a:active {
	text-decoration: none;
	color: #669933;
}
/*LINKS END---------------------------*/

.liquid {clear: both;
		font-size: 1px;
		line-height: 0;
		}

/*THIS IS THE ROTATOR---------------------------*/

/* rotator in-page placement */
    div#rotator {
	width: 638px;
	height:345px;
	margin: 15px 0px 15px 40px;
	float:left;
	display: inline;
	position:relative;
	padding:0px;
}
/* rotator css */
	div#rotator ul li {
	position:absolute;
	list-style: none;
	left: 0px;
	top: 0px;
	
}
/* rotator image style */	
	div#rotator ul li img {
	background: #FFF;
	border: 0px;
}
    div#rotator ul li.show {
	z-index:500;
}
/*THIS ENDS THE ROTATOR---------------------------*/