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

/* common tags */
body {
	background-color: #e9e9e9;
	margin:0px;
	padding:0px;
}
body, td, .txt {
	font-size: 12px;

}
body, td, .txt, input, select, textarea {
	font-family: Arial;
}

input, select, textarea {
	font-size: 1em;
}
.txtWhite {
	color: #FFF;
}
.txt_M {
	font-size: 1.1em;
}
.txt_XM {
	font-size: 1.3em;
}
.txt_L {
	font-size: 1.5em;
}
.txt_XL {
	font-size: 1.6em;
}
.txt_sml{
	font-size: 0.9em;
	}
a {
	color: #000;
}
.txt_dg_bold {
	color:#356221;
	font-weight:bold;
	}
.inpt_text {
	border: 1px solid #999999;
}
.btn_sml {
	font-size: 0.8em;
	/*background-color: #356221;*/
	background-color:#CCCCCC;
	border: 1px solid #666666;
	color: #000000;
	
}
select {
font-size:1em;
}
textarea {
font-size:1em;
overflow: scroll;
overflow-y: scroll;
overflow-x: hidden;
overflow:-moz-scrollbars-vertical;
}

.cursor {cursor: hand}
h1{
	font-size:1.5em;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h2{
	margin:0px;
	padding:0px;
	font-size:1.4em;
}
h3{
	margin:0px;
	padding:0px;
	font-size:1.2em;
}

form{
	margin:0px;
	padding:0px;
}
.padded_content{
	padding:5px;
}
.fullbrdr{
	border:1px solid #cccccc;
}
.heading {
	font-size: 1.6em;
	font-weight: bold;
	background-color: #356221;
	color: #FFF;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
}
.btn_green {
	background-color: #356221;
	border: 1px solid #999;
	color: #ffffff;
	padding: 3px 6px;
	font-size: 0.9em;
}
.clr {
	clear: both;
}
/* layout tags */
#wrapper {
	margin: auto;
	width: 980px;
}
#hdr_ad {
	width: 728px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	height: 90px;
}
#join_green {
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	float:left;
}

#content_header {

}
#logo {
	float: left;
	width: 300px;
	margin: 5px 0px;
}

#content {
	background-image:url(/images/head_bg.gif);
	background-repeat:no-repeat;
	background-color: #ffffff;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}
#hdr_search {
	float: left;
	width: 350px;
	text-align: center;
}

#hdr_c_srch, #hdr_p_srch, #hdr_q_srch {
	margin-top: 8px;
	margin-bottom: 8px;
}
#main_cat_menu ul {
	font-size: 1.1em;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:34px;
}

#main_cat_menu ul li h1 {
	font-size:1em;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#main_cat_menu ul li {
	background-color: #CCCCCC;
	border: 1px solid #666;
	margin: 0px;
	float: left;
	padding: 10px 14px;
	border-right: none;
	border-bottom: none;
}
#main_cat_menu ul li a{
	text-decoration:none;
	color:#000000;
}
#main_cat_menu ul li:hover, #main_cat_menu ul li.selected{
	background-color:#356221;
	color: #fff;
}
#main_cat_menu ul li.selected a{
	color:#ffffff;
}
#hdr_login {
	background-image:url(../images/login_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	border: 1px solid #CCCCCC;
	background-color:#f3f3f3;
	margin-left: 10px;
	text-align:left;
}

#sidemenu_ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	cursor:hand;
	cursor:pointer;
}
#sidemenu_ul li a {
	color: #356221;
	text-decoration: none;
}
#sidemenu_ul li a:hover{
	color: #356221;
	font-weight:bold;
	text-decoration: none;
}

#sidemenu_ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.hdr_sub_menu {
	width: 100%;
	background-image:url(../images/smnu_bg.gif);
	background-position:left top; 
}
.hdr_sub_menu ul {
	font-size: 1em;
	list-style-type: none;
	margin: 0px;
	height:14px;
	padding: 6px 0px 6px 4px;
	border: 1px solid #CCCCCC;
	border-top:none;
	display:none;
}
.hdr_sub_menu ul li {
	display:inline;
	margin-left:-5px;
}
.hdr_sub_menu ul li h1 {
	font-size:1em;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
.hdr_sub_menu ul li a{
	text-decoration:none;
	color:#356221;
	padding: 6px 18px;
	font-weight:normal;
}
.hdr_sub_menu ul li a.selected, .hdr_sub_menu ul li a:hover{
	color:#356221;
	font-weight:bold;
}
.hdr_sub_menu ul li a.selected {
	color:#356221;
	font-weight:bold;
}
#content_body {
	margin:0px;
	margin-top: 10px;
}
#content_left {
	float: left;
	/*width: 160px;*/
	width: 170px;
	margin-right: 10px;
}
#content_right {
	float: right;
	width: 310px;
}
#content_middle {
	float: left;
	clear: none;
	min-height:400px;
	height:auto !important;
	height:400px;
}


#navtabs {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	height: 27px;
}
#navtabs li {
	padding-right: 14px;
	padding-left: 14px;
	float: left;
	line-height: 26px;
	background-color: #3B8B18;
	border: 1px solid #ccc;
	margin-right:2px;
}
#navtabs li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#navtabs li.curr1 a {
	color: #356221;
	text-decoration: none;
	font-weight: bold;
}
#navtabs li.curr a {
	color: #356221;
	text-decoration: none;
	font-weight: bold;
}
#navtabs li.curr {
	font-weight: bold;
	background-color: #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}
#navtabs li.curr1 {
	font-weight: bold;
	background-color: #f6f6f6;
	border-bottom:1px solid #f6f6f6;
}


#content_body_main {
	margin: 10px;
}
#logo_right
{
	float:right;
	text-align:right;
	/*width:310px; */
}
#hdr_my_links
{
	text-align: right;
	height:49px;
	margin-top: 5px;
}
#hdr_my_links div b {
	color:#3B8B18;
	}
#hdr_my_links div a {
	color:#356221;
	}
#hdr_my_links div a.selected {
	text-decoration:none;
	font-weight:bold;
	}
#hdr_my_green 
{
	font-size: 1em;
	font-weight:bold;
	margin-top: 33px;
	padding:6px 0px 6px 19px;
	width:151px;
	text-align:center;
	background-image:url(../images/my_green_bg.gif);
	background-position:right top;
	background-repeat:no-repeat;
	margin-right:0px;
}

#hdr_my_green:hover, #hdr_my_green:hover a,#hdr_my_green.selected, #hdr_my_green.selected a
{
	background-image:url(../images/my_green_hover.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#356221;
}

#hdr_my_green a
{
	padding:6px 16px 6px 19px;
	border-bottom:none;
	text-decoration:none;
	color:#FFFFFF;
}

#hdr_my_green a:hover, #hdr_my_green.selected a.selected
{
	color:#356221;
}

#logo_left{
	width:650px;
	float:left;
}
#logged_in{
	width:250px;
	}
.required{
color:#FF0000;
}
#stateDiv select, #staall select {
	width:283px;
	}
#stateDiv input, #staall input {
	width:282px;
	}
.err_div {
	border: 1px solid #ccc;
	margin-bottom: 8px;
	background-color: #FFCCCC;
	
}
.notify_div {
	border: 1px solid #ccc;
	margin-bottom: 8px;
	background-color: #d4edc9;
}
#alert_text{
margin:6px;
float:left;
width:92%;
font-weight:bold;
}
#alert_close{
float:right;
padding:1px 4px;
margin:4px;
font-weight:bold;
border:1px solid #666;
}
#alert_close a{
text-decoration:none;
color:#fff;
}
.err_div #alert_close {
background-color:#660000;
}
.notify_div #alert_close {
background-color:#356221;
}
#network3{
		float:right; margin-top:32px; background-color:#CCC; height:20px;font-size: 1.1em;font-weight:bold;padding:10px 20px;border:1px solid #666;border-bottom:none;
		}
#network3:hover{
		background-color:#356221;
		}
		
.down_dull{
	background-image:url(../images/down_dull.gif);
	background-repeat:no-repeat;
	width:16px;
	height:15px;
	cursor:pointer;
	border:0px;
	padding:0px;
}
.down_dull:hover{
	background-image:url(../images/down.gif);
	background-repeat:no-repeat;
	width:16px;
	height:15px;
	cursor:pointer;
	border:0px;
	padding:0px;
}
.slant_txt {
	font-family: Italic;
	font-size: 11px;
}

.green_txt{
color:#356221;
}
.green_light_txt{
	color:#4b9b04;
	}

.banner_txt{
font-size: 0.7em;
padding:2px 0px;
color:#999999;
}

#top_ads{
	margin-top:10px;
	}
.top_left_brdr{
border-style: solid;
border-bottom-style: none;
border-right-style: none;
border-width: 1px;
border-color: #89CC68;
}
.gray_txt{
color:#999999;
}
.square_bullet{
list-style-type:square;
padding:0px 10px 2px 20px;
margin:6px 0px;
font-size:0.9em;

}
.square_bullet li{
	padding:0px 0px;
	margin:0px;
}

.square_bullet2{
list-style-type:none;
padding:0px 10px 2px 20px;
margin:6px 0px;
font-size:0.9em;

}
.square_bullet2 li{
	padding:0px 0px;
	margin:0px;
}

.energy_min_height {
height:auto !important; height:782px; min-height:782px;
}

#main_links {
	border:1px solid #ccc;
	margin-top:10px;
	background-color:#f6f6f6;
	padding-top:4px;
	padding-left:15px;
	padding-right:4px;
	padding-bottom:0px;
	}
.min_icon {
	text-align:right;
	margin-bottom:4px;
	}
.min_icon img{
	cursor:pointer;
}
	
.main_links_links{
	display:block;
	margin-bottom:10px;
	}
#footer{
	background-color: #356221;
	background-image: url(../images/foot_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
	margin-bottom:10px;

}
#footer, #footer td {
	color:#FFFFFF;
}
#footer a{
	color:#FFFFFF;
	font-size:1em;
	}
.hrline{
background:#cccccc;
height:1px;

}
#browse_crumbs{
	margin:0px;
	padding:0px;
	}
#browse_crumbs li {
	list-style:none;
	padding:0px 10px 0px 0px;
	float:left;
	}

#mygreen{
text-decoration:none;
color:#356221;
}

	
#mygreen a{
text-decoration:none;
color:#356221;
}

#mygreen:hover a{
text-decoration:underline;
color:#356221;
}

#mygreen:hover{
text-decoration:underline;
color:#356221;
}
.cname:hover
{
	text-decoration: underline;
	color:#FFF;
}
.cname
{
	text-decoration: none;
	color:#FFF;
}
.verified{
color:#356221;
font-size:0.9em;
font-weight:bold;

}
.unverified{
color:#999999;
font-size:0.9em;
font-weight:bold;
}

.small_txt{
font-size:11px;
}
.qname:hover
{
	text-decoration: underline;
	color:#356221;
}
.qname
{
	text-decoration: none;
	color:#356221;
}
.img_vertical{
vertical-align: middle;
padding-top: 3px;
}

input[type="checkbox"], input[type="radio"]{
overflow:hidden;
width:14px;
padding:0;
margin-left:0;
margin-right:3pt;
}
