@charset "utf-8";
/* CSS Document */

body,html{
	background:#e7f2f8;
	margin:0px;
	padding:0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-base-color:#e7f2f8; 
	scrollbar-track-color:#e7f2f8; 
	scrollbar-arrow-color:#6cb4fc; 

}

#wrap{
	border: 1px #CCCCCC solid;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 992px !important;
	width: 990px;
	border-top: 0px;
}

#logo{
	width:23%;
	/*height:50px !important;*/
	height:70px;
	float: left;
	/*padding: 10px;*/
}

#topnav{
	width:77%;
	height:70px;
	float: left;
	padding: 0px;
	text-align: right;
	background-image: url(../images/index_01.jpg);
	background-position: 10px 100% !important;
	background-position: 11px 7px;
	background-repeat: no-repeat;
	background-color: #E8F3F9;
}
#topMsg{
	text-align:right;
	padding:5px;
	
}

#container{
	clear: both;
	width: 100%;
}

#leftsideBar{
	float:left;
	width:169px;
	/*background-image: url(../images/img-3.jpg);*/
	height: 560px;
	text-align: left;
}
#leftsideBar_iner{
	padding:60px 20px 10px 10px;
}

#content{
	float:left;
	width:664px  !important;
	width:664px;
	background-image: url(../images/index_03.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#rightsideBar{
	float:left;
	width:159px !important;
	width:154px;
	background-image: url(../images/index_05.jpg);
	height: 474px !important;
	height:600px;
	text-align: left;
	padding-top: 100px;
	background-repeat: no-repeat;
}

#rightsideBar_iner{
	padding: 10px 20px;
	text-align: left;
}

#footer{
	clear: both;
	width:100% !important;
	width: 100%;
	text-align: center;
	padding: 0px 0px 5px 0px !important;
	color: #014d7c;
	font-size: 11px;
	display: block;	
}

.mainframe{
	height:475px;

}

A:link , A:visited {
	color: #014d7c;
	text-decoration: none;
}

a:hover,a:active,a:focus{
	color: #990000;
	text-decoration: none;
}
img{
	border:0px;
}
#rightsideNav{
	height:500px;
	overflow:hidden;
}
#rightsideNav ul{
	margin:3px 0px 3px 15px ;
	padding:0px;
	font-size:15px;
	font-family:"Book Antiqua", Georgia, Verdana;
	font-weight:bold;
	line-height:23px;
}
#rightsideNav ul li{
	list-style:none;
}
#rightsideNav a:link,#rightsideNav a:visited{
	color:#0388b3;
}
#rightsideNav a:hover{
	color:#cc9900;
}
#rightsideNav a:active{
	color:#CC0000;
}
#rightsideNav ul.subNav,ul#NavCom,ul#NavPro,ul#NavQ,ul#NavCareer,ul#NavInv,ul#NavCon{
	font-size:12px;
	font-weight:normal;
	line-height:20px;
}
#rightsideNav ul.subNav a:link,#rightsideNav ul.subNav a:visited,
#NavCom a:link,#NavCom a:visited,
#NavPro a:link,#NavPro a:visited,
#NavQ a:link,#NavQ a:visited,
#NavCareer a:link,#NavCareer a:visited,
#NavInv a:link,#NavInv a:visited,
#NavCon a:link,#NavCon a:visited{
	color:#333333;
}
#rightsideNav ul.subNav a:hover,
#NavCom a:hover,
#NavPro a:hover,
#NavQ a:hover,
#NavCareer a:hover,
#NavInv a:hover,
#NavCon a:hover{
	color:#cc9900;
}
#rightsideNav ul.subNav a:active,
#rightsideNav #NavCom a:active,
#NavPro a:active,
#NavQ a:active,
#NavCareer a:active,
#NavInv a:active,
#NavCon a:active{
	color:#CC0000;
}
