/* CSS Document */

body {
	background-color:#CCC;
	text-align: center;
	align:center;
	min-width:752px;
	margin: 0px;
	padding: 0px;
	font-family:tahoma;
	text-align:left;
	}
.bottom_text{
	font-family:tahoma;
	font-size:12px;
	text-align:left;
	color:#333;
	}
	
#wrapper{
	width:100%;
	height:100%;
	line-height:100%;
	margin-top:50px;
	}
	
#sha_left{
	background-image:url(../img/shadows_left.png);
	background-repeat:repeat-y;
	background-position:top right;
	width:27px;
	height:auto;
	}
	
#sha_right{
	background-image:url(../img/shadows_right.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:27px;
	height:auto;
	}
	
#sha_bot{
	background-image:url(../img/shadows_bot.png);
	background-repeat:repeat-x;
	background-position:top center;
	width:900px;
	height:27px;
	}
	
#sha_lcorner{
	background-image:url(../img/shadows_lcorner.png);
	background-repeat:no-repeat;
	background-position:top right;
	}
#sha_rcorner{
	background-image:url(../img/shadows_rcorner.png);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
#cont_back{
	background-color:#FFF;
	width:900px;
	height:auto;
	}
	
#flash_back{
	height:360px;
	width:860px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	}
	
#prod_back{
	background-color:#ECEC43;
	width:102px;
	height:102;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	}
#home_title{
	font: arial;
	font-size:15px;
	font-weight:bold;
	color:#000;
	}
#topper{
	width:100%;
	height:130px;	
	background-image:url(../img/topbg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	vertical-align:top;
	top:-25px;
	position:fixed;
	margin-top:20px;
	z-index:100;
	
}
#bottom{
	width:100%;
	height:103px;	
	vertical-align:top;
	position:absolute;
	margin-top:872px;
	padding-top:20px;
	z-index:90;
	float:left;
}
#treatment{
	background-color:#fff;
	width:233px;
	height:auto;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	padding:5px;
	margin:5px;
	}
/*====================*/
/*=== Nivo Slider styles ===*/
/*====================*/
#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(../img/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

/*============================*/
/*=== Custom Slider Styles 1===*/
/*============================*/
#slider-wrapper {
    background:url(../img/slide_bg.png) no-repeat;
	height:369px;
	width:860px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
}

#slider {
	position:relative;
    width:618px;
    height:246px;
    margin-left:190px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/* The Nivo Slider styles 2*/
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
#nav{
	font-family:calibri;
	font-size:12;
}
#nav a {
   color: #fff;
   text-decoration: none;
}
#nav a:hover {
	color: #840404;
    text-decoration: none;

}
#right_head{
	font-family:Arial;
	font-size:12px;
	color: #840404;
	font-weight:bold;
    text-decoration: none;
	border-bottom:2px;
	border-bottom-color: #840404;
	border-bottom-style:solid;
}
#text{
	font-family:Arial;
	font-size:12px;
}
.news_highlights{
	font-family:Arial;
	font-size:16px;
	color: #840404;
	font-weight:bold;
}
.events{
	font-family:Arial;
	font-size:16px;
	color: #fff;
}
#event_line{
	border-bottom:1px;
	border-bottom-color: #999;
	border-bottom-style:dotted;
	}
#highlight_line{
	border-bottom:2px;
	border-bottom-color: #840404;
	border-bottom-style:solid;
}
#testimonial_border{
	padding:3px;
	border:4px;
	border-color:#666;
	border-style:solid;
}
#ad_border{
	padding:3px;
	border:1px;
	border-color:#666;
	border-style:solid;
}
#feedback{
	position:fixed;
	right:0;
	width:34px;	
	margin-top:250px;
	z-index:1000;
}
.event_bg{
	background-image:url(../img/event_tab.jpg);
	background-repeat:no-repeat;
    background-position:top left;
	padding-top:5px;
  }
  
 .right_menu{ 
 border-bottom:1px dotted #993400;
 color:#840404;
 padding:4px;}
 
  .right_menu a{ 
text-decoration:none;
color:#840404;}

 .right_menu_adm{ 
 color:#840404;
 padding:4px;}
 
  .right_menu_adm a{ 
text-decoration:none;
font-size:14px;
color:#840404;}
 
 
.title_links{
	text-decoration:none;
	color:#000;
}

.right_menu_prog{ 
 color:#840404;
 padding:4px;}
 
  .right_menu_prog a{ 
text-decoration:none;
color:#840404;}
 
 
.title_links{
	text-decoration:none;
	color:#000;
}


.detail{
color:#666;
font-style:normal;
	font-family:tahoma;
	font-size:13px;
}

.detail a{
color:#940000;
}
.detail_prog{
color:#666;
font-style:normal;
	font-family:tahoma;
	font-size:12px;
}

.detail_prog a{
color:#666;}

.prev{
color:#940000;
font-style:normal;
	font-family:tahoma;
	font-size:12px;
}
.next{
color:#940000;
font-style:normal;
	font-family:tahoma;
	font-size:12px;
}
.current{
color:#940000;
font-style:normal;
	font-family:tahoma;
	font-size:12px;
}

.paginaton{
color:#940000;
font-style:normal;
	font-family:tahoma;
	font-size:12px;

}

#flashMessage{
border:1px solid #003300;
background-color:#CCCCCC;
text-align:center;
width:100%;
color:666;
padding:3px;
}

.footer_txt{
color:#ffffff;
font-size:12px;
}

 .right_menu_footer{ 
 font-size:12px;
 color:#ffffff;
 padding:4px;

  text-align:left;}
 
  .right_menu_footer a{ 
text-decoration:none;
color:#ffffff;
font-size:12px;
 text-align:left;}
 
 
 #prod_back{
	background-color: #CCCCCC;
	width:102px;
	height:92;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	}

.album_text{
color: #840404;
}

.album_text a{
color: #840404;
text-decoration:none;
}

.admission_list{
background-image:url(../img/bg.jpg);
background-repeat:no-repeat;
}

.registration_list{
background-image:url(../img/reg_stu.jpg);
background-repeat:no-repeat;
}
 
 #body_underline{
	border-bottom:1px;
	border-bottom-color: #999;
	border-bottom-style:solid;
	}
	
.title_links{
	text-decoration:none;
	color:#000;
}
.title_links a{
	text-decoration:none;
	color:#000;
}

.rounded { 
border-radius:15px; 
-moz-border-radius:15px; 
-webkit-border-radius:15px;
padding:8px 15px;
background:white;
border:0px solid #dbdbdb;
color:black;
background-color:rgba(50, 50, 50, 0.2);
}
.rounded_contact { 
border-radius:15px; 
-moz-border-radius:15px; 
-webkit-border-radius:15px;
padding:8px 15px;
background:rgba(50, 50, 50, 0.2);
border:0px solid #dbdbdb;
color:black;
}

.rounded_text { 
border-radius:10px; 
-moz-border-radius:10px; 
-webkit-border-radius:10px;
padding:8px 15px;
background:rgba(50, 50, 50, 0.2);
border:0px solid #dbdbdb;
color:black;
}

.button {
position:relative;
padding:6px 15px;
left:-8px;
border:2px solid #207cca;
background-color:#207cca;
color:#fafafa;
					}
.button:hover  {
background-color:#fafafa;
color:#207cca;
}