* {
  margin: 0;
  padding: 0;
  }
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%;
}


body {
  font-size:100%;
  font-family: Arial,'Lucida Grande',Verdana,sans-serif;
  text-align:center;
  background:#565907 url(images/background.gif) no-repeat top center;
  background-color: #002000;
}

#page {width:992px; margin:0px auto; text-align:center;}

#header {
  height:99px;
  width:992px;
  text-align:left;
 }

#logo {
  text-align:left;
  letter-spacing:-2px;
  text-shadow:0px 0px 8px #000;
  font:48px Georgia, Arial, "Times New Roman", Times;
  margin-left:18px;
  margin-top:4px;
  color:#FFF;
  width:364px;
  height:7px;
  float: left;
}

.green {
color:#AEF080;
}

#logoimage {
  margin-left:18px;
  margin-top:0px;
  border-color: black;
  border: thin solid;
  z-index: 10;
  background: black;
  }

#slogan {
  text-align:left;
  margin-left:80px;
  font:14px Arial, "Times New Roman", Times;
  letter-spacing:0px;
  color:#FFF;
}

/* Large header image or slideshow with slogans */
#header2 {
 /* // background:url(images/header8.jpg) no-repeat top left; 
 // moved to index page code*/
  width:992px;
  height:224px;
  text-shadow:2px 3px 3px #000;
}

#header2-slogan1 {
  font: 64px Arial, "Times New Roman", Times;
  padding: 10px 10px 0px 0px;
  color:#FFF;
  text-align:center;
  font-variant: small-caps;
 font-weight:bolder;
  letter-spacing:2px;
}

#header2-slogan2 {
  font:48px Arial, "Times New Roman", Times;
  padding:10px 0px 0px 97px;
  color:#FFF;
  text-align:center;
  letter-spacing:-1px;
}
/* end large header */

/* TOP NAVIGATION BAR */

#nav {
  width:820px;
  float:left;
  margin-top:-35px;
}

#nav-menu-left {
  background:url(images/navbar-left.gif) no-repeat top left;
  width:22px;
  height:44px;
  float: left;
}
#nav-menu-right {
  background:url(images/navbar-right.gif) no-repeat top left;
  width:19px;
  height:35px;
  float: left;
}
#nav-menu {
  background:url(images/navbar-bg.gif) repeat-x top left;
  height:24px;
  width:600px;
  float: left;
}

#nav-menu ul {
  list-style:none;
}
  
#nav-menu ul a {
  background-image: url(images/navbar-divider.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 12px;
  padding-left: 12px;
  padding-top:3px;
  display: block;
  line-height: 24px;
  text-decoration: none;
  text-shadow:1px 1px 1px #000;
  font-family: Arial, "Times New Roman", Times, serif;

  color: #FFF;
}
	
#nav-menu ul a:hover {
      text-shadow:1px 1px 1px #000;
}
 
#nav-menu li {
  float:left;
}
/* END NAVIGATION BAR */

.clearthis {
	margin : 0px;
	clear : both;  
	float : none;	
	font-size : 1px;
	line-height : 0px;
}

/* clears all floated elements */
.clearfloats {
  clear:both;
}
/* end clear floats */

.title{
font: small-caption Arial, serif;
color: white;
font-weight: bold;
}

/* first content section, lighter green area */
#content {
  background:#2E650D url(images/body-bg.gif) no-repeat top left;
  width:992px;
  min-height:270px;
  text-align:left;
  padding-top:35px;
  padding-bottom:20px;
 color: white;
}

.content-padding {
  padding:0px 20px 0px 20px;
  
}

.content-padding a {
  font:16px Arial, "Times New Roman", Times;
  color:#CEFF9F;
  text-shadow:1px 1px 1px #104D00;
}

.content-padding a:hover {
  font:16px Arial, "Times New Roman", Times;
  color:#FFF;
  text-decoration:none;
  text-shadow:0px 0px 3px #FF0000;
}


#content h1 {
  font:36px Georgia, Arial, "Times New Roman", Times;
  color:#FFF;
  padding-bottom:10px;
  text-shadow:1px 1px 2px #000;
}

#content p {
  font:16px Arial, "Times New Roman", Times;
  color:#FFF;
  text-align:justify;
  padding-bottom:10px;
 }
 
#content td{
	
padding:12px;
}

/* end content 1 section */


/* image that divides the two different colored content sections */
#body-divider {
  background:#1D5600 url(images/body-divider.gif) no-repeat top left;
  width:992px;
  height:22px;
}
/* end content divider */

/* darker green content section, "content 2" */
#content2 {
  width:992px;
  min-height:250px;
  background:#1D5600;
  text-align:left;
  padding-top:10px;
  padding-bottom:30px;
    	-moz-border-radius-bottomleft:2ex;
-moz-border-radius-bottomright:2ex;
-webkit-border-bottom-right-radius:2ex;
-webkit-border-bottom-left-radius:2ex;
border-radius: 1em;
}

#content2 p {
  font:16px Arial, "Times New Roman", Times;
  color:#FFF;
  text-align:justify;
  padding-bottom:10px;
}

#content2 h2,h3,h4,h5,h6 {
  background:#1D5600 url(images/headline-arrow.gif) no-repeat top left;
  font:normal 25px serif, "Times New Roman", Times;
  line-height:25px;
  color:#FFF;
  text-shadow:1px 1px 2px #000;
  padding-bottom:10px;
  padding-left:30px;
}

.content2-block {
  width:274px;
  float:left;
}

.content2-block p {
  width:274px; 
  float:left;
  text-align:left;
}

  /* three column area, vertical dotted divider */
  .content-divider {
    background:url(images/content-divider.gif) no-repeat top center;
    width:2px;
    height:274px;
    float:left;
    padding:0px 30px 0px 30px; 
  }
  /* end divider */

/* end content 2 */


/* subscribe form */
#subscribe {text-align:right; padding-right:15px;}
#subscribe input { margin:1px 0;}
.button {
  background:transparent url(images/submit.gif) no-repeat top left;
  padding-bottom:5px; 
  border:none;
  width:176px;
  height:33px;
  color:#FFFFFF;
  font:bold 13px Arial, Georgia, "Times New Roman", Times;
  cursor:pointer;
}
.inputstyle {
  background:#002200;
  width:250px;
  height:30px;
  color:#FFF;
  font-size:14px;
  padding:0px 5px 0px 10px;
  border:1px solid #427B23;
}
/* end subscribe form */


#slideshow{  

 background-color:#F5F5F5;  
 border:1px solid #FFFFFF;  
 height:340px;  
 margin:150px auto 0;  
 position:relative;  
 width:640px;  
 -moz-box-shadow:0 0 22px #111;  
 -webkit-box-shadow:0 0 22px #111;  
  box-shadow:0 0 22px #111;  
 }  

#slideshow ul{  
 height:320px;  
 left:10px;  
 list-style:none outside none;  
 overflow:hidden;  
 position:absolute;  
 top:10px;  
 width:620px;  
 }  

#slideshow li{  
 position:absolute;  
 display:none;  
 z-index:10;  
 }  

#slideshow li:first-child{  
 display:block;  
 z-index:1000;  
}  

#slideshow .slideActive{  
 z-index:1000;  
}  

#slideshow canvas{  
 display:none;  
 position:absolute;  
 z-index:100;  
}  

#slideshow .arrow{  
  height:86px;  
  width:60px;  
  position:absolute;  
  background:url('img/arrows.png') no-repeat;  
  top:50%;  
  margin-top:-43px;  
  cursor:pointer;  
  z-index:5000;  
}  

#slideshow .previous{ background-position:left top;left:0;}  
#slideshow .previous:hover{ background-position:left bottom;}  
#slideshow .next{ background-position:right top;right:0;}  
#slideshow .next:hover{ background-position:right bottom;} 

#first_col {width:280px; float:left; margin-right:40px;}
#first_col h2 {color:#ff6f08; border-bottom:1px solid #5d5d5d; padding-bottom:10px;}
#second_col {width:280px; float:left; margin-right:40px;}
#second_col h2 {color:#94d223; border-bottom:1px solid #5d5d5d; padding-bottom:10px;}
#third_col {width:280px; float:left;}
#third_col h2 {color:#23abd2; border-bottom:1px solid #5d5d5d; padding-bottom:10px;}


#page_credit {
	margin-top : 15px;
	margin-bottom : 7px;
	text-align : center;
	font-size : 12px;
	color : #010101;
}

#page_credit a {
	text-decoration : none;
	color : #010101;
}

#page_credit a:hover {
	color : #464646;
}


/* footer of page */
#footer-div {
  background:url(images/footer-div.gif) no-repeat top left;
  width:992px;
  height:6px;
}

#footer {
  padding-top:15px;
  width:992px;
  height:150px;
  background:#001800;
  text-align:center;
}

#footer p {
  font:12px Arial, "Times New Roman", Times;
  color:#FFF;
}

#footer a {
  font:12px Arial, "Times New Roman", Times;
  color:#FFF;
 font:bolder;
}

#page_footer {
	margin : -20px auto;
	width : 990px;
	height : 21px;
	background-color : #6b8e23;
	font-size : 10px;
	color : #C8C6C6;
	background-image: url(images/footer.jpg);
	-moz-border-radius-bottomleft:2ex;
-moz-border-radius-bottomright:2ex;
-webkit-border-bottom-right-radius:2ex;
-webkit-border-bottom-left-radius:2ex;
border-radius: 1em;
}

#page_footer a {
	color : #E4E1E1;
	text-decoration : none;
}

#page_footer a:hover {
	color : #fff;
}

#page_footer #rights {
	padding-top : 3px;
	padding-left : 15px;
	float : right;
}

#page_footer #links {
	padding-top : 3px;
	padding-right : 10px;
	float : left;
	font-weight : bold;
}

#page_footer #links span {
	margin-left : 20px;
	display : block;
	position : relative;
	float : left;
}
/* end footer */

.user-bar {
	font-size: 11px;
	position: absolute;
	top: 20px;
	right: 8px;
}

.user-bar a:hover {
	border-bottom: none;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}

.user-bar img {
	border: none;
	margin-left: 4px;
}

