@charset "utf-8";

/* reset CSS defaults */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	line-height: 1.5;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}



/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* End of reset CSS defaults */

body  {
	font: 100%/1.5 Candara, "Trebuchet MS", Arial, Helvetica;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: #7f8c6c;
}
a:visited {
	color: #7f8c6c;
}
a:hover, a:active, a:focus {
	color: #473743;
}


h1, h2, h3, h4, h5, h6 {
	color: #7f8c6c;
	padding-left: 15px;
	padding-right: 20px;
}

h1 {
	font: 130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7f8c6c;
}
h2 {
	font: 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font: 115% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	font: 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {
	font: 105% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	font-size: 0.8em;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5;
}

 #container {
	width: 980px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #773E21;
	border-left: 1px solid #773E21;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #773E21;
	border-bottom-color: #773E21;
	position: relative;
	
} 
#container #footer .footer_p a:hover {
	text-decoration: underline;
}
 #header {
	background: #FFF url(../banner%20detail/banner_new.jpg) no-repeat left top;
	height: 200px;
} 
#container .overhang {
	position: absolute;
	right: 832px;
	z-index: 9999;
	top: 0px;
}
#nav {
	padding-top: 250px;
	margin-left: 50px;
}
#nav .bhanoyi {
	background: url(../banner%20detail/banner_bs.gif) no-repeat left top;
	text-indent: -10000;
	visibility: hidden;
}


#wrapper {
	padding: 100px 0px 0px;
}


#mainContent {
	margin-right: 250px;
	margin-left: 270px;
	width: 445px;
	padding-left: 0px;
	padding-right: 8px;
	background: url(../content%20detail/main_panel_middle.gif) repeat-y left top;
}


 #mainContent .top {
	background: transparent url(../content%20detail/main_panel_top.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -10000px;
	padding: 0px;
	height: 14px;
}
 
  #mainContent .middle {
	background:url(../content%20detail/main_panel_middle.gif) repeat-y left;
	padding-right: 10px;
	padding-left: 10px;
}
#mainContent .bottom {
	background: transparent url(../content%20detail/main_panel_bottom.gif) no-repeat left bottom;
	text-indent: -10000px;
	overflow: hidden;
	height: 20px;
}
.calendar {
	height: 170px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
}

#mainContentlg {
	margin-right: 10px;
	margin-left: 280px;
	width: 680px;
	padding-left: 0px;
	padding-right: 10px;
	background: url(../content%20detail/main_panel_middle_lg.gif) repeat-y left top;
}
#mainContentlg p {
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
}
#mainContentlg .top {
	background: transparent url(../content%20detail/main_panel_top_lg.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -10000px;
	padding: 0px;
	height: 14px;
}
#mainContentlg .middle {
	padding-right: 10px;
	padding-left: 10px;
}
#mainContentlg .middle p {
	padding: 0px 10px 5px;
	line-height: 1.7;
	font-size: 90%;
}
#mainContentlg .middle h6 {
	padding: 10px 20px 0px;
}
#mainContentlg .middle h1 {
	padding: 5px 20px;
}
#mainContentlg .middle ul li {
	padding-left: 20px;
	font-size: 0.8em;
}
#mainContentlg .middle ul {
	font-weight: bold;
	color: #7f8c6c;
	padding-left: 20px;
	margin-left: 20px;
}
#mainContentlg .middle table {
	margin-left: 1em;
	font-size: 0.8em;
	margin-right: 1em;
	padding-bottom: 10px;
}

#mainContentlg .middle table h2 {
	padding-left: 0px;
	font-size: 150%;
}
#mainContentlg .middle td {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#mainContentlg .middle ul li {
	padding-left: 20px;
	padding-right: 20px;
	font-size: .8em;
	list-style: circle;
}
#mainContentlg .bottom {
	background: transparent url(../content%20detail/main_panel_bottom_lg.gif) no-repeat left bottom;
	text-indent: -10000px;
	overflow: hidden;
	height: 25px;
}
#mainContentlg table {
	margin-left: 2em;
	padding-right: 10px;
	margin-right: 0em;
}
#mainContentlg table h7 {
	font-size: 1em;
	color: #7F8C6C;
	border-bottom: 1px solid #7F8C6C;
	text-align: center;
	vertical-align: top;
}
#mainContentlg table p {
	font-size: .9em;
}


#mainContentxlg {
	margin-left: 10px;
	width: 960px;
	background: url(../content%20detail/main_panel_middle_xlg.gif) repeat-y left top;
}
#mainContentxlg .top {
	background: transparent url(../content%20detail/main_panel_top_xlg.gif) no-repeat left top;
	overflow: hidden;
	text-indent: -10000px;
	padding: 0px;
	height: 22px;
}
#mainContentxlg .middle {
	padding-right: 10px;
	padding-left: 10px;
}
#mainContentxlg .bottom {
	background: transparent url(../content%20detail/main_panel_bottom_xlg.gif) no-repeat left bottom;
	text-indent: -10000px;
	overflow: hidden;
	height: 26px;
	padding-right: 0px;
	padding-left: 0px;
}
#mainContentxlg .middle p {
	padding: 10px 20px 5px;
	line-height: 1.7;
}
#mainContentxlg .middle h1 {
	padding: 5px 20px;
}
#mainContentxlg .middle td {
	padding-right: 10px;
	padding-left: 10px;
}
#mainContent .middle p img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContentlg .middle iframe {
	text-align: center;
	padding-top: 10px;
	padding-left: 20px;
	margin-left: 20px;
}
#mainContentlg .boys {
	float: left;
	width: 300px;
	margin-top: 40px;
}
#mainContentlg .girls {
	float: right;
	width: 310px;
	margin-right: 15px;
}








 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 8px 15px 8px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 p {
	font-size: 0.8em;
	line-height: 1.5;
	padding-top: 1em;
}
#sidebar1 a {
	padding-left: 0px;
}
#sidebar1 a img {
	padding-left: 3px;
}
#sidebar1 table {
	font-size: .7em;
}
#sidebar1 h2 , #sidebar2 h2{
	color: #FFF;
	background: #773E21;
	text-align: center;
}
#sidebar1 p textarea , input{
	margin: 0px;
	width: 210px;
}
#sidebar1  img {
	margin: 0px;
	padding: 0px;
}

 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 8px 15px;
}
#sidebar2 p {
	font-size: 0.8em;
	padding-top: 2em;
}
#sidebar2 table {
	font-size: 0.7em;
	text-align: left;
}





 #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent url(../footer/footer.gif) no-repeat left bottom;
	height: 80px;
	position: relative;
	font: .8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #773E21;
} 
#footer .footerdetail {
	position: absolute;
	bottom: 20px;
}
#footer .footer_p a {
	text-decoration: none;
	color: #666;
}

#footer .footer_p {
	margin-left: 230px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.dropcap {
	font: 5em/.85em Georgia, "Times New Roman", Times, serif;
	color: #7f8c6c;
	padding-top: 0.03em;
	padding-right: 0.1em;
	float: left;
}
.degree_symbol {
	font-size: 0.5em;
	vertical-align: top;
}
.middle ol {
	font-size: .8em;
	padding-right: 10px;
	padding-left: 10px;
}
.middle ol li {
	list-style: decimal;
	margin-left: 20px;
	font-size: 100%;
}
fieldset {
	padding: .8em 0px .8em .8em;
	border: 2px solid #666;
	margin: .8em;
}
label {
	display: block;
	margin-top: 0.5em;
	font-size: 0.9em;
}
.label_inline {
	padding-right: 20px;
}
.input_textarea {
	display: inline;
	width: 1em;
	border-style: none;
}
.input_textarea_lg {
	display: inline;
	width: 4em;
	border-style: none;
}

input, textarea {
	padding: 0.2em;
	width: 21em;
	border-top: 1px solid #7f8c6c;
	border-right: 1px solid #c8d9b0;
	border-bottom: 1px solid #c8d9b0;
	border-left: 1px solid #7f8c6c;
	background: #e0eccf;
	margin-right: 0.8em;
	margin-left: 0.8em;
	vertical-align: top;
}



input:focus, textarea:focus {
	background: #f5f9f0;
}
textarea {
	height: 8em;
	font: .8em Arial, Helvetica, sans-serif;
}
legend {
	font-size: 1.2em;
}
#submit {
	border-top: 2px solid #7f8c6c;
	border-right: 2px solid #c8d9b0;
	border-bottom: 2px solid #c8d9b0;
	border-left: 2px solid #7f8c6c;
	width: 5em;
	background: #EFF4E9;
	margin-top: .8em;
	margin-left: .8em;
}
#reset {
	border-top: 2px solid #7f8c6c;
	border-right: 2px solid #c8d9b0;
	border-bottom: 2px solid #c8d9b0;
	border-left: 2px solid #7f8c6c;
	width: 5em;
	background: #EFF4E9;
	margin-top: 0.8em;
	margin-left: 0.8em;
}
.right_justify {
	text-align: right;
}
table, tr, td {
	border: 1px solid #7f8c6c;
}
.cell_background {
	background: #c8d9b0;
	border-bottom: 1px solid #c8d9b0;
}

.important {
	color: #F00;
}
.bold_subheader {
	font-size: 110%;
	font-weight: bolder;
}
