/* General */
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: #7a90b8;
}
div#top {
	width: 900px;
	height: 25px;
	padding: 5px 50px 0 50px;
	margin: 0 auto;
	text-align: left;
	background: url('/pics/top.jpg') top left no-repeat;
	position: relative; 
	z-index: 999999;
}
div#shadow {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background: url('/pics/shadow.jpg') top left repeat-y;
}
div#shadowTop {
	width: 1000px;
	text-align: left;
	background: url('/pics/shadowtop.jpg') top left no-repeat;
}
div#headerTop {
	width: 1000px;
	height: 41px;
	background: url('/pics/header_top.jpg') top left no-repeat;
	position: relative;
	z-index: 9999;
}
div#wrapper {
	width: 900px;
	text-align: left;
	background: #fff;
	margin-left: 50px;
	position: relative;
	z-index: 0;
}
.contentIndex {
	text-align: left;
	background: url('/pics/indexbg.gif') repeat-y;
	width: 900px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
}
.content {
	text-align: left;
	background: url('/pics/headerbot.jpg') top left no-repeat;
	width: 880px;
	padding: 60px 10px 45px 10px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
	line-height: 1.4em;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
#marquee {
	color: #f6d75a;
	width: 900px;
	background: url('/pics/marquee_1x25.gif') repeat-x;
	font-size: 13px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	height: 27px;
	padding: 13px 0 0 15px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') repeat-x;
	text-transform: uppercase;
}
#search {
	width: 236px;
	height: 39px;
	padding: 14px 0 0 136px;
	margin: 0 0 0 1px;
	background: url('/pics/search_bg.gif') no-repeat;
}
#googleTranslate {
	float: right;
}
#eagle {
	width: 260px;
	height: 187px;
	position: absolute;
	left: -53px;
	top: -180px;
}
/* Header */

div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0 0 61px 900px;
	overflow: hidden;
	background: url('/pics/header.jpg') top left no-repeat;
}
#logo {
	position: absolute;
	z-index: 100;
	left: 750px;
	top: -175px;
}
/* Navigation menu */

div#menu {
	width: 900px;
	height: 25px;
	margin: 0 auto;
	position: relative;/*	top: 31px;*/
}
ul#topNavItems {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a {
	height: 37px;
	display: block;
	text-align: center;
	padding: 4px 0 0 0;
	font: 14px Georgia, "Times New Roman", Times, serif;
	*font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
	color: #102542;
}
ul#topNavItems li a#topNav1 { 
	width: 88px; 
	padding-left: 40px;
	background: url('/pics/topNav1.jpg') no-repeat; 
}
ul#topNavItems li a#topNav2 { width: 82px; background: url('/pics/topNav2.jpg') no-repeat; }
ul#topNavItems li a#topNav3 { width: 111px; background: url('/pics/topNav3.jpg') no-repeat; }
ul#topNavItems li a#topNav4 { width: 109px; background: url('/pics/topNav4.jpg') no-repeat; }
ul#topNavItems li a#topNav5 { width: 103px; background: url('/pics/topNav5.jpg') no-repeat; }
ul#topNavItems li a#topNav6 { width: 92px; background: url('/pics/topNav6.jpg') no-repeat; }
ul#topNavItems li a#topNav7 { width: 128px; background: url('/pics/topNav7.jpg') no-repeat; }
ul#topNavItems li a#topNav8 { 
	width: 115px; 
	padding-right: 32px;
	background: url('/pics/topNav8.jpg') 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 {
	background-position: 0 -41px;
}

/* 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-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: 0;
	top: 41px;
	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: none
}
ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 3px 0 3px 8px;
	height: auto;
	width: 160px;
	color: #fff;
	background: #2e567b;
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
	font-variant: normal;
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	opacity:.95;
	border-left: solid 5px #587fa3;
	letter-spacing: normal;
}
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: #002b55;
	border-left: solid 5px #8db1d3;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #002b55;
	border-left: solid 5px #8db1d3;
}
/* Index properties */
#indexTop {
	width: 900px;
	height: 347px;
}
#leftColumn {
	width: 486px;
	float: left;
}
#rightColumn {
	width: 414px;
	float: right;
}
/* Quicklinks */
div#quicklinks {
	width: 166px;
	height: 14px;
	position: relative;
	border: solid 1px #fff;
	float: left;
	position: relative;
	left: 582px;
	top: 3px;
}
ul#quicklinksItems {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
}
ul#quicklinksItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
}
ul#quicklinksItems li a { 
	width: 0;
	height: 0;
	padding: 0 0 14px 166px;
	background: url('/pics/quicklink.gif') no-repeat; 
	overflow: hidden;
	display: block;
}
ul#quicklinksItems li:hover a#topNav1, ul#quicklinksItems li.over a#topNav1 {
	background-position: 0 -41px;
}

/* Drop down items */

ul#quicklinksItems ul, ul#quicklinksItems li:hover ul ul, ul#quicklinksItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	margin: 0;
	padding: 0;
}
ul#quicklinksItems ul li {
	margin: 0;
}
ul#quicklinksItems li:hover ul, ul#quicklinksItems li.over ul {
	left: 0;
	top: 14px;
	background: none;
}
ul#quicklinksItems ul li:hover ul, ul#quicklinksItems ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#quicklinksItems ul {
	border: none
}
ul#quicklinksItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	height: auto;
	width: 155px;
	color: #878787;
	padding: 0 0 0 8px;
	position: relative;
	background: #fff;
	border-left: solid 5px #fff;
	margin-left: -1px;
}
ul#quicklinksItems li ul li a:hover, ul#quicklinksItems li ul li:hover a, ul#quicklinksItems li ul li:hover ul a:hover, ul#quicklinksItems li ul li.over a, ul#quicklinksItems li ul li.over ul a:hover {
	border-left: solid 5px #ffbf27;
	background: #fff2d3;
}
ul#quicklinksItems li ul li:hover ul a, ul#quicklinksItems li ul li.over ul a {
	border-left: solid 5px #ffbf27;
	background: #fff2d3;
}


















/* Homepage Section Headers */
h2 a#mission {
	width: 0;
	height: 0;
	padding: 0 0 52px 486px;
	margin: 0;
	background: url('/pics/mission_header.jpg') no-repeat left top;
	display: block;
	overflow: hidden;
}
h2 a#news {
	width: 0;
	height: 0;
	padding: 0 0 52px 486px;
	margin: 0;
	background: url('/pics/news_header.jpg') no-repeat left top;
	display: block;
	overflow: hidden;
}
h2 a#alumnae {
	width: 0;
	height: 0;
	padding: 0 0 52px 486px;
	margin: 0;
	background: url('/pics/alumnae_header.jpg') no-repeat left top;
	display: block;
	overflow: hidden;
}

h2 a#events {
	width: 0;
	height: 0;
	padding: 0 0 52px 414px;
	margin: 0;
	background: url('/pics/events_header.jpg') no-repeat left top;
	display: block;
	overflow: hidden;
}
h2 a#bulletin {
	width: 0;
	height: 0;
	padding: 0 0 52px 414px;
	margin: 0;
	background: url('/pics/bulletin_board_header.jpg') no-repeat left top;
	display: block;
	overflow: hidden;
}

/* Homepage Sections Containers */
.leftContainer {
	width: 486px;
	background: url('/pics/leftcontainerbg.jpg') top left repeat-y;
}
.rightContainer {
	width: 414px;
	background: url('/pics/rightcontainerbg.jpg') top left repeat-y;
}
#missionContainer, #newsContainer {
	width: 486px;
	min-height: 150px;
	height: auto!important;
	height: 150px;
	padding: 0 0 20px 0;
	background: url('/pics/leftcontainerbot.jpg') bottom left no-repeat;
}
#alumnaeContainer  {
padding-left:30px;
}
#alumnaeContainer li {list-style-type:none; line-height:18px;}
#eventsContainer, #bulletinContainer {
	width: 414px;
	min-height: 150px;
	height: auto!important;
	height: 150px;
	padding: 0 0 20px 0;
	background: url('/pics/rightcontainerbot.jpg') bottom left no-repeat;
}
.HPNews {
	width: 435px;
	padding: 0;
	margin: 0 auto;
	color: #00187c;
	line-height: 1.4em;
}
.HPEvents, .HPBBMessages {
	width: 360px;
	padding: 0;
	margin: 0 auto;
	color: #00187c;
	line-height: 1.4em;
}
/* Other homepage section extras */

.HPNews a, .HPNews a:active, .HPNews a:link, .HPDirectory a, .HPDirectory a:active, .HPDirectory a:link, .HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link, .HPLinks a, .HPLinks a:active, .HPLinks a:link, .HPMemoirs a, .HPMemoirs a:active, .HPMemoirs a:link, .HPEvents a, .HPEvents a:active, .HPEvents a:link {
	color: #000;
}
.HPSpotlight a, .HPSpotlight a:active, .HPSpotlight a:link {
	color: #000;
}
.HPEvents a:hover, .HPNews a:hover, .HPBBMessages a:hover {
	text-decoration: none
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 7px;
	padding-right: 5px;
	display: none;
}
/* Image shuffles */

#rotate_overlay {
	width: 900px;
	height: 347px;
	position: relative;
	top:-347px;
	_margin-bottom:-350px;
}
#shuffle1 {
	width: 564px;
	height: 347px;
}

/* Right side /pages/ menus */
table#pageNav {
border:none;
}
table#pageNav td {
background-color:#FFF;
background-image:url('/pics/rightmenu_bg.jpg');
background-repeat:no-repeat;
padding-top:30px;
}
table#pageNav ul {
list-style-type:none;
min-height:300px;
padding:0 0 0 0px !important;
margin:0 18px 0 18px !important;
}
table#pageNav td ul li { display:inline; }

table#pageNav td ul li a {
display:block;
line-height:29px;

padding:0px 5px 0px 15px;

}
table#pageNav td ul li a:hover, table#pageNav td ul li a:active {
color:#333;
text-decoration:underline;
}
table#pageNav td ul li a, table#pageNav td ul li a:visited {
color:#333;
text-decoration:none;
}
table#pageNav td ul li b {
display:block;
line-height:29px;
color:#FFFFFF;
background-image:url('/pics/menuselect_bg.jpg');
padding:0px 5px 0px 15px;
}


/* Footer */

div#footer {
	width: 1000px;
	height: 62px;
	background: url('/pics/footer.jpg') top left no-repeat;
}
#address {
	color: #002f5c;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	position: relative;
	top: 4px;
	letter-spacing: 1px;
	*letter-spacing: normal;
}
#search {
	width: 148px;
    *width: 149px;
	height: 21px;
	padding: 0;
	margin: 0;
	background: url('/pics/search_repeat.gif') repeat-x;
	position: relative;
	left: 159px;
	top: 48px;
}





