/* RESETS - COURTESY OF YAHOO */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td { 
	margin: 0;
	padding: 0;
}
body {
	background-color: #9c9c9c;
	color: #333333
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { border: 0;
}

/* (except these) */

img, a img {
	border: 0;
}
a, a:link, a:visited {
	text-decoration: none;
}


/* LISTS */

ul, ol, dl {
	padding-left: 20px;
	margin-bottom: 18px;
	
}
li, dd {
	padding-left: 5px;
	margin-left: 20px;
}
dt {
	font-weight: bold;
}
ul li {
	list-style-image: url(images/bullet.gif);
}

/* TYPE */

body {
	font: 75%/1.7 'Lucida Grande',  'Lucida Sans', Verdana, Geneva, sans-serif;
}
p, ul, /*table*/ {
	margin-bottom: 12px;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
	color: #424242; /*#873027;*/
	margin-bottom: 18px;
	/*font-face: constantia, georgia, serif; //for serif headings*/ 
}
h2 {
	font-size: 186%;
	line-height: 1.1;
	color: #93440a;
	margin-bottom: 14px;
}
h3 {
	font-size: 150%;
	line-height: 1.1;
	color: #93440a; /*#de9517;*/
	margin-bottom: 10px;
}
h4 {
	font-size: 115%;
	line-height: 1.1;
	color: #93440a; /*#de9517;*/
	margin-bottom: 8px;
}

/* TAG DRESSING */

a, a:link {
 	color: #9c862b; /*#fada84*/
}
a:visited {
	color: #9c862b; /*#ae9c01;*/
}
a:hover {
 	color: maroon;
}
abbr, acronym {
 	border-bottom: 1px dotted #EEE;
 	cursor: pointer;
}
address {
 	display: block;
	margin-bottom: 18px;
}
address p {
 	margin: 0;
}
hr { 
 border: 1px dotted #990000; 
 margin: 10px 0pt;
}
/*blockquote {
	display: block;
	margin: 0 0 18px 18px;
	line-height: 110%;
} */ 
code, kbd, samp, pre {
	font-family: Consolas, Courier New, Courier, monospace;
}
dfn {

}
/*em {
 	font-style: normal;
 	font-weight: bold;
}
em.italic {
	font-style: italic;
	font-weight: normal;
}
em.underline {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}*/
/*table {
	border: 1px solid #333333;
	border-collapse: collapse;
	margin: 0 0 18px 0;
}*/
caption {
	font-weight: bold;
	font-size: 150%;
}
thead {
	border: 1px solid #CCCCCC;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
	background-color: #999999;
	background-image: url(images/theadBackground.gif);
	background-repeat: repeat-x;
	color: #333333;
	text-align: left;	
}
thead th {
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
}
tfoot {
	text-align: right;
	border: 1px solid #CCCCCC;
	letter-spacing: .1em;
	background-color: #EEEEEE;
	background-repeat: repeat;
	color: #333333;
	text-align: left;
}
tfoot td {
	padding: 2px 5px;
}
tbody {

}
/*tbody td {
	border: 1px solid #CCCCCC;
	padding: 4px;
	vertical-align: top;
}*/


/* TEXT CLASSES */

.underline {
	text-decoration: underline;
}
.lineThrough {
	text-decoration: line-through;
}


/* HORIZ MENU BAR */

.horizMenu {
	padding: 0;
	margin: 0;
	border: 0;
	float: left;
}
.horizMenu li {
	float: left;
	display: block;
	width: 75px;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.horizMenu li a {
	display: block;
	width: 100%;
	height: 100%;
}
.horizMenu li a:hover {
	background-color: #CCC;
}

/* VERTICAL MENU ULS */

.vertMenu {
	width: 175px;
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.vertMenu li {
	margin: 0;
	padding: 0;
	list-style-image: none;
}
.vertMenu li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	display: none;
	width: 175px;
}
.vertMenu li ul.visible {
	display: block;
}
.vertMenu li ul li {
	margin: 0;
	padding: 0;
}
.vertMenu li a {
	display: block;
	width: 155px;
	height: 100%;
	padding: 3px 10px;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 110%;
}
.vertMenu li ul li a {
	width: 135px;
	padding: 0 0 0 20px;
	text-transform: none;
	font-size: 100%;
	
}
.vertMenu li a:visited {
	color: #FFFFFF;
}
.vertMenu li a:hover {
	color: #fada84;
}
#secondaryMenu li a {
	color: #6c3a0e;
}
#secondaryMenu li a:hover {
	color: #381f08;
}
.vertMenu li a.selected, .vertMenu li ul li.selected {
	color: #fada84;
}
.vertMenu li a.current, .vertMenu li ul li.current {
	color: #fada84;
}


/* LAYOUT */

body {
	text-align: center;
	background-color: #9c9c9c;
}
#doc {
	text-align: left;
	width: 981px;
	margin: 20px auto 20px auto;
	padding:0px 17px 0px 17px;
	position: relative;
	background-color: #9c9c9c;
}
#masthead {
	width: 100%;
	height: 315px;
	padding: 0;
	background-color: #9c9c9c;
	background-image: url(images/bg_subHeader.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	position: relative;
}
#logo {
	position: absolute;
	top: 24px;
	left: 27px;
}
#main {
	padding: 0 15px;
	height: 100%;
	background-image: url(images/contentBg.gif);
	background-repeat:repeat-y;
}
#page {
	width: 750px;
	min-height: 300px; 
	float: right;
	background-color: transparent;
}
#sidebar {
	width: 175px;
	background-color: transparent;
	float: left;
}
#sidebarMenu {
	background-color: #333333;
	margin-top: 0;
	padding: 10px 0;
	width: 175px;
}
#ContentSocial {
	margin-top: 0;
	padding: 10px 0;
	width: 175px;
}
#ContentLeft {
	background-color: #333333;
	margin-top: 0;
	padding: 10px 0;
	width: 175px;
}
#secondaryMenu {
	background-color: #D5BD5B;
	margin-top: 20px;
	padding: 10px 0;	
}
#ContentSecondaryNav {
	background-color: #D5BD5B;
	width: 175px;	
}
#center {
	background-color: transparent;
}
#footer {
	clear: both;
	height: 10px;
	background-color: #9c9c9c;
	padding: 0 15px;
	background-image: url(images/footerBg.gif);
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 27px;
	color: #CCCCCC;
}
#sidebar:after, #page:after, #main:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#sidebar div {
	padding: 10px;
}
#ContentMemberTools {
	text-align: right;
	width: 951px;
	height: 40px;
	width:100%;
	margin:0 7px 0 0;
}

.MTLinkscontainer { display:inline;}

#ContentMemberTools a, #ContentMemberTools a:link, #ContentMemberTools a:visited {
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding:0 10px;
}
#ContentMemberTools a:hover {
	color: #cccc99;
}
/*#ContentMarquee { 
	width: 980; 
	height: 366; 
	padding: 20px 15px 20px 150px; 
	position: fixed;
	background-color: #9c9c9c;	
}*/	

#masthead_home {
background:#9C9C9C url(images/background.jpg) no-repeat;
height:405px;
padding:0pt;
text-align:right;
width:100%;
}
#ContentRotator { margin: 3px 0px 0 330px;}

#mainMenu {
	position: absolute;
	top: 275px;
	left: 32px;
	width: 951px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #333333;
	background-image: url(images/mainMenuBg.gif);
}
#mainMenu ul.horizMenu {
	width: 600px;
	float: right;
}
#mainMenu ul.horizMenu li {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
#mainMenu ul.horizMenu li a {
	display: inline;
}
#mainMenu ul.horizMenu li a:hover {
	background-color: transparent;
}
#mainMenu form label {
	float: left;
	margin:0;
	padding: 0;
}
#mainMenu form select {
	float: left;
	margin: 8px 0 0 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font: 100% 'Lucida Grande', 'Lucida Sans', Verdana, Geneva, sans-serif;
}
#Contentquicklinks {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 40px;
}
select.links {
	float: left; 
	margin: 8px 0 0 0;
}
#center {
	width: 515px;
	padding: 15px 0;
	float: left;
}
#ContentrightBar {
	width: 200px;
	float: right;
	background-color: #FFFFFF;
	padding: 15px 0 0 0;
	line-height: 1.2em;
}
#ContentrightBar h3, #sidebar h3 {
	color: #883127;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px 0;
}
#ContentrightBar img {
	margin-left: -5px;
}
#top {
	background-image: url(images/ContentrightBarTop.jpg);
	height: 16px;
}
#middle {
	background-image: url(images/ContentrightBarMiddle.jpg);
	background-repeat: repeat-y;
	min-height: 150px;
	padding: 0 10px;
}
#bottom {
	background-image: url(images/ContentrightBarBottom.jpg);
	height: 18px;
}
/* SINGLE ELEMENTS IN INDIVIDUAL PAGES */

#departmentChairs {
	margin: 18px 0;
}
.column {
	width: 175px;
	float: left;
}
.column ul li a, .column ul li a:link, .column ul li a:visited, .column ul li {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ae9c01; /*#de9517;*/
}
.column ul li ul li a, .column ul li ul li a:link, .column ul li ul li a:visited {
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
}
.column ul li ul li a:hover {
	color: maroon;
}
.column ul {
	margin-left: 0;
	padding-left: 0;
	border: 0;
	width: 90%;
}
.column ul li ul {
	padding-left: 20px;
	padding-bottom: 0;
	margin-bottom: 5px;
	border: 0;
	width: 100%;
}
.column ul li {
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 0;
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px dotted #CCCCCC;
}
.column ul li ul li {
	list-style-image: url(images/bullet.gif);
	border: 0;
	margin-bottom: 0;
}
.ContentMiddle {
	border-bottom: 1px dotted #990000; /*was dotted #ccc*/ 
	margin: 10px 0;
}
#ContentMiddle h2 {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}
#highlights {
	font-size:10px;
	float: left;
	width: 185px;
	/*height: 217px;*/
	margin-right: 40px;
	padding: 0;
}
.highlights_top {
	width: 185px;
	height: 4px;
	padding: 25px 20px 25px 20px;
	background-image: url(images/highlightsBg_top.jpg);
	background-repeat: no-repeat;
}
.highlights_middle {
	width: 185px;
	padding: 0px 20px 0px 20px;
	background-image: url(images/highlightsBg_middle.jpg);
	background-repeat: repeat-y;
}
.highlights_bottom {
	width: 225px;
	height:28px;
	margin-top:0px;
	padding: 0;
	background-image: url(images/highlightsBg_bottom.jpg);
	background-repeat: no-repeat;
}
#highlights h2 {
	margin: -15px 0 15px -20px;
}
#highlights p {
	border-bottom: 1px dotted #990000;
	padding-bottom: 3px;
	width: 90%;
}
.archiveLink {
	width: 99%;
	text-align: right;
	font-style: italic;
}
.archiveLink a, .archiveLink a:visited, .archiveLink a:link {
	color: #ae9c01;
}

/* athletics */

.season {
	width: 220px;
	margin-right: 20px;
	float: left;
}
.sport {
	margin: 0 0 30px 0;
}
.picture {
	width: 100%;
	text-align: center;
}
.picture img {
	border: 1px solid #333333;
}
.sport h3 {
	font-size: 14px;
}
	


