/* Main Sections 
------------------------------------------------------------------------- */

body
{
	background: #005B05;
	color: #5A8C3E;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 13px;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

#page-wrapper
{
	width: 890px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#header
{
	height: 80px;
	margin: 0;
	padding: 0;
	cursor: default;
}
#header a
{
	color: #84BB66;
}
#header a:hover
{
	color: #cff8cf;
}

#header-logo
{
	float: left;
	width: 360px;
	text-align: left;
}

#header-nav
{
	float: right;
	height: 30px;
}

#hnav
{
	list-style: none;
	margin: 0;
	padding: 0 2px 0 0;
}

#hnav li
{
	float: left;
}

#hnav li a.navitem
{
	color: #84BB66;
	display: block;
	font: bold 100%/30px Tahoma, Kalimati, Arial, Sans-Serif;
	padding: 0 14px;
	text-decoration: none;
	border: none;
}

#hnav li:hover a.navitem, #hnav li a.navitem:hover, #hnav li.active a.navitem
{
	background: #085206;
	color: #cff8cf;
	border: none;
}

#hnav li a.navitem-dd
{
	background: url(hnav_dd_left2.png) no-repeat left top;
	color: #84BB66;
	display: block;
	font: bold 100%/30px Tahoma, Kalimati, Arial, Sans-Serif;
	padding: 0 6px 0 14px;
	text-decoration: none;
	border-right: 1px solid #005B05;
}

#hnav li a.navitem-dd span
{
	background: url(hnav_arrow2.png) no-repeat right top;
	display: block;
	line-height: 30px;
	padding: 0 21px 0 0;
}

#hnav li:hover a.navitem-dd, #hnav li a.navitem-dd:hover, #hnav li.active a.navitem-dd
{
	background: url(hnav_dd_left2.png) no-repeat left bottom;
	background-color: #085206;
	color: #cff8cf;
	border-right: 1px solid #064705;
}

#hnav li:hover a.navitem-dd span, #hnav li a.navitem-dd:hover span, #hnav li.active a.navitem-dd span
{
	background: url(hnav_arrow2.png) no-repeat right bottom;
}

#hnav .dropdown
{
	background: #085206;
	border: 1px solid #064705;
	border-top: 0;
	float: none;
	display: none;
	position: absolute;
	width: 150px;
	z-index: 9999;
	text-align: left;
}

#hnav li:hover .dropdown, #hnav li.sfhover .dropdown
{
	display: block;
}

#hnav .dropdown ul, #hnav .dropdown dl
{
	border-left: 1px solid #216b0f;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

#hnav .dropdown ul li, #hnav .dropdown dl dd
{
	float: none;
	margin: 0;
	padding: 0;
}

#hnav .dropdown ul li a, #hnav .dropdown dl dd a
{
	background: none;
	color: #9dc587;
	display: block;
	float: none;
	font: normal 11px/20px Tahoma, Kalimati, Arial, Sans-Serif;
	padding: 0 10px 0 12px;
	text-decoration: none;
}

#hnav .dropdown ul li a:hover, #hnav .dropdown dl dd a:hover
{
	background: #1f640e;
	color: #fff;
}

#hnav .dropdown ul li.dropdown-sep, #hnav .dropdown dl dd.dropdown-sep
{
	border-bottom: 1px solid #216b0f;
	border-top: 1px solid #064705;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 5px 0;
}



#page
{
	width: 890px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	background: url(bg_main.png) repeat-y;
	background-color: #ffffff;
}

#page-top
{
	width: 890px;
	height: 15px;
	padding: 0;
	background: url(bg_main_top.png) no-repeat center top;
}
#page-bottom
{
	width: 890px;
	height: 15px;
	padding: 0;
	background: url(bg_main_bottom.png) no-repeat center bottom;
}

#container
{
	margin: 0 auto;
	padding: 5px 0;
	width: 870px;
	text-align: left;
}

#content
{
	padding: 0px 25px 0 35px;
	float: left;
	width: 600px;
	line-height: 1.6em;
	text-align: justify;
	color: #000000;
}

#sidebar
{
	padding: 12px 15px 0 10px;
	width: 170px;
	float: right;
	line-height: 1.5em;
	background: #fafafa;
}

#sidebar-top
{
	height: 20px;
}

#sb-search
{
	padding: 15px 0 15px;
	text-align: center;
}

#sb-search-box
{
	background: url(search_box.png) no-repeat;
	height: 23px;
	margin: 0 auto;
	padding: 1px 1px 1px 1px;
	width: 168px;
}

#sb-search-edit
{
	float: left;
	background: #ffffff;
	border: 0;
	color: #777;
	cursor: text;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	margin: 2px 0 0;
	outline: none;
	padding: 0;
	text-align: left;
	width: 144px;
}

.clear
{
	clear: both;
	font-size: 0;
}

a, a:link, a:visited
{
	color: #33c;
	text-decoration: none;
	background-color: transparent;
}

a:active
{
	color: #33c;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	color: #006;
	background-color: transparent;
	text-decoration: none;
}

#content p a, #content li a, #content dd a, #content dt a
{
	border-bottom: 1px solid #33c;
}

#content p a:hover, #content li a:hover, #content dd a:hover, #content dt a:hover
{
	border-bottom: 1px solid #006;
}

.cmdline
{
	border: 1px dashed #dfdfdf;
	padding: 8px 10px 8px 10px;
	font-family: "Courier New" , Courier;
	font-size: 12px;
	text-align: left;
	background: #f2f2f2;
}

form
{
	margin: 0;
	padding: 0;
	border: none;
}

img
{
	border: none;
}

ul
{
	padding: 0px 0px .5em 20px;
	margin: 0px;
}
ol
{
	padding: 0px 0px .5em 30px;
	margin: 0px;
}
dl
{
	padding: 0px 10px .5em 0px;
	margin: 0px;
}
dt
{
	padding-top: 8px;
	padding-bottom: 5px;
}
dd
{
	margin-left: 0px;
	margin-bottom: 12px;
}
ul li, ol li
{
	padding-bottom: 5px;
}

/* Headers and Paragraphs:
---------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6
{
	font-family: "Trebuchet MS" , georgia, helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
	text-align: left;
	color: #111;
	padding: 10px 0px 3px 0px;
	margin: 0 0 8px;
}
h4, h5, h6
{
	line-height: 1.3em;
	margin-top: 8px;
	border: 0;
}

h1
{
	font-size: 29px;
	color: #3259a9;
	border-bottom: 2px solid #cccccc;
	margin-top: 4px;
	margin-bottom: 15px;
	padding-bottom: 4px;
}
h2
{
	font-size: 21px;
	border-bottom: 2px solid #cccccc;
}
h3
{
	font-size: 19px;
	border-bottom: 1px solid #cccccc;
}
h4
{
	font-size: 15px;
	font-weight: bold;
}
h5
{
	font-size: 14px;
	font-weight: bold;
}
h6
{
	font-size: 12px;
	font-weight: bold;
}

p, ul, ol, dt
{
	color: #333;
}
.caption, .note
{
	font-size: 86%;
	color: #555;
}

a.mail_icon
{
	padding: 0 0 0 24px;
	background: transparent url(icon_mail.gif) no-repeat 2px 0;
}
a.rss_icon
{
	padding: 0 0 0 24px;
	background: transparent url(icon_rss.gif) no-repeat 2px 0;
}

hr
{
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 2px;
}


/* Footer Styling
------------------------------------------------ */

#footer
{
	font-size: 10px;
	border-top: 2px solid #cccccc;
	margin: 25px 15px 0px 20px;
	padding: 10px 5px 8px 15px;
	color: #999;
	text-decoration: none;
}
#footer-left
{
	float: left;
}
#footer-right
{
	float: right;
	text-align: right;
}
#footer a
{
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
/* Content formating
------------------------------------------------ */
p
{
	padding: 4px 0 4px 0;
	margin: .5em 0;
}

p.intro
{
	font-weight: bold;
}

/* Content formating
------------------------------------------------ */

.path
{
	font-size: 10px;
	color: #aaa;
}
.path a, .path a:link, .path a:visited
{
	color: #bababa;
	border: 0;
	text-decoration: none;
}
.path a:hover
{
	color: #8a8a8a;
	border: 0;
	text-decoration: underline;
}

.highlight
{
	background-color: #ffffe9;
	border: 1px solid #eeeeee;
	padding: 6px 4px 6px 4px;
}

.highlight p, .highlight h5
{
	margin: 4px 4px 8px 15px;
	padding: 0;
}

.highlight ul
{
	list-style: none;
	margin: 4px 4px 4px 15px;
	padding: 0;
}

.small
{
	font-size: 80%;
}

.large-b
{
	font-family: "Trebuchet MS" , georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #3259a9;
	line-height: 1.8em;
}

.left
{
	float: left;
}
.right
{
	float: right;
}

.verinfo
{
	font-size: 80%;
	line-height: 0.9em;
	color: #ff0000;
	margin: 0 0 20px 0;
}

/* Main navigation list 
------------------------------------------------ */

ul.topnav, ul.toplist
{
	width: 100%;
	padding: 0 0 6px 0px;
	margin: 0 0px 6px 0px;
}
ul.topnav li, ul.toplist li
{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

ul.topnav ul, ul.toplist ul
{
	display: block;
	padding: 0;
	margin: 0 0 6px 20px;
}
ul.topnav a, ul.toplist a
{
	display: block;
	width: 100%;
	color: #33c;
	border: 0 !important;
}
ul.toplist a
{
	font-weight: bold;
}

ul.topnav ul a, ul.topnav ul a, ul.toplist ul a, ul.toplist ul a
{
	display: block;
	width: 100%;
	color: #33c;
	border: 0 !important;
}

ul.topnav li span, ul.toplist li span
{
	padding: 0 0 0 20px;
	line-height: 1.7em;
}
ul.topnav li.here li.here span
{
	padding: 0;
}
ul.topnav li.here a span
{
	padding: 0 0 0 20px;
}
/* sub-page under an non-active parent */
ul.topnav li.here li span
{
	padding: 0 0 0 20px;
	line-height: 1.6em;
}
/* sub-page under an active (you-are-here) parent */
ul.topnav li.here span li span, ul.topnav li.here span a span
{
	padding: 0 0 0 0;
	line-height: 1.6em;
}
ul.topnav li.here li.here span a span
{
	padding: 0 0 0 0;
}

ul.topnav a:hover, ul.topnav a:active, ul.topnav li.here li a:hover, ul.toplist a:hover, ul.toplist a:active, ul.toplist li.here li a:hover
{
	background-color: #eeeeee;
	color: #006;
}
ul.topnav a:active, ul.toplist a:active
{
	color: #777;
}

ul.topnav ul li.here
{
	font-weight: bold;
}
ul.topnav li.here
{
	font-weight: bold;
}
ul.topnav ul li
{
	font-weight: normal;
}
ul.toplist ul a
{
	font-weight: bold;
}

/* Related Links 
------------------------------------------------------------------------- */
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}


/* Input Controls
------------------------------------------------ */

input
{
	text-indent: 2px;
}

#sbi
{
	font-size: 13px;
	padding: 2px 2px 1px 2px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}


#sbb
{
	font-size: 13px;
	margin-top: 6px;
}
