/* CSS Document */
body {
	padding:0; margin:0; background:#09282d url(images/bg_line.jpg) repeat-x;
	}

/* -------------------------------------------- MAIN_HEADER -----------------------------------------------*/

#main_header {
	width:100%;  position: relative; height:508px;
	}
#main_header #header {
	width:998px; margin: 0 auto; height:50px;
	}
#main_header #headerlogo {
	width:317px; background:url(images/header_logo.jpg) no-repeat; height:155px; float:left;
	}
#main_header #headerheading {
	width:681px; float:left; position:relative; height:155px;
	}
#main_header #headermenu {
	width:998px; float:left; height:46px;
	}
#main_header #headercenterimg {
	width:998px; float:left;  height:302px;
	}


/* -------------------------------------------- BODY -----------------------------------------------*/

#main_body {
	width:100%; float:left;
	}
#body {
	width:998px; margin: 0 auto;  
	}
#flashcontanier {
	width:974px; padding:7px 12px 0 12px; height:136px;
	}
#img_container {
	width:940px; padding:7px 5px 8px 5px; height:111px
	}
#img_box{
	width:173px; padding:0px 7px 0px 8px; float:left; height:111px
	}
#sidebar {
	width:199px; float:left;
	}
#sidebar ul {
	margin: 0; padding: 0; list-style: none; line-height: normal;
	}
#sidebar li {
	display: inline;
	}

#sidebar a{
	width:182px; padding:5px 0px 0px 17px; display:block; float:left; height:26px;
	background:url(images/sidemenu_btn.jpg) no-repeat; font-family:Tahoma; font-size:11px; color:#ffffff;
	text-decoration:none;
	}
#sidebar a:hover{
	width:182px; padding:5px 0px 0px 17px; display:block; float:left; height:26px;
	background:url(images/sidemenu_btn.jpg) no-repeat; font-family:Tahoma; font-size:11px; color:#ffffff;
	text-decoration:underline;
	}
#content {
	width:564px; float:left; padding:0 18px 0 18px; position:relative; 
	font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; 
	}
#picbox-left {
 	margin: 0em 1em 1em 0em; float: left; padding: 3px;
	}
#picbox-left img {
	display: block;
	}
#leaf-left {
 	margin: 0em 0em 0em 0em; float: left;
	}
#leaf-left img {
	display: block;
	}
#box-left {
	margin: 0em 0em 0em 0em; float: left; padding: 3px;  background-color:#f3f3f3; font-family:Arial, Helvetica, sans-serif;
	color:#008080; font-size:14px; font-weight:bold; text-align:justify;
	}
#box-left img {
	display: block;
	}	
	
/*------------- footer ----------------- */

#footer{
	text-align: center; width: 998px;
	margin: 10px auto 10px auto;
	}
#footer p{
	color: #ffffff; margin: 0px; padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: 14px; font-weight: normal;
	text-align: center;
	}
#footer a {
	font-family:Tahoma; font-size:11px; color:#91e5f6;
	padding: 0px 3px 0px 3px; text-decoration: none;
	}


#footer a:hover {
	font-family:Tahoma; font-size:11px; color:#91e5f6;
	padding: 0px 3px 0px 3px; text-decoration: none; text-decoration: underline;
	}


/* -------------------------------------------- FONTS -----------------------------------------------*/

.heading {
	font-family:"Lucida Sans"; font-size:16px; font-weight:bold; color:#91e5f6;
	}
.powered {
	font-family:Tahoma; font-size:11px; color:#91e5f6; text-decoration: underline;
	}
.powered:hover {
	font-family:Tahoma; font-size:11px; color:#91e5f6; text-decoration: none;
	}
.copyright {
	font-family:Tahoma; font-size:11px; color:#91e5f6; text-decoration: none;
	}