/********************** HEADER **********************/
.home {	float:left; position:relative; }


/* news */
#home_news {	margin-top:10px; }
#home_news a{	background:none; }


.home_news_slider { float:right; }
.home_news_slider a{float:left; display:block; width:80px; height:17px; margin-left:1px; cursor:pointer; background-image:url('images/news_slider.gif'); }
.home_news_slider_top{	background-position:0 0; }
.home_news_slider a:hover.home_news_slider_top{	background-position:0 -17px; }
.home_news_slider_down{	background-position:-80px 0; }
.home_news_slider a:hover.home_news_slider_down{background-position:80px -17px; }


/* facilities */
.home_facilities {
    float:left; width:950px; display:table-line;
    padding:10px 5px 20px 15px;
    background:#363836;
    margin-top:5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.home_facilities span {
    width:113px;
    text-align:center
}


/* science */
.home_science {
    float:left; width:950px; display:table-line;
    padding:10px 5px 15px 15px;
    background:#464646;
    margin-top:5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.home_science a{float:left; width:287px; display:block; padding:5px 10px 5px 5px; margin:0 5px 15px 5px;
	background:url('images/science_button_bg.gif') repeat-x top #999; text-decoration:none; color:#c2c2c2;
	border: 1px solid #888;}
.home_science a img{		float:left; margin-right:10px; width:131px; height:74px;}
.home_science a h2{			margin:0; padding:0; color:#ccc; font-size:14px; }
.home_science a p{			margin:0; padding:0; color:#999; text-align:left; }
.home_science a:hover{		background:#fbd448; color:black; border:outset 1px #fbd448; }
.home_science a:hover h2{	color:black; }

.home .last_news {
     display: table-cell; float: left; width: 280px; margin-bottom: 10px; border-bottom: 3px solid rgb(91, 95, 91);
}

.home .last_news h1{
    font-size: 14px;
}

.home h1{
    font-size: 16px;
    color:#CCC;
}

/* Banner */
/*.slideBanner img {*/
/*    width:586px;*/
/*    height:276px;*/
/*}*/
/**/
/*.slideBanner {*/
/*    border:outset 2px white;*/
/*    }*/

