/* General */

.clear {
	width: 0;
	height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

body {
	background: url('/pics/body_bg.jpg');
	text-align: center;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 900px;
	height: 29px;
	margin: 0 auto;
}
div#sides {
	margin: 0 auto;
	width: 912px;
	background: url('/pics/shadow.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}
div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #fff;
}
.contentIndex {
	text-align: left;
	background: #d7ce89 url('/pics/index_bg.jpg') repeat-y;
	width: 900px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.content {
	text-align: left;
	background: #FFFFFF;
	width: 880px;
	padding: 10px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
#indexTop {
	text-align: left;
	width: 900px;
	height: 245px;
	background: url('/pics/index_top_bg.jpg') no-repeat;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 870px;
	height: 35px;
	padding: 10px 0 0 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') no-repeat left top;
	text-transform: uppercase;
}
marquee {
	color: #360;
	font-weight: bold;
	width: 580px;
	height: 15px;
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
}
#search {
	width: 138px;
	height: 18px;
	padding: 0;
	margin: 5px 15px 0 10px;
	float: left;
}
#googleTranslate {
	margin: 5px 0 0 0;
	float: left;
}
/* Header */

div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#headerIMG {
	width: 912px;
	height: 274px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: url('/pics/header.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
/* Navigation menu */

div#menu {
	width: 900px;
	height: 32px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 0px;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 0;
	display: block;
	overflow: hidden;
	padding: 32px 0 0 0;
	background-position: 0 0;
}
ul#topNavItems li a#topNav1 { width: 74px; background: url('/pics/topNav1.gif') no-repeat; }
ul#topNavItems li a#topNav2 { width: 147px; background: url('/pics/topNav2.gif') no-repeat; }
ul#topNavItems li a#topNav3 { width: 100px; background: url('/pics/topNav3.gif') no-repeat; }
ul#topNavItems li a#topNav4 { width: 95px; background: url('/pics/topNav4.gif') no-repeat; }
ul#topNavItems li a#topNav5 { width: 84px; background: url('/pics/topNav5.gif') no-repeat; }
ul#topNavItems li a#topNav6 { width: 74px; background: url('/pics/topNav6.gif') no-repeat; }
ul#topNavItems li a#topNav7 { width: 142px; background: url('/pics/topNav7.gif') no-repeat; }
ul#topNavItems li a#topNav8 { width: 83px; background: url('/pics/topNav8.gif') no-repeat; }
ul#topNavItems li a#topNav9 { width: 101px; background: url('/pics/topNav9.gif') 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 -32px;
}
/* Drop down items */

ul#topNavItems ul, ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 168px;
	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 {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems ul {
	border: 0;
}

ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 8px;
	height: auto;
	width: 160px;
	color: #fff;
	background: #184e0c;
}
ul#topNavItems li ul li a:hover, ul#topNavItems li ul li:hover a, ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over a, ul#topNavItems li ul li.over ul a:hover {
	color: #fff;
	background: #061502;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #057eb3;
}
/* Index properties */

#topLeft {
	width: 265px;
	padding: 0 0 0 16px;
	float: left;
}
#topRight {
	width: 619px;
	padding: 0px;
	float: left;
}
#leftColumn {
	width: 567px;
	padding: 10px 0 0 0px;
	float: left;
}
#rightColumn {
	width: 333px;
	padding: 10px 0 0 0px;
	float: left;
}
/* Quicklinks */

#quickLinks {
	width: 265px;
	padding: 0;
	margin: 22px 0 0 0;
}
#quickLinks h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quickLinks ul li {
	margin-bottom: 8px;
}
#quickLinks a {
	width: 0;
	height: 0;
	text-decoration: none;
	padding: 0 0 26px 265px;
	margin: 0;
	overflow: hidden;
	display: block;
	color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
}
#quickLinks a#midNav1 {	background: url('/pics/midnav1.gif') no-repeat; }
#quickLinks a#midNav2 {	background: url('/pics/midnav2.gif') no-repeat; }
#quickLinks a#midNav3 {	background: url('/pics/midnav3.gif') no-repeat; }
#quickLinks a#midNav4 { background: url('/pics/midnav4.gif') no-repeat; }
#quickLinks a#midNav5 { background: url('/pics/midnav5.gif') no-repeat; }
#quickLinks a#midNav6 { background: url('/pics/midnav6.gif') no-repeat; }

#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: -265px 0;
}
/* Homepage Section Headers */

h2 a#principal {
	width: 0;
	height: 0;
	padding: 0 0 41px 567px;
	font-size: 0;
	background: url('/pics/principal_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 40px 567px;
	font-size: 0;
	background: url('/pics/news_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#alumni {
	width: 0;
	height: 0;
	padding: 0 0 41px 567px;
	font-size: 0;
	background: url('/pics/alumni_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 41px 333px;
	font-size: 0;
	background: url('/pics/events_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#links {
	width: 0;
	height: 0;
	padding: 0 0 41px 333px;
	font-size: 0;
	background: url('/pics/links_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#bulletin {
	width: 0;
	height: 0;
	padding: 0 0 40px 333px;
	font-size: 0;
	background: url('/pics/bulletin_board_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}
h2 a#pacer {
	width: 0;
	height: 0;
	padding: 0 0 40px 333px;
	font-size: 0;
	background: url('/pics/pacer_spotlight_header.gif') no-repeat left top;
	display: block;
	margin: 0;
	overflow: hidden;
}

/* Homepage Sections Containers */

.leftSection {
	width: 567px;
	margin: 0;
	padding: 0;
	background: url('/pics/left_bg.gif') repeat-y;
}
.rightSection {
	width: 333px;
	margin: 0;
	padding: 0;
	background: url('/pics/right_bg.gif') repeat-y;
}
#principalContainer {
	width: 512px;
	padding: 0px 25px 30px 30px; 
	height: 110px;
	margin: 0;
	display: block;
	overflow: hidden;
}

#principalContainer2 {
	margin: 0;
	height: 190px;
	color: #fff;
	background: url('/pics/left_bottom.gif') no-repeat bottom;
}
#newsContainer {
	width: 517px;
	min-height: 266px;
	height: auto!important;
	height: 266px;
	margin: 0;
	padding: 0 25px 10px 25px;
	background: url('/pics/left_bottom.gif') no-repeat bottom;
}
#alumniContainer {
	width: 517px;
	min-height: 150px;
	height: auto!important;
	height: 150px;
	margin: 0;
	padding: 0 25px 10px 25px;
	background: url('/pics/left_bottom.gif') no-repeat bottom;
}
#eventsContainer {
	width: 283px;
	min-height: 250px;
	height: auto!important;
	height: 250px;
	margin: 0;
	padding: 5px 25px 10px 25px;
	background: url('/pics/events_bottom.gif') no-repeat bottom;
}
#pacerContainer {
	width: 283px;
	min-height: 250px;
	height: auto!important;
	height: 250px;
	margin: 0;
	padding: 5px 25px 10px 25px;
	background: url('/pics/right_bottom.gif') no-repeat bottom;
}
#bulletinContainer {
	width: 283px;
	min-height: 250px;
	height: auto!important;
	height: 250px;
	margin: 0;
	padding: 5px 25px 10px 25px;
	background: url('/pics/right_bottom.gif') no-repeat bottom;
}
#linksContainer {
	width: 283px;
	min-height: 150px;
	height: auto!important;
	height: 150px;
	margin: 0;
	padding: 5px 25px 10px 25px;
	background: url('/pics/right_bottom.gif') no-repeat bottom;
}
/* Homepage Section Table Includes */

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

#left {
	width: 361px;
	float: left;
}
#middle {
	width: 258px;
	float: left;
	margin-left: 8px;
}

.HPNews a, .HPNews a:active, .HPNews a:link, 
.HPDirectory a, .HPDirectory a:active, .HPDirectory a:link, 
#HPPrincipal a, #HPPrincipal a:active, #HPPrincipal a:visited, #HPPrincipal a:link {
	color: #fff;
}
 
.HPEvents a, .HPEvents a:active, .HPEvents a:link,
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link,
.HPLinks a, .HPLinks a:active, .HPLinks a:link {
	color: #093a77;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}
/* Image shuffles */

#rotate {
	position: absolute;
	z-index: 0;
	width: 604px;
	height: 213px;
	padding: 16px 0 0 0;
	float: left;
}
#rotate_overlay {
	width: 619px;
	height: 245px;
	position: absolute;
	z-index: 50;
}

#rotate_overlay2 {
	width: 567px;
	height: 176px;
	position: absolute;
	z-index: 50;
}

#rotate2 {
	position: absolute;
	z-index: 0;
	width: 139px;
	height: 176px;
	left: 0px;
	padding: 0;
	float: left;
}
#rotate3 {
	position: absolute;
	z-index: 0;
	width: 163px;
	height: 176px;
	left: 139px;
	padding: 0;
	float: left;
}
#rotate4 {
	position: absolute;
	z-index: 0;
	width: 149px;
	height: 176px;
	left: 302px;
	padding: 0;
	float: left;
}
#rotate5 {
	position: absolute;
	z-index: 0;
	width: 116px;
	height: 176px;
	left: 451px;
	padding: 0;
	float: left;
}



/* Right side /pages/ menus */
table#pageNav {
border:none;
}
table#pageNav td {
background-color:#FFF;
}
table#pageNav ul {
list-style-type:none;
min-height:160px;
padding:65px 0 0 0px !important;
margin:0 10px 0 10px !important;

background-image:url('/pics/rightmenu_bg.jpg');
background-repeat:no-repeat;
background-color:#081e04;
}
table#pageNav td ul li { line-height:0; }
table#pageNav td ul li a {
display:block;
line-height:18px;

padding:5px 5px 3px 25px;
color:#FFF;

}
table#pageNav td ul li a:hover, table#pageNav td ul li a:active {
text-decoration:underline;
}
table#pageNav td ul li a, table#pageNav td ul li a:visited {
text-decoration:none;
}
table#pageNav td ul li b {
display:block;
line-height:18px;
color:#FFFFFF;
background-image:url('/pics/menuselect_bg.jpg');
background-repeat:no-repeat;
background-position:bottom;
padding:5px 5px 3px 25px;
}




/* Footer */

div#footer {
	width: 912px;
	height: 124px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/footer.png') no-repeat;
	behavior: url('/apps/shared/iepngfix.htc');
}
address {
	position: absolute;
	text-align: left;
	left: 24px;
	top: 17px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
}
#edu_logo {
	position: absolute;
	text-align: left;
	left: 202px;
	top: 85px;
	width: 245px;
	margin: 0 auto;
}

ul#inverted_dropdown li {
	left:-81px;	
}



