﻿html {
	width:100%;
	margin:0 auto;
	
}
a {
	color: #F73C09;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
}

body {
	font-family:Arial Unicode MS;
	font-size:14px;
	color:#333333;
	margin:0 auto;
	background-image:url(../images/bg.JPG);
	background-repeat:repeat;
	text-align:justify;
	
}
#header
{
    width:100%;
    margin:0 auto;
    height:48px;
    background: #34495e;
    border-bottom:4px inset #EDCB43;
}
#sub_head
{
    width:1050px;
    margin:0 auto;
    height:48px;
}

#bannar
{
    width:100%;
    height:523px;
}
#ban_up
{
    width:100%;
	margin:0px auto;
	height:523px;
	position:absolute;
		
}
.ban_u_l
{
width:50%;
	height:523px;
	
	float:left;
	background-image:url(../images/left-cover.png);
	background-repeat:no-repeat;
	background-position:left top;
	
}
.ban_u_r
{
width:20%;
	height:523px;
	float:right;
	background-image:url(../images/right-cover.png);
	background-repeat:no-repeat;
	background-position:right top;
	
}

#main
{
    width:100%;
    margin-top:4px;
   
}  

#cat_main
{
    width:980px;
    margin:0 auto;
}
#cat_seb
{
    width:980px;
    margin:0 auto;
}
.bk_main1
{
   width:100%;
   background-color:#142535;
   background-image:url(../images/checkered-light-emboss.png);
   height:160px;
   -webkit-box-shadow: 0 8px 6px -6px black, 0 -8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black, 0 -8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black, 0 -8px 6px -6px black;
} 

.bk_main1_news
{
    width:980px;
    padding:10px;
    margin:0 auto;
}
.bk_con
{
    width:300px;
    height:300px;
    float:left;
    margin-left:13px;
}

.bk_main2
{
   width:100%;
} 
.bk_main3
{
     width:100%;
   background-color:#D9850D;
   background-image:url(../images/checkered-light-emboss.png);
   height:160px;
   -webkit-box-shadow: 0 8px 6px -6px black, 0 -8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black, 0 -8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black, 0 -8px 6px -6px black;
    margin-top:30px;
}
 #admissionSpeaks{ background:url(../image/schoolSpeaks.png) repeat-x 0 0; height:194px; padding:1px 0 9px;}
 #add_main
{
    width:990px;
    height:190px;
    margin:0 auto;
}
#gal_main
{
    width:990px;
    height:220px;
    margin:30px auto 0 auto;
}

#footer
{
    width:100%;
    background: #34495e;
    border-top:8px solid #EDCB43; 
    height:65px;
    position:relative;
    clear:both;
    margin-top:15px;
}  

#footer_sub
{
    width:990px;
    height:50px;
    margin:0 auto;
    padding-top:10px;
    
}

#footer_sub a {
	color: #ffffff;
	outline: none;
	text-decoration: none;
}

#footer_sub a:hover {
	color: #000;
}

.bk_man_l
{
    width:220px;
    background-color:#FF9;
    float:left;
    margin-bottom:15px;
}

.bk_man_r
{
    width:760px;
    background-color:#FF9;
    float:right;
    margin-bottom:15px;
}

.p_main
{
  width:280px;
  background-color:#142535;
   background-image:url(../images/checkered-light-emboss.png);
  height:30px;
  color:#ffffff;
  padding:10px;
  -moz-border-radius:7px 7px 0px 0px;
   border-radius:7px 7px 0px 0px;
     -moz-box-shadow:0px 0px 5px 0px #333333; 
    -webkit-box-shadow:0px 0px 5px 0px #333333;
    text-align:center;
}

.p_sub
{
width:280px;
  background-color:#ffffff;
  padding:10px;
  height:240px;
  -moz-border-radius:0px 0px 7px 7px;
   border-radius:0px 0px 7px 7px;
    -moz-box-shadow:0px 0px 5px 0px #333333; 
    -webkit-box-shadow:0px 0px 5px 0px #333333;
}
.bk_con1
{
    width:460px;
    height:270px;
    float:left;
    margin-left:17px;
    margin-bottom:15px;
}
.p_main1
{
  width:440px;
  background-color:#D9850D;
   background-image:url(../images/checkered-light-emboss.png);
  height:30px;
  color:#ffffff;
  padding:10px;
  -moz-border-radius:7px 7px 0px 0px;
   border-radius:7px 7px 0px 0px;
     -moz-box-shadow:0px 0px 5px 0px #333333; 
    -webkit-box-shadow:0px 0px 5px 0px #333333;
    text-align:center;
}

.p_sub1
{
    width:440px;
  background-color:#ffffff;
  padding:10px;
  height:210px;
  -moz-border-radius:0px 0px 7px 7px;
   border-radius:0px 0px 7px 7px;
    -moz-box-shadow:0px 0px 5px 0px #333333; 
    -webkit-box-shadow:0px 0px 5px 0px #333333;
   
    
}

.image:hover {
opacity: 1;
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.image {
opacity: 1;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}