@charset "utf-8";
/* CSS Document */

body{
background-color:#2E3C51;
/*background-color:#0F2554;*/
color: #FDF7D7;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px;
margin:0px;
letter-spacing: 0.7px;
}

#pad {
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	width: 924px;
	background-color:#FDF7D7;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	clear: both;
	/*filter:alpha(opacity=50);*/
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #FDF7D7;
	border-right-color: #FDF7D7;
	border-left-color: #FDF7D7;
	border-bottom-color: #FDF7D7;
}





/*--------------------------header -----------------------------------------------*/
#header {
position:relative;
	background-color: #520F24;
	height: 82px;
}

#fhcaTenYr{
	position:absolute;
	margin-left:-11px;
	margin-top:-10px;
	width:173px;
	height:165px;
	z-index:1100;
	background-image: url(../i/logo10yr.png);
	background-repeat: no-repeat;
	
	
}

#SchoolName{
	position:absolute;
	margin-left:11px;
	margin-top:0px;
	width:757px;
	height:77px;
	z-index:1101;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	left: 156px;
	top: 2px;
	
	
	
}

#loginBox{

	height:130px;
	background-image: url(/i/Login.png);
	overflow: hidden;



}












#flashPlaceHolder{
	position:relative;
	height: 351px;
	width:924px;
	background-image:url(../i/home_image.jpg);
	z-index: 0;
	overflow: hidden;
}

#nav {
	position:relative;
	height: 30px;
	z-index:1000;
	width: 100%;
	padding-left: 12em;

	
	}
	

	
#midWay
{
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	width: 924px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow-x:hidden;
	overflow-y:hidden;
	clear: both;
	background-color: #98A2AB;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FDF7D7;
	border-bottom-color: #FDF7D7;
	border-left-color: #FDF7D7;
	position: relative;
	background-image: url(/i/theme/midwaybg.jpg);
	background-repeat: repeat-x;
	

}
	
	.MidWayContainer{
	min-width:95%;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
td.midWay {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #037CBC;
}




A.nav:link
 {
text-decoration:none; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif;

font-size:11px;
}
A.nav:visited 
{
text-decoration:none; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif;

font-size:11px;
}
A.nav:active {text-decoration: none; color: #ffffff9;}

A.nav:hover 
{
text-decoration:underline; 
color:#ffffff; 
font-family: Arial, Helvetica, sans-serif;

font-size:11px;
}






A.TabLink:link
 {
text-decoration:none; 
color:#5E6D7B; 
font-family: Arial, Helvetica, sans-serif;

font-size:12px;
}
A.TabLink:visited 
{
text-decoration:none; 
color:#5E6D7B; 
font-family: Arial, Helvetica, sans-serif;

font-size:12px;
}
A.TabLink:active {text-decoration: none; color: #5E6D7B;}

A.TabLink:hover 
{
text-decoration:underline; 
color:#5E6D7B; 
font-family: Arial, Helvetica, sans-serif;
text-decoration:underline; 
font-size:12px;
}











#navbar {
	margin: 0;
	padding: 0;
	height: 1em; }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 7px 15px;
    border-right: 1px solid #000000;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	text-decoration: none; }
#navbar li ul {
	display: none; 
	width: 5em; /* Width to help Opera out */
	background-color: #ffffff;}
#navbar li:hover ul, #navbar li.hover ul {
	background-color: #EBECEE;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	width:125px;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	color: #666666;
	font-size:12px;
	padding:4px 30px 4px 10px;
}
#navbar li li a:hover {
	background-color: #EBECEE; }


