@charset "utf-8";
/*general css start */
*{
	padding:0;
	margin:0;
}
a{
	outline:none;
	text-decoration:none;
	color:#191616;
}
ul{
	list-style:none;
}

ol{
	padding-left:30px;
	line-height:22px;
	padding-top:20px;
	font-size:14px;
	letter-spacing:0px;
	
	
	}

img{
	border:0;
}
body{
	background:#516a82;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#333333;	
}
.wrapper{
	width:100%;
	margin:auto;
}
h1{
	font-size:30px;
	font-weight:bold;
}
h1 span{
	color:#0066cc;
}
h2{
	font-size:22px;
	font-weight:bold;
}
h2 span{
	color:#0066cc;
}

/*general css end */

/*header css start */
.header{
	clear:both;
	width:100%;
	background:url(../images/header-bg.gif) repeat-x #FFFFFF;
	height:117px;
}
.header-container{
	width:962px;
	margin:auto;
}
.logo{
	width:335px;
	height:87px;
	padding:13px 0 0 25px;
}
/*header css end */

/*menu css start */
.menu{
	clear:both;
	width:100%;
	background:url(../images/menu-bg.gif) repeat-x;
	height:42px;
}
.menu-container{
	width:962px;
	height:42px;
	margin:auto;
}
.menu-container ul{
	width:962px;
	height:37px;
	padding-left:20px;
}
.menu-container ul li{
	float:left;
	padding-right:20px
}
.menu-container ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	line-height:33px;
	display:block;
	text-align:center;
	padding:0 12px 0 12px;
	margin-top:4px;
}
.menu-container ul li a:hover, .menu-container ul li a.active{
	margin-top:4px;
	background:#FFFFFF;
	color:#000000;
}
/*menu css end */

/*content css start */
.content{
	clear:both;
	width:100%;
	background:url(../images/content-bg.gif) top center no-repeat;
}
.content-container{
	width:903px;
	margin:auto;
	background:url(../images/container-bg.gif) repeat-x top #eaeaea;
	padding:19px 30px 19px 29px;
	min-height:830px;
}
.banner{
	width:903px;
	height:310px;
}
.welcome{
	width:903px;
	padding-top:30px;
	float:left;
}
.welcome p{
	padding-top:25px;
	text-align:justify;
}
.welcome-text{
	width:660px;
	float:left;
}
.welcome-image{
	width:205px;
	float:right;
}
.img-slider{
	width:903px;
	height:198px;
	margin-top:25px;
	background:url(../images/slider-bg.gif) repeat-x;
	float:left;
}
.img-slider ul{
	width:875px;
	height:124px;
	margin:38px 0 0 10px;
}
.img-slider ul li{
	float:left;
}
.left-arrow{
	width:11px;
	height:17px;
	margin-top:46px;
}
.slide-image{
	width:187px;
	height:124px;
	margin-left:20px;
}
.right-arrow{
	width:11px;
	height:17px;
	margin:46px 0 0 15px;
}
/*content css end */

/*footer css start */
.footer{
	clear:both;
	width:100%;
	background:url(../images/footer-bg.gif) repeat-x #cfcfcf;
	height:84px;
}
.footer-container{
	width:962px;
	margin:auto;
	height:84px;
}
.footer-menu{
	width:962px;
	height:37px;
}
.footer-menu ul{
	height:37px;
}
.footer-menu ul li{
	float:left;
}
.footer-menu ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	line-height:30px;
	display:block;
	text-align:center;
	padding:0 12px 0 12px;
}
.footer-menu ul li a:hover, .footer-menu ul li a.active{
	color:#000000;
}

.clear{
	clear:both;
	}

.copy-right{
	width:402px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6c6c6c;
	text-align:left;
	padding:10px 0 0 560px;
}
/*footer css end */