@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/body_bg.gif) repeat-x #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding-top:5px;
}
#header{
	height:80px;
	background:url(../images/logo.jpg) no-repeat;
}
#nav{
	margin:0 auto;
	width:972px;
	padding-left:8px;
	padding-top:5px;
	height:25px;
	background:url(../images/nav_bg.gif) no-repeat #36444C;
}
#nav ul{
	margin:0;
	padding:0;
	height:20px;
	list-style:none;
}
#nav li{
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#nav li a{
	color:#9C0;
	text-decoration:none;
	display:block;
	height:21px;
	padding-top:4px;
	width:80px;
}
#nav li a:hover{
	color:#FFF;
	background:#9C0;
}
#nav .current{
	background:#FFF;
	color:#2073A0;
	cursor:default;
}
#nav .codeNumber{
	float:right;
	margin-top:-20px;
	margin-right:5px;
	color:#FFF;
}
#banner{
	margin:0 auto;
	width:980px;
	height:230px;
}
#banner #indexLeft{
	width:641px;
	height:239px;
	float:left;
	overflow:hidden;
}
#banner #indexRight{
	width:338px;
	height:239px;
	float:right;
	background:url(../images/bg_list.png) no-repeat;
}
#banner #indexRight dl{
	padding:0;
	margin-top:20px;
	margin-left:50px;
	color:#333;
}
#banner #indexRight li{
	list-style:none;
}
#banner #indexRight dt{
	font-size:14px;
	font-weight:bold;
}
#banner #indexRight dd{
	font-size:12px;
	margin-bottom:10px;
	text-indent:-3.5em;
	padding:0;
}
#wBlock{
	width:980px;
	height:180px;
	margin:20px auto 0 auto;
	overflow:hidden;
}
#wBlock .wTitle{
	height:20px;
	width:135px;
	border-bottom:1px solid #CCC;
	background:#7C4F4A;
	color:#607383;
	letter-spacing:0.2em;
}
#wBlock #wContent{
	height:300px;
	border-left:1px solid #EFEFEF;
	border-right:1px solid #EFEFEF;
	border-top:0;
	padding-top:40px;
	background:url(../images/window.jpg) no-repeat;
}
#wBlock br{
	height:20px;
}
#wBlock dl{
	margin-top:20px;
	margin-left:10px;
	list-style:none;
}
#wBlock dt{
	float:left;
	margin-right:80px;
}
#wBlock a{
	text-decoration:none;
	color:#666;
}
#wBlock  a:hover{
	color:#36444C;
	text-decoration:underline;
}
#summery{
	margin:0 auto;
	color:#444;
	width:938px;
	padding:40px 20px 20px 20px;
	border:1px solid #CCC;
	line-height:1.8em;
	background:url(../images/bg_comment.gif)
}
#summery .imgLeft{
	border:0;
	float:left;
	margin:1em;
}
#summery .imgRight{
	border:0;
	float:right;
	margin:1em;
}
#summery .sIntr{
	height:50px;
	padding-left:30px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.2em;
	border-bottom:#9C0 1px dashed;
}
	
#summery p{
	text-indent:2em;
}
#pList{
	margin:0 auto;
	color:#444;
	width:938px;
	padding:40px 20px 20px 20px;
	border:1px solid #CCC;
	background:url(../images/bg_comment.gif) no-repeat right bottom;
}
#pList .pIntr{
	padding:10px 10px 10px 50px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.2em;
	background:url(../images/view_faqs.png) no-repeat;
	border-bottom:#9C0 1px dashed;
}
#pList p{
	text-indent:4em;
}
#container{
	margin:1em auto 0 auto;
	width:970px;
	background:#FFF;
}
#container #navList {border:1px solid #E6E8EA;float:left;width:180px;padding-left:20px; background:#F5F5F5}
#container #navList #navTitle{color:#999;border:1px solid #E6E8EA}
#container #navList ul{margin:1em 0;padding:0;list-style:none;}
#container #navList li{line-height:2.5em;font-size:13px;}
#container #navList a:link,#navList a:visited{text-decoration: none;color:#36444C;background-color: transparent;}
#container #navList a:hover{background:#F84F0C;color:#FFF;}
#container #majors {float:right;padding-bottom:2em;width:750px;color:#444;}
#container #majors ul{border:#E9E9E9 1px solid;padding:5px;margin-right:1em; background:#F5F5F5}
#container #majors li{line-height:1.8em;margin:0 1em 0 0; list-style:none}
#plan{
	margin:1em auto;
	width:980px;
	overflow:hidden;
}
#plan img{
	border:0;
}
#footer{
	width:980px;
	color:#333;
	margin:0 auto;
	background:url(../images/footer.gif) no-repeat;
	height:20px;
	font-size:10px;
	text-align:center;
	margin-top:2em;
	padding-top:5px;
	clear:both;
}
#footer a{
	color:#CCC;
	font-size:12px;
	text-decoration:none;
}
#footer a:hover{
	color:#FC0;
}