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

html, div, h1, h2, h3, h4, h5, h6 
{ 
	margin:0; 
	padding:0;
} 

body{
	background: #ccc;
	font-size: 100%;
	font-family: "Georgia",Arial,"Times New Roman",Verdana,sans-serif;
}

#wrapper{
	clear: both;
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#headertop{
	width: 960px;
	height: 85px;
}

.headertext a{
	font-size: 3em;
	color: #637e1d;
	padding-left: 15px;
	line-height: 1.5em;
	text-decoration: none;
}

.headertext2{
	font-size: 1.5em;
	font-style: italic;
	color: #a5c850;
	padding-left: 15px;
	line-height: 1.5em;
}

#midcontainer{
	width: 960px;
	height: 280px;
	background: #fff;
}

#mainmenucontainer{
	width: 150px;
	height: 280px;
	padding-left: 15px;
	float: left;
}

.mainmenu a{
	width: 150px;
	height: 32px;
	display: block;
	color: #fff;
	background: #a5c851;
	font-family: "Century Gothic", Arial, "Times New Roman", Verdana;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
}

.mainmenu a:hover{
	color: #a6c952;
	background: #637d1f;
}

.mainmenu a.active{
	color: #a5c84f;
	background: #627c1e;
}

#slideshow {
    position:relative;
	width: 780px;
	height: 280px;
	margin-right: 15px;
	float: right;

}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#contentcontainer {
	width: 930px;
	height: 220px;
	padding: 15px;
	background: #fff;
}

#leftcontent{
	width: 600px;
	background: #fff;
	float: left;
}

#leftcontent h1{
	font-size: 1.5em;
	color: #000;
	line-height: 1.5em;
	font-weight: normal;
}

#leftcontentheaderdivider{
	width: 600px;
	height: 5px;
	padding-bottom: 10px;
}

#leftcontent h2{
	color: #000;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
}

#contentleftlink a{
	width: 75px;
	font-style: italic;
	font-size: 0.8em;
	display: block;
	color: #627c1f;
	text-decoration: none;
	padding-left: 5px;
	float: right;
}

#contentleftlink a:hover{
	width: 75px;
	display: block;
	color: #a5c94f;
	border: 1px solid #637e1d;
}

#rightcontent{
	width: 300px;
	border: 1px solid #637e1d;
	float: right;
}

#rightcontentimageholder{
	width: 280px;
	height: 120px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#rightcontenttaglineholder {
	width: 280px;
	height: 60px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	border-bottom: 1px dotted #637e1d;
}

.rightcontenttext {
	font-family: "Verdana", Arial, "Times New Roman";
	font-size: 1em;
	color: #000;
	text-align: center;
}

.rightcontenttexthighlight {
	color: #637e1d;
	text-align: center;
	font-style: italic;
	font-weight: 800;
}

#joinforum a{
	width: 260px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "Verdana", Arial, "Times New Roman";
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000;
	background: #a6c950; 
	text-align: center;
	text-decoration: none;
	display: block;
}

#joinforum a:hover{
	display: block;
	color: #fff;
	background: #617b1e;
}
	

#contactcontent {
	width: 930px;
	font-family: "Century Gothic", Arial, "Times New Roman", Verdana;
	padding-left: 15px;
	padding-right: 15px;
}

.contactlist {
	width: 920px;
	font-size: 1em;
	color: #000;
	line-height: 1.5em;
	border: 1px solid #637e1d;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 5px solid #637e1d;
}

#contactheader {
	width: 200px;
	font-size: 1.5em;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
}

.contactleftcontentdivider{
	width: 920px;
	height: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background: url(images/contactleftcontendivider.jpg) no-repeat;
}

.contactlist h3 {
	font-size: 1em;
	color: #617b1f;
	line-height: 1.5em;
	font-weight: normal;
}

.contacttext {
	font-size: 0.9em;
	color: #607a1f;
	line-height: 1.5em;
}

.contacttextinfo {
	font-size: 0.9em;
	color: #000;
	line-height: 1.5em;
}

.contactlist a {
	font-size: 1em;
	color: #a7ca51;
	line-height: 1.5em;
	text-decoration: none;
}

.contactlist a:hover {
	color: #607a1e;
	text-decoration: underline;
}

.newscontainer {
	width: 945px;
	height: 190px;
	font-family: "Century Gothic", Arial, "Times New Roman", Verdana;
	background: #fff;
}

.newslist {
	width: 430px;
	font-size: 1em;
	color: #000;
	line-height: 1.5em;
	border: 1px solid #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 10px;
	float: left;
}

.newslistimage{
	width: 430px;
	height: 100px;
	padding-bottom: 10px;
}

.newslist h3 {
	font-size: 1em;
	color: #627d1b;
	line-height: 1.5em;
	font-weight: bold;
}

.newslist h3 a{
	font-size: 1em;
	color: #627d1c;
	line-height: 1.5em;
	font-weight: bold;
}

.newslist h3 a:hover{
	color: #a5c94f;
	text-decoration: none;
}

.newslist a {
	font-size: 1em;
	color: #a4c750;
	line-height: 1.5em;
	text-decoration: none;
}

.newslist a:hover {
	color: #627d1d;
	text-decoration: underline;
}

#menubar {
	width: 960px;
	height: 23px;
}

.menu {
	width: 520px;
	background: #fff;
	height:23px;
	float: right;
	margin-right:15px;
}

.menu ul {
	margin:0px; 
	padding:0px; 
	list-style:none; 
	text-align:center;
}

.menu li {
	display:inline; 
	line-height:23px;
	text-align: right;
}

.menu li a {
	color: #627d1e; 
	text-decoration: none; 
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Century Gothic", Arial, "Times New Roman", Verdana;
	font-size: 0.9em;
}

.menu li a:hover {
	color: #000; 
	text-decoration: underline; 
}

.menu li a.tabactive {
	color: #000; 
	font-weight: bold;  
}

#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4, #tabcontent5 {
	border:1px solid #ececec; 
	width:930px; 
	text-align: left;
	font-size: 0.8em; 
	margin-bottom:5px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

#gallerycontainer {
	width: 920px;
	height: 470px;
	border: 1px solid #637e1d;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 5px solid #637e1d;
	font-family: "Century Gothic", Arial, "Times New Roman", Verdana;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000;
	text-align: center;

}

#gallerycontainer a{
	color: #627d1f;
	text-decoration: none;
}

#gallerycontainer a:hover{
	color: #000;
}

.boxgalleryviewer img{
	border: none;
}

.boxgalleryviewer {
	width: 82px;
	height: 100px;
	color: #000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	font-family: "Century Gothic", Arial, "Verdana", sans;
	font-size: 0.7em;
	line-height: 1.5em;
	text-decoration: none;
}

#footer {
	width: 945px;
	height: 20px;
	padding-left: 15px;
	font-size: 0.6em;
	font-style: italic;
	color: #617c1d;
	line-height: 1.5em;
	float: left;
	background: #fff;
	padding-top: 10px;
}
