* { padding:0; margin:0;
}
.clear {clear:both;}
a {
	color: #5B920A;
}

body {background:#bbffd6 url(public/images/bg2.jpg) repeat-x; font: 11px Verdana, Arial, Helvetica, sans-serif; color:#333;}
#wrap {width:1000px; margin:5px auto; }
	#header {background:url(public/images/header2.png) no-repeat; height:160px; }
#logo #sitename {
	font-size: 36px;
	color: #000000;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C6C6C6;
}
#headercontent h2 {
	font-size: 18px;
	color: #5B920A;
}
#wrap #header #logo .description {
	display: block;
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
}
#wrap #header #headercontent p {
	color: #666666;
}
#wrap #header #sitecption {
	margin-right: 20px;
	margin-left: 800px;
	padding-top: 135px;
	color: #000000;
	font: bold 20px "Trebuchet MS", halvetica, Verdana, sans-serif;
}
.bigger {
	font: 18px "Trebuchet MS", halvetica, Verdana, sans-serif;
	color: #C0EC15;
}


#wrap #header #logo {
	width: 260px;
	padding-top: 30px;
	padding-left: 50px;
	height: 130px;
	float: left;
}
#wrap #header #headercontent {
	width: 300px;
	float: right;
	padding-right: 55px;
	padding-top: 20px;
	height: 125px;
}

#main {background:url(public/images/pagebg2.png) repeat-y; 
		padding:0px 9px 0 9px; margin:0;}
#menus {background:url(public/images/menu2.jpg) no-repeat; width:986px; margin:0 auto 10px auto; height:88px;}#submenu ul {
	list-style: none;
}
#submenu li {
	display: inline;
}
#submenu a {
	background: url(public/images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 16px;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
}
#mainmenu {
	height: 55px;
	font: bold 14px "Trebuchet MS", halvetica, Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 22px;
	padding-left: 22px;
}
#mainmenu a {
	display: block;
	height: 40px;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
	text-decoration: none;
	padding-top: 15px;
	background: url(public/images/menudevider.png) no-repeat 0px 3px;
	color: #5B920A;
}
#mainmenu .first a {
	background: none;
}

#mainmenu li {
	display: inline;
}
#mainmenu a:visited, #mainmenu a:active {text-decoration:none; color: #5B920A;}
#mainmenu #active a {background:url(public/images/menuactive.gif) no-repeat center top; color:#fff;}
#wrap #main #content {
	padding: 11px;
}
#mainmenu a:hover {color:#fff;}
#mainmenu ul.right {
	float: right;
}



#primary {width:650px; float:left;}
#secondary { margin-left:655px; }
h1, h2, h3, h4 { font-family:"Trebuchet MS", helvetica, Verdana, sans-serif;}
h1 {font-size:22px;}
h2 {font-size:22px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
#main h2 {color:#333; display:block; padding:3px 0 3px 0;}
.green {
	color: #5B920A;
}
#primary h3 {
	color: #5B920A;
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 8px;
}
#main  p {
	line-height: 16px;
	margin-bottom: 18px;
}
#primary .column1 {
	width: 50%;
	float: left;
	padding-right: 5px;
}
#primary.column2 {
	float:left;
	width: 50%;
	padding-left: 8px;
}

a:visited, a:active {
	color: #5B920A;
}
a:hover {
	color: #BDEB16;
	text-decoration: none;
}
#wrap #footer {
	background: url(public/images/footer2.png) no-repeat;
	height: 70px;
	padding-top: 15px;
	text-align: center;
}
#mainmenu ul {list-style:none;}
#submenu a:visited, #submenu a:active {
	background: url(public/images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 16px;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
}
#submenu a:hover {

	background: url(public/images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 16px;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
	text-decoration: none;
}
#mainmenu .first a:visited, #mainmenu .first a:active {

	background: none;
}
#newslist {
	list-style: none;
	height:500px;
	overflow: auto;
	border-top: 1px solid #eee;
}
#newslist li {
	display: block;
	padding: 3px;
	background: #FFFFFF;
	border-bottom: 1px solid #eee;
}



.newsimage {
	float: left;
}
.post .date {
	font-size: 10px;
}
.post h3 {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
.post {
	padding: 5px;
	margin-bottom: 15px;
}
#sidebar1 {
	float: left;
	width: 49%;
}
#sidebar2 {
	float: right;
	width: 49%;
}
#primary  ul {
	list-style: none;
	
}
#primary li {
	display: block;
	border-bottom: 1px solid #eee;
	height: 18px;
}

.form {margin:10px 25px 10px 50px;}
.form .text {
	display:block;
	border:1px solid #666666;
	background: #efefef;
	width:250px;
	padding:5px;
	font-size:14px;
	color:#000000;
}
.form label {display:block; margin-bottom:3px; margin-top:10px;}
.form .text:hover{background:#FFFFFF; border: solid 1px #000000;}
.form .text:focus {
	background:#efefef;
	border: 1px solid #669900;
}
.form .button {
	display:block;
	border:1px solid #666666;
	background:#efefef;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}
.form .button:hover {
	display:block;
	border:1px solid #666666;
	background: #ffffff;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}

	
	#big-button a {
	background:#BDEB16; none repeat scroll 0 0;
	color:#222222;
	display:block;
	margin:0 0 5px 15px;
	padding:12px 24px;
	width:110px;
	text-decoration:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
	
	#big-button a:hover {
		background:#2389EE none repeat scroll 0 0;
	}
	

	#big-button strong {
	-x-system-font:none;
	display:block;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	}
#widget {
	border:1px solid #eee;
	margin-bottom: 10px;
	background:#e4e4e4 none repeat scroll 0 0;
}

#widget h2 {
	margin-left: 15px;
}

.col_ad {
	width: 300px;
    float:left;
}

		
.error {font-weight: bold;
color:#FF3300;
padding-left: 18px;
background: url(../../shared/images/error.png) no-repeat left top;}
/*

/* :KLUDGE: Explicitly set the width for IE6- */

* html .error {width: 10em;}

	.main {
	background:#e4e4e4 none repeat scroll 0 0;
	font-family:Century gothic,Verdana,Helvitica,sans-serif;
	margin:0;
	overflow:hidden;
	padding:10px 5px 30px 5px;
	width:618px;
	}
	
	.main_wrapper {
	background:#c4c4c4 none repeat scroll 0 0;
	border:1px solid #272B2D;
	margin:0 0px 5px 0px;
	overflow:hidden;
	padding:5px;
	width:628px;
	}
	.embed {
	background:#e4e4e4 none repeat scroll 0 0;
	//border:1px solid #272B2D;
	margin:0 0px 5px 0px;
	overflow:hidden;
	padding:5px;
	width:618px;
	}
	
		
		.ev_title { padding-left: 50px;}
		.ev_show {
			float:right;
		}
		.ev_tright {
			float:right;
		}
		
		.ev_wrapper {
				background:#c4c4c4 none repeat scroll 0 0;
				border:1px solid #272B2D;
				//border:1px solid #373191;
				margin:0 0px 5px 0px;
				overflow:hidden;
				padding:5px;
				width:628px;
		} 
		.ev_main {
			background:#e4e4e4 none repeat scroll 0 0;
			font-family:Century gothic,Verdana,Helvetica,sans-serif;
			margin:0;
			overflow:hidden;
			padding:0px 5px 0px 5px;
			width:618px;
			}

.calendar table {
	background: #FFFFFF;
	padding-left: 20px;
}

.calendar td {
	width: 50px;
	height: 30px;
}

.calendar {
	font-size: 14px;
}

#comments h3
{
	  background: none;
	  border: none;
	  color: #336;
	  font-family: Verdana;
	  font-size: 11px;
	  font-weight: bold;
	  margin: 0;
}

#comments p
{
	  font-family: Verdana;
	  font-size: 11px;
	  font-weight: bold;
	  color: #666;
	  margin: 4px 0 10px 0;
}

#comments .comment
{

	  background: #F3F3C1 url(public/images/comment_grad.gif) repeat-x;
	  margin: 0;
	  padding: 10px;
	  border: 1px #999966 solid;
	  border-bottom: none;
	  font-weight: normal;
	  font-family: Tahoma;
	  font-size: 14px;
	  width: 458px;
	  overflow: auto;
}

#comments .comment p
{
	margin: 0 0 4px 0;
	padding: 0;
	color: #000;
	font-weight: normal;
}

#comments .comment-footer
{
	  background: url(public/images/comment_footer2.gif) no-repeat;
	  margin: -15px 0 20px 0;
}

#comments .comment-footer p
{
	  font-family: Verdana;
	  font-size: 11px;
	  font-weight: normal;
	  color: #000;
	  margin: 15px 0 0 43px;
	  padding: 10px 0 0 5px;
	  line-height: 200%;
}
#rsslist {
	height:300px;
	overflow: auto;
	//border-top: 1px solid #eee;
	font-size 12px;
}
#rsslist {
	background: #FFFFFF;
	//border-top: 1px solid #eee;
}
#rsslist a {
	
}

#flashMessage {
width:400px;
color:#FF0000;
font-size: 16px;
margin: 8px 0px;
font-weight: bold;
padding: 10px;}

