﻿@import 'css.css';
@import 'menu.css';

*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
}

body
{
	background: #d2d1d0;
	font: 12px 'Open Sans' , Arial, sans-serif;
	color: #424141;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

#wrapper
{
	background: #fff url(Images/color_line.gif) repeat-x 0 0;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	width: 1020px;
	padding: 5px 0 0 0;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.main
{
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

/* Clear Floats */
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.header
{
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
	clear: both;
	width: 990px;
}

.header .support
{
	margin: 35px 0 0;
	padding: 2px 0 0;
	display: block;
	float: right;
}

.header .support-inner
{
	background: url(Images/bg-support.gif) 0 0 no-repeat;
	padding: 0 0 5px 40px;
	text-align: left;
}

.header .support-inner h4
{
	font-weight: bold;
	margin: 0;
	text-rendering: optimizelegibility;
}

.header .support-inner p
{
	font-size: 11px;
	color: #888;
}

.logo
{
	position: relative;
	float: left;
	margin-bottom: 5px;
	width: 33%;
	display: inline-block;
}

.logo a img
{
	border: none;
	vertical-align: middle;
}

.logo span
{
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 15px;
}

.otherinfo
{
	width: 33%;
	display: inline-block;
	margin-top: 33px;
}

#slidecontainer
{
	position: relative;
	width: 990px;
	height: 338px;
	margin: 5px auto;
	clear: both;
}

#slide
{
	padding: 0px;
}

#slideshow
{
	height: 338px;
	background: none;
	overflow: hidden;
	background-color: #eeeeee;
}

.cycle
{
	padding-right: 20px;
}

#slideshow_navigation a
{
	background: url(../images/slides/slide_n.png) no-repeat scroll 50% 50%;
	display: block;
	float: left;
	font-size: 0px;
	width: 12px;
	height: 10px;
	margin: 1px;
	outline-style: none;
	outline-width: medium;
	padding: 0px;
}

#slideshow_navigation
{
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 800;
	cursor: pointer;
}

#slideshow_navigation .activeSlide
{
	background: url(../images/slides/slide_s.png) no-repeat scroll 0% 50%;
}

.slide_image
{
	margin-top: 0px;
	margin-right: 20px;
	float: left;
}

.row
{
	width: 990px;
	margin: 10px auto;
	display: block;
	clear: both;
	padding: 0px;
	padding-bottom: 24px;
	border-bottom: 1px dotted #c1c1c1;
}

.row2
{
	width: 990px;
	margin: 10px auto;
	display: block;
	clear: both;
	padding: 0px;
}

.whyschool
{
	width: 24%;
	display: inline-block;
	float: left;
	margin-right: 1%;
	vertical-align: top;
}

.mission
{
	width: 24%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
}

.life
{
	width: 24%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
}

.schoollogin
{
	width: 24%;
	display: inline-block;
	vertical-align: top;
}

.whyschool h2
{
	font: 16px 'Open Sans' , Arial, sans-serif;
	font-weight: bold;
	color: #f23f29;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	border-bottom: 3px solid #dfdfdf;
}

.whyschool img
{
	width: 100%;
	height: auto;
	margin: 10px 0px 4px 0px;
}

.mission h2
{
	font: 16px 'Open Sans' , Arial, sans-serif;
	font-weight: bold;
	color: #f23f29;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	border-bottom: 3px solid #dfdfdf;
}

.mission img
{
	width: 100%;
	height: auto;
	margin: 10px 0px 4px 0px;
}

.life h2
{
	font: 16px 'Open Sans' , Arial, sans-serif;
	font-weight: bold;
	color: #f23f29;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	border-bottom: 3px solid #dfdfdf;
}

.life img
{
	width: 100%;
	height: auto;
	margin: 10px 0px 4px 0px;
}


.schoollogin h2
{
	font: 16px 'Open Sans' , Arial, sans-serif;
	font-weight: bold;
	color: #f23f29;
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	border-bottom: 3px solid #dfdfdf;
	clear: both;
}

.schoollogin img
{
	width: 100%;
	height: auto;
	margin: 10px 0px 4px 0px;
}

.introtxt
{
	font: 12px 'Open Sans' , Arial, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	text-align: justify;
	color: #777777;
}

.link
{
	font-family: Trebuchet MS;
	font-size: 13px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

.welcomediv
{
	width: 43%;
	display: inline-block;
	float: left;
}

.welcomediv h2
{
	font: 16px 'Open Sans' , Arial, sans-serif;
	font-weight: bold;
	color: #424141;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}

.welcometxt
{
	font: 12px 'Open Sans' , Arial, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	text-align: justify;
	color: #777777;
	margin-bottom: 10px;
}

.gallery
{
	width: 54%;
	margin-left: 2%;
	display: inline-block;
	float: left;
}


.gallery h2
{
	font: 16px 'Open Sans' , Arial, sans-serif;
	font-weight: bold;
	color: #424141;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}

.Footer
{
	width: 990px;
	margin: 10px auto;
	display: block;
	clear: both;
	padding: 4px 0px 4px 0px;
	border-top: 1px solid #d5d5d4;
	margin-top: 33px;
}

.Footermenu
{
	font-family: 'Open Sans' , Arial, sans-serif;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

.Footermenu ul
{
	padding: 6px 0 7px 0;
	margin: 0;
	text-align: left;
}

.Footermenu ul li
{
	display: inline;
}

.Footermenu ul li a
{
	color: #333;
	padding: 6px 3px 4px 3px;
	margin-right: 2px;
	margin-left: 2px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 0px solid gray; /*bottom border is 3px*/
}

.Footermenu ul li a:hover, .Footermenu ul li a.selected
{
	border-bottom-color: black;
	color: #e29e17;
}

.usertxt
{
	font: 13px/14px 'Open Sans' , Arial, sans-serif;
	color: #666;
	font-weight: bold;
	line-height: 19px;
	padding-left: 12px;
}

.txtbox
{
	font: 12px/15px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555555;
	border: 1px #d2d2d2 solid;
	width: 160px;
	height: 22px;
	line-height: 22px;
	padding: 0px 12px 0px 12px;
	background-color: Transparent;
}

.forgotpass
{
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #3b75bf;
	font-weight: bold;
	padding-left: 12px;
	text-align: center;
}

.chairmanimg
{
	display: inline-block;
	float: left;
	width: 30%;
}

.chairmanmsg
{
	display: inline-block;
	width: 70%;
}

.chairmanmsg h6
{
	font: 13px 'Open Sans' , Arial, sans-serif;
	font-weight: bold;
	color: #424141;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
}

.pagecontent
{
	width: 990px;
	margin: 0px auto 10px auto;
	display: block;
	clear: both;
	padding: 0px;
}

.breadcrumb
{
	font-size: 12px;
	border-bottom: 1px solid #eee;
	padding: 10px;
	background: #eee;
	float: left;
	width: 970px;
	position: relative;
	overflow: hidden;
	margin: 5px 0px 0px;
}

.breadcrumb span
{
	float: left;
	padding-right: 5px;
}

.breadcrumb ul
{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

.breadcrumb ul li
{
	margin: 0;
	padding: 0;
	float: left;
	background: url(images/arrow.gif) no-repeat 0 7px;
	display: inline;
	padding: 0px 7px;
	text-transform: capitalize;
}

.breadcrumb li:first-child
{
	padding: 0 10px 0 0;
	background: none;
}

.breadcrumb li a.current
{
	padding-left: 5px;
	font-weight: bold;
	color: #000;
}

.breadcrumb li a
{
	color: #999999;
	text-decoration: none;
}

.breadcrumb li a:hover
{
	color: #ec2127;
	text-decoration: none;
}

.page_content
{
	width: 750px;
	display: inline-block;
	float: left;
	padding-top: 10px;
}

.page_content h5
{
	margin-bottom: 10px;
	text-align: left;
	font-size: 15px;
	line-height: 22px;
	color: #ef4c2d;
	display: block;
	clear: both;
}

.page_content h4
{
	margin-bottom: 10px;
	text-align: left;
	font-size: 15px;
	line-height: 22px;
	color: #333;
	display: block;
	clear: both;
}

.page_content h4 span
{
	color: #666;
	font-weight: normal;
}
.page_content p
{
	font-family: 'Open Sans' , Arial, sans-serif;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: justify;
	padding-right: 20px;
}

.page_images
{
	width: 240px;
	display: inline-block;
	float: left;
	padding-top: 10px;
}
.img-thumb
{
	margin-top: 15px;
}

.order-list-disc
{
	font: 12px 'Open Sans' , Arial, sans-serif;
}

.order-list-disc li
{
	list-style-type: disc;
	margin-left: 30px;
	line-height: 18px;
	color: #424141;
	padding: 2px 0px;
}
.headerimg
{
}
.contact-left
{
	width: 50%;
	float: left;
	display: inline-block;
}
.contact-right
{
	width: 49%;
	display: inline-block;
}

.brochure
{
	display: block;
	width: 157px;
	height: 35px;
	background: url(Images/download-buttons.png) no-repeat;
}
.brochure:hover
{
	background: url(Images/download-buttons.png) 0px -50px no-repeat;
}


.Bommaschooltextbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	border: 1px #aaaaaa solid;
	width: 160px;
	height: 19px;
	line-height: 19px;
	background-color: #ffffff;
}
.Bommaschoolloginbtn
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	border: 1px #aaa solid;
	width: 60px;
	height: 18px;
	background-color: #dfdfdf;
}
