
*{
	margin: 0px;
	padding: 0px;
}

html{
	margin: 0px;
	padding: 0px;
}

body {
	background: url("../images/bg_html.jpg") top left repeat-x;
	font: normal 12px Trebuchet MS, Arial, Helvetica;
	color: #444;
	line-height: 140%;
}

.clearFloat{
	clear: both;
}

ul li{
	list-style: none;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #4E4E4E;
}

input{
	border: 1px solid #ccc;
}

textarea{
	border: 1px solid #ccc;
}

h1{
	font-size: 16px;
	margin: 5px 0px;
}

h2{
	font-size: 13px;
	margin: 5px 0px;
}

h3{
	font-size: 12px;
	margin: 5px 0px;
}


.search_btn{
	border: none;
	background: url("../images/search_btn.jpg") no-repeat;
	margin-left: 5px;
	width: 20px;
}

#wrapper{

	width: 875px;
	margin: 0px auto;
}

#header{
	background: url("../images/header.jpg") top center no-repeat;
	height: 157px;
	position: relative;
}



#logo{
	width: 200px;
	float: left;
	padding: 40px 10px 10px 50px;
}
#header_text{
	position: absolute;
	top: 60px;
	right: 20px;
	width: 250px;
	color: #666;
	text-align: right;
}

#menu{
	text-align: left;
	width: 871px;
	margin: 0px auto;
	margin-top: 10px;
	background: url("../images/bg_menu.jpg") top repeat-x;
}

#banner_flash
{
	position: absolute;
	top: 30px;
	left: 35px;
	width: 275px;
	height: 265px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu ul li .tree_selected{
	display: inline;
}


#menu ul li a{

	display: block;
	float: left;
	width: auto;
	margin: 0px 0px;
	padding: 15px 60px 20px 60px;
	color: #000;
	font: 13px Trebuchet MS;
	font-weight: bold;
	text-transform: uppercase;
}

#menu ul li .tree_selected a{
	background: url("../images/menu_selected.jpg") top left no-repeat;
}

#menu ul li a:hover{
	background: url("../images/menu_hover.jpg") top left no-repeat;
}


#banner{
	background: url("../images/banner.jpg") top center no-repeat;	position: relative;
	width: 875px;
	height: 393px;
}

#content{
	padding-top: 0px;
}

#main a
{
	color:#005653;
	text-decoration:underline;
}



#main{
	float: left;
	width: 530px;
	margin: 0px 10px;
}


#main h1{
	color: #4E4E4E;
	padding: 0px 0px 0px 20px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	background: url("../images/bifa.gif") left no-repeat;

}



#left{
	float: left;
	width: 310px;
	margin: 10px 10px 10px 0px;
}


.tab_left{

	margin: 0px 0px;
	padding-bottom: 10px;
	width: 230px;
}

.tab_left a{
	color: #4E4E4E;
}

.tab_left h1{

	color: #4E4E4E;
	padding-left: 27px;
	margin: 10px 0px;
	background: url("../images/h1.gif") top left no-repeat;
}

.tab_left ul{
	padding: 0px;

}

.tab_left ul li{

}


.tab_left ul li a{
	color: #4E4E4E;
	display: block;
	padding: 4px 2px 4px 15px;
	border-bottom: 1px dotted #ccc;


}

.tab_left ul li a:hover{
	font-weight: bold;
}

.tab_left ul li .tree_selected a{
	font-weight: bold;
}

.tab_left .tab_left_second{
	padding: 0px 10px;
}

.tab_left .tab_left_second p{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


#footer{
	background: url("../images/bg_footer.jpg") top repeat-x;
}

#footer ul li{
	display: inline;
	margin-right: 0px;
}

#footer ul li .tree_selected{
	display: inline;
}

#footer ul li a {
	color: #ccc;
	padding: 15px 25px;
	font-size: 13px;
	text-transform: uppercase;
}

#footer ul li .tree_selected a{
	color: #fff;
}

#footer ul li a:hover{
	color: #fff;
}

#footer_inner{

	width: 875px;
	margin: 0px auto;
}

#footer_left{
	width: 300px;
	float: left;
	padding: 30px 10px;
	color: #fff;
	font-size: 12px;
}

#footer_right{
	width: 520px;
	float: left;
	padding: 30px 10px;
}



