img, div { behavior: url(iepngfix.htc) }

body {
	background: #164815 url(/images/main_page_bkgd.gif) top left;
	font: 11px 'Lucida Grande', Tahoma, sans-serif;
}

ul, ol {
	margin-left: 3em;
}

a {
	color: rgb(67,138,80);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#header {
	width: 993px;
	height: 171px;
	background: url(/images_rebuild/header_bg_1.jpg);
	margin: auto;
	margin-top: 13px;
	position: relative;
	border-bottom: solid 4px #234018;
}
#header-bar {
	background-color: #457ec6;
	height: 32px;
	line-height: 32px;
	color: #FFF;
	position: absolute;
	top: 111px;
	width: 933px;
	padding: 0px 30px;
}

#header-bar-search {
	float: right;
	padding: 0px;
}

#header-bar-search form {
	margin: 0px;
	padding: 0px;
}

#header-logo {
	position: absolute;
	top: -14px;
	left: 20px;
	width: 342px;
}


#footer {
	width: 993px;
	background-color: #d5c589;
	color: #574e2e;
	clear: both;
	margin: auto;
	font-size: 10px;
	text-align: center;
	padding: 50px 0px 5px 0px;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #574e2e;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #000;
}

#wrapper {
	clear: both;
	margin: auto;
	overflow: hidden;
	position: relative;
	background: #FFF;
	width: 993px;
}

td.column-left {
	background: url(/images_rebuild/column_bdr.gif) top right repeat-y;
	width: 200px;
}

td.column-right {
	background: url(/images_rebuild/column_bdr.gif) top left repeat-y;
	width: 200px;
}

td.content {
	padding: 5px 10px;
}
/* Begin -- new styles */
/* Styles for the new CSS left column menu */
#left-menu {
	padding-left: 0px;
	margin-left: 0px;
	position: relative;
	padding-top: 0px;
	margin-top: 0px;
	z-index: 100;
	padding-bottom: 0px;
}

#left-menu a,
.left-menu-submenu a {
	color: #44772f;
	display: block;
	width: 177px;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	background: #FFF url(/images_rebuild/left_btn_bkgd.gif) bottom repeat-x;
	border-bottom: solid 1px #d7e2d3;
	cursor: pointer;
}

#left-menu a:hover, 
.left-menu-submenu a:hover {
	background-color: #cddbc4;
	background-image: none;
	color: #244118;
}

#left-menu li,
.left-menu-submenu li {
	list-style-type: none;
	line-height: 15px;
	color: #FFFFFF;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#left-menu li {
	position: relative;
}

.left-menu-submenu {
	display: none;
	border: solid 1px #d7e2d3;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -1px;
	left: 200px;
	z-index: 10000;
}

.clearfloat {
	clear: both;
}


h1.section-title {
	color: #164815;
	clear: both;
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}


h2.greenlinks {
	font-size: 14px;
}
p {
	margin-bottom: 15px;
}

ul.spaced li {
	margin-bottom: 15px;
}

h1,h2,h3,h4 {
	margin-bottom: 15px;
}

ul {
	padding-bottom: 15px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}

.style1 {
	color: #438A50;
}

.learn-more {
	background-color: #D8FFD3;
	padding: 2px 8px;
}

.form-row {
	clear: both;
	padding: 4px 0px;
}

.form-label,
.form-label-req {
	float: left;
	width: 150px;
	font-weight: bold;
}
.form-label-req {
	color: #940000;
}

.form-req {
	float: left;
	width: 20px;
	font-weight: bold;
	color: #940000;
}

.form-input {
	float: left;
}

.right-ad {
	margin: 10px 0px;
	clear: both;
}

#slideshow {
	width: 550px;
	height: 235px;
	position: relative;
	margin: auto;
}

#slideshow img {
	width: 550px;
	height: 235px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
}
#slideshow-hidden {
	display: none;
}
#slideshow-active {
	display: block;
}

img.inline-right {
	float: right;
	border: 0px;
	margin: 0px 0px 10px 10px;
}

img.inline-left {
	float: left;
	border: 0px;
	margin: 0px 10px 10px 0px;
}

input, textarea, select {
	font: 12px 'Lucida Grande', Tahoma, sans-serif;
	border-width: 1px;
}

input:hover,
textarea:hover {
	background-color: #FFFEDB;
}

.sys-message-good {
	background-color: #FFF997;
	padding: 8px 5px;
	color: #574e2e;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.sys-message-error {
	font-weight: bold;
	background-color: #F8CDCD;
	padding: 8px 5px;
	margin-bottom: 20px;
	color: #940000;
	border: solid 1px #940000;
}

.sys-message-error ul {
	margin-left: 1.75em;
}

.poweredby {
	font-size: 10px;
	font-style: italic;
}

.green-product-details {
	display: none;
	border-top: solid 1px #CCC;
	background: #CCC;
	padding: 5px 8px;
	margin: 5px 0px;
}

/* For ajax news scroller */

.titlefield{ /*CSS for RSS title link in general*/
	text-decoration: none;
	font-weight: bold;
}

.labelfield{ /*CSS for label field in general*/
font-size: 85%;
}

.datefield{ /*CSS for date field in general*/
font-size: 85%;
}

#ajax-news, 
#ajax-news-content { /*Demo 1 main container*/
	width: 450px;
	height: 25px;
	padding: 0px;
	color: #FFF;
	float: left;
	font-size: 11px;
}

#ajax-news a {
	color: #FFF;
}

code{ /*CSS for insructions*/
	color: red;
}


.podcast-list {
	margin-bottom: 10px;
}
.podcast-title {
	font-weight: bold;
}

.podcast-listen, 
.podcast-link {
	font-size: 85%;
}

.additional-details-bar {
	font-style: italic;
	padding: 5px 0px;
	color: #949478;
	margin-bottom: 15px;
	text-align: right;
	font-size: 10px;
}
.additional-details-bar a {
	font-weight: bold;
}

a.additional-info {
	padding-left: 15px;
	font-size: 90%;
}

.article {
	margin-left: 1.0em;
	margin-right: 1.0em;
}

.grn-product-text {
	display: none;
	padding: 2px 8px;
	background-color: #d7e2d3;
	margin: 5px 0px 15px 0px;
	font-size: 11px;
}

ul.grn-products {
	margin-left: 0px;
}
ul.grn-products li {
	font-size: 14px;
	cursor: pointer;
}

.grn-product {
	margin-top: 5px;
	margin-bottom: 15px;
	clear: both;
}

.grn-product-logo {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: solid 1px #438a50;
}
.grn-pruduct-desc {
	float: left;
}
.grn-product-desc h4 {
	margin-bottom: 0px;
}

#phplist-subscribe {
	padding: 0px 10px 5px 10px;
	text-align: left;
}

#phplist-subscribe-warn {
	color: #CC0000;
	font-size: 9px;
	font-weight: bold;
}

#phplist-content {
	padding: 10px;
}