@charset "UTF-8";
/* CSS Document */

/*-- Style For HTML BODY                   */ 
body {
	background-image:url(static/doc_top_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #82587e;
	text-decoration: none;
	font-weight: bold;
}
.subLinks a:visited {
	color: #FF8D1B;
	text-decoration: none;
	font-weight: bold;
}
.subLinks a:link {
	color: #FF8D1B;
	text-decoration: none;
	font-weight: bold;
}
.subLinks a:hover {
	color: #82587e;
	text-decoration: none;
	font-weight: bold;
}
/*-- Style For Container                   */ 

#wrapper {
	padding-bottom: 25px;
	top: 0px;
	left: 50%;
	margin-left:-505px;
	position: absolute;
	width: 1024px;
}
#header {
	height: 117px;
	width: 1024px;
}
#login-area {
	position: relative;
	height: 30px;
	width: 140px;
	top: 0px;
	left: 870px;
}

/*-- Style For Global Navi                   */ 

#globalnav {
	background-image: url(static/global_nav_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: center;
	height: 36px;
	width: 1021px;
	padding-top: 15px;
	padding-left: 3px;
}
#global1 {
	height: 19px;
	width: 143px;
	left: 2px;
	top: 135px;
	position: absolute;
	float: right;
}
#global2 {
	height: 19px;
	width: 143px;
	left: 148px;
	top: 135px;
	position: absolute;
	float: right;
}
#global3 {
	height: 19px;
	width: 143px;
	left: 294px;
	top: 135px;
	position: absolute;
	float: right;
}

#global4 {
	height: 19px;
	width: 143px;
	left: 440px;
	top: 135px;
	position: absolute;
	float: right;
}

#global5 {
	height: 19px;
	width: 143px;
	left: 586px;
	top: 135px;
	position: absolute;
	float: right;
}

#global6 {
	height: 19px;
	width: 143px;
	left: 732px;
	top: 135px;
	position: absolute;
	float: right;
}

#global7 {
	height: 19px;
	width: 143px;
	left: 878px;
	top: 135px;
	position: absolute;
	float: right;
}

/*-- Styles For Content Area                  */ 

#content_area {
	width: 1009px;
	background-color: #000000;
	padding-left: 15px;	
	min-height:206px;

}
#home_flash_full_width {
	height: 278px;
	width: 994px;
}
#home_other_links {
	height: 206px;
	width: 994px;
}
#forum_holder {
	float: left;
	height: 205px;
	width: 332px;
}
#meet_teachers_holder {
	float: right;
	height: 205px;
	width: 662px;
}
#site_content {
		width: 994px;
		min-height:206px;
}
#site_content_right {
	width: 662px;
	min-height:206px;
	margin-left: 330px;
}
.bold_italic {
	font-style: italic;
	font-weight: bold;
	color: #FF8D1B;
}
.location_headers {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
}
.section_headers {
	font-size: 20px;
	font-weight: bold;
	color: #FF8D1B;
}
#second_level {
	float: left;
	width: 320px;
	background-image: url(static/2_lev/2lev_bg.gif);
	margin-top: 40px;
}
#second_level2 {
	float: left;
	width: 320px;
	padding-top: 20px;
	background-color: #000000;
}
#level2_bottom {
	position: relative;
	left: 0;
	bottom: 0;
}
.text_2lev {
	color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
}
/*-- Style for contact forms --*/
.textA { border:1px ##FF8D1B solid; width:250px; color:#000000; padding: 2px 5px 2px 5px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; margin: 0; }
.query { border:1px ##FF8D1B solid; width:250px; height:250px; color:#000000; padding: 2px 5px 2px 5px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; margin: 0; }

/*-- Style For Footer                  */ 

#footer {
	background-image: url(static/footer.jpg);
	height: 56px;
	width: 1024px;
	position: static;
	left: 0px;
	bottom: 0px;
}
#site-info {
	font-size:0.8em;
	margin: 10px 0 10px 0;
	color: #FF8D1B;
	text-align: center;
}
#site-info a:visited {
	color: #82587e;
	text-decoration: none;
}
#site-info a:link {
	color: #82587e;
	text-decoration: none;
}
#site-info a:hover {
	color: #FF8D1B;
	text-decoration: none;
}