/* --------------------------
Biology style sheet
Ramsey Sowers
08/17/2006
-------------------------- */
body, html {
height: 100% auto;
}


/* -  MAIN BODY, TEXT, LINKS - */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	color: #333;
	background-image: url(images/bg-test2.jpg);
}
a {	
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
	text-decoration: none;
	color: #4A6548;
}
a:hover {	
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
	text-decoration: underline;
	color: #4A6548;
}

img {
	border: 0;
}



/* -  CONTAINER, HOLDS ENTIRE SITE - */
#container {
	text-align: left;
	width: 747px;
	background: url(images/container-bg.gif) repeat-y;
	position: relative;
	overflow: visible;
	margin: 0 auto;
}



/* -  HEADER - */
#header {
	background: url(images/header-test2.gif) no-repeat;
	height: 144px;
	position: relative;
	z-index: 0;
	width: 747px;
}



/* -  TOP MENU - */
#topmenu {
	position: relative;
	z-index: 99;
	top: -37px;
	float: right;
	right: 13px;
  }

#topmenu ul {
  	margin: 0;
  	padding: 0px;
  	list-style: none;
  }

#topmenu li {
  float:left;
  background:url(images/tab_l.gif) no-repeat left top;
  margin:0;
	padding-left: 8px;
  }

#topmenu a {
	display:block;
	background:url(images/tab_r.gif) no-repeat right top;
	font-size:12px;
	line-height: 22px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#topmenu a {float:none;}
/* End IE5-Mac hack */


#topmenu a:hover {
  color:#333;
  }


body#home #topmenu #nav-home, body#dept #topmenu #nav-dept, body#academics #topmenu #nav-academics, body#research #topmenu #nav-research, body#outreach #topmenu #nav-outreach { background-position: 0% -48px; color:white; }

body#home #topmenu #nav-home a, body#dept #topmenu #nav-dept a, body#academics #topmenu #nav-academics a, body#research #topmenu #nav-research a, body#outreach #topmenu #nav-outreach a { background-position: 100% -48px; color: #DA930E; }


#topmenu .displaybox a {
	float:left;
	display:block;
	background:none;
	text-decoration:none;
	font-weight:bold;
	color:#98AB8F;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 7px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#topmenu .displaybox a {float:none;background:none;}
/* End IE5-Mac hack */


#topmenu a:hover {
  color:#4A6548;
  }

#topmenu .displaybox #current {background: black;}

#topmenu .displaybox #current a {background:black;}
#home #container #content ul {
	display: list-item;
	float: none;
	background-color: #BBC8B6;
	border: thin double #899C88;
}
#home #container #content li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	float:none;
}





ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	/*width: 10em;*/
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

.displaybox{
	position: absolute;
	top: 100%;
	left: -9px;
	font-weight: normal;
	background: url(images/dd-bg.gif) bottom left no-repeat;
	border-right: solid 1px #87987A;
	width: 193px;
	z-index: 999;
	}
*html .displaybox {left: -1px; top: 19px;}



#content {
	z-index: 22;
	float: right;
	padding-right: 25px;
	width: 425px;
	position: relative;
	top: -33px;
}


	
	
#mainmenu {
	width: 250px;
	padding-left: 20px;
	float: left;
	z-index: 1;
	position: relative;
}
/*#mainmenu_content {
	margin-top:325px;
	}*/  
#mainmenu_content li {position: relative; left:-120px;}	
	
a#left {
	background: url(images/left_up.gif) no-repeat;
	width: 25px;
	height: 25px;
	float: left;
	margin-left: 100px;
	border: 0;
	padding: 0;
}
#gallery {
	position: absolute;
	top: 265px;
	text-align: center;
	width: 150px;
	left: 50px;
	left: 60px;
}

a#right {
	background: url(images/right_up.gif) no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	float: right;
	padding: 0;
}
a#left:hover {
	background: url(images/left_down.gif) no-repeat;
	border: 0;
	padding: 0;
}
a#right:hover {
	background: url(images/right_down.gif) no-repeat;
	padding: 0;
		}	
#gallery_text, a#gallery_text {	font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
	color: #4A6548;
}
a#gallery_text:hover {	font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
	font-variant: small-caps;
	text-decoration: underline;
	color: #4A6548;
}
	
.breadcrumbs	 {	font-family: Georgia, "Times New Roman", Times, serif;
font-size: 9px;
}	
.breadcrumbs a {	font-family: Georgia, "Times New Roman", Times, serif;
font-size: 9px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #BCC7B6;
	text-decoration: none;
}	
.breadcrumbs a:hover {	font-family: Georgia, "Times New Roman", Times, serif;
font-size: 9px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BCC7B6;
	text-decoration: none;
}	


#recent-events li {
	margin: 1px 1px 1px -35px;
	padding: 3px 1px 2px 18px;
	list-style-type:none;
	background-image: url(images/news_icon.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	width: 225px;
	position: relative;
	left: 35px;
	}	
#recent-events li a	 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #BCC7B6;
}	
#recent-events li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BCC7B6;
	text-decoration: none;
}	
#recent-events ul li .events {
	float: none;
	display:  none;
}
#home #container #mainmenu #mainmenu_content #recent-events li {
	position: relative;
	left: 35px;
}
	
/* CONTACT */
.address_mail {
	background-image: url(images/contact_mail.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #BCC7B6;
	padding-left: 25px;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 15px;
	}
.address_phone {
	background-image: url(images/contact_phone.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #BCC7B6;
	padding-left: 25px;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 15px;
	}
.address_email {
	background-image: url(images/contact_email.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #BCC7B6;
	padding-left: 25px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	}
.address_email a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}	
/* -  FOOTER - */
#footer {
	background: url(images/footer-bg.gif) no-repeat bottom;
	font-size: 12px;
	text-align: center;
	width: 747px;
	height: 41px;
	color: #FFFFFF;
	vertical-align: baseline;
	clear: both;
}
#footer_address, #footer_address a {
	text-decoration: none;
	color: #EAEAEA;
	font-size: 12px;
	padding-top: 10px;
}
	
#footer_address a:hover {
		color: #CCCCCC;
}


.menu-header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #4A6548;
}
.index-headline, .index-headline a, .index-headline a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #4A6548;
	text-align: center;
}

/* MENU DYNAMIC DROPDOWN SCROLLERS */

.menutitle{
margin-bottom: 5px;
width:140px;
padding:2px;
text-align:left;/* */
}

.submenu{
margin-bottom: 0.5em;
}

.hide {display:none}
a img {	border:none;}


.post-title {
	margin: 0;
	font-size:12px;
	color:#4A6548;
	text-decoration:none;
	background:url(images/news_icon.gif) left no-repeat;
	float:left;
	font-family:Georgia, Arial, Sans-Serif;
	padding-left: 17px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.1em;
}
.post-date {
	margin: 0;
	font-size:12px;
	color:#C4C5B7;
	padding:0 0 0.1em 0;
	text-decoration:none;
	background:url(images/news_date.png) left no-repeat;
	float:right;
	font-family:Georgia, Arial, Sans-Serif;
	padding-left: 12px;
}
.post-content 
{
	margin: 0 0 1em 0;
	padding-top: 10px;		
	font-size:0.89em;
}
.post {
	border: 1px solid #AA7D39;
	padding: 3px;
}
#post-headline {
	border-bottom: 1px solid #c96666;
	width: 435px;
	height:17px;
}


.news-archives {
	list-style-type:none;
	background-image: url(images/news_icon.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 20px;
	float: right;
	padding-right: 10px;
	width: 75px;
	}	
.news-archives a	 {	font-family: Georgia, "Times New Roman", Times, serif;
font-size: 9px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #BCC7B6;
}	
.news-archives a:hover {	font-family: Georgia, "Times New Roman", Times, serif;
font-size: 9px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #BCC7B6;
	text-decoration: none;
}	

a.personlink {
display: block;
line-height: 14px;
}


#personWin1, #indexWin1 {
padding: 15px;
height: 0% auto;
overflow: visible;
}

#indexWin1 {
width: 225px;
}

#personWin1 {
left: 10px;
width: 425px;
}
.faculty-image {
}
.faculty_list_txt, .faculty_list_txt a, .faculty_list_txt a:hover {
font-size: 9px;
}
.newslink-sm, .newslink-sm a, .newslink-sm a:hover {
font-size: 9px;
}
td.phone, td.title, td.name a {	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.update {
	font-size: 12px;
	font-weight: bold;
	color: #4A6548;
	background-color: #F2F4EA;
}
.clear {clear: both;}
/* Postit Date */
.seminar_post_head {
	margin-top:-19px;
}
.seminar_post {
	border-top: 1px #E0D3CD dotted;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-bottom: 20px;
	position: relative;
}
.seminar_post .seminar_post_cal {
	border: 1px solid #A6A6A6;
	text-align: center;
	width: 50px;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 50px;
	margin-left: 0;
}
.seminar_post_cal .dayname {
	background-color: #98AB8F;
	border-bottom: 1px solid #A6A6A6;
	color: #FFFFFF;
	font-size: smaller;
	font-weight: bolder;
	width: 100%;
}
.seminar_post_cal .daynum {
	border-bottom: 1px solid #A6A6A6;
	font-size: xx-large;
	font-weight: bold;
	width: 100%;
}
.seminar_post_cal .month {
	font-size: smaller;
	width: 100%;
}
.seminar_affiliation {
	font-weight: normal;
	margin-top: -15px;
	font-size: 0.9em;
	color: #4A6548;
}
.seminar_title {
	font-size: 1.1em;
}
/* End Postit Date */
h2.seminar_name {
	font-weight: bold;
	color: #4A6548;
	font-size: 1.5em;
	margin-left: 60px;
}
h3.seminar_host {
	font-weight: bold;
	color: #899C88;
	font-size: 1em;
	margin-top: -19px;
	font-style: italic;
}
.reg-list li { list-style-type: square; float: none;}




/* GOLF SCRAMBLE STYLES */
.golf_smgreen {
font-size: 10px; 
font-style:italic; 
color: #336600;
}
#dept #container #content .list_plain {
	font-size: 12px;
	float: none;
}
#dept #container #content .list_plain .list_plain {
	list-style-position: inside;
	list-style-type: square;
	padding-left: 10px;
	position: relative;
	float: none;
}

