/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #E7F7DA url(images/bg.jpg) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;

}
/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}


/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h4, h5 {
	color: #4C4C4C;
	margin-left: 15px;
	margin-right: 15px;
	text-transform: uppercase;
	}
h1 {
	font-weight: normal;
	font-size: 30px;
	border-bottom: 1px dashed #1C9C11;
	padding: 10px 0px 10px 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 50px;
}
h2 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-right: 50px;
	border-bottom: 1px dashed #1C9C11;
	padding-left: 20px;
	margin-left: 0px;
}
h3 {
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #333333;
	background: #BED6C9;
	margin-left: 0px;
	padding-left: 20px;
}
h4 {
	font-size: 14px;
	border-bottom: 1px dashed #1C9C11;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
}
h5 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	margin: 10px 15px;
	padding: 5px 10px 10px;
}


/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, {
	list-style: none;
	padding-left: 0px;
}	

/* Style ordered lists and colmuns of text */
ol, body>ol.leftul, body>div#leftpara, body>ol.rightul, body>div#rightpara, ol.leftul, div#leftpara, ol.rightul, div#rightpara {
	padding: 5px 0px 5px 40px;
}	
		
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
}
a:visited {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:hover {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:active {
	font-size:12px;
	color:#2A3322;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:underline;
}


address {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0D6006;
	font-style: normal;
	font-weight: normal;
	padding: 20px 0px 20px 20px;
	margin: 0px;
	width: 220px;
	border-right: 1px solid #1E9E0D;
	border-bottom: 1px solid #1E9E0D;
	border-left: 1px solid #1E9E0D;
	float: right;
		
}

address a:link{
	font-size:11px;
	color: #D99737;
	font-weight: bold;
}

address a:hover{
	font-size:11px;
	font-weight: bold;
	color: #85C681;

}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-container.gif);
	background-repeat: repeat;
}
div#header {
	width: 980px;
	height: 271px;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	
}

div#sidebar {
	float: left;
	width: 250px;
	margin-top: 50px;
	clear: none;
	
}

	
div#content {
	width: 700px;
	padding: 20px 10px;
	float: left;
	
	}

div#content ol, div#content ul {
	line-height: 18px;
	margin: 0 15px;
	
	}
div#content ul ol{
	margin-left: 20px;
	margin-top: 0px;
	padding: 2px 0px 5px 40px;
} 
div#content ul li{
	list-style: none;
	background: url(images/bullet.gif) no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 7px 0px 5px 22px;
} 

div#footer {
	clear: both;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #387249;
	padding: 5px 0px 0px;
	height: 20px;
	position: relative;
	background-color: #EAE939;
		
	
}
div#footer  a:link, a:visited {
	color: #117408;
	font-weight: lighter;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
}
div#footer  a:hover {
	color: #1D9D12;
	font-size: 10px;
	font-weight: normal;
}


div#copyright {
	text-align: center;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	color: #EAE936;
	clear: both;
	padding-top: 10px;
	background: #3C8F33;
}

div#copyright a:link, div#copyright a:visited {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#copyright a:hover, div#copyright a.current:link, div#copyright a.current:visited {
	color: #EAE939;
	font-weight: bold;
	
}
	
div#admin {
	bottom: 2px;
	margin: 0px auto;
	background: #EAE939;
	padding-top: 10px;

}


div#flash {
	width: 979px;
	height: 216px;
	margin: 0px auto;
	bottom: -1px;
	position: absolute;
	left: 0px;
	
}
div#iframe {
	margin: 0px;
}

/* DIVs to create columns for paragraphs. */
div#leftpara {
	float: left;
	width: 220px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}	


/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	width: 889px;
	position: absolute;
	z-index: 2;
	bottom: 214px;
	left: 50px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	padding:0;
	margin:0;
	float: left;
	width: 173px;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	display: block;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	padding: 18px 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/nav-bg.gif) no-repeat center top;
	text-align: center;
	margin: 0px;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #000000;
	width: auto;
	background: url(images/nav-hover.gif);
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #000000;
	width: auto;
	background: url(images/nav-hover.gif) no-repeat center;
}




/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */


.leftimg {
	float: left;
	clear: none;
	margin: 5px 5px 5px 25px;
	border: 1px solid #87BD7C;
}
.sidebarimg {
	margin: 0px;
	float: right;
	border: 1px solid #1C9C11;
	
}

.clear {
	clear: both;
}


/*--------text styles------------*/	
.center {
	font-size: 16px;
	color: #666666;
	text-transform: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 21px;
	font-style: italic;
}



/* Class for text for emphasis */

.companyname {
	color: #0C6104;
	font-weight: bold;

}
span.green {
	color: #117709;
}
div#content  ul.inside li {
	list-style-type: circle;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
	background: none;
}
