@charset "utf-8";
/* CSS Document */
body {

	background: url(../images/header_bg.gif) repeat-x top;
	background-color: #990000;	
}
#header {
	margin-top: 21px;
}
h1.site_title {
	color: #FFFFFF;
	font-size: 430%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navlist {
	margin-left: 3em;
	margin: 0;
	border: 1px solid white;
	margin: 0;
	border: 0;
	padding: 0;
}
#navlist li {
	display: inline;	
	list-style-type: none;
	margin-right: 3em;
	margin: 0;
	border: 0;
	padding: 0;
}
#navlist li a {
	font-size: 150%;
	color: black;
	background: white;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#menu_div {
	border: thin solid #FFFFFF;	
	margin: 0;
	border: 0;
	padding: 0;
}
#content {
	padding: 2em;
	background-color: white;
}
#content a {
	color: black;
	text-decoration: none;
}
#content a:link {
	color: #900;
	text-decoration: none;
}
#content a:visited,a:link {
	color: #900;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;	
}
.with_menu {
	background: url(../images/crest_bg_light.gif) no-repeat left top;
}
.without_menu {
	background: url(../images/crest_bg.gif) no-repeat left top;
}

#navcontainer ul
{
display: block;
list-style: none outside;
padding: 0;
margin: 0 0 0 3em;
font-family: Verdana, sans-serif;
font-size: 90%;
}

#navcontainer li
{
padding: 5px 0 5px 0;
margin: 0 2em 0 0;

color: black;
font-weight: normal;
/* the next 4 lines are magic */
display: block;
float: left;
position: relative;
top: 0;;
}

#navcontainer li#selected
{
padding: 5px 0 5px 0;
margin: 0 2em 0 0;
background: url(../images/tab_bg.gif) right repeat-y;
background-color: #fff;
color: black;
font-weight: normal;
/* the next 4 lines are magic */
display: block;
float: left;
position: relative;
top: 0;;
}
#navcontainer li#oweek {
	background: url(../images/oweekbg.gif) bottom no-repeat;	
}
#oweek a:link,
#oweek a:visited {
	background: none;	
}
#navcontainer a:link,
#navcontainer a:visited
{
background: none;

color: white;
text-decoration: none;
padding-left: 1em;
padding-right: 1em;
}

#navcontainer a:link#selected,
#navcontainer a:visited#selected
{
background-color: #ffffff;
background: url(../images/tab_bg.gif) right repeat-y;
color: black;
text-decoration: none;
padding-left: 1em;
padding-right: 1.4em;
}

#navcontainer a:hover
{
	text-decoration: underline;
}

#navcontainerclear { display: none; }

html>body #navcontainerclear
{
display: block;
clear: both;
}

#navcontainer li#active a
{
background-color: #990000;
color: white;
}

#content .float_left {
	float: left;	
}
#content .float_right {
	float: right;	
}
#content .border {
	border: 1px dotted black;
	padding: 2px;
	margin: 1em;
}
#side_menu {
	float: left;
	
}
#side_menu h1 {
	margin-bottom: 0.5ex;
}
#side_menu a:hover {
	text-decoration: underline;	
}
ul.menu_list_tier2 {
	list-style-type: none;
}
ul.menu_list_tier2 li {
	background: #FFFFFF;
	font-weight: 500;
	padding:  2px 2px 2px 10px;
	margin-bottom: 5px;
	border-left: thick black solid;
	border-bottom: 1px solid black;
}
li#title_history, li#title_people, li#title_traditions {
	margin-left: -2em;
	font-weight: 600;
	border-left: none;
	border-bottom: 1px dotted #333;
	
}
img#footer_logo {
	margin-left: auto;
	margin-right: auto;
}
#content img {
	display: inline;	
}
#footer_center {
	color: white;
	text-align:center;
	padding-top: 30px;
	width: 300px;	
	margin: auto;
}
#footer {
	color: white;	
	background: url(../images/footer.gif) no-repeat top;
	width: 998px;
	height: 156px;
}
#captain_photo {
	width: 170px;
}
#east_hall_photo {
	width: 187px;	
}
#quad_photo {
	width: 375px;
}
p.photo_caption {
	font-size: 90%;
	text-align:center;
	margin-bottom: 0.5ex;
	margin-top: 0.5ex;
}
#content blockquote {
	
}

#quick_contacts {
	float: right;
	width: 20em;
	border: thin dashed #999;
	padding: 1em;
	margin: 1em;
}
#content table{
	border: 1px dotted black;
	width: auto;
}
#calendar {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.pdf {
	background: url(../images/pdf.gif) right no-repeat;	
}
.disabled {
	color: #999;	
}
label {
	float: left;
	margin-right: 20px;
}