@charset "utf-8";
/* CSS Document */

*{
padding:0;
margin:0;
}

body{
	font:13px/19px Georgia, "Times New Roman", Times, serif;
	color:#777878;
	background:#fff;
	}

a{
	outline:none;
}

A:link	{ color: #003b68; }
A:visited { color: #003b68; }
A:active  { color: #003b68; }
A:hover   { color: #006797; }

ul{
	list-style-type:none;
}

.spacer{
	clear:both;
	font-size:0;
	line-height:0;
}
#container{
	width:100%;
}

/*-------------------------Header style----------------------------*/
#header{
	background:url(../images2/header-bg.gif) 0 0 repeat-x;
	padding:0 0 0 12px;
	height:167px;
	overflow:hidden;
	}
	
#header div.left{
	float:left;
	width:440px;
	}

#header div.left h1{
	background:url(../images2/tag-line.gif) 0 100% no-repeat;
	width:436px;
	height:62px;
	text-indent:-20000px;
	margin:0 0 19px;
	}

#header div.right{
	background:url(../images2/header-image.jpg) 0 0 no-repeat;
	float:right;
	height:166px;
	width:344px;
	}
	

/*-------------------------Bodypan style----------------------------*/
#bodypan{
	padding:17px 10px 0 10px;
	}

/*-------------------------leftpan style----------------------------*/
 #leftpan{
	width:212px;
	float:left;
	margin:0 27px 0 0!important;
	}
	
#leftpan #leftmenu{
	width:190px;
	padding:10px 11px 2px 11px;
	color:inherit;
	background-color:#F1F1F1;
	position:relative;
	}

#leftpan #leftmenu span.roundtop{
	background:url(../images2/round-top.gif) 0 0 no-repeat;
	width:212px;
	height:5px;
	position:absolute;
	left:0;
	top:0;
	line-height:0;
	font-size:0;
	display:block;
	}
	
#leftpan div.bottom{
	margin:0 0 15px;
	background:url(../images2/round-bottom.gif) 0 100% no-repeat;
	height:5px;
	width:212px;
	font-size:0px;
	line-height:0px;
	display:block;
	}


#leftpan a.join{
	width:212px;
	height:40px;
	background:url(../images2/button-bg.gif) 0 0 no-repeat;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	line-height:16px;
	color:#fff;
	background-color:inherit;
	display:block;
	text-decoration:none;
	padding:8px 0 0 0;
	}
	
#leftpan a.join:hover{
	color:#D1E0F3;
	background-color:inherit;
	}



/*----------------------------leftpan sliding menu style----------------------*/
 div.category{
	padding:0 0 8px;
	}

 div.category .question{
	color:#0814D5;
	background-color:inherit;
	margin:0 0 2px;
	}
	
 div.category .question a{
	outline:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:26px;
	color:#024C78;
	background-color:inherit;
	text-decoration:none;
	background:url(../images2/menu-bg.gif) 0 0 no-repeat;
	padding:0 0 0 23px;
	display:block;
	height:26px;
	}
	
div.category .question a:hover{
	background:url(../images2/menu-hover.gif) 0 0 no-repeat;
	height:26px;
	color:#fff;
	background-color:inherit;
	}	
	
div.category .ans {
	background-color:inherit; 
	color:#9E9E9E;
	margin:0; 
	padding:0;
	font:11px/15px Georgia, "Times New Roman", Times, serif;
	display:none; 
	overflow:hidden;
	position:relative;
}

ul.list {
	padding:5px 7px 10px 4px;
	}
		
ul.list li {
	position:relative;
	padding:2px 0 2px 5px;
	}	

ul.list li.noborder{
	border:none;
	}	
ul.list li a {
	font:11px/15px Georgia, "Times New Roman", Times, serif;
	color:#0075A3;
	background-color:inherit;
	padding:0 0 0;
	text-decoration:none;
	}
	
ul.list li a:hover {
	color:#000;
	background-color:inherit;
	}	

/*-------------------------Rightpan style----------------------------*/
#rightpan{
	width:70%;
	float:left;
	padding:15px 0 0;
	margin:0 0 10px;
	}

#bodypan #rightpan h1{
	font-weight:normal;
	font-size:22px;
	line-height:25px;
	color:#C30000;
	background-color:inherit;
	border-bottom-color:#d1e0f3;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin:0 0 12px;
}

#bodypan #rightpan h2{
	font-weight:normal;
	font-size:17px;
	line-height:20px;
	color:#005A8B;
	background-color:inherit;
	margin:0 0 12px;
}

#rightpan p{
	padding:0 0 15px;
	}

#rightpan h2.red{
	font-weight:normal;
	font-size:17px;
	line-height:20px;
	color:#C30000!important;
	background-color:inherit;
	margin:0 0 12px;
}

#rightpan img.logosmall{
	margin:0 0 18px;
	}

#rightpan p.blue{
	font-size:16px;
	line-height:20px;
	color:#005A8B;
	background-color:inherit;
	}
#rightpan p.blue span{
	font-size:14px!important;
	line-height:18px;
	color:#005A8B;
	background-color:inherit;
	}

#rightpan img.signature{
	margin:16px 0 5px;
	}
	
#rightpan ul{
list-style:disc;
margin-left:30px;
	}
	
#rightpan li{
margin-bottom:2px;
	}

.sepline{
border-top-color:#CCCCCC;
border-top-style:dashed;
border-top-width:1px;
padding-top:3px;
margin-top:4px;
}

#graybox{
padding:4px; 
border-left-color:#CCCCCC; 
border-left-style:outset; 
border-left-width:1px; 
border-bottom-color:#CCCCCC; 
border-bottom-style:outset; 
border-bottom-width:1px; 
border-top-color:#F3F3F3; 
border-top-style:outset; 
border-top-width:1px; 
border-right-color:#F3F3F3; 
border-right-style:outset; 
border-right-width:1px; 
background-color:#F3F3F3;
}

#redbox{
background-color:#C30000;
border-color:#990000;
border-style:outset;
border-width:1px;
padding:4px;
margin-bottom:10px;
font-family:"Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}

.blackbold{
	font-weight:normal;
	font-size:17px;
	font-weight:bold;
	line-height:20px;
	color:#000000;
	background-color:inherit;
	margin:0 0 6px;
	}
	
.padded{
padding:6px;
}

/*-------------------------Footer style----------------------------*/
#footer{
	background:url(../images2/footer-bg.jpg) 0 0 repeat-x;	
	font-size:11px;
	line-height:15px;
	color:#005A8B;
	background-color:inherit;
	padding:20px 0 18px;
	text-align:center;
	}







