body{
	margin:0;
	color:#737171;
	font:12px Arial, Helvetica, sans-serif;
	background-color:#d3d1a4;
}
img{border:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
/*main*/
#main{
	margin:0 auto;
	width:802px;
	padding:0 16px 0 15px;
	background:url(../images/bg-main.gif) repeat-y;
}
/*header*/
#header{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:2;
	padding:0 0 17px;
	background:url(../images/bg-header.gif) no-repeat 306px 24px;
}
#header h1{
	display:inline;
	margin:56px 0 0 91px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
#header h1 a{
	display:block;
	width:184px;
	height:95px;
	background:url(../images/logo.gif) no-repeat;
}
#header dl{
	width:462px;
	margin:52px 0 0 65px;
	float:left;
	line-height:18px;
	overflow:hidden;
}
#header dl dt{
	width:65px;
	font-size:16px;
	color:#545342;
	padding:5px 0 4px;
	float:left;
	clear:left;
}
#header dl dd{
	margin:0;
	padding:6px 0 3px;
	font-size:13px;
	color:#686758;
}
/*navigation*/
#nav{
	height:66px;
	overflow:hidden;
	background:url(../images/bg-navigation.jpg) no-repeat;
	text-align:center;
	position: relative;
}
#nav div {
	left: 50%;
	float: left;
	position: relative;
}
#nav div div { left: -50%;}
#nav ul{
	float:left;
	list-style:none;
	padding:0;
	display:table;
	margin:17px 0 0;
}
#nav ul li{ float:left;}
#nav ul li,
#nav ul li.hover,
#nav ul li.active{
	cursor:pointer;
	position:relative;
}
#nav ul li a{
	font-size:15px;
	line-height:16px;
	color:#f4faf7;
	padding:0 18px;
}
#nav ul li.hover a,
#nav ul li.active a,
#nav ul li a:hover{
	text-decoration:none;
	color:#d3d092;
}
#nav li:hover ul,
#nav li.active ul,
#nav li.hover ul{
	display:block;
}
/*drop-down*/
#nav ul li ul{
	overflow:hidden;
	display:none;
	list-style:none;
	margin:0;
	padding:14px 0 0;
	text-align:left;
	position:absolute;
	top:14px;
	z-index:20;
}
#nav ul li ul.link2{
	width:378px;
	left:-130px;
}
#nav ul li ul.link3{
	width:378px;
	left:-110px;
}
#nav ul li ul.link4{
	width:378px;
	left:-125px;
}
#nav ul li ul li{
	float:left;
	padding:0 11px !important;
}
#nav ul li ul li,
#nav ul li ul li.hover{
	cursor:default;
}
#nav ul li ul li a{
	display:inline;
	font-size:12px;
	line-height:14px;
	padding:0 !important;
	color:#fef9f9 !important;
}
#nav ul li ul li a:hover{
	font-weight:normal;
	color:#d3d092 !important;
}
/*content-area*/
#content-area{
	width:100%;
	overflow:hidden;
}
#info-area{
	width:100%;
	background:url(../images/bg-students-center.gif) repeat-y;
}
.info-box{
	width:100%;
	background:url(../images/bg-students-top.jpg) no-repeat;
}
.info-holder{
	width:100%;
	height:175px;
	overflow:hidden;
	padding:17px 0 0 28px;
	background:url(../images/bg-students-bottom.gif) no-repeat 0 100%;
}
.visual{
	width:377px;
	float:left;
	margin:2px 0 0;
}
.visual img{ display:block;}
.info-txt{
	display:inline;
	width:331px;
	margin:0 0 0 31px;
	padding:9px 0 0 12px;
	float:left;
}
.info-txt blockquote{
	margin:0;
	font-size:12px;
	line-height:17px;
}
.info-txt h4{
	display:inline;
	margin:0;
	font-weight:normal;
	font-size:17px;
	line-height:20px;
	color:#740808;
}
.info-txt blockquote cite{
	width:198px;
	padding:0 0 0 8px;
	float:right;
	font-style:normal;
	text-indent:-8px;
}
/*content-box*/
#content-box{
	width:100%;
	margin:12px 0 0;
	background:url(../images/bg-content-box.gif) repeat-y;
}
.content-holder{
	width:100%;
	background:url(../images/bg-content-holder.gif) no-repeat;
}
.contentbox-bottom{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-contentbox-bottom.gif) no-repeat 0 100%;
}
/*sidebar*/
.sidebar{
	display:inline;
	width:191px;
	margin:0 0 0 25px;
	float:left;
}
.sidebar h6{
	margin:0;
	padding:0 0 7px 7px;
	font-weight:normal;
	font-size:16px;
	line-height:18px;
	color:#0f0f0f;
	background:url(../images/bg-h6.gif) no-repeat 0 100%;
}
.sidebar ul{
	list-style:none;
	margin:7px 0 0 1px;
	padding:0 0 15px;
}
.sidebar ul li a{
	font-size:13.6px;
	line-height:18px;
	color:#6b6a51;
}
.menu{
	width:153px;
	padding:24px 0 14px 38px;
	min-height:222px;
	background:url(../images/bg-menu.gif) no-repeat 0 100%;
}
* html .menu{
	height:222px;
	overflow:visible;
}
.news{
	width:153px;
	/*min-height:221px;*/
	padding:14px 0 14px 38px;
	line-height:18px;
	background:url(../images/bg-news.gif) no-repeat;
}
* html .news{
	/*height:221px;*/
	overflow:visible;
}
/*content*/
.content{
	display:inline;
	width:517px;
	padding:19px 14px 19px 14px;
	margin:0 0 0 17px;
	float:left;
}
.content h2{
	margin:0 0 13px;
	font-weight:normal;
	font-size:22px;
	line-height:24px;
	color:#3f3e2b;
}
.content h3{
	margin:0 0 13px;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	color:#57563C;
}
.content h1{
	margin:0px 0px 30px;
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	color:#888585;
}
.content p{
	line-height:18px;
	margin:0px 60px 10px 3px;
	font-size:13.5px;
}
/*footer*/
#footer{
	width:100%;
	overflow:hidden;
}
#footer ul{
	width:100%;
	list-style:none;
	padding:0;
	margin:23px 0 15px;
	overflow:hidden;
	text-align:center;
	font-size:10px;
	line-height:16px;
	color:#888585;
}
#footer ul li{
	display:inline;
	padding:0 5px 0 7px;
	background:url(../images/bg-footer-link.gif) no-repeat 0 0;
}
#footer ul li:first-child{ background-image:none;}
#footer ul li a{ color:#888585;}
/*inner-page*/
.info-txt p{
	display:inline;
	margin:0;
	font-size:13px;
	line-height:16px;
	color:#888585;
}
.content ul{
	list-style:none;
	margin:0;
	float:left;
}
.content ul li a{
	font-size:13px;
	line-height:14px;
}
.directors{
	width:100%;
	overflow:hidden;
}
.directors ul{
	width:250px;
	padding:0 0 13px 1px;
}
.directors ul li a{
	color:#888585;
	line-height:20px;
}
.directors ul li span{
	display:block;
	padding:28px 0 0;
}
.members{
	width:100%;
	overflow:hidden;
}
.members ul{
	width:250px;
	padding:0 0 13px 2px;
}
.members ul li a{
	color:#737171;
	line-height:20px;
}
.reports{
	width:100%;
	overflow:hidden;
}
.reports ul{
	list-style:none;
	padding:0;
}
.reports ul li a{
	color:#7b7a5d;
	font-size:14px;
}
/*edu start*/
.edu #content-box{ background:url(../images/bg-content-box-edu2.gif) repeat-y 24px 0;}
.edu .content-holder{ background:url(../images/bg-content-holder-edu2.gif) no-repeat 24px 0;}
.edu .contentbox-bottom{ background:url(../images/bg-cont-btm-edu2.gif) no-repeat 24px 100%;}
.edu .content{
	width:327px;
	padding:21px 14px 19px 14px;
}
.edu .content p{ 
	margin:0 0 15px 3px;
	font-size:12px;
	line-height:14px;
}
.edu .sidebar h6 {
	font-size:14px;
	margin:0;
}
.edu .sidebar ul li a{
	font-size:12px;
	line-height:14px;
	color:#a4a27c;
}
.edu .menu {
	padding:24px 0 16px 38px;
}
.right-bar {
	width:191px;
	float:left;
}
.inspire-box{
	width:191px;
	margin:0 0 0 17px;
	background:url(../images/bg-inspire-box.gif) repeat-y;
}
.inspire-holder{
	background:url(../images/bg-inspire-holder.gif) no-repeat 0 100%;
	overflow:hidden;
}
* html .inspire-holder{ height:1%;}
.inspire{
	padding:24px 5px 11px 38px;
	background:url(../images/bg-news.gif) no-repeat;
}
.inspire h6{
	margin:0;
	padding:0 0 7px 7px;
	font-weight:normal;
	font-size:16px;
	line-height:18px;
	color:#0f0f0f;
	background:url(../images/bg-h6.gif) no-repeat 0 100%;
}
.inspire ul{
	list-style:none;
	margin:7px 0 0 1px;
	padding:0;
}
* html .inspire ul{ height:1%;}
.inspire ul li a{
	font-size:13.6px;
	line-height:18px;
	color:#6b6a51;
}
.inspire-inner { margin-top:10px;}
/*edu end*/
/* slide-box */
.slide-box{
	width:777px;
	padding:17px 0 1px 25px;
	overflow:hidden;
	background: url(../images/bg-slide.gif) repeat-x;
}
.fader{
	margin:0;
	padding:0;
	height:260px;
	list-style:none;
	position:relative;
}
.fader li{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.fader li.active{
	z-index:5;
}
.slide-image{
	float:left;
	width:386px;
	position:relative;
	height:257px;
	overflow:hidden;
}
.slide-image img{
	position:static;
	top:0;
	left:0;
}
.slide-content{
	float:left;
	width:347px;
	margin-left:20px;
	display:inline;
	background: url(../images/bg-slidecontent.gif) repeat-y;
}
.slide-content .slide-holder{
	height:255px;
	width:345px;
	overflow:hidden;
	padding:0 1px 2px;
	background: url(../images/bg-slidecontent-bt.gif) no-repeat 0 100%;
}
.slide-content h3{
	background: url(../images/bg-slide-heading.gif) repeat-x;
	height: 32px;
	font-weight:normal;
	font-size:24px;
	line-height:30px;
	color:#a22f1e;
	margin:0;
	overflow:hidden;
	padding:10px 0 0 15px;
}
.slide-content ul{
	list-style:none;
	margin:0;
	padding:15px 0 0 23px;
	overflow:hidden;
}
.slide-content ul li{
	background: url(../images/bullet-slide.gif) no-repeat 0 6px;
	padding:0 0 8px 13px;
	font-size:14px;
	color:#5e5d47;
	line-height:17px;
}
.slide-content ul li a{
	color:#5e5d47;
}
.switcher{
	display:none;
}
.slide-box .visual{
	float:right;
	width:347px;
	margin:0;
	padding:2px 21px 0 0;
	list-style:none;
}
.slide-box .visual li{
	padding:0 0 7px;
}
.slide-box .visual li a{
	display:block;
}
.slide-box .visual img{
	vertical-align:top;
}
/*box*/
.right-bar .boxes{
	margin:0 0 0 15px;
	width:176px;
}
.right-bar .box{
	background: url(../images/bg-box.gif) repeat-y;
	margin:0 0 5px;
	font-size:10px;
	line-height:12px;
	color:#575454;
	height:1%;
}
.right-bar .block{
	padding:0 0 17px;
}
.right-bar .block .box{
	font-size:13px;
	line-height:17px;
	color:#737171;
	background: url(../images/bg-box2.gif) repeat-y;
	margin:0 0 0 1px;
}
.right-bar .box .holder{
	background: url(../images/bg-box-t.gif) no-repeat;
}
.right-bar .box .frame{
	background: url(../images/bg-box-b.gif) no-repeat 0 100%;
	padding:11px 5px 5px 9px;
}
.right-bar .box h3{
	color:#ae4232;
	font-style:italic;
	font-size:12px;
	font-weight:normal;
	margin:0 0 1px;
}
.right-bar .box a{
	color:#737171;
	font-size:12px;
}
.right-bar .box p{
	margin:0 0 8px;
}
.right-bar .block .box .holder{
	background: url(../images/bg-box-t2.gif) no-repeat;
}
.right-bar .block .heading{
	background: url(../images/bg-heading-r.gif) repeat-y;
	margin:0 0 1px;
}
.right-bar .block .heading .holder{
	background: url(../images/bg-heading.gif) no-repeat;
	padding:13px 5px 6px;
}
.right-bar .block .heading h3{
	color:#2f2d2d;
	font-size:14px;
	line-height:17px;
	font-weight:normal;
	margin:0 0 5px;
}
.right-bar .block .box .frame{
	padding:12px 4px 17px;
	background: url(../images/bg-box-b2.gif) no-repeat 0 100%;
}
.right-bar .block .box p{
	margin:0 0 32px;
}
.right-bar .image{
	padding:3px 3px 3px 2px;
	background: url(../images/bg-frame-img.gif) no-repeat;
}
.right-bar .image img{
	display:block;
}
