@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
	color:#666666;
	font:71% tahoma, Helvetica, Verdana, sans-serif;
	background:#4c555c;
}
img{
	border:0;
}
a,a:visited{
	color:#666666;
	text-decoration: none;
	}
a:hover{
	color:#2e3192;
	text-decoration: none;
	}
.error {
	color:#f00;
	background:#fff;
	}
.bold {
	font-weight:bold;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.clear{ 
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
ul{
	margin:0;
}

#wrapper{
	margin:auto;
	width:930px;
	background:url(../images/bg_white.gif) repeat-y;
}
#wrapper_footer{
	margin:auto;
	width:930px;
	height:10px;
	background:url(../images/bg_white_bottom.gif) no-repeat;
}

#header{
	padding:13px 23px 0 23px;
}
#content{
	padding:0 23px;
	margin:15px 0 15px 0;
}
#footer{
	background:url(../images/bg_footer.gif) repeat-y;
	height:20px;
	padding:7px 23px 0 13px;
	margin-left:11px;
}

#column1{
	float:left;
	width:180px;
}
#column2-3{
	float:left;
	width:680px;
	margin-left:15px;
}
#column2{
	float:left;
	width:490px;
	margin-left:15px;
}
#column3{
	float:left;
	width:180px;
	margin-left:9px;
}
#left-column{
	float:left;
	width:340px;
}
#right-column{
	float:left;	
	width:580px;
}

form{
	margin:0px;
	padding:0px;
}
label{
	float:left;  
	width:100px;
	margin-left:5px;
	padding:0px;
}
input{
	width:255px;
	padding:0px;
	margin-bottom:1px;
}
textarea{
	width:255px;
	padding:0px;
	margin-bottom:1px;
}
select{
	width:204px;
	padding:0px;
	margin-bottom:1px;
}
#report_table tbody tr{
	line-height:0px;
	*line-height:20px;
	font-size:10px;
}

/*------------custom----------------*/
#logo{
	margin-bottom:16px;
}
#service_menu a:hover{
	font-weight:bold;
}
#service_menu_header{
	padding:5px 0 5px 15px;
	font-size:13px;
	font-weight:bold;
	border-top:1px solid #dddddd;
	background:#f5f3f3;
}
#service_menu_link{
	padding:5px 0 5px 15px;
	border-top:1px solid #dddddd;
}
.orange{
	color:#ed7116;
}
.blue{
	color:#000080;
}
.box_left_body{
	width:181px;
	
	background:url(../images/box_left_body.gif) repeat-y;
}
.box_left_body_inside{
	margin:0 10px 0 10px;
	_margin:0 10px 0 5px;
	padding:3px 0 3px 0;
}
#contactus_address{
	float:left;
	width:340px;
	margin-left:15px;
}
#contactus_person{
	float:left;
	width:320px;
	margin-left:15px;
}
.request_link{
	font-size:11px;
	text-align:right;
	margin-top:5px;
}
.request_link a, .request_link a:visited{
	color:#ed7116;
	text-decoration:underline;
}
.request_link a:hover{
	text-decoration:none;
}
.scrollbox{
	height:235px;
	font-size:11px;
	overflow: auto;
}
/* ---------------menu -------------------------*/

#menu{
	list-style:none;
	margin-left:-40px;
	*margin-left:0px;
}
#menu_bg{
	background:url(../images/menu_bg.gif) no-repeat right;
	width:874px;
	height:27px;
}
#menu li{	
	display:inline;
	float:left;
}
#menu li a{
    height:27px;
	text-indent:-9999px;
	float:left;
	background-repeat:no-repeat;
	font-size:10%; /* ensure IE behaves */
	overflow:hidden;
	display:block;
}
#home a{
	width:128px;
	background-image:url(../images/menu_home.gif);
}
#research a{
	width:128px;
	background-image:url(../images/menu_research.gif);
}
#services a{
	width:128px;
	background-image:url(../images/menu_services.gif);
}
#funds a{
	width:128px;
	background-image:url(../images/menu_funds.gif);
}
#contactus a{
	width:128px;
	background-image:url(../images/menu_contactus.gif);
}
#menu li a:hover,a.selected{
	background-position:bottom;
}
