body {background:url("../design/bg.png") 50% 0 repeat-y; font:0.8em/1.5 "arial", sans-serif;}

a {color:#00F;}
a:hover {color:#F00;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

h3 {font-size:140%;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:960px; margin:0 auto; overflow:hidden;}

	#header {width:960px; height:95px; overflow:hidden; background:url("../design/header.png") 0 0 no-repeat;}

        #logo {position:relative; width:360px; height:95px; overflow:hidden; margin:0 0 0 20px; padding:0; font-size:300%;}
        #logo span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; cursor:pointer;}

#tray {
	padding:10px 0 15px 10px;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
    
        #tray ul {margin:0; list-style:none;}
        #tray ul li {display:inline;}
        #tray ul li a {display:block; float:left; padding:0 15px 0 10px; background:url("../design/tray-separator.gif") 100% 50% no-repeat; text-decoration:none; font-weight:bold;}
        #tray ul li a:hover {text-decoration:none;}
        #tray ul li#tray-active a {font-weight:bold; text-decoration:none;}

    #cols {position:relative; margin:10px 0; background:url("../design/cols.gif") 0 0 repeat-y;}

    	#content {float:right; width:760px; overflow:hidden;}
    	
            #content-left {float:left; width:490px;}
            #content-leftdetail {float:left; width:740px;}
            #content-left-in {padding:0 5px;}
            
            #content-right {float:right; width:260px;}

    	#aside {float:left; width:190px; overflow:hidden;}
        #aside-top {width:190px; height:5px; background:url("../design/aside-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
        #aside-bottom {position:absolute; bottom:0; left:0; width:190px; height:5px; background:url("../design/aside-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
        
            .nav {margin:0; list-style:none;}
            .nav li {display:inline;}
            .nav li a {display:block; padding:7px 10px 7px 30px; background:url("../design/nav-link.gif") 15px 13px no-repeat;}
            .nav li#nav-active a {background:url("../design/nav-active.gif") 15px 13px no-repeat; text-decoration:none; font-weight:bold;}
            .nav #nav-active ul li a {padding-left:45px; background:url("../design/nav-sub.gif") 30px 10px no-repeat;}
            .nav a:hover {text-decoration:none;}

            #search {position:relative; height:22px; margin:0 -15px; padding:15px; text-align:center;}
            #search-input {position:absolute; top:15px; left:15px; width:100px; height:22px; border:0;}
            #search-submit {position:absolute; top:15px; left:115px; width:60px; height:22px; border:0;}
            #search-input, #search-submit {font-size:100%; font-family:"arial",sans-serif;}
            
            #aside h4 {font-size:100%;}
            #aside h4.nom { color:#FFFFFF;}
            #aside h4.margin {margin:15px 0 5px 0;}

	#footer {clear:both; padding:10px 0; background:url("../design/footer.gif") 0 0 repeat-x; font-size:85%;}
	#footer p {margin:0;}
	#footer img{vertical-align:middle;}
	#footer a:hover {text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#topstory-top {width:470px; height:5px; background:url("../design/topstory-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory-bottom {width:470px; height:5px; background:url("../design/topstory-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory {padding:5px 10px 10px 10px;}

    #topstory-img {float:left; width:180px;}
    #topstory-img img {display:block;}
    #topstory-desc {float:right; width:255px;}
    
        #topstory-desc h2 {margin:0; font-size:140%; font-weight:normal;}
        #topstory-desc .info {margin:0; font-size:85%;}

#topstory-list {padding:10px 0 5px 10px; overflow:hidden}
#topstory-list img {display:block; float:left; padding-right:10px;}
#topstory-list img.last {margin-right:0;}

.article {margin-bottom:10px; padding-bottom:10px; background:url("../design/dot.gif") 0 100% repeat-x;}
.article .article-img {float:left; width:180px;}
.article .article-img img {display:block;}
.article .article-img2 {float:left; width:355px;}
.article .article-img2 img { padding:0px 10px 0px 0px}
.article .article-desc {float:right; width:290px;}
.article .article-descdetail {float:right; width:540px;}

    .article .article-desc h3 {margin:0; font-size:140%; font-weight:normal;}
    .article .article-desc .info {margin:0; font-size:85%;}
    .article .article-desc p {margin-top:2px; text-align:justify;}
		
    .article .article-descdetail h3 {margin:0; font-size:140%; font-weight:normal;}
    .article .article-descdetail .info {margin:0px 0px 3px 0px; font-size:85%;}
    .article .article-descdetail p {margin-top:0px; text-align:justify;}
		
    .article .article-descdetail2 h3 {margin:0; color:#CC0000; font-size:160%; font-weight:normal;}
    .article .article-descdetail2 .info {margin:0; font-size:85%;}
    .article .article-descdetail2 p {margin-top:2px; text-align:justify;}

.box-01-top {width:260px; height:5px; margin-top:10px; background:url("../design/box-01-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01-top-b {padding:5px 10px 15px 10px; background:url("../design/box-01-top-b.gif") 0 100% no-repeat;}
.box-01-top-b .f-left {text-transform:uppercase;}
.box-01-top-b .f-right {padding-top:2px; font-size:85%;}
.box-01-bottom {width:260px; height:11px; background:url("../design/box-01-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01 {padding:5px; background:url("../design/box-01.gif") 0 0 repeat-y;}
.box-01 .bg {margin:10px 0; padding:10px 0;}

    .news {margin:0;}
    .news dt {display:block; float:left; width:50px; font-weight:bold; text-align:center; line-height:1.2;}
    .news dt span {font-size:140%;}
    .news dd {display:block; float:left; width:190px; font-size:85%; line-height:1.6;}

.box-02-top {width:260px; height:5px; margin-top:0px; background:url("../design/box-02-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02-top-b {padding:5px 10px 15px 10px; background:url("../design/box-02-top-b.gif") 0 100% no-repeat; text-transform:uppercase;}
.box-02-bottom {width:260px; height:11px; background:url("../design/box-02-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02 {padding:5px 15px; height:139px; background:url("../design/box-02.png") 0 0 repeat-y;}

    .mostreaded {margin:0; list-style:none; width:150px;}
    .mostreaded a { text-decoration:none; color:#000;}
    .mostreaded span {font-size:85%;}
.font_white{ color:#FFFFFF; }
/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

#aside .padding {padding:10px 15px;}
#aside .padding_text {padding:10px 5px;}

.more {padding-right:15px; background:url("../design/arrow.gif") 100% 50% no-repeat;}

.rss {padding-left:22px; background:url("../design/rss.gif") 0 50% no-repeat;}

/* ----------------------------------------------Wrapper-------------------------------------*/
div.wrapper{
	position:relative;
	margin:10px auto 20px;
	width:960px;
	text-align:left;
	}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0 0 15px 0;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	line-height:normal;
	}

.row1{color:#999999; background-color:#06213F;}
.row1 a{color:#FCFCFC; background-color:#06213F;}
.row2, .row3, .row4{color:#979797;}
.rnd{
 background-color:#F9F9F9;	
 display:block;
	width:960px;
	padding:12px 0 0 0;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;		
	}

/* ----------------------------------------------Wrapper-------------------------------------*/

/* ----------------------------------------------Footer-------------------------------------*/
.fl_left{float:left;}
.fl_right{float:right;}
.clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0;}
.clear{display:inline-block;}

#footer-top{
	display:block;
	width:960px;
	}
	
#footer-top{
	width:920px;
	padding:5px 20px 15px 20px;
	background:url("../images/round_bot.gif") bottom left no-repeat;
	}

#footer-top .fl_left img{margin-bottom:30px;}

#footer-top address{
	display:inline;
	float:left;
	margin-left:40px;
	text-transform:none;
	font-style:normal;
	line-height:1.8em;
	}

#footer-top .fl_right{
	display:block;
	width:400px;
	}

#footer-top .fl_right p{margin:0 0 15px 0; padding:0; line-height:normal;}

#footer-top .fl_right #social{display:block; width:100%; margin:0 0 15px 0; padding:0; line-height:normal;}
#footer-top .fl_right #social ul{margin:0; padding:0; list-style:none;}
#footer-top .fl_right #social li{float:left; /* Only For IE */}
#footer-top .fl_right #social a{display:block; float:left; width:49px; height:49px; margin-right:20px; overflow:hidden; text-indent:-4000em; background:url("../design/social-sprite.gif") no-repeat;}
#footer-top .fl_right #social li.last a{margin-right:0;}

#footer-top .last{margin:0;}

/* ----------------------------------------------Copyright-------------------------------------*/

/*
Template Name: Academic Education
File: Featured Slider CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

#featured_slide{
	display:block;
	position:relative;
	width:950px;
	height:300px;
	margin:0;
	padding:5px;
	overflow:hidden;
	color:#666666;
	background-color:#333333;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;	
	}

#featured_slide a{
	background:transparent;
	}

#featured_slide a, #featured_slide ul, #featured_slide img{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	list-style:none;
	text-decoration:none;
	}

/* ----------------------------------------------Generalise-------------------------------------*/

#featured_content, .featured_box, .featured_box img{
	display:block;
	width:950px;
	height:250px;
	overflow:hidden;
	}

.featured_box, .featured_box img{
	position:relative;
	}

/* ----------------------------------------------Content-------------------------------------*/

.featured_box .floater{
	display:block;
	position:absolute;
	top:25px;
	right:25px;
	width:290px;
	height:140px;
	margin:0;
	padding:30px;
	background:#CCCCCC;
	overflow:hidden;
	-webkit-border-radius: 0px 7px 0px 7px;
	-moz-border-radius: 0px 7px 0px 7px;
	-khtml-border-radius: 0px 7px 0px 7px;
	border-radius: 0px 7px 0px 7px;
	opacity:.7;	
	}
.featured_box .floater h2{opacity:.9;}

.featured_box p{
	margin:0;
	padding:0;
	line-height:1.6em;
	}

.featured_box p.readmore{text-align:right; margin:0;}

/* ----------------------------------------------Tabbed Navigation-------------------------------------*/

#featured_slide .ui-tabs-hide{
	display:none;
	}

#featured_slide ul#featured_tabs{
	display:block;
	position:absolute;
	bottom:5px;
	left:5px;
	width:949px;
	height:50px;
	overflow:hidden;
	font-size:12px;
	}

#featured_slide ul#featured_tabs li{
	/* This block makes it IE6 compatible*/
	display:block;
	float:left;
	}

#featured_slide ul#featured_tabs li a{
	display:block;
	float:left;
	width:169px;
	height:40px;
	padding:10px 10px 0 10px;
	color:#666666;
	background-color:#DEDACB;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	border-right:1px solid #666666;
	}

#featured_slide ul#featured_tabs li.first a{
	-webkit-border-radius: 0px 0px 0px 7px;
	-moz-border-radius: 0px 0px 0px 7px;
	-khtml-border-radius: 0px 0px 0px 7px;
	border-radius: 0px 0px 0px 7px;
	}
	
#featured_slide ul#featured_tabs li.last a{
	border-right:none;
	-webkit-border-radius: 0px 0px 7px 0px;
	-moz-border-radius: 0px 0px 7px 0px;
	-khtml-border-radius: 0px 0px 7px 0px;
	border-radius: 0px 0px 7px 0px;
	}

#featured_slide ul#featured_tabs li a:hover, #featured_slide ul#featured_tabs li.ui-state-active a{
	color:#FFFFFF;
	background-color:#333333;
	}

/* ----------------------------------------------Rounded Corners-------------------------------------*/

#featured_slide .overlay_left, #featured_slide .overlay_right{
	display:block;
	position:absolute;
	z-index:1000;
	top:0;
	left:0;
	width:15px;
	height:310px;
	}

#featured_slide .overlay_right{
	left:945px;
	background-image:url("../images/featured_slide_right.png");
	}
