@charset "UTF-8";
/* CSS Document */

body {
background-color:#FFFFFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #666666;
font-size: 12px;
line-height: 21px;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

hr {
 border: none;
 padding-bottom: 20px;
 }

h1, h2, h3 {
	margin-top: 5px;
	color: #669933;
}

h1 {
	/*letter-spacing: -.075em;*/
	font-size: 23px;
	font-weight: bold;
}

h2 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	line-height: 10px;
}

h3 {
	font-size: 1em;
}

a {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size:12px;
 color: #909567;
 }

a:hover {
 color:#003300;}
 
 

/*header*/
#headerback {
 background-image: url(images/headerbg.png);
 width: 100%;
 height: 364px;
 }
 
 /*menu*/
#menu {
 width: 936px;
 height: 45px;
 margin: 0px auto -1px auto;
 }
 
 #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	line-height: 48px;
	padding: 0px 25px;
	margin-right: 1px;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	color: #cccccc;
}

#menu a:hover {
	color: #ffffff;
}

#menu .current_page_item a {
	color: #ffffcc;
}
/*end of menu*/


/*banner*/
#banner {
 width: 936px;
 height: 306px;
 margin: 0px auto -1px auto;
 padding-top:0px;
 
 }
/*end of banner*/
 
/*end of header*/

/*content*/
#content {
 width: 900px;
 height: 100%;
 padding-top: 20px;
 padding-bottom: 0;
 background-color: #FFFFFF;
 margin: 0px auto -1px auto;
 }
 
 #scontent {
 width: 900px;
 height: 350px;
 padding-top: 20px;
 padding-bottom: 5px;
 background-color: #FFFFFF;
 margin: 0px auto -1px auto;
 }
 
#scontent ul {
 margin: 0;
 padding: 10px 0 20px 0;
 width: 900px;
 list-style: none;
 line-height: normal;
}

#scontent li {
 float: left;
 width: 450px;
 line-height: 21px;
}
 #scontent1 {
 width: 900px;
 height: 480px;
 padding-top: 20px;
 padding-bottom: 5px;
 background-color: #FFFFFF;
 margin: 0px auto -1px auto;
 }
 
#scontent1 ul {
 margin: 0;
 padding: 10px 0 20px 0;
 width: 800px;
 list-style: none;
 line-height: normal;
}

#scontent1 li {
 float: left;
 width: 350px;
 line-height: 21px;
}

/*end of content*/

/*footer*/
#footer {
 background-image:url(images/footerbg.png);
 width: 100%;
 height: 98px;
 }
 
 .green {
 color: #669933;
 }
 
  .biggreen {
 color: #669933;
 font-weight: bold;
 font-size:14px;
 }
 
 
 .imagestyle {
 border-style: solid;
 border-width: 1px;
 color:#666666;
 }
 
.slunt {
 font-style:italic;

 }
 
.big {
font-size:14px;
}
