/* common styling */

body, td {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:16px;

}

#wrapper {
width:954px;
}


#header {
	background-image: url(../i/bg_header.jpg);
	background-color:#7DA9C4;
	background-repeat: no-repeat;
	background-position: right top;
	/*width:952px;*/
	margin:0 auto;
	text-align:left;
}

.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F79926;
	font-size:12px;
	margin-bottom:4px;
}

.headline2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #38ABDF;
	font-size:12px;
	margin-bottom:4px;
}

a, a:link, a:visited {

	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F79926;
	font-size:12px;
	text-decoration:none;
}

a:hover {
text-decoration:underline;
}

a:link img {
	border:none;
}

/* set up the overall width of the menu div, the font and the margins */

.menu {
font-family: verdana, helvetica, sans-serif; 
width:952; 
margin:0; 
margin0;
text-transform:uppercase;
background: #999;
height:30px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
text-transform:uppercase;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:120px; 
height:30px; 
color:#fff; 
line-height:30px; 
font-size:10px;
background: #999 url(../i/bg_li_school.gif) repeat-y;

}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
background:#999 url(../i/bg_li_school.gif) repeat-y;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:30px; 
left:0; 
border:1px solid #ffffff;
border-top:none;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#999; 
color:#fff;
text-align:left;
text-indent: 12px;
}

.white {
font-size:11px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

.footer {
font-size:10px;
color:#999999;
font-family:Arial, Helvetica, sans-serif;
}

a.learnmore, a.learnmore:link, a.learnmore:visited {

	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

a.learnmore:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;	
	font-size:12px;
	text-decoration:underline;
}

a.blue, a.blue:link, a.blue:visited {

	font-family:Arial, Helvetica, sans-serif;
	color:#38ABDF;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
}

a.blue:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#F79926;
	font-weight:normal;	
	font-size:12px;
	text-decoration:underline;
}


a.white, a.white:link, a.white:visited {

	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}

a.white:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFF00;
	font-weight:normal;	
	font-size:11px;
	text-decoration:underline;
}