html {
    height: auto;
    height: 100%;
    width: 100%;
}
body {
    background-image: url(images/bg_head.gif);
    background-repeat: repeat-x;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    height: auto;
    height: 100%;
    color: #555555;
    min-height: 100%;
}

/*-----------------------------------CONTAINER-----------------------------------*/

#container { height:100%; overflow:visible}
#maindiv {
    width: 760px;
    clear: both;
    margin: auto;
/*    height: auto;
    height: 100%;*/
    min-height: 100%;
}
*html #maindiv {
    height: 100%;
}


h1,h2,h3,h4,h5,div {
    margin: 0px;
    padding: 0px;
}

a:link,
a:visited {
    color: #76922B;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #777777;
    text-decoration: underline;
}
.logo_r {padding-bottom:15px; padding-left:11px;}


/* Header */
#header {
    height: 75px;
    clear: both;
    margin: 0 0 25px 0;
}
#logo {
    float: right;
}
#topmenu {
    float: left;
}
#topmenu ul{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 46px 0px 0px;
}
#topmenu ul li{
    float: left;
    padding: 0px 5px 0px 5px;
    font-size: 20px;
    color: #FFFFFF;
}
#topmenu ul li a:link,
#topmenu ul li a:visited {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
#topmenu ul li a:hover{
    /*color: #FFF950;*/
    text-decoration: underline;
}
#topmenu ul li a.selected:link,
#topmenu ul li a.selected:visited{
    color: #707C32;
}


/*---------------------------------------------------------*/

.search input#s {
	border: 1px solid #003366; 
	font-size: 1em; 	
	width: 115px; 
	padding: 2px; 	
	background:#fff;
}
.search input#searchsubmit {
	margin: 0px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	color: #009900;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.separation_line {
    margin: 0px;
    padding:3px 0 0 0;
	width:471px;
	background:url(images/main_orange_line.jpg) no-repeat top left;
}

.page_line {margin-bottom:28px;}
/*-----------------------------------------------------------*/

#content {
	width: 760px;
    clear: both;
}

#content-main h2 {
    font-size: 16px;
    padding: 0px 0 0 21px;
    background: url(images/arrow_big.gif) no-repeat;
    background-position: 5px 3px;
}
#sidebar h2 {
    font-size: 16px;
	margin-top:10px;
    padding: 0px 0 0 21px;
    background: url(images/arrow_big.gif) no-repeat;
    background-position: 5px center;
	margin-bottom:15px;
}
#content-main h2 a{
    text-decoration: none;
    color: #555555;
}
#content h4, #content h3 {
	color: #76922B;
    font-size: 16px;
    margin: 0 0 6px 0;
}
#content h5 {
	font-style: italic;
    text-align: center;
    font-size: 12px;
    padding-bottom: 4px;
}
#content-main ul 
{
    margin:1em;
    padding:0 1em;
    list-style-image:url(img/bullet.png);
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}
#content-main {
	width: 470px;
    float: left;
	padding-top:28px;
}
html #section-index #content-main {
	margin-right: 20px;
}
#content .post {
	padding:0 0 2em 0;
}
#content p img.right {
	float: right; margin:10px 0 0 10px;
}
#content p img.left {
	float: left; margin:0 10px 10px 0;
}
#content .entry {
	margin:1em 0;
	text-align: justify;
}
#content .entry a {   
    text-decoration:none;
}
.post-info, .postmetadata {
	font-size:11px;
	color:#999;
	margin:0;
	padding:0;
	text-align: right;	
}
#sidebar {	
	width: 230px;
    float: right;
    font-size: 12px;
	padding-top:28px;
}

#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul ul
{
	list-style:none;
	padding:0;
	margin: 0px;
}
li.sidebox {
	padding:0px;
}
html li.sidebox {
	padding-bottom: 10px;
}
li.sidebox h2 {
	font-size: 16px;
    margin: 28px 0 0px 0;
    padding: 0 0 0 21px;
    background-image: url(images/arrow_big.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
}
#sidebar li.sidebox p img {
	float: left;
	margin: 0px 10px 10px 0px;
}


/*-------------------------------------------FOOTER--------------------*/

#footer {
    text-align: center;
    width: 100%;
    height: 35px;
    color: #4E6000;
    clear: both;
    background-image: url(images/bg_footer.gif);
    background-repeat: repeat-x;
    background-position: center bottom;	
    overflow: hidden;
}
#footermenu {
    padding-top: 12px;
}
#footer a:link,
#footer a:visited 
{
    font-size: 12px;
    text-decoration: none;
    color: #4E6000;
    margin: 0px 15px;
}
#footer a:hover{
    text-decoration: underline;
}






#comments, #respond{
	clear: both;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
#container .commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 1em 0;
	padding: 0.5em;
	color: #666666;
}
.commentlist li.alt 
{
}
.commentlist li .cmtinfo 
{
	font-size:1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
textarea{
	width: 70%;
	padding:5px;
	height: 20em;
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #FFFFFF;
}
input 
{
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #5FA60A;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
#breadcumb{
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
.post-title h2{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5B9613;
	background-position: left;
	padding-top: 5px;
}

.post-title h2 a {
 color: #5B9613;
 
}
.post-info {
	text-align: left;
	font-size: 11px;
	
}
li.sidebox li {padding-bottom:8px}
li.sidebox a:link, li.sidebox a:visited {
	font-weight: normal;
	text-align: left;
	color: #76922B;
	padding-left: 12px;
	font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
li.sidebox a:hover {
	text-align: left;
	color: #777777;
	text-decoration: underline;
}
.pagetitle {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	color: #000000;
}
.posttitle h2 {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5B9613;
}
#submit{
	border: 1px solid #CCCCCC;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	color: #009900;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#ads {
	padding-bottom: 15px;
	clear: both;
	float: right;
	padding-top: 35px;
	padding-left: 15px;
}
.error{
	color: #FF9966;
}
#editform {}
#editform th {
	text-align: left;
	vertical-align: top;
	color: #006699;
	width: 25%;
	font-weight: bold;
	font-size: 11px;
}
.inpt{
	border: 1px solid #003366; 
	font-size: 10px; 	
	width: 115px; 	
	background:#fff;
}

.clr{
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btn {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	color: #009900;
	padding: 0px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.page {
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.sidebox_1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sidebox_1 a{
	color:#B7A4FF;
	font-weight: bold;
	display: block;
	margin-left: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.sidebox_1 a:hover {
color:#FFFFFF;
}
.entry img {
	margin-bottom: 5px;
	margin-left: 15px;
	float: right;
}
#navigation .page_item current_page_item a {
	color: #000000;
}
#navigation li {
	list-style-type: none;
	display: inline;
}
#navigation {
	width: 750px;
	text-align: left;
	margin: auto;
	height: 34px;
}
#navigation a:link, #navigation a:visited  {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #74B916;
	display: block;
	float: left;
	margin: 6px;
	padding-right: 10px;
}

#navigation a:hover {

	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	display: block;
	float: left;
	margin: 6px;
	padding-right: 10px;
}
#navigation a.active:link, #navigation a.active:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	display: block;
	float: left;
	margin: 6px;
	padding-right: 10px;
}
 .pagenav { }
 .page_item { color: #000000; }
 .current_page_item { }
 .current_page_parent { }

.rss {padding-left:11px; width:150px;}

#searchform input {margin-left:12px}