/*-----------Orange MS --------------*/

#masthead {
	height: 150px;
	margin: auto;
	background: url(../images/buildings/ooms-banner.png) center top no-repeat;
	}
div.logo {
	background: url(../images/buildings/oomsLogo.png) top center no-repeat;
	}

a:link, a:visited {
	color: #0000cc;
	}
a:hover, a:active {
	color: #e56100;
	}
a.here {
	color: #848490 !important;
	}
	
.main h4 {
	color: #322218;
	}
.main a:link, .main a:visited {
	color: #e56100;
	}
.main a:hover, .main a:active {
	color: #0000cc;
	text-decoration: none;
	border-bottom: 1px dotted #000099;
	}
	
	
ul.booklist li a {
	font-style: italic;
	}
	
div.notice {
	background: #f5e0cf url(/images/noticeOrange.png) bottom right repeat-x;
	-webkit-box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	box-shadow: 1px 1px 4px #999;
	}
	
div.notice a:link, div.notice a:visited {
	color: #0000cc;
	}	

	
#staff div.column, #activities div.column {
	float: left;
	width: 30%;
	margin-right: 10px;
	margin-left: 10px;
	}
	
#staff div.column h4 {
	font-size: 1em;
	clear:  left;
	border-bottom: 1px solid  #864e2f;
	color: #333;
	}

#staff div.column ul li {
	list-style: none;
	margin: 0;
/* 	color: #864e2f; */
	}


	
#staff  dl {}
#staff  dt { 
	font-weight: bold; 
	position: relative;
	font-weight: bold;
	font-size: 1em;
	margin: .5em 0 0 0;
	padding: 0;
}
#staff  dd { 
	border-left: 5px solid #eee;
	margin: 0 0 0 2em;
	padding: 0 0 0 .5em;}
	
	
#staff  dd.title {font-style: italic; }

#staff table {
	width: 100%;
	}
#staff table td { 
	padding: 0 10px 0 0; 
	empty-cells: show;
	color: #583b00;
	}

	
code {
	font-family: Monaco, Courier, monospace;
	font-size: 1em;
	}
	
	
	
body#athletics dl {
	float: left;
	width: 30%;
	margin: auto 15px auto 0;
	}
body#athletics dt {
	border-bottom: 1px solid #aac;
	font-family: Arial, Helvetica, sans-serif;
	
	}
body#athletics dd {
	margin-bottom: 5px;
	line-height: 110%;
	}
