/* 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: #ccccc;
	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: 25px;
}
dt {
	font-weight: bold;
}


/* TYPE */

body {
	font: 75%/1.7 'Lucida Grande',  'Lucida Sans', Verdana, Geneva, sans-serif;
}

p {
	font-size: 120%;
}

p, ul, table {
	margin-bottom: 12px;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.1;
	color: #663366;
	margin-bottom: 18px;
}
h2 {
	font-size: 186%;
	color: #663366;
	line-height: 1.1;
	margin-bottom: 14px;
}
h3 {
	font-size: 175%;
	line-height: 1.1;
	color: #663366; /*#de9517;*/
	margin-bottom: 10px;
}
h4 {
	font-size: 130%;
	line-height: 1.1;
	color: #663366; /*#de9517;*/
	margin-bottom: 5px;
}

/* TAG DRESSING */

a, a:link {
 	color: #663366; 
	text-decoration: underline;
}
a:visited {
	color: #663366; 
	text-decoration: underline;
}
a:hover {
 	color: #404040;
}
abbr, acronym {
 	border-bottom: 1px dotted #EEE;
 	cursor: pointer;
}
address {
 	display: block;
	margin-bottom: 18px;
}
address p {
 	margin: 0;
}
/*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/frame/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;
}

.horizMenu_drop2 {
	padding: 0;
	margin: 0;
	border: 0;
	float: left;
}
.horizMenu_drop2 li {
	float: left;
	display: block;
	width: 75px;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.horizMenu_drop2 li a {
	display: block;
	width: 100%;
	height: 100%;
}
.horizMenu_drop2 li a:hover {
	background-color: #CCC;
}
.horizMenu_2 {
	padding: 0;
	margin: 0;
	border: 0;
	float: right;
}
.horizMenu_2 li {
	float: left;
	display: block;
	width: 75px;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.horizMenu_2 li a {
	display: block;
	width: 100%;
	height: 100%;
}
.horizMenu_2 li a:hover {
	background-color: #CCC;
}
/* VERTICAL MENU ULS */

.vertMenu {
	width: 190px;
	margin: 0px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.vertMenu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	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 0 10px 10px;

}
.vertMenu li a {
	display: block;
	width: 175px;
	height: 100%;
	padding: 3px 10px;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 110%;
}
.vertMenu li ul li a {
	padding: 0 0 0 20px;
	width: 160px;
	text-transform: none;
	font-size: 100%;
	
}
.vertMenu li a:visited {
	color: #FFFFFF;
}
.vertMenu li a:hover {
	color: #666666;
}
#secondaryMenu li a {
	color: #404040;
	font-size: 95%;
}
#secondaryMenu li a:hover {
	color: #FFFFFF;
	font-size: 95%;
}
.vertMenu li a.selected, .vertMenu li ul li.selected {
	color: #fada84;
	text-decoration: none;
}
.vertMenu li a.current, .vertMenu li ul li.current {
	color: #FFFFFF;
	text-decoration: none;
}


/* LAYOUT */

body {
	text-align: center;
	background-color: #cccccc;
}
#doc {
	text-align: left;
	width: 981px;
	margin: 20px auto 20px auto;
	padding:0px 17px 0px 17px;
	position: relative;
}
#masthead {
	width: 100%;
	height: 315px;
	padding: 0;
	background-color: #cccccc;
	background-image: url(../images/header.gif);
	background-repeat: repeat-y;
	position: relative;
}

#masthead a {
	position: absolute;
	left: 0;
	width: 351px;
	height: 280px;
	}
	
#masthead a h1 {
	display: none;
	}
	
#flash_banner {
position: absolute;
	top: 70px;
	left: 250px;
	width: 550px;
	height: 150px;
}

#logo {

}

#logo a {
	position: absolute;
	top: 240px;
	left: 760px;
	width: 165px;
	height: 30px;
	}
	
#logo a h1 {
	display: none;
	}
	

#main {
	padding: 0 15px;
	height: 100%;
	background-image: url(../images/main_back.gif);
	background-repeat:repeat-y;
}
#page {
	width: 745px;
	min-height: 300px;
	float: right;
	background-color: transparent;
	padding-top: 30px;
}
#sidebar {
	width: 185px;
	margin-left: 2px;
	margin-top: 0px;
	float: left;
}
#sidebarMenu {
	background-color: #986699;
	padding: 20px 0;
}
#secondaryMenu {
	background-color: #ff6633;
	margin-top: 10px;
	padding: 10px 0;
}
#thirdbox {
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 10px 0;
}

#center {
	background-color: transparent;
}
#footer {
	clear: both;
	height: 50px;
	background-color: #cccccc;
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
	margin-left: -5px;
	margin-right: -20px;
	text-align: center;
	padding-top: 20px;
	color: #000000;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 130px;
}
#sidebar:after, #page:after, #main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: visible;
}
#sidebar div {
	padding: 10px;
}

#homeLink {
	position: absolute;
	top: 220px;
	left: 40px;
	width: 175px;
	height: 60px;
	padding: 0;
	margin: 0;
	z-index: 101;
	display: block;
}
#homeLink a span {
visibility: hidden;
}
#topMenu {
	text-align: right;
	width: 950px;
	position: relative;
	top: 2px;
	z-index: 101;
}
#topMenu a, #topMenu a:link, #topMenu a:visited  {
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#topMenu a:hover {
	color: #FFFFFF;
}
#top-search-box {
	display: inline;
	margin: 0;
	padding: 0;
}

#mainMenu {
	position: absolute;
	top: 290px;
	left: 32px;
	width: 942px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #333333;
	background-image: url(../images/main_menu/menu_bar_back.gif);
}
#mainMenu ul.horizMenu {
	width: 161px;
}
#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 ul.horizMenu_2 {
	width: 444px;
	position: absolute;
	top: 0px;
	left: 692px;
	width: 440px;
	height: 0px;
	padding: 0;
	margin: 0;
	border: 0;
}
#mainMenu ul.horizMenu_2 li {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
#mainMenu ul.horizMenu_2 li a {
	display: inline;
}
#mainMenu ul.horizMenu_2 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: 95% 'Lucida Grande', 'Lucida Sans', Verdana, Geneva, sans-serif;
}

#quicklinks {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 340px;
	height: 33px;
}
#center {
	width: 675px;
	padding: 15px 0;
	float: left;
}

#Flash {
	position: absolute;
	top: 50px;
	left: 140px;
	width: 738px;
	height: 150px;
	visibility: visible;
	}
	
	#Banner {
	position: absolute;
	top: 60px;
	left: 140px;
	width: 738px;
	height: 155px;
	visibility: visible;
	background-image: url(../images/message_image.gif);
	}
#rightBar {
	float: right;
	background-color: #FFFFFF;
	padding: 0 0 0 0;
	width: 360px;
}
#rightBar h3, #sidebar h3 {
	color: #883127;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px 0;
}
#rightBar img {
	margin-left: 5px;	
}
#rightBar_img {
	float: right;
	background-color: #FFFFFF;
	padding: 0 0 0 20px;
	margin-left: 5px;	
	width: 175px;
}
#leftBar {
	width: 320px;
	background-color: #FFFFFF;
	padding: 0 0 0 0;
}
#leftBar h3, #sidebar h3 {
	color: #883127;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 3px 0;
}
#leftBar img {
	margin-left: -5px;
}
#top {
	background-image: url(../_images/frame/rightBarTop.jpg);
	height: 16px;
}
#middle {
	background-image: url(../_images/frame/rightBarMiddle.jpg);
	background-repeat: repeat-y;
	min-height: 150px;
	padding: 0 10px;
}
#bottom {
	background-image: url(../_images/frame/rightBarBottom.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;
}

.story {
	border-bottom: 1px dotted #663366;
	margin: 10px 0;
}
.story ul {
	list-style-position: inside;
}
#news h2 {
	margin: 0;
	font-size: 18px;
}
.news_green_text {
	color: #86dc17;
	}
	
.news_blue_text {
	color: #663366;
}
#news_head {
	background-color: #86dc17;
	padding: 20px 10px;
}
#news_head h1 {
		color: white;
}
#news_bullets {
	background-color: grey;
	padding: 20px 10px;
	}
	
/* Doc Pages */
	
#doc h2 {
	margin: 0;
	font-size: 18px;
}
.doc_green_text {
	color: #86dc17;
	padding: 50px 10px;
}
#doc_head {
	background-color: #86dc17;
	padding: 20px 10px;
}
#doc_head h1 {
		color: white;
}
#doc_head h2 {
		color: white;
}
.doc_bullets {
	background-color: #e2e6e9;
	padding: 20px 10px;
}
.doc_story {
	margin: 10px 0;
}
.doc_grey_back {
	background-color: #e2e6e9;
	padding: 5px 5px;
	}
	
.doc_grey_story {
	margin: 0px 0;
	background-color: #e2e6e9;
	padding: 0px 5px;
	padding-bottom: 10px;
}

#doc_grey_head {
	background-color: #00bff3;
	padding: 0px 0px;
	margin-bottom: -12px
}
	
#doc_green_head {
	background-color: #86dc17;
	padding: 0px 0px;
	margin-bottom: -12px
}#doc_green_head_results {
	background-color: #86dc17;
	padding: 0px 0px;
	margin-bottom: -12px;
	margin-top: 10px;
}
#doc_green_head p  {
	color: white;
	padding-left: 5px;
}
#doc_green_head_results p  {
	color: white;
	padding-left: 5px;
}
#doc_grey_head p  {
	color: white;
	padding-left: 5px;
}
.story_results {
	border-bottom: 1px dotted #34a3f9;
	border-top: 2px dotted #34a3f9;
	margin: 10px 0;
}
.story_results p {
	padding-top: 10px;
}
	#bullet_head {
	background-color: #00bff3;
	padding: 10px 10px;
}
#bullet_head h1 {
		color: white;
	}
	
#div.breadcrumbs span {
   background: url(../images/bg-breadcrumb.png) no-repeat left center;
   overflow:hidden;
   padding:0 0 0 10px;
   width:0;
   filter:alpha(opacity=40); /* for IE */
   opacity:0.4;
}
	
.imageBack {
z-index:-1;
}

#highlights {
	font-size:10px;
	float: left;
	width: 185px;
	/*height: 217px;*/
	margin-right: 40px;
	padding: 0;
}
.highlights_top {
	width: 225px;
	height: 29px;
	padding: 0 0 20px 0;
	background: transparent url(../_images/home/highlightsBg_top.jpg) no-repeat scroll bottom left;
}
.highlights_middle {
	width: 185px;
	padding: 0px 20px 0px 20px;
	margin-bottom:-12px;
	background-image: url(../_images/home/highlightsBg_middle.jpg);
	background-repeat: repeat-y;
}
.highlights_bottom {
	width: 225px;
	height:28px;
	margin-top:0px;
	padding: 0;
	background-image: url(../_images/home/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;
}
.note_head h1{
	color: #ffffff;
}
.sport {
	margin: 0 0 30px 0;
}
.picture {
	width: 100%;
	text-align: center;
}
.picture img {
	border: 1px solid #333333;
}
.sport h3 {
	font-size: 14px;
}

/* LIST CALENDAR VIEWS */

h3.day {
	background-color: #EEE;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	margin: 15px 0;
	clear: both;
	width: 100%;
}
.vevent:after {
	content: ".";
	display: block;
	height: 0;
	width: 100%;
	clear: both;
	visibility: hidden;
}
.vevent {
	clear: both;
	margin: 0;
	border: 1px solid #FFF; /* fix ie margin bug */
}
.vevent abbr {
	border: 0;
}
.vevent .dtstart {
	display: block;	
	float: left;
	width: 60px;
	margin: 0;
}
.vevent .dtend {
	display: block;
	float: left;
	width: 100px;
	margin: 0;
}
.vevent .all-day {
	width: 160px;
}
.vevent .summary {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0;
}

/* FORMS */
#contactForm {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
}

#contactForm ol {
font-size: 1em;
list-style:none;

}

#contactForm form, fieldset, legend {
border: 0;
margin: 0;
padding: 0;
}

#contactForm legend {
	font-size: 1.5em;
	color: #663366;
	line-height: 1.8;
	padding-bottom: 0.5em;
}

#comment {
	font-size: 0.85em;
	color: #663366;
	line-height: 1em;
	margin: 5px 0 10px 215px;
}

#comment_inside {
	font-size: 0.85em;
	color: #663366;
	line-height: 1em;
	margin: 5px 0 10px 195px;
}

#contactForm form ol {
list-style: none;
margin: 0;
padding: 0;
}

#contactForm form li {
clear: both;
margin: 0 0 .75em;
padding: 0;
}

#contactForm label {
display: block;
float: left;
line-height: 1.6;
margin-right: 10px;
text-align: right;
width: 160px;
}


#contactForm input, textarea {
background: #ddd;
font:  'Lucida Grande',  'Lucida Sans', Verdana, Geneva, sans-serif;
padding: 1px 3px;
width: 250px;
}

#contactForm textarea {
line-height: 1.3em;
padding: 0 3px;
}

#contactForm input:focus, textarea:focus {
background: #fff;
}

#contactForm button {
	background: #663366;
	border: 2px outset  #000099;
	color: white;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-left: 190px;
	margin-top: 20px;
	padding: .1em .3em;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.menu5 {
text-align:left; font-family: 'Lucida Grande',  'Lucida Sans', Verdana, Geneva, sans-serif; 
position:relative; 
font-size:1em; 
margin:0 
padding:0; 
list-style-type:none;
width:0px;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
}
.menu5 li {
float:left; position:relative;
}
.menu5 li a, .menu5 li a:visited {
	display:block;
	text-decoration:none;
	width:9em;
	float:left;
	height:1em;
	line-height:1em;
	color:#333333;
}
* html .menu5 li a, .menu5 li a:visited {
width:8em; w\idth:8em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold;
}
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:1em; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:underline; border:0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:10em; background:#fff; border:1px solid #ddd; left:1.25em; top:2.5em; overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.25em; padding:.35em; width:9em;
}
* html .menu5 li a:hover ul li a {
width:10em; w\idth:9em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:9.5em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}
.horizMenu_drop2 .menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:10em; background:#fff; border:1px solid #ddd; left:3em; top:2.5em; overflow:visible;
}
