/* CSS Document
  Author: Fodeke Olusegun
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;
}
body {
    line-height: 1;
} 
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*End of Generic Style reset rules*/

body {
	margin-left: 5px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	/*background-color: #25AB7B;*/
	background: url(../img/bg_global2.jpg) repeat-x fixed center;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

#bodywrap {
	margin: 0 auto;
	padding: 0;
	color: #303030;
	width: 900px;	
	/*background-color: #3BC9CA;
	background-color: #6AB2B2;*/
	background-color: transparent;
	background:#25AB7B url(../img/bg_global.gif) repeat-y center;
	padding-bottom: 8px;
}

.header_img{
	background: url(../img/header.jpg) no-repeat center 8px;
	border: none;
	height: 130px;
}

#topnavi{
	position:relative;
	display:block;
	height: 44px;
	width: 882px;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvitica, sans-serif;
	background: transparent url(../img/mainnav_bg.jpg) repeat-x center 130px;
	border: none;
	padding-top: 130px;
}

#topnavi ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#topnavi ul li{
	display:block;
	float:left;
	margin:0;
	background-image: none;	
}

#topnavi ul li a{
	display:block;
	float:left;
	color: #EEFFCC;
	width: 80px;
	font-size: 11px;
	color: #666;
	text-decoration:none;
	padding:10px 10px 0 10px;
	height:23px;
}

#topnavi ul li a:hover,#topnavi ul li a.current{
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/mainnav_bg_over.jpg) repeat-x center 0px;
	padding-bottom: 8px;
}
#topnavi ul li a#active_menu,#topnavi ul li a.current{
	color: #003300;
	font-family:Tahoma;
	font-weight: bold;
	background: url(../img/mainnav_bg_over.jpg) repeat-x center 0px;
	padding-bottom: 8px;
}
/* --- end nav --- */


.maintitle{
	background: transparent url(../img/title_bg.jpg) repeat-x center top;
	padding: 0;
	margin: 0 auto;
	position:relative;
	height: 26px;
	width: 882px;
	font-size:14px;
	font-family:Tahoma, Verdana, Arial, Helvitica, sans-serif;
	border: none;
	color: #003300;
	margin-top: 43px;
	padding-top: 10px;
	text-indent: 10px;
}

/* --- start main content --- */
#content{
	width: 882px;
	float: left;
	position:relative;
	margin: 0 0 0 9px;
	background: #FFFFFF;
	font-family: Tahoma;
	padding: 0;
	color: #465045;
	font-size: 11px;
}

#leftsidebar{
	width: 180px;
	float: left;
	margin: 0 0 0 5px;
	border: none;
}
.leftbar_top{
	background: #FFFFFF url(../img/leftsidebar_top.gif) no-repeat center top;
}

.sidebar_content{
	padding: 10px;
	padding-top: 0;
	margin-top: -5px;
	min-height: 400px;
	background: transparent;
	background: #FFFFFF url(../img/leftsidebar_body.gif) repeat-y top;
}

.leftbar_foot{
	background: #FFF url(../img/leftsidebar_foot.gif) no-repeat center top;
}

#menu_vertical{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#menu_vertical a{
	background: #EBEBEB url(../img/button_bg.gif) no-repeat bottom;
	text-decoration: none;
	display:block;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #298727;
	width: 160px;
	height: 30px;
	margin: 0;
	text-indent: 10px;
	line-height: 30px;
}

#menu_vertical a:hover{
	background: #EBEBEB url(../img/button_bg.gif) no-repeat;
	border: none;
	color: #666666;
	text-indent: 15px;
}

#maincontent{
	width: 676px;
	float: left;
	background: #FFFFFF;
	margin: 0 5px 0 5px;
	border: none;
	text-align:justify;
}
.maincontent_top{
	background: #FFFFFF url(../img/maincontent_top.gif) no-repeat center top;
}

.maincontent_body{
	padding: 10px;
	padding-top: 0;
	margin-top: -10px;
	background: transparent;
	background: #FFFFFF url(../img/maincontent_body.gif) repeat-y center top;
	text-align: justify;
}

.maincontent_body a{
	text-decoration: none;
	color: #298727;
}
.maincontent_body a:hover{
	color: #003300;
}

.maincontent_body img{
	margin: 10px;
	border: 1px solid #C0C0C0;
	max-width: 600px;
}

.maincontent_body p{
	text-align: justify;
	font-family: Tahoma;
	font-weight: normal;
	line-height: 25px;
	padding: 10px;
}

.maincontent_body h1{
	background: #FFF;
	border: 1px solid #EEE;
	padding: 3px 0 2px 10px;
	width: 638px;
	color: #333;
}

.maincontent_body li{
	list-style: square;
	font-size:11px;
	margin:0px 0px 4px 20px; 
	padding:0px 0px 0px 5px;
	line-height:15px;
	color: #006600;
}
.maincontent_body li a	{
	color:#60BD60;
	font-size:11px;
	text-decoration: none;
	border: none;
}
.maincontent_body li a:hover{
	color:#60BD03;
	font-size:11px;
	border-bottom: 1px dotted #0099FF;
}						

.maincontent_body .quicklist li{
	list-style:none;
	background-image: url(../img/list_01.gif);
	background-position: 0% 5px;
	background-repeat: no-repeat;
	font-size:11px;
	margin:0px 0px 4px 10px; 
	padding:0px 0px 0px 12px;
	line-height:15px;
	color: #006600;
}
.maincontent_body.quicklist  li a	{
	color:#60BD60;
	font-size:11px;
	text-decoration: none;
}
.maincontent_body.quicklist  li a:hover{
	color:#60BD03;
	font-size:11px;
	border-bottom: 1px dotted #0099FF;
}						


.wide_block{
	width: 630px;
	border: none;
	padding: 10px;
	background: #F9F9F9;
	color:#333333;
}
.wide_block h3{
	color: #555;
}


.maincontent_foot{
	background: #FFFFFF url(../img/maincontent_foot.gif) no-repeat center top;
}


a.morelink{
	font-family:Tahoma;
	color: #FF9900;
	text-decoration: none;
}

.contact_form {
	border: dotted 1px #FFD1B0;
}

.contact_form td {
	background: #333;
	border: none;
	padding:5px 0 0 5px;
	color: #FFF;
	vertical-align: top;
}

.contact_form a{
	text-decoration: none;
}

.contact_form input{
	width:130px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family:Tahoma;
	font-size:11px;
	color:#363636;
	line-height:10px;
}

.contact_form textarea{
	width:300px;
	height: 115px;
	background-color: #FFFFFF;
	border: 1px solid #777;
	font-family:Tahoma;
	font-size:11px;
	color:#363636;
	line-height:10px;
	float: left;
}

#policy {
	width: 882px;
	background: transparent url(../img/footer_bg.jpg) repeat-x top left;
	margin: 0 auto;
	height: 30px;
	text-align:center;
	font-size:11px;
	padding-top: 10px;
	color:#008C00;
}

#policy a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#030;
	width: 80px;
	text-decoration: none;
}

#footer{
	color: #008C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
}


/*Transmenu CSS Modification*/
a.mainlevel-trans {
}

a.mainlevel-trans:hover,
a.mainlevel-trans:active {
	background: none;
}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position: absolute;

}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	font-size: 11px;
	padding-left: 5px;
	margin-right: -9px;
	/*border: solid thin #666666;*/
}

.transMenu .top .items {
}

/* each TR.item is one menu item */
.transMenu .item {
	border: none;
	color: #003300;
	text-decoration: none;
	font-weight: normal;
	text-transform: none; /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	cursor: pointer;
	line-height: 16px;
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item:hover {
	background: #EEE;
	color:#393;
}

.transMenu .items td {
	padding:0;
}
