@charset "utf-8";
/* CSS Document */

	
/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	border: 0px;
	padding: 0px;
	background-color: #212121;
	height: 165px;
	margin: 0px;
	list-style: none;
	width: 196px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	position: relative;
	border: 0px;
	font: normal 11px arial, sans-serif;
	text-decoration: none;
	color: #eeeeee;
	padding: 0px;
	display: block;
	cursor: pointer;
	width: 196px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0% 0 0 95%;
	padding: 0;
	list-style-type: none;
	border: 1px solid #454545;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 196px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 196px;
	
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	0px;
}
/* light background */
ul li.studentlight a:link, ul li.studentlight a:visited
{
	display: block;
	cursor: pointer;
	background-color: #333333;
	color: #EEE;
	text-decoration: none;
	padding: 8px 0px 0px 12px;
	height: 24px;
}

/* dark background */
ul li.studentdark a:link, ul li.studentdark a:visited
{
	display: block;
	cursor: pointer;
	background-color: #212121;
	color: #EEE;
	text-decoration: none;
	padding: 8px 0px 0px 12px;
	height: 24px;
}

ul li.studentlighti a:link, ul li.studentlighti a:visited
{
	display: block;
	cursor: pointer;
	background-color: #333333; 
	color: #EEE;
	text-decoration: none;
	padding: 8px 0px 0px 12px;
	height: 24px;
}

/* dark background */
ul li.studentdarki a:link, ul li.studentdarki a:visited
{
	display: block;
	cursor: pointer;
	background-color: #212121; 
	color: #EEE;
	text-decoration: none;
	padding: 8px 0px 0px 12px;
	height: 24px;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul li.studentdark a:hover, ul li.studentlight a:hover, ul li.studentdarki a:hover, ul li.studentlighti a:hover
{
	background-color: #454545;
	color: #eeeeee;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #212121;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
 
.studentsplash {
	width: 186px;
	display: block;
	margin: 0px;
	padding: 7px 0px 7px 14px;
	height: 16px;
	color: #ffffff;
	font: bold 11px arial, helvetica, sans-serif;
	background-image: url(/students/imgs/topleft.jpg);
	background-repeat: no-repeat;
	}

.studentheader {
	color: #ffffff;
	font: bold 11px arial, sans-serif;
	background-color: #000000;
	padding: 7px 0px 7px 20px;
	height: 22px;
	margin: 5px 0px 0px 0px;
	border: 0px;
	background-image: url(/shared/student/student-h1.jpg);
	background-repeat: no-repeat;
	
}

.studentContentBox {
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-color: #eeeeee;
	background-image: url(/shared/student/woman-background.jpg);
	background-repeat: no-repeat;
	}
	
.studentContentBox p  {
	position: relative;
	line-height: 1.5em;
	margin: 0px;
	padding: 5px 15px;
	}

.studentContentBox ol, .studentContentBox ul {
	position: relative;
	}
	
.studentContentBox ul li {
	list-style-image: url(/img/new/bullet.gif);
	padding: 2px 15px;
	line-height: 1.5em;
}

.studentContentBox ol li {
	padding-top: 2px;
	line-height: 1.5em;
	padding-right: 15px;
	padding-bottom: 2px;
}

#studentTip {
	position: absolute;
	width: 500px;
	top: 0px;
	left: 140px;
	z-index: 1000;
	display: none;
	border: 1px solid #fd1b14;
	background-color: #dddddd;
	}
	
#steps {
	position: absolute;
	width: 500px;
	top: 15px;
	left: 15px;
	z-index: 1000;
	display: none;
	border: 1px solid #fd1b14;
	background-color: #dddddd;
	}

#studentSubmit {
	width: 100px;
	height: 100px;
	background-image: url(/shared/student/submit-button.gif);
	background-color: transparent;
	border: 0px;
	margin: 0px;
	}

.bmBox {
	z-index: 1010;
	background-color: #121212;
	width: 220px;
	color: #eeeeee;
	float: left;
	display: inline;
	margin: 15px;
	}
	
.anchorH1student {
	color: #ffffff;
	font: bold 11px arial, sans-serif;
	background-color: #000000;
	padding: 7px 0px 7px 20px;
	width: 640px;
	height: 22px;
	margin: 5px 0px 0px 0px;
	background-image: url(/shared/student/anchorH1.jpg);
	background-repeat: no-repeat;
}

#anchorMenuStudent {
	width: 760px;
	height: 37px;
	background-image: url(/shared/student/subnav.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 5px 0px 0px 0px;
	}

#anchorMenuStudent p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	}

#anchorMenuStudent a:link, #anchorMenuStudent a:visited {
	color: #eeeeee;
	}

#anchorMenuStudent a:hover {
	color: #ffffff;
	}
	
.anchorTopH1Student {
	color: #ffffff;
	font: bold 11px arial, sans-serif;
	background-color: #000000;
	padding: 7px 0px 7px 20px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	background-image: url(/shared/student/student-h1.jpg);
	background-repeat: no-repeat;
	}

	

