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

body {
 margin: 0 0 0 0;
 padding: 0;
 background: #FFFFFF url(../images/body_bg.gif) repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #333333;
}

h1, h2, h3 {
 margin: 0;
 font-weight: normal;
 color: #3E3E3E;
}

h1 {
 font-size: 32px;
}

h2 {
 font-size: 23px;
}

p{
 margin: 0 0 2em 0;
 text-align: left;
 line-height: 26px;
 font-size: 13px;
}
ol {
 margin: 0 0 2em 0;
 text-align: left;
 line-height: 26px;
 font-size: 11px;
}
.concerns {
 margin: 0 0 2em 0;
 text-align: left;
 line-height: 26px;
 font-size: 11px;

}

a:link {
 color: #006633;
 outline:none;
}

a:hover, a:active {
 text-decoration: none;
 color: #009249;
 outline:none;
}

a:visited {
 color: #006633;
 outline:none;
}

img {
 border: none;
}

img.left {
 float: left;
 margin-right: 15px;
/* border-color:#000000;
 border-style:solid;
 border-width:thin;
 */
}

img.right {
 float: right;
 margin-left: 15px;
}

/* Form */

form {
 margin: 0;
 padding: 0;
}

fieldset {
 margin: 0;
 padding: 0;
 border: none;
}

legend {
 display: none;
}

input, textarea, select {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #333333;
}

/* Header */

#header {
 width: 850px;
 height: 82px;
 margin: 0 auto 40px auto;
 /*margin-top:100px;*/
 background: url(../images/img03.gif) repeat-x left bottom;
}

#top_header{
	width: 850px;
	height: 131px;
	margin: 0 auto 0 auto;
}
#navigation{
	width: 850px;
	height: 23px;
	margin: 0 auto 0 auto;
	margin-bottom:20px;
	margin-top:3px;
/*	background: url(images/img03.gif) repeat-x left bottom;*/
/*	border-bottom:1px solid #1e6c45;*/
}
#logo {
 float: left;
 margin-top:20px;
}
#gavel {
 float:right;
 margin-top:20px;
}
/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 15px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: url(../images/menu_bg.gif) repeat-x left bottom;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 575px;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 2px;
	padding-bottom: 5px;
	background: url(../images/img03.gif) repeat-x left bottom;
}
#navigation .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../images/img03.gif) repeat-x left bottom;
}
.post .entry {
}

.post .meta {
	padding: 15px 0 60px 0;
	background: url(../images/img03.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(../images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(../images/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:150%;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(../images/img03.gif) repeat-x left bottom;
	font-size: 16px;
}
#image_rotate{
  width:195px;
  height:170px;
  float:left;
}
#memberof{
  width:195px;
  height:85px;
  float:left;
}
.banner{
  border: medium solid #006633;
}
/* Login */

#login {
}

#login h2 {
	margin-bottom: 5px;
}

#inputboxes {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #919191;
}

#loginbtn {
	padding: 3px;
	background: #ECECEC url(../images/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(../images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(../images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 300px;
	min-height: 300px;
	padding: 130px 0 0 0;
	background: #006732 url(../images/img09.gif) repeat-x;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
}

#legal {
 clear: both;
 padding-top: 20px;
 text-align: center;
 color: #ffffff;
 width:850px;
 margin:0 auto;
 font-family: Arial, Helvetica, sans-serif;
 line-height:normal;
}
#legal p{
 margin: 0 0 2em 0;
 text-align: left;
 line-height: 24px;
 font-size: 11px;
}
#legal a {
 color: #ffffff;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration:none;
}

#footer_box1 {
 width: 200px;
 float:left;
}

#footer_box2 {
 width: 200px;
 padding-left: 120px;
 float:left;
}

#footer_box3 {
 width: 200px;
 padding-left: 130px;
 float:left;
}

/*--NAVIGATION --*/
/*- Menu Tabs J--------------------------- */

   #tabsJ {
      float:left;
      width:100%;
	  height:20px;
      background:#ffffff;
      font-size:93%;
      line-height:normal;
	  /*border-bottom:1px solid #24618E;
	  background: url(../images/img03.gif) repeat-x left bottom;*/
      }
    #tabsJ ul {
	  margin:0;
	  padding:0;
	  list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("../images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("../images/tabrightJ.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      color:#006633;
	  font-weight:bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }
	  
	  
/*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
CONTACT FORM CSS
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
*/
.contactlabel{
float: left;
width: 120px;
font-weight: bold;
}

.contact input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

.clearem br{
clear: left;
}