/* CSS Document */
@import url('global.css');
@import url('menu_slide.css');
body{background-image:url(../images/pattern.png);
font-family:arial;
font-size:13px;
}
.header{
background-image:url(../images/header_bg.jpg);
background-position:top;
background-repeat:repeat-x;
}
.wrapper{
width:980px;
margin:0 auto;
}
.top_header{
height:32px;
}
.top_links{	
}
.top_links a{
	text-decoration:none;
	color:#5e5e5e;
}
.top_links a:hover{
	color:#389434;
}
.top_banner{
background-image:url(../images/top_banner.jpg);
background-repeat:no-repeat;
background-position:top;
height:105px;
}
.top_menu{
background-image:url(../images/menu_bg.jpg);
background-repeat:no-repeat;
height:49px;
position: relative;
z-index: 100;
}
.banner{
width:695px;
border:#e1d7d7 4px solid;

}
.inner_banner{
width:972px;
border:#e1d7d7 4px solid;

}
.m_message{
width:228px;
border:#e1d7d7 4px solid;
height:260px;
background-color:#FFFFFF;

}
h2{
	font-family:Trebuchet MS;
	color:#4f4f4f;
	font-weight:bold;
}
.small_header{
	font-family:Trebuchet MS;
	color:#5c5c5c;
}
.readmore_btn{
	padding:5px;
	cursor:pointer;
	border:solid 1px #bb0500;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	background: rgb(255,48,25);
	background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
	background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}
.readmore_btn:hover{
	background: rgb(207,4,4);
	background: -moz-linear-gradient(top,  rgba(207,4,4,1) 0%, rgba(255,48,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,4,4,1)), color-stop(100%,rgba(255,48,25,1)));
	background: -webkit-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
	background: -o-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
	background: -ms-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
	background: linear-gradient(to bottom,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 );
}
.leftside{
width:703px;
}
.inner_left{
width:256px;
}
.inner_middle{
width:429px;
}
.inner_right{
width:256px;
}
.inner_page_right{
width:706px;
}
.tab_bar{
background-image:url(../images/tab_bar.jpg);
background-repeat:no-repeat;
height:36px;
color:#fff;
padding:6px 0px 0px 8px;
}
.inner_bullets li{
	background:url(../images/bullet_icon.jpg) no-repeat 0 6px;
	padding:5px 0 5px 25px;
}
.inner_bullets li a
{
	text-decoration:none;
	color:#333;
}
.inner_bullets li a:hover
{
	color:#37a90f;
}
.p_slider{
width:244px;
border:#d4d6d4 6px solid;
}
.mission{
width:342px;
}
.services{
width:328px;
}

.top_footer{
	background:#9f9f9f;
	font-size:14px;	
}
.top_footer a {
	color:#fefefe;
	text-shadow:1px 1px 1px #333;
	text-decoration:none;	
}
 .top_footer a:hover{
	color:#fbec00;
}
.footer_c{
background:#474747;
color:#fefefe;
font-size:12px;
line-height:18px;
padding-top:10px;
padding-bottom:20px;
}
.lum{
	font-size:12px;	
	color:#fefefe;
	text-shadow:1px 1px 1px #333;
	text-decoration:none;	
}
.lum:hover {
	color:#fbec00;
}
.viewlink{
	font-size:14px;	
	color:#85823f;
	text-decoration:none;	
}
.viewlink:hover {
	color:#000000;
}
.wh_c{
color:#ffffff;
}
.student{
border:#E5E5E3 solid 1px;
background-color:#F1EFF0;
}