@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Horizontal Rules */
.hrSolid {
	border-bottom:#CCCCCC solid 1px;
	margin:1em 0;
}

.hrDotted {
	border-bottom:#CCCCCC dotted 1px;
	margin:1em 0;
}

/* Header Styles */
#headerTop {
	background:#a62e4c url(../images/bkg_header1.jpg) center no-repeat;
	height:100px;
}
#headerBottom {
	background:#ffffff url(../images/bkg_header2.jpg) center no-repeat;
	height:20px;
}

/* Footer Styles */
#footerBarWrapper {
	background:#a62e4c;
}
#footerBar {
	background:#a62e4c;
	width:725px;
	margin-left:auto;
	margin-right:auto;
	min-height:43px;
}
#footerDivider {
	background:#ffffff;
	height:5px;
	border-bottom:#2e58d5 solid 2px;
}
#footerWrapper {
	background:#ffffff;
}
#footer {
	background:#ffffff;
	width:725px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0;
	font-size:90%;
}
#footer a {
	color:#2e58d5;
	text-decoration:none;
}
#footer  a:hover {
	color:#2e58d5;
	text-decoration:underline;
}

/* Content Styles */
#contentWrapper {
	background:#ffffff;
}
#contentHome {
	background:#ffffff;
	width:725px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
}
#content {
	background:#ffffff;
	width:725px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
}

/* Home Content Menu Styles */
#menuHomeWrapper {
 	background:#ffffff;
}
#menuHome {
	background:#ffffff;
	width:725px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
#menuHomeTable td {
	padding:0;
	margin:0;
}
.menuHomeButton {
	border-right:#FFFFFF solid 1px;
}

/* Home Boxes Styles */
#boxesHomeWrapper {
	background:#ffffff;
}
#boxesHome {
	background:#ffffff;
	width:725px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0;
	font-size:95%;
}

/* Box 1 Styles */
#boxHome1Wrapper {
	float:left;
	width:460px;
	background:#CCCCCC;
}
#boxHome1Top {
	background:#CCCCCC url(../images/corner_gray_tr.gif) top right no-repeat;
}
#boxHome1Bottom {
	background:#CCCCCC url(../images/corner_gray_br.gif) top right no-repeat;
}
#boxHome1 {
	background:#CCCCCC;
	padding:10px;
	height:120px;
}
#boxHome1 h1 {
	font-size:16px;
	margin:0 0 0.5em 0;
}
#boxHome1 p {
	margin:0;
	line-height:1.6em;
}

/* Box 2 Styles */
#boxHome2Wrapper {
	float:right;
	width:260px;
}
#boxHome2Top {
	background:#a62e4c url(../images/corner_red_tr.gif) top right no-repeat;
}
#boxHome2Bottom {
	background:#a62e4c url(../images/corner_red_br.gif) top right no-repeat;
}
#boxHome2 {
	background:#a62e4c;
	height:140px;
}

/* Section Content Styles */
#sectionWrapper {
	float:right;
	width:575px;
}
.section {
	padding:0 10px 40px 10px;
}
.section p {
	font-size:100%;
	line-height:1.6em;
	margin:0 0 0.6em 0;
}
.section h1 {
	font-size:160%;
	margin:0 0 0.2em 0;
}
.section h2 {
	font-size:140%;
	margin:0 0 0.2em 0;
}
.section h3 {
	font-size:120%;
	margin:0.5em 0 0.5em 0;
}
.section h4 {
	font-size:110%;
	margin:1em 0 0.2em 0;
}
.section a {
	color:#a62e4c;
	text-decoration:none;
}
.section  a:hover {
	color:#a62e4c;
	text-decoration:underline;
}
.sectionHeader {
	padding-bottom:0.5em;
}

/* Section Content Menu Styles */
#sectionMenuWrapper {
	float:left;
	padding-top:4px;
}
#menuSideTable td {
	padding:0;
	margin:0;
}
.menuSideButton {
	border-bottom:#FFFFFF solid 1px;
}

/* Apply Now Button */
.applyButton {
	float:right;
	padding:10px 0;
}

/* Why Scholl Hidden Divs */
#whyHide01, #whyHide02, #whyHide03 {
	display:none;
}

/* FAQs Hidden Divs */
#faqsHide01, #faqsHide02, #faqsHide03, #faqsHide04, #faqsHide05, #faqsHide06, #faqsHide07, #faqsHide08, #faqsHide09, #faqsHide10, #faqsHide11, #faqsHide12, #faqsHide13, #faqsHide14 {
	display:none;
	padding:0 50px 0 20px;
}

/* Admission Table Styles */
.admissionTableWrapper {
	padding:1em;
	margin-bottom:1em;
	background:#a62e4c;
	text-align:center;
}
.admissionTable td {
	padding:10px;
	color:#FFFFFF;
	background:#a62e4c;
	font-weight:bold;
	border-bottom:#993333 solid 1px;
	border-right:#993333 solid 1px;
	text-align:left;
}
.admissionTableBorderLeft {
	border-left:#993333 solid 1px;
}
.admissionTableBorderTop {
	border-top:#993333 solid 1px;
}

.bloggerPhoto {
 	float:left;
	margin:3px 10px 10px 0;
	padding:3px;
	border:#CCCCCC solid 1px;
}

.sectionPhoto {
	float:right; margin:0px 0 0 10px; padding:5px; border:#CCCCCC solid 1px;
}

.galleryTable img {
	padding:5px; border:#CCCCCC solid 1px;
}

.galleryTable th {
 	padding:5px 0 15px 0;
}

