@charset "utf-8";
body{
	font-family: verdana,arial,sans-serif;
    font-size: 11px;
    line-height: 19px;
	color: #000000;
	background: #2b85b9 url(../images/bg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
}

p{
	margin: 0;
}

h1{
	margin: 0;
	font-size: 1.5em;
}

h2{
	margin: 0;
	font-size: 1.2em;
}

h3{
	margin:	0;
	font-size: 1.4em;
}

a:link { 
color: #000; 
text-decoration: underline;
}

#topbg{
	background: url(../images/topheader-bg01.png) top left no-repeat;
	width: 980px;
	height: 125px;
}

#Cloudtop{
	float: left;
	background: url(../images/cloud-top.png) bottom left no-repeat;
	width: 550px;
	height: 124px;
}

#Logo{
	float:right;
	width: 371px;
	height: 82px;
	padding: 30px 15px 0 0;
}

#Wrapper{
	background: url(../images/top-bg1.jpg) top center no-repeat;
	width: 980px;
	height: 500px;
	margin: 0 auto;
}

#Menu{
	background: url(../images/menu-bar.png) top left no-repeat;
	width: 980px;
	height: 38px;
}

#Menu01{
	background: url(../images/menu-barold.png) top left no-repeat;
	width: 980px;
	height: 38px;
}

#Header{
	background: url(../images/header.png) top left no-repeat;
	width: 980px;
	height: 130px;
}

#Container{
	width: 980px;
	margin: 10px 0;
}

#Left{
	float: left;
	width: 250px;
}

#Lefttop{
	background: url(../images/Left-top.png) top center no-repeat;
}

#LeftMiddle{
	background: url(../images/Left-Middle.png) top center repeat-y;
	padding: 0 15px;
}

#LeftBottom{
	background: url(../images/Left-bottom.png) bottom center no-repeat;
	height: 12px;
}


#Right{
	float: right;
	width: 250px;
}

#Righttop{
	background: url(../images/Left-top.png) top center no-repeat;
	
}

#RightMiddle{
	background: url(../images/Left-Middle.png) top center repeat-y;
	padding: 0 15px;
/*	font-style:italic;*/
	min-height: 432px;
}

#RightBottom{
	background: url(../images/Left-bottom.png) bottom center no-repeat;
	height: 12px;
}

#Middle{
	float: left;
	width: 472px;
	margin: 0 4px;
}

#Middletop{
	background: url(../images/content-top.jpg) top center no-repeat;
	height: 12px;
}

#Middlecontent{
	background: url(../images/content-middle.jpg) top center repeat-y;
	padding: 0 15px;
	min-height: 457px;
}

#MiddleBottom{
	background: url(../images/content-bottom.jpg) bottom center no-repeat;
	height: 12px;
}

#Middleser{
	float: left;
    margin: 0 0 0 8px;
    width: 720px;
}

#Middletopser{
	background: url(../images/content-topser.jpg) top center no-repeat;
	height: 12px;
}

#Middlecontentser{
	background: url(../images/content-middleser.jpg) top center repeat-y;
	padding: 0 15px;
	min-height: 453px;
}

#MiddleBottomser{
	background: url(../images/content-bottomser.jpg) bottom center no-repeat;
	height: 12px;
}

.sidebartitle{
	background:	url(../images/sidetitle.png) top left no-repeat;
	width: 220px;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	text-align: center;
}

#Footer{
	background: url(../images/footer-bg.png) top center repeat;
	height: 100px;
}

#FooterMenu{
	text-align: center;
	line-height: 35px;
}

#CopyRight{
	text-align: center;
	font-size: 0.85em;
}

#Slogan{
    font-size: 1.9em;
    font-style: italic;
    padding: 19px 0 0 0;
    text-align: center;
}

#menu{
	border:none;

}
#menu ul{
 	float: left;
	height:40px;
	list-style:none;
	margin:0;
	width: 980px;
	padding: 0;
}
#menu li{
	background:url(../images/menu-divider.png) center right no-repeat;
	float:left;
	height: 35px;
	font-size: 1.2em;
	font-weight: bold;
}
		
#menu li.last {
	list-style:none;
	background:none;
}
#menu li a{
	color:#fdfff6;
	line-height:35px;
	margin:0px;
	padding:0px 25px;
	text-align:center;
	text-decoration:none;
}
#menu li a:hover, #menu ul li:hover a{
	height: 40px;
	background: url(images/active.jpg)  center bottom no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}
	
#menu li.active a {
	color: #6d5b23;
	height: 40px;
	padding:0px 25px;
	background: url(images/active.jpg)  center bottom no-repeat;
}
			
#menu li ul{
	background:url(images/sub-menu-middle.png) top  left repeat-y;
	display:none;
	border-bottom: 1px solid #252525; 
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:152px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
}
#menu li:hover ul{
	display:block;
}
#menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:152px;
	color: #252525;
}
#menu li:hover li a{
	background:url(images/sub-menu-middle.png) top  left repeat-y;
	color: #252525;
}
#menu li ul a{
	display:block;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	color: #252525;
}
#menu li ul a:hover, #menu li ul li:hover a{
	background:#252525 url('images/hover_sub.gif') center left no-repeat;
	border:0px;
	color: #ffffff;
	text-decoration:none;
}
#menu li ul a:active {
	background:#252525 url('images/hover_sub.gif') center left no-repeat;
	border:0px;
	color: #ffffff;
}
#menu p{
	clear:left;
}	

ul {
	padding:0 0px;
	margin: 0;
}

ul li {
	list-style:none;
}

#bullet ul{
	position:relative;
	padding:0 0 0 1em;
	list-style:circle;
}

#bullet li {
	padding:0 0 0 5px; 
	margin: 0 0 0 16px;
	list-style-type: disc;
}

#sitemap ul{
	position:relative;
	padding:0 0 0 1em;
	list-style:circle;
	width: 430px;
}

#sitemap li {
	padding:0 0 0 5px; 
	margin: 0 0 0 16px;
	list-style-type: disc;
}
