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

/*-------------divs-------------------*/
body {
	margin:0;
	padding:0;
	background-color:#000000;	
}

#container {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

#indexmainnav {
	width:1200px;
	float:left;
	margin-top:-6px;
	margin-bottom:-13px;
}

#aboutusmainnav {
	width:1200px;
	float:left;
	margin-top:-6px;
	margin-bottom:-13px;
}

#mainnav {
	width:1200px;
	float:left;
	margin-top:-6px;
	margin-bottom:6px;
}

#indexsidenav {
	float:left;
	margin-top:-19px;
}
	
#sidenav {
	float:left;
	margin-top:-19px;
}

#tabs {
	float:left;
	margin-top:-19px;
}

#indexcontent {
	float:left;
	margin-top:-19px;
}

#maincontent {
	float:left;
	width:705px;
}

#fromthehead_maincontent {
	width: auto;
	height:auto;
}

#sidebar {
	width: 217px;
	height:auto;
}

#indexfeatures {
	float:left;
	margin-top:-42px;
}

#indexsidebarfeatures {
	float:left;
	margin-top:-19px;
}

#articlefeatures {
	float:left;
	margin-top:-169px;
}

#givingfeatures {
	float:left;
	margin-top:-42px;
}

#theprogramfeatures {
	float:left;
	margin-top:-42px;
}

#admissionfeatures {
	float:left;
	margin-top:-42px;
}

#ourcommunityfeatures {
	float:left;
	margin-top:-42px;
}

#features {
	float:left;
	margin-top:-42px;
}

#articlelist {
	float:left;
}

a img {
	border: medium none;
}

#margin {
	float:left;
}

#reportlink {
	float:left;
}

#spaceafterlink {
	float:left;
}

#blocks {
	display: inline-block;
}

/*-------------MAIN NAV----------------*/
#aboutus
{
  display: inline-block;
  width: 177px;
  height: 63px;
  background:url(Images%20-%20index.html/hovers/aboutus.jpg) no-repeat 0 0;

}

#aboutus:hover
{ 
  background-position: 0 -63px;
}

#aboutus span
{
  display: none;
}

#theprogram
{
  display: inline-block;
  width: 217px;
  height: 63px;
  background:url(Images%20-%20index.html/hovers/theprogram.jpg) no-repeat 0 0;

}

#theprogram:hover
{ 
  background-position: 0 -63px;
}

#theprogram span
{
  display: none;
}

#admission
{
  display: inline-block;
  width: 200px;
  height: 63px;
  background:url(Images%20-%20index.html/hovers/admission.jpg) no-repeat 0 0;

}

#admission:hover
{ 
  background-position: 0 -63px;
}

#admission span
{
  display: none;
}

#ourcommunity
{
  display: inline-block;
  width: 238px;
  height: 63px;
  background:url(Images%20-%20index.html/hovers/ourcommunity.jpg) no-repeat 0 0;

}

#ourcommunity:hover
{ 
  background-position: 0 -63px;
}

#ourcommunity span
{
  display: none;
}

#giving
{
  display: inline-block;
  width: 151px;
  height: 63px;
  background:url(Images%20-%20index.html/hovers/giving.jpg) no-repeat 0 0;

}

#giving:hover
{ 
  background-position: 0 -63px;
}

#giving span
{
  display: none;
}

#insidesaas
{
  display: inline-block;
  width: 217px;
  height: 63px;
  background:url(Images%20-%20index.html/hovers/insidesaas.jpg) no-repeat 0 0;

}

#insidesaas:hover
{ 
  background-position: 0 -63px;
}

#insidesaas span
{
  display: none;
}

/*------------drop downs---------------*/

.aboutus_dropdown_menu,
.aboutus_dropdown_menu ul { /* all lists */
	padding: 0 0 0 0;
	margin-top: -4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style: none;
	line-height: 1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.aboutus_dropdown_menu a {
	width: auto;
	display: block;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.aboutus_dropdown_menu a:hover {
	width: auto;
	display: block;
	color: red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}

.aboutus_dropdown_menu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	display:inline; /*inline*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top:10px;
	padding-bottom:10px;
	
}

.aboutus_dropdown_menu li ul { /* second-level lists */
	position: absolute; /*absolute*/
	background: black;
	
	 /*width: 12em;*/
    width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: table-row;
	line-height: 1;
}

.aboutus_dropdown_menu li ul a:hover {
	color:red;
}

/* third-and-above-level lists */
.aboutus_dropdown_menu li ul ul { 
	margin: -1em 0 0 10em;
	display: block; /* inline*/
}

.aboutus_dropdown_menu li ul li {
	clear:left;
	width: 177px;
	padding-right: 0;
}

.aboutus_dropdown_menu li:hover ul li {
	float: center;
	width: auto; /* width needed or else Opera goes nuts */
	display: block;
	padding-left: 20px;
	padding-right:0px;	
}

.aboutus_dropdown_menu li:hover ul ul,
.aboutus_dropdown_menu li:hover ul ul ul,
.aboutus_dropdown_menu li.sfhover ul ul,
.aboutus_dropdown_menu li.sfhover ul ul ul {
	left: -999em;
	float: center;
	display: table-row;
}

.aboutus_dropdown_menu li:hover,
.aboutus_dropdown_menu li.hover {
    
    position: relative; /*static*/
    display: block;
}

.aboutus_dropdown_menu li:hover ul,
.aboutus_dropdown_menu li li:hover ul,
.aboutus_dropdown_menu li li li:hover ul,
.aboutus_dropdown_menu li.sfhover ul,
.aboutus_dropdown_menu li li.sfhover ul,
.aboutus_dropdown_menu li li li.sfhover ul{ /* lists nested under hovered list items */
	left: 0px;
	display: block; /*inline*/
	width: 177px;
	padding-bottom: 2px;
	padding-top: 0px;
}

.theprogram_dropdown_menu,
.theprogram_dropdown_menu ul { /* all lists */
	padding: 0 0 0 0;
	margin-top: -4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style: none;
	line-height: 1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.theprogram_dropdown_menu a {
	width: auto;
	display: block;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.theprogram_dropdown_menu a:hover {
	width: auto;
	display: block;
	color: red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.theprogram_dropdown_menu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	display:inline; /*inline*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top:10px;
	padding-bottom:10px;
	
}

.theprogram_dropdown_menu li ul { /* second-level lists */
	position: absolute; /*absolute*/
	background: black;
	
	 /*width: 12em;*/
    width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: table-row;
	line-height: 1;
}

.theprogram_dropdown_menu li ul a:hover {
	color:red;
}

/* third-and-above-level lists */
.theprogram_dropdown_menu li ul ul { 
	margin: -1em 0 0 10em;
	display: block; /* inline*/
}

.theprogram_dropdown_menu li ul li {
	clear:left;
	width: 217px;
	padding-right: 0;
}

.theprogram_dropdown_menu li:hover ul li {
	float: center;
	width: auto; /* width needed or else Opera goes nuts */
	display: block;
	padding-left: 20px;	
}

.theprogram_dropdown_menu li:hover ul ul,
.theprogram_dropdown_menu li:hover ul ul ul,
.theprogram_dropdown_menu li.sfhover ul ul,
.theprogram_dropdown_menu li.sfhover ul ul ul {
	left: -999em;
	float: center;
	display: table-row;
}

.theprogram_dropdown_menu li:hover,
.theprogram_dropdown_menu li.hover {
    
    position: relative; /*static*/
    display: block;
}

.theprogram_dropdown_menu li:hover ul,
.theprogram_dropdown_menu li li:hover ul,
.theprogram_dropdown_menu li li li:hover ul,
.theprogram_dropdown_menu li.sfhover ul,
.theprogram_dropdown_menu li li.sfhover ul,
.theprogram_dropdown_menu li li li.sfhover ul{ /* lists nested under hovered list items */
	left: 0px;
	display: block; /*inline*/
	width: 217px;
	padding-bottom: 2px;
	padding-top: 0px;
}

.admission_dropdown_menu,
.admission_dropdown_menu ul { /* all lists */
	padding: 0 0 0 0;
	margin-top: -4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style: none;
	line-height: 1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.admission_dropdown_menu a {
	width: auto;
	display: block;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.admission_dropdown_menu a:hover {
	width: auto;
	display: block;
	color: red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.admission_dropdown_menu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	display:inline; /*inline*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top:10px;
	padding-bottom:10px;
	
}

.admission_dropdown_menu li ul { /* second-level lists */
	position: absolute; /*absolute*/
	background: black;
	
	 /*width: 12em;*/
    width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: table-row;
	line-height: 1;
}

.admission_dropdown_menu li ul a:hover {
	color:red;
}

/* third-and-above-level lists */
.admission_dropdown_menu li ul ul { 
	margin: -1em 0 0 10em;
	display: block; /* inline*/
}

.admission_dropdown_menu li ul li {
	clear:left;
	width: 200px;
	padding-right: 0px;
}

.admission_dropdown_menu li:hover ul li {
	float: center;
	width: auto; /* width needed or else Opera goes nuts */
	display: block;
	padding-left: 20px;	
}

.admission_dropdown_menu li:hover ul ul,
.admission_dropdown_menu li:hover ul ul ul,
.admission_dropdown_menu li.sfhover ul ul,
.admission_dropdown_menu li.sfhover ul ul ul {
	left: -999em;
	float: center;
	display: table-row;
}

.admission_dropdown_menu li:hover,
.admission_dropdown_menu li.hover {
    
    position: relative; /*static*/
    display: block;
}

.admission_dropdown_menu li:hover ul,
.admission_dropdown_menu li li:hover ul,
.admission_dropdown_menu li li li:hover ul,
.admission_dropdown_menu li.sfhover ul,
.admission_dropdown_menu li li.sfhover ul,
.admission_dropdown_menu li li li.sfhover ul{ /* lists nested under hovered list items */
	left: 0px;
	display: block; /*inline*/
	width: 200px;
	padding-bottom: 2px;
	padding-top: 0px;
}

.ourcommunity_dropdown_menu,
.ourcommunity_dropdown_menu ul { /* all lists */
	padding: 0 0 0 0;
	margin-top: -4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style: none;
	line-height: 1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.ourcommunity_dropdown_menu a {
	width: auto;
	display: block;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.ourcommunity_dropdown_menu a:hover {
	width: auto;
	display: block;
	color: red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.ourcommunity_dropdown_menu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	display:inline; /*inline*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top:10px;
	padding-bottom:10px;
	
}

.ourcommunity_dropdown_menu li ul { /* second-level lists */
	position: absolute; /*absolute*/
	background: black;
	
	 /*width: 12em;*/
    width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: table-row;
	line-height: 1;
}

.ourcommunity_dropdown_menu li ul a:hover {
	color:red;
}

/* third-and-above-level lists */
.ourcommunity_dropdown_menu li ul ul { 
	margin: -1em 0 0 10em;
	display: block; /* inline*/
}

.ourcommunity_dropdown_menu li ul li {
	clear:left;
	width: 238px;
	padding-right: 0px;
}

.ourcommunity_dropdown_menu li:hover ul li {
	float: center;
	width: auto; /* width needed or else Opera goes nuts */
	display: block;
	padding-left: 20px;	
}

.ourcommunity_dropdown_menu li:hover ul ul,
.ourcommunity_dropdown_menu li:hover ul ul ul,
.ourcommunity_dropdown_menu li.sfhover ul ul,
.ourcommunity_dropdown_menu li.sfhover ul ul ul {
	left: -999em;
	float: center;
	display: table-row;
}

.ourcommunity_dropdown_menu li:hover,
.ourcommunity_dropdown_menu li.hover {
    
    position: relative; /*static*/
    display: block;
}

.ourcommunity_dropdown_menu li:hover ul,
.ourcommunity_dropdown_menu li li:hover ul,
.ourcommunity_dropdown_menu li li li:hover ul,
.ourcommunity_dropdown_menu li.sfhover ul,
.ourcommunity_dropdown_menu li li.sfhover ul,
.ourcommunity_dropdown_menu li li li.sfhover ul{ /* lists nested under hovered list items */
	left: 0px;
	display: block; /*inline*/
	width: 238px;
	padding-bottom: 2px;
	padding-top: 0px;
}

.giving_dropdown_menu,
.giving_dropdown_menu ul { /* all lists */
	padding: 0 0 0 0;
	margin-top: -4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style: none;
	line-height: 1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.giving_dropdown_menu a {
	width: auto;
	display: block;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.giving_dropdown_menu a:hover {
	width: auto;
	display: block;
	color: red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.giving_dropdown_menu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	display:inline; /*inline*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top:10px;
	padding-bottom:10px;
	
}

.giving_dropdown_menu li ul { /* second-level lists */
	position: absolute; /*absolute*/
	background: black;
	
	 /*width: 12em;*/
    width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: table-row;
	line-height: 1;
}

.giving_dropdown_menu li ul a:hover {
	color:red;
}

/* third-and-above-level lists */
.giving_dropdown_menu li ul ul { 
	margin: -1em 0 0 10em;
	display: block; /* inline*/
}

.giving_dropdown_menu li ul li {
	clear:left;
	width: 151px;
	padding-right: 20px;
}

.giving_dropdown_menu li:hover ul li {
	float: center;
	width: auto; /* width needed or else Opera goes nuts */
	display: block;
	padding-left: 20px;	
}

.giving_dropdown_menu li:hover ul ul,
.giving_dropdown_menu li:hover ul ul ul,
.giving_dropdown_menu li.sfhover ul ul,
.giving_dropdown_menu li.sfhover ul ul ul {
	left: -999em;
	float: center;
	display: table-row;
}

.giving_dropdown_menu li:hover,
.giving_dropdown_menu li.hover {
    
    position: relative; /*static*/
    display: block;
}

.giving_dropdown_menu li:hover ul,
.giving_dropdown_menu li li:hover ul,
.giving_dropdown_menu li li li:hover ul,
.giving_dropdown_menu li.sfhover ul,
.giving_dropdown_menu li li.sfhover ul,
.giving_dropdown_menu li li li.sfhover ul{ /* lists nested under hovered list items */
	left: 0px;
	display: block; /*inline*/
	width: 151px;
	padding-bottom: 2px;
	padding-top: 0px;
}

.quicklinks_dropdown_menu,
.quicklinks_dropdown_menu ul { /* all lists */
	padding: 0 0 0 0;
	margin-top: -4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style: none;
	line-height: 1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.quicklinks_dropdown_menu a {
	width: auto;
	display: block;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.quicklinks_dropdown_menu a:hover {
	width: auto;
	display: block;
	color: red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.quicklinks_dropdown_menu li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	display:inline; /*inline*/
	padding-left: 0px;
	padding-right: 0px;
	padding-top:10px;
	padding-bottom:10px;
	
}

.quicklinks_dropdown_menu li ul { /* second-level lists */
	position: absolute; /*absolute*/
	background: black;
	
	 /*width: 12em;*/
    width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: table-row;
	line-height: 1;
}

.quicklinks_dropdown_menu li ul a:hover {
	color:red;
}

/* third-and-above-level lists */
.quicklinks_dropdown_menu li ul ul { 
	margin: -1em 0 0 10em;
	display: block; /* inline*/
}

.quicklinks_dropdown_menu li ul li {
	clear:left;
	width: 217px;
	padding-right: 0px;
}

.quicklinks_dropdown_menu li:hover ul li {
	float: center;
	width: auto; /* width needed or else Opera goes nuts */
	display: block;
	padding-left: 20px;	
}

.quicklinks_dropdown_menu li:hover ul ul,
.quicklinks_dropdown_menu li:hover ul ul ul,
.quicklinks_dropdown_menu li.sfhover ul ul,
.quicklinks_dropdown_menu li.sfhover ul ul ul {
	left: -999em;
	float: center;
	display: table-row;
}

.quicklinks_dropdown_menu li:hover,
.quicklinks_dropdown_menu li.hover {
    
    position: relative; /*static*/
    display: block;
}

.quicklinks_dropdown_menu li:hover ul,
.quicklinks_dropdown_menu li li:hover ul,
.quicklinks_dropdown_menu li li li:hover ul,
.quicklinks_dropdown_menu li.sfhover ul,
.quicklinks_dropdown_menu li li.sfhover ul,
.quicklinks_dropdown_menu li li li.sfhover ul{ /* lists nested under hovered list items */
	left: 0px;
	display: block; /*inline*/
	width: 217px;
	padding-bottom: 2px;
	padding-top: 0px;
}

/*-------------SIDE NAVS----------------*/

/*-------------About Us-----------------*/
#fromthehead
{
  display: block;
  width: 278px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/aboutus_sidenav_fromthehead_hover.jpg) no-repeat 0 0;
}

#fromthehead:hover
{ 
  background-position: 0 -22px;
}

#fromthehead:active
{
	background:url(Images%20-%20index.html/hovers/aboutus_sidenav_fromthehead_hover.jpg) no-repeat 0 0;
	background-position: 0 -22px;
}

#fromthehead span
{
  display: none;
}

#ourmission
{
  display: block;
  width: 278px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/aboutus_sidenav_ourmission_hover.jpg) no-repeat 0 0;
}

#ourmission:hover
{ 
  background-position: 0 -21px;
}

#ourmission:active
{
	background:url(Images%20-%20index.html/hovers/aboutus_sidenav_ourmission_hover.jpg) no-repeat 0 0;
	background-position: 0 -21px;
}

#ourmission span
{
  display: none;
}

#quickfacts
{
  display: block;
  width: 278px;
  height: 19px;
  background:url(Images%20-%20index.html/hovers/aboutus_sidenav_quickfacts_hover.jpg) no-repeat 0 0;
}

#quickfacts:hover
{ 
  background-position: 0 -19px;
}

#quickfacts:active
{
	background:url(Images%20-%20index.html/hovers/aboutus_sidenav_quickfacts_hover.jpg) no-repeat 0 0;
	background-position: 0 -19px;
}

#quickfacts span
{
  display: none;
}

#history
{
  display: block;
  width: 278px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/aboutus_sidenav_history_hover.jpg) no-repeat 0 0;
}

#history:hover
{ 
  background-position: 0 -22px;
}

#history:active
{
	background:url(Images%20-%20index.html/hovers/aboutus_sidenav_history_hover.jpg) no-repeat 0 0;
	background-position: 0 -22px;
}

#history span
{
  display: none;
}

#ourgraduates
{
  display: block;
  width: 278px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/aboutus_sidenav_ourgraduates_hover.jpg) no-repeat 0 0;
}

#ourgraduates:hover
{ 
  background-position: 0 -21px;
}

#ourgraduates:active
{
	background:url(Images%20-%20index.html/hovers/aboutus_sidenav_ourgraduates_hover.jpg) no-repeat 0 0;
	background-position: 0 -21px;
}

#ourgraduates span
{
  display: none;
}

#publications
{
  display: block;
  width: 278px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/aboutus_sidenav_publications_hover.jpg) no-repeat 0 0;
}

#publications:hover
{ 
  background-position: 0 -22px;
}

#publications:active
{
	background:url(Images%20-%20index.html/hovers/aboutus_sidenav_publications_hover.jpg) no-repeat 0 0;
	background-position: 0 -22px;
}

#publications span
{
  display: none;
}

#campustour
{
  display: block;
  width: 278px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/aboutus_sidenav_campustour_hover.jpg) no-repeat 0 0;
}

#campustour:hover
{ 
  background-position: 0 -21px;
}

#campustour:active
{
	background:url(Images%20-%20index.html/hovers/aboutus_sidenav_campustour_hover.jpg) no-repeat 0 0;
	background-position: 0 -21px;
}

#campustour span
{
  display: none;
}

#employment
{
  display: block;
  width: 278px;
  height: 19px;
  background:url(Images%20-%20index.html/hovers/aboutus_sidenav_employment_hover.jpg) no-repeat 0 0;
}

#employment:hover
{ 
  background-position: 0 -19px;
}

#employment:active
{
	background:url(Images%20-%20index.html/hovers/aboutus_sidenav_employment_hover.jpg) no-repeat 0 0;
	background-position: 0 -19px;
}

#employment span
{
  display: none;
}

/*------------The Program-------------*/

#academics
{
  display: block;
  width: 278px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/theprogram_sidenav_academics.jpg) no-repeat 0 0;
}

#academics:hover
{ 
  background-position: 0 -22px;
}

#academics:active
{
	background:url(Images%20-%20index.html/hovers/theprogram_sidenav_academics.jpg) no-repeat 0 0;
	background-position: 0 -22px;
}

#academics span
{
  display: none;
}

#arts
{
  display: block;
  width: 278px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/theprogram_sidenav_arts.jpg) no-repeat 0 0;
}

#arts:hover
{ 
  background-position: 0 -21px;
}

#arts:active
{
	background:url(Images%20-%20index.html/hovers/theprogram_sidenav_arts.jpg) no-repeat 0 0;
	background-position: 0 -21px;
}

#arts span
{
  display: none;
}

#athletics
{
  display: block;
  width: 278px;
  height: 19px;
  background:url(Images%20-%20index.html/hovers/theprogram_sidenav_athletics.jpg) no-repeat 0 0;
}

#athletics:hover
{ 
  background-position: 0 -19px;
}

#athletics:active
{
	background:url(Images%20-%20index.html/hovers/theprogram_sidenav_athletics.jpg) no-repeat 0 0;
	background-position: 0 -19px;
}

#athletics span
{
  display: none;
}

#outdoor
{
  display: block;
  width: 278px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/theprogram_sidenav_outdoor.jpg) no-repeat 0 0;
}

#outdoor:hover
{ 
  background-position: 0 -22px;
}

#outdoor:active
{
	background:url(Images%20-%20index.html/hovers/theprogram_sidenav_outdoor.jpg) no-repeat 0 0;
	background-position: 0 -22px;
}

#outdoor span
{
  display: none;
}

#communityservice
{
  display: block;
  width: 278px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/theprogram_sidenav_communityservice.jpg) no-repeat 0 0;
}

#communityservice:hover
{ 
  background-position: 0 -21px;
}

#communityservice:active
{
	background:url(Images%20-%20index.html/hovers/theprogram_sidenav_communityservice.jpg) no-repeat 0 0;
	background-position: 0 -21px;
}

#communityservice span
{
  display: none;
}

#studentlife
{
  display: block;
  width: 278px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/theprogram_sidenav_studentlife.jpg) no-repeat 0 0;
}

#studentlife:hover
{ 
  background-position: 0 -22px;
}

#studentlife:active
{
	background:url(Images%20-%20index.html/hovers/theprogram_sidenav_studentlife.jpg) no-repeat 0 0;
	background-position: 0 -22px;
}

#studentlife span
{
  display: none;
}

/*------------Admission--------------*/

#whysaas
{
  display: block;
  width: 278px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/admission_sidenav_whysaas.jpg) no-repeat 0 0;
}

#whysaas:hover
{ 
  background-position: 0 -22px;
}

#whysaas:active
{
	background:url(Images%20-%20index.html/hovers/admission_sidenav_whysaas.jpg) no-repeat 0 0;
	background-position: 0 -22px;
}

#whysaas span
{
  display: none;
}

#howtoapply
{
  display: block;
  width: 278px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/admission_sidenav_howtoapply.jpg) no-repeat 0 0;
}

#howtoapply:hover
{ 
  background-position: 0 -21px;
}

#howtoapply:active
{
	background:url(Images%20-%20index.html/hovers/admission_sidenav_howtoapply.jpg) no-repeat 0 0;
	background-position: 0 -21px;
}

#howtoapply span
{
  display: none;
}

#openhouse
{
  display: block;
  width: 278px;
  height: 19px;
  background:url(Images%20-%20index.html/hovers/admission_sidenav_openhouse.jpg) no-repeat 0 0;
}

#openhouse:hover
{ 
  background-position: 0 -19px;
}

#openhouse:active
{
	background:url(Images%20-%20index.html/hovers/admission_sidenav_openhouse.jpg) no-repeat 0 0;
	background-position: 0 -19px;
}

#openhouse span
{
  display: none;
}

#whatkidssay
{
  display: block;
  width: 278px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/admission_sidenav_whatkidssay.jpg) no-repeat 0 0;
}

#whatkidssay:hover
{ 
  background-position: 0 -22px;
}

#whatkidssay:active
{
	background:url(Images%20-%20index.html/hovers/admission_sidenav_whatkidssay.jpg) no-repeat 0 0;
	background-position: 0 -22px;
}

#whatkidssay span
{
  display: none;
}

#contactus
{
  display: block;
  width: 278px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/admission_sidenav_contactus.jpg) no-repeat 0 0;
}

#contactus:hover
{ 
  background-position: 0 -21px;
}

#contactus:active
{
	background:url(Images%20-%20index.html/hovers/admission_sidenav_contactus.jpg) no-repeat 0 0;
	background-position: 0 -21px;
}

#contactus span
{
  display: none;
}

/*-----------Our Community-------------*/

#facstaff
{
  display: block;
  width: 278px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/ourcommunity_sidenav_facstaff.jpg) no-repeat 0 0;
}

#facstaff:hover
{ 
  background-position: 0 -22px;
}

#facstaff:active
{
	background:url(Images%20-%20index.html/hovers/ourcommunity_sidenav_facstaff.jpg) no-repeat 0 0;
	background-position: 0 -22px;
}

#facstaff span
{
  display: none;
}

#parentsvolunteers
{
  display: block;
  width: 278px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/ourcommunity_sidenav_parentsvolunteers.jpg) no-repeat 0 0;
}

#parentsvolunteers:hover
{ 
  background-position: 0 -21px;
}

#parentsvolunteers:active
{
	background:url(Images%20-%20index.html/hovers/ourcommunity_sidenav_parentsvolunteers.jpg) no-repeat 0 0;
	background-position: 0 -21px;
}

#parentsvolunteers span
{
  display: none;
}

#boardoftrustees
{
  display: block;
  width: 278px;
  height: 19px;
  background:url(Images%20-%20index.html/hovers/ourcommunity_sidenav_boardoftrustees.jpg) no-repeat 0 0;
}

#boardoftrustees:hover
{ 
  background-position: 0 -19px;
}

#boardoftrustees:active
{
	background:url(Images%20-%20index.html/hovers/ourcommunity_sidenav_boardoftrustees.jpg) no-repeat 0 0;
	background-position: 0 -19px;
}

#boardoftrustees span
{
  display: none;
}

#alumni
{
  display: block;
  width: 278px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/ourcommunity_sidenav_alumni.jpg) no-repeat 0 0;
}

#alumni:hover
{ 
  background-position: 0 -22px;
}

#alumni:active
{
	background:url(Images%20-%20index.html/hovers/ourcommunity_sidenav_alumni.jpg) no-repeat 0 0;
	background-position: 0 -22px;
}

#alumni span
{
  display: none;
}

/*------------Giving------------------*/

#supportingsaas
{
  display: block;
  width: 278px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/giving_sidenav_supportingsaas.jpg) no-repeat 0 0;
}

#supportingsaas:hover
{ 
  background-position: 0 -22px;
}

#supportingsaas:active
{
	background:url(Images%20-%20index.html/hovers/giving_sidenav_supportingsaas.jpg) no-repeat 0 0;
	background-position: 0 -22px;
}

#supportingsaas span
{
  display: none;
}

#annualfund
{
  display: block;
  width: 278px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/giving_sidenav_annualfund.jpg) no-repeat 0 0;
}

#annualfund:hover
{ 
  background-position: 0 -21px;
}

#annualfund:active
{
	background:url(Images%20-%20index.html/hovers/giving_sidenav_annualfund.jpg) no-repeat 0 0;
	background-position: 0 -21px;
}

#annualfund span
{
  display: none;
}

#endowment
{
  display: block;
  width: 278px;
  height: 19px;
  background:url(Images%20-%20index.html/hovers/giving_sidenav_endowment.jpg) no-repeat 0 0;
}

#endowment:hover
{ 
  background-position: 0 -19px;
}

#endowment:active
{
	background:url(Images%20-%20index.html/hovers/giving_sidenav_endowment.jpg) no-repeat 0 0;
	background-position: 0 -19px;
}

#endowment span
{
  display: none;
}

#givingcontacts
{
  display: block;
  width: 278px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/giving_sidenav_contacts.jpg) no-repeat 0 0;
}

#givingcontacts:hover
{ 
  background-position: 0 -22px;
}

#givingcontacts:active
{
	background:url(Images%20-%20index.html/hovers/giving_sidenav_contacts.jpg) no-repeat 0 0;
	background-position: 0 -22px;
}

#givingcontacts span
{
  display: none;
}

/*------------TABS -------------------------*/  

/*------------About Us - From the Head------*/
#letterfromthehead
{
  display: inline-block;
  width: 181px;
  height: 42px;
  background:url(Images%20-%20index.html/hovers/fromthehead_tab_letterfromthehead_active.jpg) no-repeat 0 0;

}

#letterfromthehead:hover
{ 
  background-position: 0 0;
}

#letterfromthehead:active
{
	background:url(Images%20-%20index.html/hovers/fromthehead_tab_letterfromthehead_active.jpg) no-repeat 0 0;
	background-position: 0 0;
}

#letterfromthehead span
{
  display: none;
}

#bio
{
  display: inline-block;
  width: 51px;
  height: 42px;
  background:url(Images%20-%20index.html/hovers/fromthehead_tab_bio.jpg) no-repeat 0 0;

}

#bio:hover
{ 
  background-position: 0 0px;
}

#bio:active
{
	background:url(Images%20-%20index.html/hovers/fromthehead_tab_bio.jpg) no-repeat 0 0;
	background-position: 0 0px;
}

#bio span
{
  display: none;
}

#articles
{
  display: inline-block;
  width: 82px;
  height: 42px;
  background:url(Images%20-%20index.html/hovers/fromthehead_tab_articles.jpg) no-repeat 0 0;

}

#articles:hover
{ 
  background-position: 0 0px;
}

#articles:active
{
	background:url(Images%20-%20index.html/hovers/fromthehead_tab_articles.jpg) no-repeat 0 0;
	background-position: 0 0px;
}

#articles span
{
  display: none;
}

/*-------------FEATURES---------------*/
#indexfeature1
{
  display: block;
  width: 217px;
  height: 175px;
  background:url(Images%20-%20index.html/hovers/feature1.jpg) no-repeat 0 0;
}

#indexfeature1:hover
{ 
  background-position: 0 -175px;
}

#indexfeature1 span
{
  display: none;
}

#indexfeature2
{
  display: block;
  width: 217px;
  height: 115px;
  background:url(Images%20-%20index.html/hovers/feature2.jpg) no-repeat 0 0;
}

#indexfeature2:hover
{ 
  background-position: 0 -115px;
}

#indexfeature2 span
{
  display: none;
}

#indexfeature3
{
  display: block;
  width: 217px;
  height: 83px;
  background:url(Images%20-%20index.html/hovers/feature3.jpg) no-repeat 0 0;
}

#indexfeature3:hover
{ 
  background-position: 0 -83px;
}

#indexfeature3 span
{
  display: none;
}

#indexfeature4
{
  display: block;
  width: 217px;
  height: 221px;
  background:url(Images%20-%20index.html/hovers/feature4.jpg) no-repeat 0 0;
}

#indexfeature4:hover
{ 
  background-position: 0 -221px;
}

#indexfeature4 span
{
  display: none;
}

#indexbottom
{
  display: block;
  width: 217px;
  height: 95px;
  background:url(Images%20-%20index.html/hovers/indexfeaturebottom.jpg) no-repeat 0 0;
}

#indexbottom:hover
{ 
  background-position: 0 -95px;
}

#indexbottom span
{
  display: none;
}

/*-------------Giving Features--------------*/

#givingfeature1
{
  display: block;
  width: 217px;
  height: 175px;
  background:url(Images%20-%20index.html/hovers/giving_sidebar_feature1.jpg) no-repeat 0 0;
}

#givingfeature1:hover
{ 
  background-position: 0 -175px;
}

#givingfeature1 span
{
  display: none;
}

#givingfeature2
{
  display: block;
  width: 217px;
  height: 115px;
  background:url(Images%20-%20index.html/hovers/giving_sidebar_feature2.jpg) no-repeat 0 0;
}

#givingfeature2:hover
{ 
  background-position: 0 -115px;
}

#givingfeature2 span
{
  display: none;
}

#givingfeature3
{
  display: block;
  width: 217px;
  height: 82px;
  background:url(Images%20-%20index.html/hovers/giving_sidebar_feature3.jpg) no-repeat 0 0;
}

#givingfeature3:hover
{ 
  background-position: 0 -82px;
}

#givingfeature3 span
{
  display: none;
}

#givingfeature4
{
  display: block;
  width: 217px;
  height: 221px;
  background:url(Images%20-%20index.html/hovers/giving_sidebar_feature4.jpg) no-repeat 0 0;
}

#givingfeature4:hover
{ 
  background-position: 0 -221px;
}

#givingfeature4 span
{
  display: none;
}

#givingbottom
{
  display: block;
  width: 217px;
  height: 96px;
  background:url(Images%20-%20index.html/hovers/giving_sidebar_bottom.jpg) no-repeat 0 0;
}

#givingbottom:hover
{ 
  background-position: 0 -96px;
}

#givingbottom span
{
  display: none;
}

/*-------------The Program Features----------------*/

#theprogramfeature1
{
  display: block;
  width: 217px;
  height: 175px;
  background:url(Images%20-%20index.html/hovers/theprogram_sidebar_feature1.jpg) no-repeat 0 0;
}

#theprogramfeature1:hover
{ 
  background-position: 0 -175px;
}

#theprogramfeature1 span
{
  display: none;
}

#theprogramfeature2
{
  display: block;
  width: 217px;
  height: 115px;
  background:url(Images%20-%20index.html/hovers/theprogram_sidebar_feature2.jpg) no-repeat 0 0;
}

#theprogramfeature2:hover
{ 
  background-position: 0 -115px;
}

#theprogramfeature2 span
{
  display: none;
}

#theprogramfeature3
{
  display: block;
  width: 217px;
  height: 82px;
  background:url(Images%20-%20index.html/hovers/theprogram_sidebar_feature3.jpg) no-repeat 0 0;
}

#theprogramfeature3:hover
{ 
  background-position: 0 -82px;
}

#theprogramfeature3 span
{
  display: none;
}

#theprogramfeature4
{
  display: block;
  width: 217px;
  height: 221px;
  background:url(Images%20-%20index.html/hovers/theprogram_sidebar_feature4.jpg) no-repeat 0 0;
}

#theprogramfeature4:hover
{ 
  background-position: 0 -221px;
}

#theprogramfeature4 span
{
  display: none;
}

#theprogrambottom
{
  display: block;
  width: 217px;
  height: 96px;
  background:url(Images%20-%20index.html/hovers/theprogram_sidebar_bottom.jpg) no-repeat 0 0;
}

#theprogrambottom:hover
{ 
  background-position: 0 -96px;
}

#theprogrambottom span
{
  display: none;
}

/*-------------Admission Features-------------*/

#admissionfeature1
{
  display: block;
  width: 217px;
  height: 175px;
  background:url(Images%20-%20index.html/hovers/admission_sidebar_feature1.jpg) no-repeat 0 0;
}

#admissionfeature1:hover
{ 
  background-position: 0 -175px;
}

#admissionfeature1 span
{
  display: none;
}

#admissionfeature2
{
  display: block;
  width: 217px;
  height: 115px;
  background:url(Images%20-%20index.html/hovers/admission_sidebar_feature2.jpg) no-repeat 0 0;
}

#admissionfeature2:hover
{ 
  background-position: 0 -115px;
}

#admissionfeature2 span
{
  display: none;
}

#admissionfeature3
{
  display: block;
  width: 217px;
  height: 82px;
  background:url(Images%20-%20index.html/hovers/admission_sidebar_feature3.jpg) no-repeat 0 0;
}

#admissionfeature3:hover
{ 
  background-position: 0 -82px;
}

#admissionfeature3 span
{
  display: none;
}

#admissionfeature4
{
  display: block;
  width: 217px;
  height: 221px;
  background:url(Images%20-%20index.html/hovers/admission_sidebar_feature4.jpg) no-repeat 0 0;
}

#admissionfeature4:hover
{ 
  background-position: 0 -221px;
}

#admissionfeature4 span
{
  display: none;
}

#admissionbottom
{
  display: block;
  width: 217px;
  height: 96px;
  background:url(Images%20-%20index.html/hovers/admission_sidebar_bottom.jpg) no-repeat 0 0;
}

#admissionbottom:hover
{ 
  background-position: 0 -96px;
}

#admissionbottom span
{
  display: none;
}

/*------------Our Community Features------------*/

#ourcommunityfeature1
{
  display: block;
  width: 217px;
  height: 175px;
  background:url(Images%20-%20index.html/hovers/ourcommunity_sidebar_feature1.jpg) no-repeat 0 0;
}

#ourcommunityfeature1:hover
{ 
  background-position: 0 -175px;
}

#ourcommunityfeature1 span
{
  display: none;
}

#ourcommunityfeature2
{
  display: block;
  width: 217px;
  height: 115px;
  background:url(Images%20-%20index.html/hovers/ourcommunity_sidebar_feature2.jpg) no-repeat 0 0;
}

#ourcommunityfeature2:hover
{ 
  background-position: 0 -115px;
}

#ourcommunityfeature2 span
{
  display: none;
}

#ourcommunityfeature3
{
  display: block;
  width: 217px;
  height: 82px;
  background:url(Images%20-%20index.html/hovers/ourcommunity_sidebar_feature3.jpg) no-repeat 0 0;
}

#ourcommunityfeature3:hover
{ 
  background-position: 0 -82px;
}

#ourcommunityfeature3 span
{
  display: none;
}

#ourcommunityfeature4
{
  display: block;
  width: 217px;
  height: 221px;
  background:url(Images%20-%20index.html/hovers/ourcommunity_sidebar_feature4.jpg) no-repeat 0 0;
}

#ourcommunityfeature4:hover
{ 
  background-position: 0 -221px;
}

#ourcommunityfeature4 span
{
  display: none;
}

#ourcommunitybottom
{
  display: block;
  width: 217px;
  height: 96px;
  background:url(Images%20-%20index.html/hovers/ourcommunity_sidebar_bottomfeature.jpg) no-repeat 0 0;
}

#ourcommunitybottom:hover
{ 
  background-position: 0 -96px;
}

#ourcommunitybottom span
{
  display: none;
}

/*-------------MAIN CONTENT LINKS----------*/

/*------------From the Head - Articles ---------------*/
#article1
{
  display: block;
  width: 705px;
  height: 20px;
  background:url(Images%20-%20index.html/hovers/fromthehead_maincontent_articles_article1.jpg) no-repeat 0 0;
}

#article1:hover
{ 
  background-position: 0 -20px;
}

#article1 span
{
  display: none;
}

#article2
{
  display: block;
  width: 705px;
  height: 20px;
  background:url(Images%20-%20index.html/hovers/fromthehead_maincontent_articles_article2.jpg) no-repeat 0 0;
}

#article2:hover
{ 
  background-position: 0 -20px;
}

#article2 span
{
  display: none;
}

#article3
{
  display: block;
  width: 705px;
  height: 20px;
  background:url(Images%20-%20index.html/hovers/fromthehead_maincontent_articles_article3.jpg) no-repeat 0 0;
}

#article3:hover
{ 
  background-position: 0 -20px;
}

#article3 span
{
  display: none;
}

#article4
{
  display: block;
  width: 705px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/fromthehead_maincontent_articles_article4.jpg) no-repeat 0 0;
}

#article4:hover
{ 
  background-position: 0 -21px;
}

#article4 span
{
  display: none;
}

#article5
{
  display: block;
  width: 705px;
  height: 35px;
  background:url(Images%20-%20index.html/hovers/fromthehead_maincontent_articles_article5.jpg) no-repeat 0 0;
}

#article5:hover
{ 
  background-position: 0 -35px;
}

#article5 span
{
  display: none;
}

#article6
{
  display: block;
  width: 705px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/fromthehead_maincontent_articles_article6.jpg) no-repeat 0 0;
}

#article6:hover
{ 
  background-position: 0 -21px;
}

#article6 span
{
  display: none;
}

#article7
{
  display: block;
  width: 705px;
  height: 22px;
  background:url(Images%20-%20index.html/hovers/fromthehead_maincontent_articles_article7.jpg) no-repeat 0 0;
}

#article7:hover
{ 
  background-position: 0 -22px;
}

#article7 span
{
  display: none;
}

#article8
{
  display: block;
  width: 705px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/fromthehead_maincontent_articles_article8.jpg) no-repeat 0 0;
}

#article8:hover
{ 
  background-position: 0 -21px;
}

#article8 span
{
  display: none;
}

#article9
{
  display: block;
  width: 705px;
  height: 21px;
  background:url(Images%20-%20index.html/hovers/fromthehead_maincontent_articles_article9.jpg) no-repeat 0 0;
}

#article9:hover
{ 
  background-position: 0 -21px;
}

#article9 span
{
  display: none;
}

#article10
{
  display: block;
  width: 705px;
  height: 20px;
  background:url(Images%20-%20index.html/hovers/fromthehead_maincontent_articles_article10.jpg) no-repeat 0 0;
}

#article10:hover
{ 
  background-position: 0 -20px;
}

#article10 span
{
  display: none;
}

/*-----------Academics Overview-------------*/

#academicinfo
{
  display: block;
  width: 705px;
  height: 38px;
  background:url(Images%20-%20index.html/hovers/academics_maincontent_overview_link.jpg) no-repeat 0 0;
}

#academicinfo:hover
{ 
  background-position: 0 -38px;
}

#academicinfo span
{
  display: none;
}

/*-----------How to Apply-----------*/
#admissionpacket
{
  display: block;
  width: 705px;
  height: 12px;
  background:url(Images%20-%20index.html/hovers/howtoapply_maincontent_admissionpacketlink.jpg) no-repeat 0 0;
}

#admissionpacket:hover
{ 
  background-position: 0 -12px;
}

#admissionpacket span
{
  display: none;
}

#onlineapplication
{
  display: block;
  width: 705px;
  height: 13px;
  background:url(Images%20-%20index.html/hovers/howtoapply_maincontent_onlineapplicationlink.jpg) no-repeat 0 0;
}

#onlineapplication:hover
{ 
  background-position: 0 -13px;
}

#onlineapplication span
{
  display: none;
}

/*-----------Our Graduates---------*/

#reporttocollegeslink
{
  display: block;
  width: 705px;
  height: 18px;
  background:url(Images%20-%20index.html/hovers/ourgraduates_maincontent_reporttocolleges_link.jpg) no-repeat 0 0;
}

#reporttocollegeslink:hover
{ 
  background-position: 0 -18px;
}

#reporttocollegeslink:active
{
	background:url(Images%20-%20index.html/hovers/ourgraduates_maincontent_reporttocolleges_link.jpg) no-repeat 0 0;
	background-position: 0 -18px;
}

#reporttocollegeslink span
{
  display: none;
}

#acceptanceslink
{
  display: block;
  width: 705px;
  height: 18px;
  background:url(Images%20-%20index.html/hovers/ourgraduates_maincontent_acceptances_link.jpg) no-repeat 0 0;
}

#acceptanceslink:hover
{ 
  background-position: 0 -18px;
}

#acceptanceslink:active
{
	background:url(Images%20-%20index.html/hovers/ourgraduates_maincontent_acceptances_link.jpg) no-repeat 0 0;
	background-position: 0 -18px;
}

#acceptanceslink span
{
  display: none;
}

/*----------Publications - SAAS Watch------------*/

#saaswatchlink
{
  display: block;
  width: 705px;
  height: 19px;
  background:url(Images%20-%20index.html/hovers/publications_maincontent_saaswatch_2hover.jpg) no-repeat 0 0;
}

#saaswatchlink:hover
{ 
  background-position: 0 -19px;
}

#saaswatchlink:active
{
  background:url(Images%20-%20index.html/hovers/publications_maincontent_saaswatch_2hover.jpg) no-repeat 0 0;
  background-position: 0 -19px;
}

#saaswatchlink span
{
  display: none;
}

#insidesaaslink
{
  display: block;
  width: 705px;
  height: 16px;
  background:url(Images%20-%20index.html/hovers/publications_maincontent_saaswatch_5hover.jpg) no-repeat 0 0;
}

#insidesaaslink:hover
{ 
  background-position: 0 -16px;
}

#insidesaaslink:active
{
  background:url(Images%20-%20index.html/hovers/publications_maincontent_saaswatch_5hover.jpg) no-repeat 0 0;
  background-position: 0 -16px;
}

#insidesaaslink span
{
  display: none;
}

/*----------Campus Tour - Directions--------------*/

#campusmap
{
  display: block;
  width: 198px;
  height: 167px;
  background:url(Images%20-%20index.html/hovers/campustour_maincontent_directions_3hover.jpg) no-repeat 0 0;
}

#campusmap:hover
{ 
  background-position: 0 -167px;
}

#campusmap:active
{
  background:url(Images%20-%20index.html/hovers/campustour_maincontent_directions_3hover.jpg) no-repeat 0 0;
  background-position: 0 -167px;
}

#campusmap span
{
  display: none;
}
/*----------JOB LISTINGS-------------*/
/*----------Employment - Learning Support Teacher-------------*/

#learningsupportteacher
{
	display:block;
	width: 705px;
	height: 16px;
	background:url(Images%20-%20index.html/hovers/employment_learningsupportteacher.jpg);
}
	
#learningsupportteacher:hover
{ 
  background-position: 0 -16px;
}

#learningsupportteacher:active
{
  background:url(Images%20-%20index.html/hovers/employment_learningsupportteacher.jpg) no-repeat 0 0;
  background-position: 0 -16px;
}

#learningsupportteacher span
{
  display: none;
}

/*----------How to Apply - Entrance Exams----------*/

#entranceexams
{
  display: block;
  width: 705px;
  height: 33px;
  background:url(Images%20-%20index.html/hovers/howtoapply_maincontent_entranceexams_link.jpg) no-repeat 0 0;
}

#entranceexams:hover
{ 
  background-position: 0 -33px;
}

#entranceexams:active
{
  background:url(Images%20-%20index.html/hovers/howtoapply_maincontent_entranceexams_link.jpg) no-repeat 0 0;
  background-position: 0 -33px;
}

#entranceexams span
{
  display: none;
}

/*----------Open House - Driving Directions-----------*/

#map
{
  display: block;
  width: 205px;
  height: 163px;
  background:url(Images%20-%20index.html/hovers/openhouse_maincontent_drivingdirections_campusmap.jpg) no-repeat 0 0;
}

#map:hover
{ 
  background-position: 0 -163px;
}

#map:active
{
  background:url(Images%20-%20index.html/hovers/openhouse_maincontent_drivingdirections_campusmap.jpg) no-repeat 0 0;
  background-position: 0 -163px;
}

#map span
{
  display: none;
}

/*----------Faculty/Staff - Directory-----------*/

#directory
{
  display: block;
  width: 705px;
  height: 23px;
  background:url(Images%20-%20index.html/hovers/facstaff_maincontent_link.jpg) no-repeat 0 0;
}

#directory:hover
{ 
  background-position: 0 -23px;
}

#directory:active
{
  background:url(Images%20-%20index.html/hovers/facstaff_maincontent_link.jpg) no-repeat 0 0;
  background-position: 0 -23px;
}

#directory span
{
  display: none;
}

/*---------College Advising-----------*/
#servicesoverview
{
  display: block;
  width: 705px;
  height: 17px;
  background:url(Images%20-%20index.html/hovers/collegeadvisinglink_collegeadvisingservicesoverview.jpg) no-repeat 0 0;
}

#servicesoverview:hover
{ 
  background-position: 0 -17px;
}

#servicesoverview:active
{
  background:url(Images%20-%20index.html/hovers/collegeadvisinglink_collegeadvisingservicesoverview.jpg) no-repeat 0 0;
  background-position: 0 -17px;
}

#servicesoverview span
{
  display: none;
}

#bythenumbers
{
  display: block;
  width: 705px;
  height: 18px;
  background:url(Images%20-%20index.html/hovers/collegeadvisinglink_collegeadvising_bythenumbers.jpg) no-repeat 0 0;
}

#bythenumbers:hover
{ 
  background-position: 0 -18px;
}

#bythenumbers:active
{
  background:url(Images%20-%20index.html/hovers/collegeadvisinglink_collegeadvising_bythenumbers.jpg) no-repeat 0 0;
  background-position: 0 -18px;
}

#bythenumbers span
{
  display: none;
}

#matriculations
{
  display: block;
  width: 705px;
  height: 18px;
  background:url(Images%20-%20index.html/hovers/collegeadvisinglink_collegematriculations05-09.jpg) no-repeat 0 0;
}

#matriculations:hover
{ 
  background-position: 0 -18px;
}

#matriculations:active
{
  background:url(Images%20-%20index.html/hovers/collegeadvisinglink_collegematriculations05-09.jpg) no-repeat 0 0;
  background-position: 0 -18px;
}

#matriculations span
{
  display: none;
}

#profilereporttocolleges
{
  display: block;
  width: 705px;
  height: 19px;
  background:url(Images%20-%20index.html/hovers/collegeadvisinglink_reporttocolleges.jpg) no-repeat 0 0;
}

#profilereporttocolleges:hover
{ 
  background-position: 0 -19px;
}

#profilereporttocolleges:active
{
  background:url(Images%20-%20index.html/hovers/collegeadvisinglink_reporttocolleges.jpg) no-repeat 0 0;
  background-position: 0 -19px;
}

#profilereporttocolleges span
{
  display: none;
}

#feedback
{
  display: block;
  width: 705px;
  height: 17px;
  background:url(Images%20-%20index.html/hovers/collegeadvisinglink_feedback.jpg) no-repeat 0 0;
}

#feedback:hover
{ 
  background-position: 0 -17px;
}

#feedback:active
{
  background:url(Images%20-%20index.html/hovers/collegeadvisinglink_feedback.jpg) no-repeat 0 0;
  background-position: 0 -17px;
}

#feedback span
{
  display: none;
}

#advisinghandbook
{
  display: block;
  width: 705px;
  height: 19px;
  background:url(Images%20-%20index.html/hovers/collegeadvisinglink_handbook.jpg) no-repeat 0 0;
}

#advisinghandbook:hover
{ 
  background-position: 0 -19px;
}

#advisinghandbook:active
{
  background:url(Images%20-%20index.html/hovers/collegeadvisinglink_handbook.jpg) no-repeat 0 0;
  background-position: 0 -19px;
}

#advisinghandbook span
{
  display: none;
}

#naviance
{
  display: block;
  width: 705px;
  height: 19px;
  background:url(Images%20-%20index.html/hovers/collegeadvising_naviance.jpg) no-repeat 0 0;
}

#naviance:hover
{ 
  background-position: 0 -19px;
}

#naviance:active
{
  background:url(Images%20-%20index.html/hovers/collegeadvising_naviance.jpg) no-repeat 0 0;
  background-position: 0 -19px;
}

#naviance span
{
  display: none;
}