@charset "UTF-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	color: #2d2d2d;
	/*background-color:#736464;*/
	background-color: #B7A9A9;
	font-family: Arial, Helvetica, sans-serif;
}
#doc {
	width: 100%;
	height: 100%;
	background-image: url(../images/page_top_bg.png);
	background-repeat: repeat-x;
}
.site_map_left{ float:left; width:50%; overflow:hidden;}
.site_map_left ul{ line-height:25px;}
.Site_title{ font-size:16px; color:##736464;}
.sub_title{ font-size:16px; font-weight:normal;  color:##736464; margin:0; padding:0; }
.margin-top-bottom-5{ margin-top:5px; margin-bottom:5px;}
.site_map_right{float:right; width:50%; overflow:hidden;}
.site_map_right ul{ line-height:25px;}
.site_map_text{ height:auto !important; overflow:hidden !important;}
body, div, td {
	font-size: 13px;
	line-height: 130%;
	color: #2d2d2d;
}
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
a img { border: none; }
a:link {
	color: #2d2d2d;
	text-decoration: none;
}
a:visited {
	color: #2d2d2d;
	text-decoration: none;
	;
}
a:hover, a:active, a:focus { text-decoration: underline; }
.container {
	width: 1003px;
	margin: 0 auto;
}
header {
	background-color: #fff;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	margin-bottom: 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#bd {
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	-webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.4);
}
.sidebar1 {
	float: right;
	width: 280px;
	padding-bottom: 10px;
	margin-top: 25px;
	margin-right: 25px;
}
.content {
	padding: 10px;
	width: 645px;
	float: left;
}
.contentfull {
	padding: 10px;
	display: block;
}
.content ul, .content ol { }
nav {
	font-size: 15px;
	color: #e8e0cb;
	height: 35px;
	padding-top: 6px;
	padding-bottom: 4px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
nav a:link, nav a:visited {
	padding: 8px;
	text-decoration: none;
	color: #e8e0cb;
}
nav a:hover, nav a:active, nav a:focus {
	color: #FFF;
	text-decoration: none;
}
#logo {
	float: left;
	padding-top: 35px;
}
#tagLine {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	padding-left: 30px;
	color: #c92d2e;
	letter-spacing: -1px;
	line-height: 120%;
	padding-top: 15px;
}
.f15 {
	font-size: 15px;
	line-height: normal;
}
.f18 {
	font-size: 18px;
	line-height: normal;
}
.f20 {
	font-size: 20px;
	line-height: normal;
}
.f25 {
	font-size: 25px;
	line-height: normal;
}
.textalign { text-align: center; }
#socialMedia {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555555;
	text-align: right;
	padding-top: 15px;
}
#schoolLocator {
	padding-top: 20px;
	text-align: right;
}
#wlocator { padding-top: 10px; }
.fleft { float: left; }
.fright { float: right; }
header, section, footer, aside, nav, article, figure { display: block; }
.clear { clear: both; }
.feauturedBanners { }
.theme-default #slider {
	margin: auto;
	width: 645px; /* Make sure your images are the same size */
	height: 265px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper, .theme-orman.slider-wrapper { margin-top: 150px; }
div.corner {
	position: absolute;
	width: 10px;
	height: 10px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/circle.png);
	overflow: hidden;
}
div.top_left {
	top: -1px;
	left: -1px;
	background-position: 0px 0px;
}
div.top_right {
	top: -1px;
	right: -1px;
	background-position: 10px 0px;
}
div.bottom_left {
	bottom: -1px;
	left: -1px;
	background-position: 0px 10px;
}
div.bottom_right {
	bottom: -1px;
	right: -1px;
	background-position: 10px 10px;
}
.bdrBtm {
	border-bottom: 2px solid #c92d2e;
	margin-bottom: 10px;
}
.newsHQ {
	margin-top: 15px;
	float: left;
	width: 300px;
	height: 546px;
	overflow: visible;
}
.openSans { font-family: 'Open Sans', sans-serif; }
.clrRed, .clrRed a, a.clrRed { color: #c92d2e; }
.title {
	background-color: #c92d2e;
	color: #e8e0cb;
	font-size: 20px;
	padding: 3px 10px 5px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#newsHQContent {
	padding: 12px;
	border-bottom: 2px solid #cdc6b5;
	border-left: 2px solid #cdc6b5;
	border-right: 2px solid #cdc6b5;
	border-top: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	height: 591px;
	overflow: hidden;
}
#newsHQContent ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#newsHQContent ul li.bdrBtm {
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 2px solid #c92d2e;
	margin-bottom: 0px;
}
#newsHQContent ul li p {
	padding-bottom: 5px;
	margin: 0px;
}
#newsHQContent ul li a { }
.highLights {
	float: right;
	width: 320px;
	padding-left: 15px;
	margin-top: 15px;
}
.titleGrey {
	background-color: #736464;
	background-image: url(../images/arrowL.png);
	background-repeat: no-repeat;
	background-position: 300px 7px;
	color: #e8e0cb;
	font-size: 20px;
	padding: 3px 10px 5px 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.titleGrey a {
	color: #e8e0cb;
	display: block;
}
.highLightsTxt {
	padding: 8px;
	border-bottom: 2px solid #cdc6b5;
	border-left: 2px solid #cdc6b5;
	border-right: 2px solid #cdc6b5;
	border-top: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 10px;
	height: 35px;
}
.mbFor {
	float: right;
	float: right;
	width: 320px;
	padding-left: 15px;
	margin-top: 15px;
}
.mbForTxt {
	padding-bottom: 8px;
	border-bottom: 2px solid #cdc6b5;
	border-left: 2px solid #cdc6b5;
	border-right: 2px solid #cdc6b5;
	border-top: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 10px;
}
#homeContentArea {
	padding: 8px;
	background-color: #fff;
	border-bottom: 2px solid #cdc6b5;
	border-left: 2px solid #cdc6b5;
	border-right: 2px solid #cdc6b5;
	border-top: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 10px;
}
footer {
	border-top: 2px solid #cdc6b5;
	padding-top: 8px;
	text-align: center;
}
footer a { padding: 5px; }
#credits {
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 11px;
	color: #CCC;
}
#credits a { color: #CCC; }
.locatorHolder {
	position: absolute;
	z-index: 99999;
	margin-left: 695px;
	background-color: #b4b1a8;
	color: #fff;
	width: 258px;
	padding: 10px;
	border-radius: 5px;
	top: 130px;
}
.locatorHolder ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
.locatorHolder2 {
	position: absolute;
	z-index: 99999;
	margin-left: 502px;
	background-color: #b4b1a8;
	color: #fff;
	width: 450px;
	padding: 10px;
	border-radius: 5px;
	top: 102px;
	font-size: 11px;
}
.locatorHolder2 td { font-size: 11px; }
.close {
	float: right;
	width: 15px;
	text-align: center;
	display: block;
	cursor: pointer;
}
.pageBanner { margin-bottom: 20px; }
.txtContentHolder { }
#txtContent {
	padding: 12px;
	border-bottom: 2px solid #cdc6b5;
	border-left: 2px solid #cdc6b5;
	border-right: 2px solid #cdc6b5;
	border-top: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	min-height: 602px;
}
.newsDate {
	color: #545454;
	font-size: 11px;
}
.galleryHolder {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #c92d2e;
}
.bullets {
	background-image: url(../images/rhPanel_bullet.png);
	background-repeat: no-repeat;
	font-size: 20px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	color: #fff;
}
#indiaLocations ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#indiaLocations ul li {
	font-size: 14px;
	margin-top: 8px;
	cursor: pointer;
}
#indiaLocations ul li ul li {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 5px;
}
.videoThumbnail {
	float: left;
	width: 230px;
	height: 155px;
	overflow: hidden;
	text-align: center;
}
.videoThumbnail a { display: block; }
.videoTitle, .videoDesc {
	float: right;
	width: 370px;
	text-align: left;
}
.videosHolder { margin-bottom: 15px; }
.nopad {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
a.websiteLink {
	padding: 5px;
	background-color: #c92d2e;
	color: #fff;
	background-color: #c92d2e;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#mapHolder {
	border: 1px solid #666;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background-color: #fff;
}
#map { padding: 10px; }
#locations {
	padding: 10px;
	background-color: #CCC;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.pad { padding-top: 10px; }
.newsLetter { margin-top: 5px; }
.newsLetterContent {
	border-bottom: 2px solid #cdc6b5;
	border-left: 2px solid #cdc6b5;
	border-right: 2px solid #cdc6b5;
	border-top: none;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	padding: 5px 10px 0px 10px;
	text-align: center;
}
.newsletterinput { font-size: 12px; }
.newsletterSubmit {
	background-color: #c92d2e;
	border: 1px solid #c92d2e;
	color: #e8e0cb;
	padding: 1px 5px 1px 5px;
	font-size: 12px;
}
#topM ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
	overflow: hidden;
}
.menu-list li {
	margin: 0px;
	text-align: center;
	text-transform: none;
	color: #fff;
}
.menu-list li a {
	padding: 5px 3px;
	text-decoration: none;
	font-size: 13px;
	color: #e8e0cb;
}
.menu-list li a:hover, .menu-list li a:active, .menu-list li a:focus {
	color: #FFF;
	text-decoration: none;
}
footer ul.fmenu-list {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}
footer ul.fmenu-list li { display: inline; }
footer ul.fmenu-list li a {
	color: #2D2D2D;
	text-decoration: none;
	padding: 5px;
}
#gnMenu {
	text-align: right;
	font-size: 14px;
}
#gnMenu a {
	padding-left: 3px;
	padding-right: 3px;
}
ul.menu-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.menu-list li {
	display: inline-block;
	font-size: 13.2px;
}
.new_h2 {
	line-height: 148%;
	margin-bottom: 0px;
	font-weight: normal;
}
.new_content_h2 {
	margin-bottom: 0px;
	line-height: 115%;
	color: rgb(192, 0, 0);
	font-size: small;
}

.mbSchool{
	clear:both;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #938F8F;
}
.mbSchoolAddress {
	float: left;
	width: 46%;
    overflow:hidden;
	padding: 8px 2%;
	 
  	 
}
.mbSchoolMap {
	float: right;
	width: 46%;
	height:186px;
	overflow:hidden;
}
.clearS{
	clear:both;
	height:15px;
}