/* General */
.clear {
	width: 0;
	height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	clear: both;
}
html {
	background: #fff url('/pics/html_bg.jpg') repeat-x left top;
	height: 100%;
}
body {
	height: 100%;
	background: url('/pics/body_bg.jpg') no-repeat center top;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 900px;
	height: 34px;
	margin: 0 auto;
}
div#wrapperIndex {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
}
div#wrapper {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position: relative;
	background: url('/pics/wrapper_bg.jpg') repeat-y center top;
}
.contentIndex {
	text-align: left;
	width: 900px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	padding-bottom: 94px;
	margin: 0 auto;
}
.content {
	text-align: left;
	background: #fff;
	width: 884px;
	padding: 8px;
	min-height: 500px;
	height: auto!important;
	height: 500px;
	padding-bottom: 94px;
	margin: 0 auto;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
marquee {
	color: #fff;
	font-weight: bold;
	width: 900px;
	height: 17px;
	padding: 3px 0 0 0;
	margin: 0;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 874px;
	height: 30px;
	padding: 15px 0 0 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') no-repeat left top;
	text-transform: uppercase;
}
#search {
	position: absolute;
	left: 0;
	top: 45px;
}
#googleTranslate {
	position: absolute;
	left: 150px;
	top: 45px;
}
/* Header */
div#header {
	width: 900px;
	padding-top: 27px;
	position: relative;
	margin: 0 auto;
	background: url('/pics/header.jpg') no-repeat;
}
div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0 0 143px 208px;
	overflow: hidden;
	background: url('/pics/header.png') no-repeat;
}
/* Navigation menu */

div#menu {
	background: url('/pics/topnav_bg.jpg') no-repeat;
	width: 690px;
	height: 38px;
	position: absolute;
	top: 113px;
	left: 190px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 0 0 34px;
	padding: 4px 0 0 0;
	width: 690px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 3px;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li.sep {
	width: 1px;
	height: 38px;
	background: url('/pics/sep.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
ul#topNavItems li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 38px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 48px; background: url('/pics/topnav1.png') no-repeat; }
ul#topNavItems li a#topNav2 { width: 89px; background: url('/pics/topnav2.png') no-repeat; }
ul#topNavItems li a#topNav3 { width: 89px; background: url('/pics/topnav3.png') no-repeat; }
ul#topNavItems li a#topNav4 { width: 78px; background: url('/pics/topnav4.png') no-repeat; }
ul#topNavItems li a#topNav5 { width: 73px; background: url('/pics/topnav5.png') no-repeat; }
ul#topNavItems li a#topNav6 { width: 63px; background: url('/pics/topnav6.png') no-repeat; }
ul#topNavItems li a#topNav7 { width: 63px; background: url('/pics/topnav7.png') no-repeat; }
ul#topNavItems li a#topNav8 { width: 87px; background: url('/pics/topnav8.png') no-repeat; }
ul#topNavItems li a#topNav9 { width: 89px; background: url('/pics/topnavStudentLife.png') no-repeat; }

ul#topNavItems li:hover a#topNav1, ul#topNavItems li.over a#topNav1,
ul#topNavItems li:hover a#topNav2, ul#topNavItems li.over a#topNav2,
ul#topNavItems li:hover a#topNav3, ul#topNavItems li.over a#topNav3,
ul#topNavItems li:hover a#topNav4, ul#topNavItems li.over a#topNav4,
ul#topNavItems li:hover a#topNav5, ul#topNavItems li.over a#topNav5,
ul#topNavItems li:hover a#topNav6, ul#topNavItems li.over a#topNav6,
ul#topNavItems li:hover a#topNav7, ul#topNavItems li.over a#topNav7,
ul#topNavItems li:hover a#topNav8, ul#topNavItems li.over a#topNav8,
ul#topNavItems li:hover a#topNav9, ul#topNavItems li.over a#topNav9 {
	background-position: 0 -38px;
}

/* Drop down items */

ul#topNavItems ul, 
ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul, 
ul#topNavItems li:hover ul ul ul, ul#topNavItems li.over ul ul ul,
ul#topNavItems li:hover ul ul ul ul, ul#topNavItems li.over ul ul ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 184px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul,
ul#topNavItems ul ul li:hover ul, ul#topNavItems ul ul li.over ul,
ul#topNavItems ul ul ul li:hover ul, ul#topNavItems ul ul ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems li:hover ul li a, ul#topNavItems li.over ul li a {
	line-height: 16pt !important;
	text-align: left;
	text-decoration: none;
	padding: 6px 5px 5px 8px;
	height: auto;
	width: 170px;
	color: #fff;
	background: #9c9c98;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
ul#topNavItems li ul li a:hover, 
ul#topNavItems li ul li:hover a, ul#topNavItems li ul li.over a,
ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over ul a:hover,
ul#topNavItems li ul li ul li:hover a, ul#topNavItems li ul li ul li.over a,
ul#topNavItems li ul li ul li:hover ul a:hover, ul#topNavItems li ul li ul li.over ul a:hover,
ul#topNavItems li ul li ul li ul li:hover a, ul#topNavItems li ul li ul li ul li.over a,
ul#topNavItems li ul li ul li ul li:hover ul a:hover, ul#topNavItems li ul li ul li ul li.over ul a:hover {
	color: #fff;
	background: #58584a;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a,
ul#topNavItems li ul li ul li:hover ul a, ul#topNavItems li ul li ul li.over ul a,
ul#topNavItems li ul li ul li ul li:hover ul a, ul#topNavItems li ul li ul li ul li.over ul a {
	color: #fff;
	background: #9c9c98;
}
/* Index properties */
#indexTop {
	width: 900px;
}
#leftColumn {
	width: 248px;
	padding: 10px 0 0 0;
	float: left;
}
#midColumn {
	width: 404px;
	padding: 10px 0 0 0;
	float: left;
}
#rightColumn {
	width: 248px;
	padding: 10px 0 0 0;
	float: left;
}
/* Quicklinks */

#quickLinks {
	width: 238px;
	height: 376px;
	padding: 10px 0 0 10px;
	margin: 0;
	background: #681608 url('/pics/quicklinks_bg.gif') repeat-x;
	float: left;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 247px;
	background: url('/pics/quicklinks_bg.gif') no-repeat left top;
}
#quickLinks ul li {
	margin-top: 7px;
}
#quickLinks a {
	width: 0;
	height: 0;
	text-decoration: none;
	padding: 0 0 52px 208px;
	overflow: hidden;
	margin: 0;
	display: block;
}
#quickLinks a#midNav1 { background: url('/pics/midnav1.png') no-repeat left top; }
#quickLinks a#midNav2 {	background: url('/pics/midnav2.png') no-repeat left top; }
#quickLinks a#midNav3 {	background: url('/pics/midnav3.png') no-repeat left top; }
#quickLinks a#midNav4 { background: url('/pics/midnav4.png') no-repeat left top; }
#quickLinks a#midNav5 { background: url('/pics/midnav5.png') no-repeat left top; }
#quickLinks a#midNav6 { background: url('/pics/midnav6.png') no-repeat left top; }

#quickLinks a:hover#midNav1, 
#quickLinks a:hover#midNav2, 
#quickLinks a:hover#midNav3, 
#quickLinks a:hover#midNav4, 
#quickLinks a:hover#midNav5,
#quickLinks a:hover#midNav6 {
	background-position: 0 -52px;
}

/* Homepage Section Headers */

.contentIndex h2 a {
	width: auto;
	height: 0;
	text-decoration: none;
	color: #000;
	display: block;
	margin: 0;
	overflow: hidden;
	behavior: url('/apps/shared/iepngfix.htc');
}
#leftColumn h2 a {
	width: 0;
	height: 0;
	padding: 0 0 42px 232px;
}
#midColumn h2 a {
	width: 0;
	height: 0;
	padding: 0 0 42px 381px;
}
#rightColumn h2 a {
	width: 0;
	height: 0;
	padding: 0 0 42px 232px;
}
#events { background: url('/pics/events_header.png') no-repeat; }
#news { background: url('/pics/news_header.png') no-repeat; }
#directory { background: url('/pics/directory_header.png') no-repeat; }
#links { background: url('/pics/selected_links_header.png') no-repeat; }
/* Homepage Sections Containers */

#leftColumn .container {
	width: 212px;
	padding: 10px;
}
#midColumn .container {
	width: 359px;
	padding: 10px;
}
#rightColumn .container {
	width: 212px;
	padding: 10px;
}
/* Homepage Section Table Includes */

.HPNews {
	padding: 0;
	margin: 0;
	color: #58584a;
}
.HPEvents {
	padding: 0;
	margin: 0;
	color: #58584a;
}
.HPBBMessages {
	padding: 0;
	margin: 0;
	color: #58584a;
}
.HPLinks {
	padding: 0;
	margin: 0;
	color: #58584a;
}
/* Other homepage section extras */

.HPNews a, .HPNews a:active, .HPNews a:link, .HPDirectory a, .HPDirectory a:active, .HPDirectory a:link, .HPLinks a, .HPLinks a:active, .HPLinks a:link, .HPEvents a, .HPEvents a:active, .HPEvents a:link {
	color: #770b02;
}
 {
	color: #770b02;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 8px;
}

/* Image shuffles */

#shuffle1 {
	width: 652px;
	height: 386px;
	float: left;
}
#shuffle2 {
	width: 367px;
	height: 191px;
}
/* Footer */

div#footer {
	width: 100%;
	height: 94px;
	text-align: left;
	background: #0b0038;
	position: absolute;
	bottom: 0;
}
div#footerInner {
	width: 900px;
	height: 94px;
	margin: 0 auto;
}
address {
	text-align: left;
	color: #fff;
	padding: 20px 0 0 0;
	font: 12px Arial, Helvetica, sans-serif;
}
a#edunet {
	width: 245px;
	height: 0;
	padding: 22px 0 0 0;
	margin: 7px 0 0 0;
	overflow: hidden;
	display: block;
	background: url('/pics/edunet_grayl.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
#edu_logo {
	width: 245px;
	position: absolute;
	left: -5px;
	top: 60px;
}
a#wasc {
	width: 65px;
	height: 0;
	padding: 65px 0 0 0;
	margin: 7px 0 0 0;
	overflow: hidden;
	display: block;
	background: url('/pics/wasc.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
	position: absolute;
	right: 70px;
	top: 10px;
}
a#logo {
	width: 65px;
	height: 0;
	padding: 65px 0 0 0;
	margin: 7px 0 0 0;
	overflow: hidden;
	display: block;
	background: url('/pics/logo.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
	position: absolute;
	right: 0;
	top: 10px;
}
/* Right side /pages/ menus */
table#pageNav {
	border:none;
}
table#pageNav td {
	background-color:#FFF;
}
table#pageNav ul {
	list-style-type:none;
	padding:0 0 30px 0px !important;
	margin:0 0 0 0px !important;
	border-left:1px solid #3B73A5;
}
table#pageNav td ul li { display:inline; }

table#pageNav td ul li a {
	display:block;
	line-height:22px;
	text-decoration:none;
	
	width:220px;
	padding:8px 5px 9px 25px;
	background-repeat:no-repeat;
	background-position:top;
	font-weight:bold;
}
table#pageNav td ul li a:hover, table#pageNav td ul li a:active {
	color:#00096B!important;
	background-color:#DBDAD5;
}
table#pageNav td ul li a, table#pageNav td ul li a:visited {
	color:#590802!important;
}
table#pageNav td ul li b {
	display:block;
	line-height:22px;
	color:#555;
	width:220px;
	padding:8px 5px 9px 25px;
	font-weight:bold;
}

/* 2011-07-26 [AM] */
ul#social-icons {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	color: #58584a;
}

ul#social-icons li {
	display: inline;
	padding: 0.25em;
	margin: 0;
}

ul#social-icons span {
	vertical-align: middle;
}

ul#social-icons img {
	height: 40px;
	width: 40px;
	margin: 0;
	vertical-align: middle;
}




/* Athletics */

#ath_btm {
	width: 590px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	overflow: hidden;
}


#ath_btm #ath_news {
	float: left;
	width: 284px;
	padding: 0 5px;
}

#ath_btm #ath_events {
	float: left;
	width: 284px;
	padding: 0 5px;
	border-left: 1px solid #3B73A5;
}

#ath_btm  h2 {
	text-align: center;
	color: #00006e;
}


