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

/* ==========================================
   Top Navigation & Search for the banner
============================================= */

/* Sets up Main Tabs 
--------------------------------------------- */
#tab {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	width: 900px;
	float: left;
	background: transparent url(../images/decor/tab_bg.gif) repeat-x bottom left;
	position: absolute; /* these last 2 keep the tabs on the bottom */
	bottom: 0;
	font-weight: bold;
	color: #000;
}

#tab ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

#tab ul li {
	display: inline;
}

#tab ul li a {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding: 5px 14px; /* note normal padding-bottom */
	color: #222222;
	text-decoration: none;
	border: 1px solid #29395b;
	border-bottom: none;
	background: #dde5f8 url(../images/decor/off_bg.gif) no-repeat top left;
}

#tab ul li a:hover {
	color: #333;
	padding-bottom: 7px; /* set this to 1 or 2 px higher than normal padding-bottom */
	border-color: #29395b;
	background: #fff url(../images/decor/on_bg.gif) no-repeat top left;
}

#tab ul li a:active { color: #2a85ee; }
/* CSS Document */

/* ==========================================
   Top Navigation & Search for the banner
============================================= */

/* Sets up Main Tabs 
--------------------------------------------- */
#mtab {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	width: 900px;
	float: left;
	background: transparent url(../images/decor/tab_bg.gif) repeat-x bottom left;
	position: absolute; /* these last 2 keep the tabs on the bottom */
	bottom: 0;
	color: #000;
}
#mtab ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

#mtab ul li {
display: inline;
}

#mtab ul li a {
	float: left; /* note normal padding-bottom */
	color: #222222;
	text-decoration: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #29395b;
	border-right-color: #29395b;
	border-left-color: #29395b;
	background-color: #dde5f8;
	background-image: url(../images/decor/moff_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}

#mtab ul li a:hover {
	color: #000; /* set this to 1 or 2 px higher than normal padding-bottom */
	border-color: #29395b;
	height: 20px;
	background-color: #DDE5F8;
	background-image: url(../images/decor/on_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mtab ul li a:active {
	color: #2a85ee;
}

/* Sets up Tabline 
--------------------------------------------- */
#tabline {
	width: 900px;
	float: left;
	background-color: #dde5f8;
	border-bottom: 1px solid #000;
	color: #000;
}

#tabline ul {
list-style-type: none;
margin: 0; 
padding: 0;
}

#tabline ul li {
display: inline;
}

#tabline ul li a {
	color: #222222;
	text-decoration: none;
	float: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	padding: 8px 12px; /* top-bottom padding = 1em, left-right padding = 0 */
	text-align: center; /* centers each text link within the width of each link */
	font-weight: bold;
}

#tabline ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#tabline ul li a:active { color: #2a85ee; }

#tabline ul li#active a {
color: #000;
cursor: default;
}
#mtabline {
	width: 900px;
	float: left;
	background-color: #dde5f8;
	border-bottom: 1px solid #000;
	height: 5px;
	color: #000;
}

/* Sets active look for "Class Of" tab
   Note: you could make different classes
   to add to the Body tag for each main tab
   button and tab sub-menu.
--------------------------------------------- */
body#classof #t1 a {
	color: #000;
	padding-bottom: 7px; /* set this to 1 or 2 px higher than normal padding-bottom */
	border-color: #29395b;
	background: #fff url(../images/decor/on_bg.gif) no-repeat top left;
	cursor: default;
}

body#classof #tul1 {
	padding-bottom: 7px;
	background: transparent url(../images/decor/on_ul.gif) repeat-x bottom left;
}

/* Spaces tabline links for "Class Of" tab
--------------------------------------------- */
body#classof #tabline ul li a {
	padding-left: 27px;
	padding-right: 27px;
}

/* Sets Global Links in banner
--------------------------------------------- */
#global-links ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 2px;
	right: 10px;
	font-weight: bold;
	color: #000;
	float: right;
	display: compact;
}

#global-links ul li { display: inline; }

#global-links ul li a {
color: #000;
text-decoration: none;
padding: 0 10px;
border-right: 1px solid #273a5b;
float: left;
}

#global-links ul li a:hover {
text-decoration: underline;
color: #273a5b;
}

#global-links ul li a:active { color: #2a85ee; }

#global-links ul li a.last { border: none; }

