/*global*/
body,div,form,img,ul,li,dl,dt,dd,p,h1,h2,h3,h4 {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}

img {
	border:0;
}

h1,h2,h3,h4 {
	font-size:12px;
	font-weight:normal;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	font-size:12px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background:#484848;
	color:#000;
	height:100%;
}

/*header*/
#header {
	width:960px;
	height:145px;
	background:#000 url(../img/head.jpg) no-repeat right;
	margin:0 auto;
}

#menu {
	height:25px;
	padding:12px 26px 0 0;
	text-align:right;
}

#menu a{
	color:#fff;
	margin-right:10px;
	font:12px/20px Calibri, Arial, Helvetica, sans-serif;
}

#menu form {
	display:inline;
}

#menu input {
	vertical-align:middle;
}

#menu input.submit {
	padding-left:18px;
	background:#000 url(../img/top_form_submit.jpg) 0 3px no-repeat;
	color:#fff;
	font:12px/20px Calibri, Arial, Helvetica, sans-serif;
	border:0;
	cursor:pointer;
	margin-left:5px;
}

#menu input.text {
	width:130px;
	height:12px;
	padding:1px;
	line-height:12px;
	border:2px #c5c5c5 solid;
}

#logo {
	height:71px;
}

#bar {
	height:27px;
	padding-top:10px;
}

#nav {
	padding-left:35px;
	float:left;
	position:absolute;
}

#nav li {
	width:auto;
	padding:0 7px 0 2px;
	float:left;
	background:url(../img/nav_li_bg.jpg) no-repeat right;
	position:relative;
}

#nav li#nav_hidden {
	background:none;
}

#nav li a {
	-width:48px;
	height:27px;
	padding:0 6px;
	color:#e5e5e5;
	font:12px/24px Calibri, Arial, Helvetica, sans-serif;
	display:block;
	background:url(../img/nav_a_bg.jpg) no-repeat center;
	text-decoration:none;
	text-align:center;
}

#nav li a:hover,#nav li a.s {
	background:#fff;
	background-image:none;
	color:#a90000;
}

#nav li ul {
	position:absolute;
	width:138px;
	display:none;
}

#nav li ul li {
	width:113px;
	height:26x;
	padding:0;
	float:none;
	background:url(../img/nav_bg.png) repeat;
	-background:#fff;
	line-height:26px;
	>line-height:24px;
	padding-left:5px;
}

#nav li ul li a{
	width:auto;
	height:auto;
	display:inline;
	color:#000;
	background:none;
}

#nav li ul li a:hover {
	background:none;
}

#advisory_line {
	float:right;
	padding-right:16px;
	font:12px/20px Calibri, Arial, Helvetica, sans-serif;
	color:#fff;
}

#advisory_line strong {
	color:#f00;
	font-size:16px;
}

/*main*/
.main {
	width:960px;
	height: auto;
	margin:0 auto;
	padding-bottom:0px;
	background:#fdf5f1;
}

#top_flash {
	height:168px;
	background:url(../img/top_flash_bg.jpg) repeat-x;
}

/*bottom*/
#guide {
	width:907px;
	height:358px;
	border:1px #6f6f6f solid;
	margin:0 auto;
	padding-left:19px;
	background:#4e4e4e;
	clear:both;
}

#guide h3 {
	height:31px;
	padding-top:2px;
	color:#fff;
	font:600 12px/30px Calibri, Arial, Helvetica, sans-serif;
}
#guide h3 span{
	margin-left:10px;
	font-weight:500;
}
#guide div {
	height:317px;
	float:left;
}

#guide h4,
#guide dt a,
#guide dd a {
	color:#fff;
	font:12px/20px Calibri, Arial, Helvetica, sans-serif;
	-line-height:22px;
}

#guide h4 {
	font-weight:600;
}

#guide h4 a {
	color:#fff;
}

#guide dd a {
	color:#afafaf;
}

#curriculum_guide_1 {
	width:214px;
}

#curriculum_guide_2 {
	width:185px;
	padding-top:20px;
}

#enroll_work_guide {
	width:141px;
}

#life_about_guide {
	width:124px;
}

#job_blog_guide {
	width:115px;
}

#book_guide {
	width:112px;
}

/*footer*/
#footer {
	width:960px;
	height:73px;
	margin:0 auto;
	background:url(../img/foot.jpg) repeat-x;
	clear:both;
}

#footer_lb {
	width:508px;
	height:57px;
	float:left;
	padding:16px 0 0 27px;
}

#footer_lb p {
	color:#e5e5e5;
}

#footer_lb p a {
	padding:0 8px;
	border-right:1px #e5e5e5 solid;
	color:#e5e5e5;
	font:12px/18px Calibri, Arial, Helvetica, sans-serif;
}

#footer_lb p span {
	color:#e5e5e5;
	padding-left:8px;
}

#footer_lb p a.hidden {
	border-right:none;
}

#footer_rb {
	width:398px;
	height:46px;
	float:left;
	padding:27px 27px 0 0;
	text-align:right;
}

#footer_rb a {
	width:21px;
	height:23px;
	padding:0 10px;
	border-right:1px #fff solid;
	float:right;
	display:block;
}

#footer_rb a.s {
	width:88px;
	border-right:none;
}

.clear_both {
	width:0;
	height:0;
	line-height:0;
	clear:both;
}