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

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

body
{;
	font: normal 12px Arial, Helvetica;
	color: #444;
	line-height: 140%;
}

.clearFloat{
	clear: both;
}

ul li{
	list-style: none;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #5276AA;
}


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

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

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

input
{
	border: 1px solid #ccc;
}

textarea
{
	border: 1px solid #ccc;
}

#big_wrapper
{
	background: url("../images/bg.jpg") top center no-repeat ;
	min-height: 750px;
}

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

#big_wrapper3
{
	background: url("../images/bg_x_footer.jpg") bottom repeat-x;
}

#big_wrapper4
{
	background: url("../images/bg_footer.jpg") bottom center no-repeat ;
}

#wrapper{
	width: 900px;
	margin: 0px auto;
}

#header
{
	border-top: 1px solid #3D6297;
	height: 265px;
}


#logo{
	width: 200px;
	height: 80px;
	margin: 0px auto;
	margin-top: 130px;
}


#menu{
	text-align: center;
	width: 900px;
	margin-top: 20px;
}



#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{

	height: 25px;
	line-height: 25px;
	padding: 5px 5px;
	font-size: 16px;
	margin: 0px 5px;
	font-weight: bold;
	color: #24B5E2;
}

#menu ul li .tree_selected a{

	background: url("../images/menu_bg.jpg") center left repeat-x;
	color: #fff;

}

#menu ul li a:hover
{
	background: url("../images/menu_bg.jpg") center left repeat-x;
	color: #fff;
}




#content{
	padding-top: 20px;
	padding-bottom: 10px;
}


#main{
	float: left;
	width: 520px;
	margin: 0px 5px 0px 5px;
}


#main h1{

	padding: 4px 0px 0px 0px;

}


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


.tab_left{

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

.tab_left h1{

	padding: 5px;
	padding-left: 7px;
}

.tab_left ul{
	padding: 0px;

}

.tab_left ul li{

}


.tab_left ul li a
{
	display: block;
	padding: 4px 2px 4px 15px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #333;
}

.tab_left ul li a:hover
{
	font-weight: bold;
	color: #5276AA;
	/*text-decoration: underline;*/
}

.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 #333;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


#footer{

}

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

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

#footer ul li a {
	color: #333;
	padding: 10px;
}

#footer ul li .tree_selected a{
}

#footer ul li a:hover{
	text-decoration: underline;
}

#footer_inner{

	margin: 0px auto;
	padding: 40px 20px 15px 20px;
	text-align: center;
}


/*////////////////////////////////////////////////////*/

.img_border
{
	padding: 1px;
	border: 10px solid #24B5E2;
}