@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/site-bg.png);
	padding:0px
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	}
	
.container{
	width:1024px;
	height:auto;
	margin:0 auto;
	
	}	
.header{
	width:100%;
	height:40px;
	text-align:right;
	}	
.mainarea{
	width:100%;
	height:460px;

	}	
.menubg{
	width:207px;
	height:450px;
	background-color:#fff;
	border-radius: 0px 6px 6px 0px; 
	padding-top:10px;
	float:left;

	}	
.logo{
	width:207px;
	height:173px;

	}
	
.menu{
	padding:5px;
	margin:5px;

	}
.menu ul{
	
	
	list-style:none;
	}		
	
.menu ul li{
	
	line-height:30pt;
	border-bottom:1px dotted #ababab;
	}	
.menu ul li a{
	color:#004d41;
	text-decoration:none;
	}
	
.menu ul li a:hover{
	color:#004d41;
	font-weight:bold;
	}		
	
.banner{
	width:778px;
	height:460px;
	background-color:#fff;
	border-radius:10px;
	float:right;

	}	
.heading-title{
	font-size:22px;
	font-weight:bold;
	padding:5px;
	margin:5px;
	}	
.running-text{
	font-size:14px;
	text-align:justify;
	line-height:34px;
	padding:5px;
	margin:5px;
	}	
.readmore{
	width:107px;
	height:33px;
	margin-left:5px;
	}	
	
.scroll{
	width:958px;
	height:200px;
	margin:0 auto;
	background-color:#fff;
	border-radius:10px;
	padding:10px;
	
	}	


.footer{
	
	text-align:center;

	}
.footer ul{
	margin:0px;
	list-style:none;
	}		
	
.footer ul li{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	line-height:34pt;
	}	
.footer ul li a{
	color:#000;
	text-decoration:none;
	}
	
.footer ul li a:hover{
	color:#fff;
	}		
	
	
a{
	color:#000;
	text-decoration:none;
	}
	
a:hover{
	color:#fff;
	}	
.smallheading{
	font-size:15px;
	font-weight:bold;
	color:#000;
	margin:5px;
	padding:5px;
	}	
	
#content1{
	background:url(../images/logobg.png) repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
    padding: 0 30px;
    position: relative;
    z-index: 100;
	}