/* Web site */

* { margin: 0; padding: 0; }
a img { border: 0; background: transparent; }
fieldset { border: 0; }

/* body styles */

body { 
	font-family: Arial, Helvetica, sans-serif;
	color: #464646; 
	font-size: 76%;
	text-align: center;
	background: url(/template_assets/images/background.gif) repeat-y scroll 50% 0;
	margin: 0; 
	padding: 0;
}
table {
	margin-bottom: 1em;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	/*padding: 0.5em 0.5em 0.5em 0;*/
}

/* wrap*/

#wrap {
	background: url(/template_assets/images/mainbg.jpg) repeat-y scroll 0 0;
	margin: 0 auto;
	padding: 0;
	width: 986px;
}
#innerwrap {
	margin: 0 auto;
	padding: 0;
	width: 972px;
}

/* header */

#header_print { display: none; }

#header {
	text-align: left;
	padding: 0; 
	margin: 0;
	height: 110px;
	background-color: #F6EA94;
	color: #588526;
	font-size: 10px;
}
#header img {
	float: left;
}
#header p {
	padding: 5px 0 0 0; line-height: 12px;
}
#header a:link, #header a:visited, #header a:hover, #header a:active { 
	color: #588526;
}

/* navbar */

#navbar {
	text-align: left;
	padding: 0; 
	margin: 0;
	height: 22px;
}
#navbar ul {
	background-color: #F7F7F7;
	border: 1px solid #E9E9E9;
	width: 748px;
	margin: 4px 0 0 0;
	height: 16px;
	padding: 0 0 0 18px;
}
#navbar li {
	list-style-type: none;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #959595;
	line-height: 17px;
	margin: 0 3px 0 0;
}
#navbar a:link, #navbar a:visited, #navbar a:active {
	color: #959595; text-decoration: none;
}
#navbar a:hover {
	color: #464646; text-decoration: none;
}
#navbar a:link.active, #navbar a:visited.active, #navbar a:hover.active #navbar a:active.active {
	color: #464646; text-decoration: none;
}
#searchbox {
	float: right;
}
.textfield {
	background-color: #F6EA94;
	border: 1px solid #A2D59D;
	text-align: right;
	color: #3AB34A;
	margin: 0;
	padding: 0 3px 0 0;
	width: 158px;
	height: 16px;
	font: 13px Arial, Helvetica, sans-serif;
}
.gobutton {
	margin-left: -2px;
}

/* content */

#content { 
	padding: 0;
	margin: 0 0 6px 0;
	width: 972px;
	background: url(/template_assets/images/sidebarbg.jpg) repeat-y scroll 0 0;
	text-align: left;
	position: relative;
}

/* dropdowns */


#site_map {
	margin: 9px 13px 0 0; font-size: 11px; font-weight: bold; float: left;
}
#site_map, #site_map ul { /* all lists */
	list-style: none; line-height: 18px; border-bottom: 1px solid #F6EA94;
}
#site_map a {
	display: block; width: 167px; padding: 0 0 0 18px;
}
#site_map li { /* all list items */
	width: 185px; /* width needed or else Opera goes nuts */
	border-top: 1px solid #F6EA94;
	border-left: 1px solid #F6EA94;
	border-right: 1px solid #F6EA94;
}
#site_map li ul { /* second-level lists */
	position: absolute;
	background: #586426 url(/template_assets/images/sidebarbg.jpg) repeat-y scroll 0 0;
	width: 187px;
	margin: 0 0 0 186px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#site_map li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 186px;
}
#site_map li:hover ul ul, #site_map li:hover ul ul ul, #site_map li.sfhover ul ul, #site_map li.sfhover ul ul ul {
	left: -999em;
}
#site_map li:hover ul, #site_map li li:hover ul, #site_map li li li:hover ul, #site_map li.sfhover ul, #site_map li li.sfhover ul, #site_map li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto; margin-top: -19px;
}
#site_map a:link, #site_map a:visited, #site_map a:active {
	color: #D7D7D7; text-decoration: none;
}
#site_map a:hover {
	color: #F4EA91; text-decoration: none; background-color: #6A7B2D;
}
#site_map li:hover, #site_map li.sfhover {
	background: #6A7B2D;
}

#rss_side {
	padding-left: 18px;
	margin: 0; 
	width: 160px;
	font-family: helvetica,arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color:#d7d7d7;
	position: absolute;
	left: 0;
	top:360px;
	
}

#rss_side a:link, #rss_side a:visited, #rss_side a:active {
	color:#d7d7d7;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: helvetica,arial, sans-serif;
}

/* left-side -ads */

#ad1LT {
	padding: 25px;
	margin: 0; 
	width: 140px;
	height: 80px;
	position: absolute;
	left: 0;
	bottom:195px;
	
	_bottom: 65px;
	
}
#ad2LT {
	padding: 25px;
	margin: 0px; 
	width: 140px;
	height: 55px;
	position: absolute;
	left: 0;
	bottom: 115px;
	
	
}

#ad3LT {
	padding: 25px;
	margin: 0px; 
	width: 140px;
	height: 55px;
	position: absolute;
	left: 0;
	bottom: 35px;
	
	_bottom: 0px;
	
}


/* main-column */

#main-column { 
	float: left;
	padding: 0 15px 0 0;
	width: 556px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #A2D39C;
}
#main-column h1 {
	margin: 18px 0 12px 0; color: #586424; font-size: 24px;
}
#main-column h2 {
	font-size: 14px; margin: 0 0 7px 0; color: #576325;
}
#main-column p {
	line-height: 1.7; margin: 0 0 1.5em 0;
}
#main-column table {
	margin: 0 0 1em 0;
}
#main-column ul, #main-column ol {
	margin: 0 0 1.5em 2em;
}
#main-column li {
	line-height: 1.7;
}
#main-column a:link, #main-column a:visited {
	color: #586327; text-decoration: underline;
}
#main-column a:hover {
	color: #FFF; background: #586327; text-decoration: underline;
}
#main-column a:active {
	color: #586327; text-decoration: underline;
}

/* datatable */

.datatable td, .datatable th {
	background-color: #FFF9CF; 
	padding: 0.5em 1em 0.5em 0.5em; 
	border-bottom: 1px solid #FFF; 
	border-right: 1px solid #FFF;
}

/* breadcrumbs */

#breadcrumbs { 
	color: #CCC; font-size: 11px; margin: 2px 0 7px 0; font-family: Arial, Helvetica, sans-serif;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #CCC; text-decoration: none;
}
#breadcrumbs a:hover {
	color: #A0A0A0; text-decoration: none;
}
#breadcrumbs a:active {
	color: #CCC; text-decoration: none;
}
#breadcrumbs a:link.active, #breadcrumbs a:visited.active, #breadcrumbs a:hover.active #breadcrumbs a:active.active {
	color: #A0A0A0; text-decoration: none;
}

/* right-column */

#right-column { 
	float: right;
	padding: 20px 0 0 0;
	width: 186px;
	font-size: 10px;
	color: #888;
}
#right-column a:link, #right-column a:visited, #right-column a:active {
	color: #888;
}
#right-column a:hover {
	color: #888;
}

#member-list {
	padding: 0 12px;
	margin: 2em 0 -1em 0;
	width: 162px;
	height: 120px;
}

#join {
	margin: 0 0 15px 0;
}

/* floatnav */

#floatnav {
	margin: 34px 0 0 0;
}
#floatnav li {
	list-style-type: none; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000; 
	margin: 0 0 15px 0;
	background: url(/template_assets/images/chrome.jpg) no-repeat scroll 0 0;
	height: 36px;
	line-height: 36px;
}

#floatnav a {
	padding: 0 0 0 11px; height: 36px; line-height: 36px; display: block;
}
#floatnav a:link, #floatnav a:visited, #floatnav a:active {
	color: #000; text-decoration: none;
}
#floatnav a:hover {
	color: #666; text-decoration: none;
}


#floatnav .store{
	list-style-type: none; 
	font-size: 12px; 
	font-weight: bold; 
	font-color: #fff; 
	margin: 0 0 15px 0;
	background: url(/template_assets/images/store_btn.jpg) no-repeat scroll 0 0;
	height: 36px;
	line-height: 36px;
}
#floatnav .store a:link, #floatnav .store a:visited, #floatnav .store a:active {
	color: #fff; text-decoration: none;
}

/* contact */

#contactform {
	margin-bottom: 5em;
}
#contactform label {
	line-height: 1.5em;
}
#contactform td, #contactform th {
	vertical-align: top; padding: 0 1em 1em 0; font-weight: normal; line-height: 1.7;
}

/* footer */


#footerwrap {
	background: url(/template_assets/images/footerbg.jpg) repeat scroll 0 0;
}
#footer {  
	clear: both;
	padding: 0;
	height: 24px; 
	color: #979797; 
	font-size: 10px; 
	line-height: 25px; 
	width: 765px; 
	margin: 0 0 0 202px;
}

/* footernav */

#footernav {
	float: left;
}
#footernav li {
	list-style-type: none;
	display: inline;
	font-weight: bold;
	margin: 0 3px 0 0;
}
#footernav a:link, #footernav a:visited, #footernav a:active {
	color: #979797; text-decoration: none;
}
#footernav a:hover {
	color: #979797; text-decoration: none;
}

/* copyright */

#copyright {
	float: right;
}
#copyright a:link, #copyright a:visited {
	color: #586327;
}
#copyright a:hover {
	color: #FFF; background: #586327;
}
#copyright a:active {
	color: #586327;
}

/*----------------------------------------------------------------
.site_search
----------------------------------------------------------------*/

.site_search_count { margin: 0 0 1.3em 0; display: block;}
.site_search_hit { margin: 0 0 1.3em 0; line-height: 1.5}
.site_search_result_link { display: block;}


.searchCount { margin: 0 0 1em 0; display: block;}
.searchResultsTable td, .searchResultsTable th { padding: 0 15px 10px 0;}


/* misc styles */

.web_pages_content img {
	padding: 6px;
}

.img-style-lt {
	float: left;
	padding-right: 5px;
}
.img-style-rt {
	float:right;
	padding-left: 5px;
}
.clearfix {
	clear:both;
	}
.wireframe {
	border: 1px solid black;
}
.fill {
	background-color: #F00;
}

#print-page {
	float:right;
	padding: 5px;
}


#introssp { 
	margin: 0 4px 30px -6px;
	*margin: 0 4px 6px -6px;
	width: 569px;
	height: 375px;
}
