@charset "UTF-8";
/* CSS Document */

body {
	background-color: #00743e;
	background-image: url(../images/bg_body.png);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0px 0px;
	text-align: center;
}

#container {
	margin: 0px auto;
	width: 800px;
	text-align: left;
}



/* ------------------------------------------------------------------ */
/* ------- Contact Form Styling ------------------------------------- */
/* ------------------------------------------------------------------ *

.tx-powermail-pi1 {
	float: left;
	height: auto;
	width: 445px;
}

.tx-powermail-pi1_formwrap {
	margin-top: 5px;
}

.tx-powermail-pi1_fieldset {
	background-color: transparent !important;
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

.tx-powermail-pi1 legend {
	display: none !important;
}

.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	float: left;
	margin: 0px;
	width: 100%;
}

.tx_powermail_pi1_fieldwrap_html label {
	display: block;
	float: left;
	margin-right: 14px;
	padding-top: 8px;
	text-align: right;
	width: 51px;
}

.tx_powermail_pi1_fieldwrap_html input, .tx_powermail_pi1_fieldwrap_html textarea {
	background-color: #fff;
	border: 1px solid #000;
	display: block;
	float: left;
	margin: 4px 0px;
	width: 260px;
}

.tx_powermail_pi1_fieldwrap_html select {
	margin: 4px 0px;
	border: 1px solid #000;
}

.tx_powermail_pi1_fieldwrap_html option {
	padding: 0px;
}

.tx_powermail_pi1_fieldwrap_html img.powermail_captcha {
	margin-left: 65px;
}

.tx_powermail_pi1_fieldwrap_html_captcha_description {
	margin-left: 65px;
	width: auto;
}

#powermaildiv_uid4 input {
	width: auto;
}

.tx-srfreecap-pi2-image {
	float: left;
	margin: 0px 5px;
}

/* ------------------------------------------------------------------ */
/* ------- Google Map Styling --------------------------------------- */
/* ------------------------------------------------------------------ *

.tx-rggooglemap-pi1 #treemenu1 {
	display: none;
}

.tx-rggooglemap-pi1 #poitab {
	display: none;
}

.tx-rggooglemap-pi1 #resultdiv {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ------- Header Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#header {
	float: left;
	height: auto;
	width: 800px;
}

#header #banner {
	background-image: url(../images/bg_banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	height: auto;
	width: 800px;
}

#header #banner #logo {
	float: left;
	height: auto;
	margin-left: 20px;
	width: 150px;
}

#header #banner #search {
	float: right;
	height: auto;
	padding: 148px 5px 0px 0px;
	width: 320px;
}

#header #banner #search #searchbar {
	background-color: #fff;
	border: 1px solid #000;
	float: left;
	height: 24px;
	overflow: hidden;
	width: 232px;
}

#header #banner #search #srchbtn {
	float: left;
	height: auto;
	margin-left: 5px;
	width: 81px;
}

#header #banner #search .searchbar {
	background-color: #fff;
	border: 0px none;
	margin-left: 1px;
}

#header .nav {
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #fff;
	float: left;
	height: auto;
	width: 800px;
	z-index: 100;
}

#header .nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header .nav ul li {
	float: left;
	position: relative;
	height: 25px;
}

#header .nav ul li a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
}

#header .nav ul li a:hover {
	color: #fff;
}

#header .nav ul li:hover, #header .nav ul a:hover, #header .nav ul li.over {
	background-image: url(../images/bg_nav_over.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#header .nav ul li:hover a, #header .nav ul a:hover a, #header .nav ul li.over a {
	color: #fff;
}	

#header .nav ul li:hover ul, #header .nav ul a:hover ul, #header .nav ul li.over ul {
	display: block;
	visibility: visible;
}

#header .nav ul li ul {
	border-top: 1px solid #fff;
	height: 0px;
	left: -1px;
	list-style-type: none;
	margin: 0px;
	position: absolute;
	top: 25px;
	visibility: hidden;
	z-index: 1000;
}

#header .nav ul li ul li {
	background-color: #006838;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: none;
	width: 150px;
}

#header .nav ul li ul li a {
	color: #fff;
	padding-left: 5px;
}

#header .nav ul li ul li a:hover {
	background-color: #8c6239;
	background-image: none;
	color: #fff;
}

/* ------------------------------------------------------------------ */
/* ------- Content Styling ------------------------------------------ */
/* ------------------------------------------------------------------ */

#content {
	background-color: #fff;
	float: left;
	height: auto;
	width: 800px;
}


/* ------------------------------------------------------------------ */
/* ------- Membership Styling --------------------------------------- */
/* ------------------------------------------------------------------ */

.memberships .csc-textpic-imagewrap ul li a img {
	border: none!important;
}


/* ------------------------------------------------------------------ */
/* ------- Three Column General Styling ----------------------------- */
/* ------------------------------------------------------------------ */
	
.nocol {
	float: left;
	height: auto;
	padding: 10px 10px 0px;
	width: 780px;
}

.csc-header {
	float: left;
	width: 780px;
}

.csc-header h2 {
	background-image: url(../images/bg_h2.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	margin: 0px 0px 10px;
	padding: 2px 10px 4px;
}

.csc-header h2 a {
	color: #fff;
	text-decoration: none;
}

.csc-header h2 a:hover {
	text-decoration: underline;
}

.csc-header h3 {
	margin: 0px 0px 10px;
	text-decoration: underline;
}

.csc-textpic {
	float: left;
	height: auto;
	margin-bottom: 10px;
	width: 780px;
}

.csc-textpic-imagewrap img {
	border: 2px solid #8c6239!important;
        margin-bottom: 0px;
}

div.csc-textpic img {
}

.bodytext {
	margin-top: 0px;
}

hr.clearer {
	display: none;
}

.contenttable {
	float: left;
	padding-bottom: 10px;
}

.contenttable td {
	padding-bottom: 5px;
	width: 150px;
}

.tx-wecmap-pi1 {
	padding-bottom: 10px;
}

.tx-indexedsearch {
	float: left;
}

.tx-indexedsearch-rules {
	display: none;
}

/*.threecol .morelink a {
	float: right;
	color: #132359;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}

.threecol .morelink a:hover {
	text-decoration: underline;
}

.threecol p.morelink {
	margin: 0px;
}*/



/* ------------------------------------------------------------------ */
/* ------- Footer Styling ------------------------------------------- */
/* ------------------------------------------------------------------ */

#footer {
	background-image: url(../images/bg_footer.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #fff;
	float: left;
	font-size: 10px;
	height: 100px;
	margin-bottom: 10px;
	text-align: center;
	width: 800px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_nav, #footer_info, #footer_copy {
	float: left;
	height: auto;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

#footer_nav ul {
	margin: 0px;
	padding: 0px;
}

#footer_nav ul li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer_nav ul li a {
	padding: 2px 5px;
}
	
