@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #28240e;
	background: #1a1808;
}
.clear {
	clear: both;
}
a {
	color: #559534;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
#header_wrapper {
	margin: 0px;
	padding: 0px;
	height: 162px;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background: url(images/header.gif) no-repeat;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 102px;
	width: 333px;
}
#nav {
	margin: 0px;
	padding: 0px;
	height: 50px;
	background: url(images/ul_bkgrd.gif) no-repeat left top;
	width: 670px;
	float: left;
}
#nav ul {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	list-style: none;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;
	height:50px;
	background: url(images/nav_separator.gif) no-repeat right top;
	position:relative;
	z-index: 60;
	font-size:14px;

}
#nav ul li a {
	display: inline-block;
	margin: 0px;
	padding: 19px 14px 0px;
	color: #d8d4b1;
	text-decoration: none;
	height:31px;
}
#nav ul li a:hover {
	background: url(images/nav_hover.gif) repeat-x;
	color:#c4f257;
}
#nav ul li:hover ul, #nav ul li a:hover ul {
	visibility:visible; 
	background: #FFFFFF url(images/dropdown_bkgrd.gif) no-repeat top left;
	color:#28240e;
}
#nav ul li ul {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	visibility:hidden;
	position:absolute;
	top: 49px;
	left:0;
	width: 246px;
	border-right: 2px solid #dad6ae;
	border-bottom: 2px solid #dad6ae;
	border-left: 2px solid #dad6ae;
	z-index: 60;
}
#nav ul li ul li {
	background: none;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#nav ul li ul li a {
	margin: 0px;
	width: 226px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	color: #28240e;
	display: inline-block;
	display: block;
	height: auto;
}
#nav ul li ul li a:hover {
	margin: 0px;
	padding: 5px 10px;
	width: 226px;
	display: inline-block;
	text-decoration: none;
	background: #26220c;
	color: #FFFFFF;
	display: block;
	border-bottom: none;
}
#nav_tel {
	margin: 0px;
	padding: 18px 0px 0px 22px;
	height: 32px;
	width: 268px;
	float: right;
	background: url(images/contact_nav.gif) no-repeat left top;
}

#home_cont_wrpr {
	background: #e7e5cf url(images/home_content_wrpr.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	position: relative;
}
#homebanner {
	background: url(images/homerbanner.jpg) no-repeat left top;
	margin: 0px 0px 18px;
	padding: 0px;
	height: 347px;
	width: 960px;
}
#mainlink {
	margin: 0px;
	padding: 150px 0px 0px 266px;
	float: left;
	width: 224px;
	height: 197px;
}
.maincatlinks {
	margin: 0px;
	padding: 115px 0px 0px 53px;
	float: left;
	height: 56px;
	width: 177px;
}
#content {
	margin: 0px;
	padding: 0px 10px 20px 11px;
	width: 939px;
}
#homecont {
	background: url(images/home_cont_hdr.gif) no-repeat left top;
	margin: 0px;
	padding: 71px 0px 0px;
	float: left;
	width: 459px;
}
#homecont_txt {
	border-right: 4px solid #dad6ae;
	border-bottom: 4px solid #dad6ae;
	border-left: 4px solid #dad6ae;
	background: #FFFFFF;
	margin: 0px;
	padding: 27px 20px 0px;
	width: 411px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}
#homecont_txt h3 {
	font-size: 14px;
	color: #25573c;
	margin: 0px;
	padding: 0px 0px 22px;
}
#homecont_txt p, #innertxt p  {
	padding: 0px 0px 22px;
	margin: 0px;
}
#homecont_txt a {
	color: #25573c;
	text-decoration: none;
}
#homecont_txt a:hover {
	text-decoration: underline;	
}
#latestnews {
	margin: 0px;
	padding: 71px 0px 0px;
	float: right;
	background: url(images/latestnews_hdr.gif) no-repeat left top;
	width: 460px;
}
.newsticker {
	width: 452px;
	padding: 0px;
	margin: 0px;
	border-right: 4px solid #dad6ae;
	border-left: 4px solid #dad6ae;
	background: #FFFFFF;
}
#latestnews ul {
	margin: 0px;
	padding: 12px 0px 19px;
	width: 452px;
	list-style: none;
}
#latestnews ul li {
	margin: 0px;
	padding: 10px 17px 10px;
	width: 418px;
	border-bottom: 1px solid #dad6ae;
	height:auto;
}
#latestnews ul li a {
	color: #6c6349;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding:0px;
	margin: 0px;
}


#footer_wrapper {
	margin: 0px;
	padding: 6px 0px 0px;
	background: #1a1808 url(images/footer_wrpr.gif) repeat-x;
}
#footer {
	background: url(images/footer.gif) no-repeat left top;
	margin: 0px auto;
	padding: 27px 0px 0px 329px;
	width: 631px;
}
#footercomments {
	font-size: 10px;
	color: #e7e5cf;
	padding: 10px 0px;
	margin: 0px;
	text-align: right;
}
#footercomments a{
	color: #e7e5cf;
	text-decoration: none;
}
#footercomments a:hover {
	text-decoration: underline;	
}
#inner_cont_wrpr {
	background: #e7e5cf url(images/inner_content_wrapper.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
#innerbanner {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 176px;
	width: 960px;
	top: -10px;
	background: url(images/inner_banner_bkgrd.gif) repeat-x;
}
#innerbanner h1 {
	float: left;
	margin: 0px;
	padding: 50px 0px 0px 25px;
	font: 26px "Arial Black", Gadget, sans-serif;
	color: #252311;
}
.minititle {
	font: 20px Arial, Helvetica, sans-serif;
}
.brackets {
	font-family: Arial, Helvetica, sans-serif;
}
#innercontent {
	background: url(images/inner_content_hdr.gif) no-repeat left top;
	margin: 103px 0px 0px;
	padding: 36px 0px 0px;
	width: 699px;
	float: right;
}
#innercontent h1 {
	margin: 0px;
	padding: 0px 0px 6px 24px;
	font-size: 24px;
	color: #25573c;
}
#innertxt {
	margin: 0px 0px 20px;
	padding: 30px 20px;
	width: 651px;
	border-right: 4px solid #dad6ae;
	border-bottom: 4px solid #dad6ae;
	border-left: 4px solid #dad6ae;
	background: #FFFFFF;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}
#innertxt ul {
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font: 14px "Arial Black", Gadget, sans-serif;
}
#innertxt blockquote {
	text-align: center;
	font-weight: bold;
	color: #25573c;
}
#innertxt h2 {
	padding: 0px 0px 22px;
	margin: 0px;
	font-size: 18px;
	color: #26220c;
}
#innertxt h3 {
	font-size: 14px;
	color: #25573c;
	margin: 0px;
	padding:0px;
}
#sidebar {
	float: left;
	margin: 92px 0px 0px;
	padding: 0px;
	width: 235px;
}
#sidehdr {
	background: url(images/sidebar_hdr_rpt.gif) repeat-y;
}
#side_header {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 33px 32px;
	width: 169px;
	margin: 0px;
	text-align: center;
	background: url(images/side_hdr_bottom.gif) no-repeat left bottom;
}
#sidebar ul {
	margin: 0px;
	padding: 0px 12px 0px 7px;
	width: 216px;
	background: url(images/sidebar_bkgrd.gif) repeat-y;
	list-style: none;
}
#sidebar ul li {
	font: 16px "Arial Black", Gadget, sans-serif;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 5px 16px;
	border-bottom: 1px solid #555137;
	width: 184px;
	text-transform: uppercase;
}
.subtitle {
	font: normal 12px Arial, Helvetica, sans-serif;
}
#newscontent {
	margin: 103px 0px 0px;
	padding: 0px;
	width: 699px;
	float: left;
}
.post {
	margin: 0px 0px 10px;
	padding: 0px 20px 20px 0px;
	width: 671px;
	border: 4px solid #dad6ae;
	background: #FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.date {
	background: url(images/date.gif) no-repeat left top;
	margin: 0px;
	padding: 6px 0px 0px;
	height: 53px;
	width: 106px;
	text-align: center;
	float: right;
	font-size: 25px;
	font-weight: bold;
	color: #26220c;
	line-height: 16px;
}
.month {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.year {
	font-size: 11px;
	font-weight: normal;
	color: #4a4528;	
	padding: 0px;
	margin: 0px;
}
.post h2 {
	font-size: 24px;
	padding: 25px 0px 15px 20px;
	margin: 0px;
	width:540px;
}
.post h2 a {
	color:#26220c;
	text-decoration: none;
}
.meta {
	margin: 0px 0px 0px 16px;
	padding: 5px;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #606f01;
	background: #bfdc71;
	position: relative;
}
.metaleft {
	position: absolute;
	top:0px;
	left:-16px;
	margin: 0px;
	padding: 0px;
	height: 7px;
	width: 16px;
}
.meta a, .author {
	color: #25573c;
	text-decoration: none;
}
.meta a:hover {
	text-decoration: underline;	
}
.excerpt {
	font: 13px "Arial Black", Gadget, sans-serif;
	color: #26220c;
	text-decoration: none;
	float: right;
}
.excerpt:hover {
	color:#25573c;
	text-decoration: underline;
}
.entry {
	padding: 22px 0px 0px 20px;
	margin: 0px;
}
.entry p {
	padding: 0px 0px 22px;
	margin: 0px;
}
#newssidebar {
	width: 220px;
	margin: 0px;
	padding: 0px 10px 0px 5px;
}
#newssidebar ul {
	margin: 0px;
	padding: 0px;
	width: 220px;
	list-style: none;
	background: url(none);
}
#newssidebar ul li {
	margin: 0px;
	padding: 0px;
	width: 220px;
	border-style: none;
}
#newssidebar ul li h2 {
	background: url(images/wdgt_hdr.gif) no-repeat left top;
	height: 52px;
	width: 220px;
	font: 18px/52px "Arial Black", Gadget, sans-serif;
	color: #25573c;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#newssidebar ul li ul {
	margin: 0px 0px 8px;
	padding: 0px 0px 15px;
	width: 220px;
	background: #FFFFFF url(images/newssidebar_bot.gif) no-repeat bottom left;
}
#newssidebar ul li ul li {
	margin: 0px;
	padding: 0px 4px;
	width: 212px;	
	background: url(images/newssidebar_rpt.gif) repeat-y;

}
#newssidebar ul li ul li a {
	padding: 6px 20px;
	width: 172px;
	color: #29260d;
	text-align: left;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
}
#newssidebar ul li ul li a:hover {
	background: #ecead9;	
}
.sidedate {
	color: #898258;
	font: normal 11px Arial, Helvetica, sans-serif;
}
#prod_img {
	background: url(images/sidebar_bkgrd.gif) repeat-y;
	margin: 0px;
	padding: 10px 0px 10px 8px;
	width: 218px;
}
#prod_img img {
	border-top: 4px solid #c4f257;	
	border-bottom: 4px solid #c4f257;	
}
#prod_img h2 {
	 text-align:right;
	 color:#FFFFFF;
	 padding: 0px 12px 0px 0px;	
	 text-transform: uppercase;
	 font-family: "Arial Black", Gadget, sans-serif;
	 font-size: 16px;
}
#subnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#subnav li {
	display: block;
	background: url(images/li_bkgrd.gif) repeat-x;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d2cbb7;
}
#subnav li a {
	padding: 0px 20px;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #181609;
	font-size: 14px;
	background: url(images/li_arrow.gif) no-repeat right center;
	display: block;
}
#subnav li a:hover {
	color:#25573c;
}
.alignleft {
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 0px;
}
/*tabs*/
/* --- Tabs --- */
.jwts_tabberlive .jwts_tabbertab {
	background: #ffffff;
	}

.jwts_tabberlive {
	margin:24px 0px;
	padding:0px;
	}

.jwts_tabberlive .jwts_tabbertab {
	margin:0px;
	border:1px solid #737811;
	border-top:0px;/*height:300px;overflow:auto;*/
	padding-top: 31px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#jwts_tab ul {
	margin: 0px;
	padding: 0px;	
}
.jwts_tabberlive .jwts_tabbertab h2,
.jwts_tabberlive .jwts_tabbertabhide {display:none;}

.jwts_tabberlive .jwts_tabbertab h3 {
	font: normal 20px/26px Georgia, "Times New Roman", Times, serif;
	color: #4f520c;
	margin: 0px;
	padding:0px;
	}
.jwts_tabberlive .jwts_tabbertab p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	color: #000000;
	font: 12px/18px Tahoma, Geneva, sans-serif;
}
ul.jwts_tabbernav {
	margin:0px;
	padding:1px 0px;
	list-style:none;
	list-style-image:none;
	background:none;
	border-bottom:1px solid #737811; 
	height: 39px;}

ul.jwts_tabbernav li {
	padding:0px;
	list-style:none;
	list-style-image:none;
	display:inline-block;
	display:inline;
	line-height:39px;
	border-bottom:none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.jwts_tabbernav li a, ul.jwts_tabbernav li a:link {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:0px 10px;
	color:#393b09;
	text-decoration: none;
	border:1px solid #737811;
	border-bottom:none;
	height:38px;
	display:inline-block;
	}

ul.jwts_tabbernav li a:visited {color:#393b09;}

ul.jwts_tabbernav li a:hover {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:0px 10px;
	color:#000000;
	border-bottom:none;
	text-decoration:none;
	}

ul.jwts_tabbernav li a:active,ul.jwts_tabbernav li a:focus {outline:0;}

ul.jwts_tabbernav li.jwts_tabberactive a {
	border-bottom:1px solid #fff;
	margin-right: 5px;
	height:38px;
	display:inline-block;
	color:#252122;
	font-style:italic;}

ul.jwts_tabbernav li.jwts_tabberactive a:hover {
	background: url(images/selected.gif) repeat-x top;
	border-bottom:1px solid #ffffff;
	text-decoration:none;
	}

ul.jwts_tabbernav li.jwts_tabberactive,

ul.jwts_tabbernav li.jwts_tabberinactive {
	padding:0px;
	margin:0px; 
	line-height:39px;
	}

.jwts_tabberlive .jwts_tabbertab,ul.jwts_tabbernav {
	text-align:left;
	width:630px;
	} /* force content orientation */
#tabbedarea {
	width:570px;
	margin: 0px;
	padding: 0px 30px 30px;
}
/*==========================================================================================*/
#subpagenav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
#subpagenav li {
	float: left;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	display: inline-block;
	position: relative;
}
#subpagenav li a p, #subpagenav li a p img {
	padding: 0px;
	margin: 0px;
	border: none;
			
}
#subpagenav .proddrop {
	width: 648px;
	padding: 0px;
	margin: 0px;	
	position: absolute;
	top: 148px;
	left: 0px;
	z-index: 1000;
	background: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #777153;
}
#subpagenav .proddrop .prodhead {
	display: block;
	padding: 5px 10px;
	margin: 0px;
	background: #9cd017;
	width: 628px;
	height: 34px;	
}
#subpagenav .prodhead h2 {
	color: #26220c;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	float: left;
	line-height: 34px;
}
#subpagenav .hidetoggle {
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	width: 285px;
	font-size: 12px;
	font-weight: normal;
	line-height: 34px;
}
#related-posts {
	padding: 0px 10px;
	margin: 0px;	
}
#related-posts h2 {
	display: none;	
}
#related-posts ul {
	margin: 0px;
	padding: 10px 0px;
	list-style-type: none;	
	float: left;
}
#related-posts ul li {
	float: left;
	display: inline;
	padding: 0px 10px 0px 5px;
	margin: 0px;
	background: url(images/proddrop_divider.gif) no-repeat right center;
		
}
#related-posts ul li a {
	font-size: 12px;
	color: #777153;
	font-weight: normal;
	
}
#related-posts ul li a:hover {
	color: #25573c;	
	text-decoration: none;
}
#single_cont_wrpr {
	background: #e7e5cf url(images/single_content_wrapper.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
#singlebanner {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 95px;
	width: 960px;
	top: -10px;
	background: url(images/inner_banner_bkgrd.gif) repeat-x;
}
#singlebanner h1 {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 25px;
	font: 26px "Arial Black", Gadget, sans-serif;
	color: #252311;
}
#innertxt.associations {
	background: #FFFFFF url(images/associations_img.jpg) no-repeat bottom right;	
	padding-bottom: 120px;
}
#innertxt.associations img {
	clear: left;	
}

