/* CSS Document */
div {
	position:relative;
}
#containerMain {
	margin:0 auto;
	width:920px;
	padding: 0px 15px;
}
#header {
	margin: 0 auto;
	width:920px;
}
#logo {
	float:left;
	width:140px;
}
#callus {
	float:right;
	width:770px;
	height:140px;
	text-align:right;
	margin-top:4px;
}
	
#middle {
	margin: 0 auto;
	width:920px;
	padding-top:15px;
}
#homeLeft {
	width:345px;
	float:left;
}
#homeRight {
	width:560px;
	float:right;
}
#flash-banner {
	float:left;
	width:385px;
	height:405px;
}
#banner-img {
	width:720px;
	height:100px;
	padding-bottom:15px;
}
#leftcontent {
	width:720px;
	float:left;
	}
#rightcontent {
	width:185px;
	float:right;
	background: url(../images/right-contbg.gif) top left repeat-y #edebec;
}
#cont-row {
	width:560px;
	float:left;
}
#cont-box {
	width:272px;
	float:left;
}
	

#mainFooter {
	width:920px; 
	position:relative; 
	margin:auto; 
	padding-top:10px;
	padding-bottom:20px;
}
#m_copyright {
	clear:both;  
	width:900px;
	padding:10px;
	height:35px;

}
#l_copyright { 
	float:left;  
	width:450px;
}
#r_copyright { 
	float:right;  
	width:450px;
}




#sitemap {
	margin:10px 0;	
	clear: both;
	float: left;
	width:910px;
	background-color:#edebec;
	padding:13px 0px 15px 10px;
	/*border:1px solid #333;*/
	}
	#sitemap ul#section {
		margin:0px;
		padding:0px;
		width:100%;
		height:auto;
		}
		#sitemap ul#section li {
			list-style:none;
			display:block;
			float:left;
			line-height:22px;
			width:155px;
			text-align:left;
			border-right:1px solid  #CACACA;
			padding:0px 15px 0px 12px;
			height:175px;
			}
		#sitemap ul#section li a:link, ul#section li a:active, ul#section li a:visited{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			font-weight:normal;
			color:#000000;
			text-decoration:none;
			display:block;
			padding-top:4px;
			
			}

		#sitemap ul#section li a:hover{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			font-weight:normal;
			color:#000000;
			text-decoration:underline;
			}
		#sitemap h4 {
			font:normal 18px Georgia, "Times New Roman", Times, serif;
			color:#0080C8;
			text-decoration: none;
			padding-bottom:10px;
			}

