/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #e1e4d3 url(images/bg.gif) top repeat-x;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #242424;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #242424;
	font-weight: normal;
}

h1
{
	font-size: 20px;	
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
	font-weight: bold;
}

h4
{
	font-size: 15px;
	font-weight: bold;
}

h5
{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 3px 0;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 950px;
	margin: 0 auto;
	padding-top: 7px;
}

#header
{
	width: 950px;
	height: 60px;
	background: url(images/header-bg.gif) repeat-x;
}

#header #logo
{
	float: left;
	width: 237px;
	padding-right:10px;	
	padding-top:5px;	
	height:55px;
	background:url(images/logo.gif);
}

#logo{
font-size:18px;
text-align:right;

}

#logo a{
color:#fff;
text-decoration:none;
}

#logo a span{
color:#000;
font-style:italic;
}




#navigation
{
	float: right;
	height: 42px;
	width: 600px;
	display: inline;
	padding-top: 18px;
}

#banner
{
	width: 950px;
	height: 231px;
	margin-top: 6px;
	background:url(images/home-banner.jpg) no-repeat;
}

#content-wrapper
{
	background-color: #fff;
	min-height:370px;
}

#footer
{
	background-color: #1c2517;
	color: #fff;
	height: 60px;
}

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper ul
{
	padding: 5px 30px 20px 40px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #161616;
	padding-bottom: 5px;
	padding-left: 4px;
}

#content-left
{
	float: left;
	width: 606px;
	margin: 26px 30px 40px 30px;
	background-color: #f1f4e8;
	display: inline;
	background: url(images/bg04.jpg) no-repeat top left;
}

#content-right
{
	float: left;
	width: 262px;
	margin: 26px auto 40px 0;
}

#content-left h1
{
	width: 587px;
	line-height: 33px;
	color: #2d2d2d;
	padding: 0;
	font-size:180%;
}

#content-left h2
{
	width: 587px;
	line-height: 33px;
	color: #2d2d2d;
	padding: 0;
}

#content-wrapper img.float-left
{
	float: left;
	padding-right: 24px;
	padding-bottom: 8px;
	padding-top: 4px
} 

#content-left #padding-container
{
	padding: 17px;
} 

#content-left #padding-container p {padding:0 0 5px 0; margin:0px;} 

#content-left p.top
{
	margin-top: 0;
}

#content-right h1,#content-right h2
{
	width: 262px;
	color: #4c4b4b;
	padding: 4px 0 0 0;
	border-bottom: 1px solid #b5b5b5;
	margin-bottom: 20px;
	margin:0;
}

#content-right h5
{
	color: #363636;
}
#content-right div.sidebar ul {padding:10px 10px 30px 10px;}
#content-right div.sidebar ul a {font-weight:bold;color: #4c4b4b; font-size:120%;}
#content-right p
{
	margin: 0;
	line-height: 1.4;
	color: #3c3c3c;
}

#content-right p a
{
	font-weight: bold;
	color: #89aa16;
}

#content-left .news-title
{
	border-bottom: 1px solid #c4c4c4;
	width: 520px;
	margin: 0 0 18px 0;
}

#content-left .news-title h3
{
	color: #2d2d2d;
	padding: 0 0 6px 0;
	float: left;
}

#content-left .news-title h5
{
	float: right;
	padding: 2px 0 0 0;
}

/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	height: 40px;
	margin: 0;
	display: inline;
	float: left;
	width: 580px;
	margin-top:10px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 14px 0 10px;
	background: url(images/nav-divide.gif) right 16px no-repeat;
}

#navigation ul li a.last:link
{
	background: none;
}

#navigation ul li a:hover
{
	color: #89aa16;
}

#navigation ul li a.active
{
	color: #89aa16;
}

#home #navigation ul li a#home-link, #news #navigation ul li a#news-link
{
	color: #89aa16;
}

/*************************************************** Footer Styles ***************************************************/

#footer ul
{
	height: 26px;
	line-height: 26px;
	margin: 0 0 0 191px;
	display: inline;
	float: left;
	width: 600px;
}

#footer ul li
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0 12px 0 10px;
	background: url(images/footer-divide.gif) right 10px no-repeat;
}

#footer ul li.last
{
	background: none;
}

#footer ul li a
{
	color: #fff;
}

#footer p,#footer a {margin:0px; padding:0px;color:#FFFFFF;}
#logo {padding:5px 0px 0px 20px; margin: 0; text-align:center;}
#logo a {font-size:200%; color:#FFFFFF;}
blockquote {margin: 10px;}
h4 {margin: 5px;}
div #banners{float:left;margin-left:10px;margin-top:10px;}
label {	margin-left: 20px;}
fieldset {width: 550px; border: 1px solid #000000}
legend {margin: 10px 10px;padding: 5px;color: #242424;}
input, textarea {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:1em;width:500px;color: #242424;background: #FFFFFF;border: 1px inset #999;padding-left: 1px;margin-left: 20px;}
input:hover, textarea:hover {background: #ddd;}
.submit {background: #ccc;color: #131313;width: 150px;border: 1px solid #999;}
.submit:hover {background: #999;color: #f2f2f2;}
a {text-decoration:none; font-weight:bold;}
a:hover {text-decoration:underline;}
#slogan {
	font-size:180%;
	width:400px;
	text-align:left;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	color: #FFFFFF;
}
#slogan2 {
	font-size:150%;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	text-transform: uppercase;
}
