/* CSS Styles Only */

body { background-color:#605A48; /*added to be sure nothing is "showing through" the main areas while testing... can be changed back to white if you'd like */
	color: #000;
	}
#site_center {text-align:center;}
#main {width:980px; margin:0 auto; text-align:left;}

/* Current Page Indicator: This part of the CSS allows the menu item to display in its highlighted state when the page is loaded. The highlighting is implemented this way (in the CSS) so that the navigation stays as live text -- not javascript, flash or DHTML is used.

Note: if you add more than ten menu items for levels 1 & 2, copy and edit accordingly */

/*begin current page indicator for Level1*/

/*Current page indicator normal state for Level 1 menus. These styles override .nav styles for current page. */
body#level1_1_page li#level1_1 a, body#level1_2_page li#level1_2 a, body#level1_3_page li#level1_3 a, body#level1_4_page li#level1_4 a, body#level1_5_page li#level1_5 a, body#level1_6_page li#level1_6 a, body#level1_7_page li#level1_7 a, body#level1_8_page li#level1_8 a, body#level1_9_page li#level1_9 a, body#level1_10_page li#level1_10 a {
  	background: #69C;
  	color: #FFF;
	}

/*Current page hover state highlight for Level1 menus. These styles override .nav styles for current page. */
body#level1_1_page li#level1_1 a:hover, body#level1_2_page li#level1_2 a:hover, body#level1_3_page li#level1_3 a:hover, body#level1_4_page li#level1_4 a:hover, body#level1_5_page li#level1_5 a:hover, body#level1_6_page li#level1_6 a:hover, body#level1_7_page li#level1_7 a:hover, body#level1_8_page li#level1_8 a:hover, body#level1_9_page li#level1_9 a:hover, body#level1_10_page li#level1_10 a:hover {
  	background: #69C;
  	color: #FFF;
	}
	
/*Inheritance block. Keeps level2 from inheriting level1 styles. Styles here should match ".nav ul a" */ 
body#level1_1_page li#level1_1 ul a, body#level1_2_page li#level1_2 ul a, body#level1_3_page li#level1_3 ul a, body#level1_4_page li#level1_4 ul a, body#level1_5_page li#level1_5 ul a, body#level1_6_page li#level1_6 ul a, body#level1_7_page li#level1_7 ul a, body#level1_8_page li#level1_8 ul a, body#level1_9_page li#level1_9 ul a, body#level1_10_page li#level1_10 ul a {
  	background: #369;
  	color: #FFF;
	}

/*begin persistent page indicator for level2*/

/*Current page indicator normal state for Level2 menus. These styles override .nav styles for current page. */ 
body#level2_1_page li#level2_1 a, body#level2_2_page li#level2_2 a, body#level2_3_page li#level2_3 a, body#level2_4_page li#level2_4 a, body#level2_5_page li#level2_5 a, body#level2_6_page li#level2_6 a, body#level2_7_page li#level2_7 a, body#level2_8_page li#level2_8 a, body#level2_9_page li#level2_9 a, body#level2_10_page li#level2_10 a {
  	background: #69C;
  	color: #FFF;
	}
	
/*Current page hover state highlight for Level 2 menus. These styles override .nav styles for current page. */
body#level2_1_page li#level2_1 a:hover, body#level2_2_page li#level2_2 a:hover, body#level2_3_page li#level2_3 a:hover, body#level2_4_page li#level2_4 a:hover, body#level2_5_page li#level2_5 a:hover, body#level2_6_page li#level2_6 a:hover, body#level2_7_page li#level2_7 a:hover, body#level2_8_page li#level2_8 a:hover, body#level2_9_page li#level2_9 a:hover, body#level2_10_page li#level2_10 a:hover {
  	background: #69C;
  	color: #FFF;
	}

/*Inheritance block. Keeps level2 menu highlight from inheriting the level1 indicator highlight. This should be the same as ".nav ul a:hover"*/
body#level2_1_page li#level2_1 ul a, body#level2_2_page li#level2_2 ul a, body#level2_3_page li#level2_3 ul a, body#level2_4_page li#level2_4 ul a, body#level2_5_page li#level2_5 ul a, body#level2_6_page li#level2_6 ul a, body#level2_7_page li#level2_7 ul a, body#level2_8_page li#level2_8 ul a, body#level2_9_page li#level2_9 ul a, body#level2_10_page li#level2_10 ul a, body#level1_3_page li#level1_3 ul a:hover, body#level1_2_page li#level1_2 ul a:hover, body#level1_1_page li#level1_1 ul a:hover, body#level1_4_page li#level1_4 ul a:hover, body#level1_5_page li#level1_5 ul a:hover, body#level1_6_page li#level1_6 ul a:hover, body#level1_7_page li#level1_7 ul a:hover, body#level1_8_page li#level1_8 ul a:hover, body#level1_9_page li#level1_9 ul a:hover, body#level1_10_page li#level1_10 ul a:hover {
  	background: #369;
  	color: #FFF;
	}
/*End Current Page Indicator section */

#outer_container { /* This creates the shadow effect around the container. It can be removed or the graphic modified to suit the design.*/
	position:relative;
	width: 100%;
	margin: 0 auto;
	background:url(images/tall_top3.gif) repeat-x #605A48; 
	}
	
#outer_container2 { /* This creates the shadow effect around the container. It can be removed or the graphic modified to suit the design.*/
	position:relative;
	width: 100%;
	margin: 0 auto;
	background:url(images/tall_top1.gif) repeat-x #605A48; 
	}

	
/* start college or department identifier area */
#unit_banner {
	/*background: #000; -- if the image is not as large as the width of the design, set the background to be the same as the image background */
	}
	
#unit_banner img {display: block; } /*required to avoid a small gap underneath the banner image that can occur (randomly in IE) due to the image being treated as inline content */

#flashbanner {
    background-image:url(../images/Biotech_banner.jpg);
	border:0;
	width:980px;
	height:150px;
	background-color: #000;
    padding: 0px;
	}
/* end college or department identifier area */

/* start primary links ---------------------------------------------------------*/	
#primary_nav {
	padding: 0px;
	text-align:center; /* may need to adjust to accommodate background image */
	}
#primary_nav li {
	display:inline;
	text-transform:uppercase;
	text-align: center;
	font-size: 80%;
	padding: 0px 60px 0 0px;
	margin:0;
	color: #900;
	}
	
#primary_nav a {color: #000; text-decoration: none; text-transform:uppercase;}
#primary_nav a:link {color: #000;}
#primary_nav a:visited {color: #000;}
#primary_nav a:hover {color: #000; border-top-style:solid; border-top-width:medium; border-top-color:#900;}
#primary_nav a:active {color: #000;}
/* end primary links */


/* Start wrapper and page_body. Wrapper and page_body are for everything after the top navigation area and before the footer. These contain the graphics to create the column backgrounds. Modify graphics as needed. */
#wrapper {
	/*background-color: #fff;  can add a background image here */
	}
.fixed1B #wrapper, .fixed3B #wrapper {
	}
.fixed2B #wrapper, .fixed4B #wrapper {
	background: #FFF url(../images/background980_2B.gif) repeat-y !important;
}
.fixed3A #wrapper, .fixed3B #wrapper, .fixed4A #wrapper, .fixed4B #wrapper {
	margin-top: 10px; background: #FFF;
	/*border-top: none; uncomment this to remove the border above the content area */
}
#page_body {
	padding: 0; /* may need to adjust top padding to accommodate background design */
	color: #000;
	margin: 0; width:980px; background-color:#958b6f;
	/*background: #fff;  can add a background image here */
	}
/* end wrapper and page_body */

/* start side navigation ul ---------------------------------------------------------*/
.nav, .nav ul {
	padding: 0;
	margin-bottom: 0; /* this is here to keep the second nested UL from inheriting the bottom margin given to the main UL below ... it must come before the .nav selector below */
	list-style: none;
	text-align: left;
	font-family: "Lucida Grande", Helvetica, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	}

.nav li { 
	line-height:28px; border-top:solid thin #fff; background-color:#4F7682; font-family:Verdana, Arial, Helvetica, sans-serif; display:block; color:#FFFFFF; text-transform:uppercase; padding-left: 10px; }
	
.nav  li a {  line-height:28px;  color:#fff; text-decoration: none; }
.nav  li a:hover { color:#000; text-decoration: underline;}

.nav1 li { background-color:#445e66; text-transform:none; font-family:Arial, Helvetica, sans-serif; line-height:28px; border-top:solid thin #fff; display:block; color:#FFFFFF; }
.nav1 li a { color:#fff; line-height:18px; margin-left:15px; font-size: 12px; text-decoration: none; }
.nav1 li a:hover { color:#000; text-decoration: underline;}

.nav2 li { background-color:#2e4045; font-family:Arial, Helvetica, sans-serif; line-height:28px; border-top:solid thin #fff; display:block; color:#FFFFFF;}
.nav2 li a { color:#fff; line-height:18px; margin-left:30px; font-size: 12px; text-decoration: none; text-transform:none;}
.nav2 li a:hover { color:#000; text-decoration: underline;}

.nav3 li { background-color:#172023; font-family:Arial, Helvetica, sans-serif; }
.nav3 li a { color:#fff; line-height:18px; margin-left:45px; font-size: 12px; text-decoration: none; text-transform:none;}
.nav3 li a:hover { color:#000; text-decoration: underline;}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent; visibility:hidden;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 2px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible; 
top: -125px;
left: -200px; /*position where enlarged image should offset horizontally */

}

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent; visibility:hidden;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 2px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: -50px; /*position where enlarged image should offset horizontally */

}

.thumbnail3{
position: relative;
z-index: 0;
}

.thumbnail3:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 2px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -170px;
left: -250px; /*position where enlarged image should offset horizontally */

}

.fixed1A li#level1_1, .fixed1B li#level1_1, .fixed2A li#level1_1, .fixed2B li#level1_1, .fixed3A li#level1_1, .fixed3B li#level1_1, .fixed4A li#level1_1, .fixed4B li#level1_1 {
	border-top: none; /* The first selector in this group removes the top border on the first nested LI so that visually, it's even across the top. Comment this out if you want the border to appear.*/
}


/*end navigation ul */

/*Style to create boxes around content in rightbar and leftbar.*/
.box_leftbar {
	margin: 0px;
	padding: 0px;
	width: 199px;
	border-top: 10px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#FFF;
	}
	
.box_rightbar {
	margin: 0px;
	padding: 0px;
	width: 180px;
	border-top: 10px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#FFF;
	}
/*End box style*/

#leftbar_holder img { 
	border-top: 1px solid #000; /*Add border as needed.*/
	border-right: 1px solid #000; /*Add border as needed.*/
	border-bottom: 1px solid #000; /*Add border as needed.*/
	margin: 15px 0; /*Add margin (space around image) as needed.*/
	}
#leftbar_holder p { 
	font-size: small;
	text-transform:uppercase;
	text-align: left;
	text-decoration:none;
	color:#990000;
	margin: 0; /*Add margin (space around image) as needed.*/
	}

#leftbar_holder p a{ 
	font-size: small;
	text-transform:uppercase;
	text-align: left;
	text-decoration:none;
	color:#990000;
	margin: 5px 0 5px 0; /*Add margin (space around image) as needed.*/
	}
#leftbar_holder p a:hover{ 
	font-size: small;
	text-transform:uppercase;
	text-decoration:underline;
	color:#990000;
	margin: 5px 0 5px 0; /*Add margin (space around image) as needed.*/
	}
#leftbar_holder p a:visited{ 
	font-size: small;
	text-transform:uppercase;
	text-decoration:none;
	color:#990000;
	margin: 5px 0 5px 0; /*Add margin (space around image) as needed.*/
	}

#rightbar_holder img { 
	border: 0; /*Add border as needed.*/
	margin: 15px 0; /*Add margin (space around image) as needed.*/
	}
	
#rightbar_2 {
	margin-top: 15px;  /*creates spacing between rightbar_1 and rightbar_2*/ 
	}
		
#leftbar_2 {
	margin-top: 15px; /* creates spacing between rightbar_1 and rightbar_2 */
	}


/* rightbar_1, rightbar_2, leftbar_1, leftbar_2 styles combined. Note: If you want to style the sidebars differently, comment this out and use the individual div styles below. */

/* Note: h3, h4, h5, h6, and p styles are located in the contribute980_styles.css file. */


#rightbar_1 ul, #rightbar_2 ul, #leftbar_1 ul, #leftbar_2 ul {
	font-size: 90%;
	list-style: outside;
	}
	
#rightbar_1 ul li, #rightbar_2 ul li, #leftbar_1 ul li, #leftbar_2 ul li {
	font-size: 90%;
	list-style: outside;
	}
	
#rightbar_1 ol, #rightbar_2 ol, #leftbar_1 ol, #leftbar_2 ol {
	font-size: 90%;
	}
	
#rightbar_1 ol li, #rightbar_2 ol li, #leftbar_1 ol li, #leftbar_2 ol li {
	font-size: 90%;
	}

#rightbar_1 a:link, #rightbar_2 a:link, #leftbar_1 a:link, #leftbar_2 a:link {
	color: #069;
	text-decoration: underline;
	}
	
#rightbar_1 a:visited, #rightbar_2 a:visited, #leftbar_1 a:visited, #leftbar_2 a:visited {
	color: #C06;
	text-decoration: underline;
	}
	
#rightbar_1 a:hover, #rightbar_1 a:active, #rightbar_1 a:focus, #rightbar_2 a:hover, #rightbar_2 a:active, #rightbar_2 a:focus, #leftbar_1 a:hover, #leftbar_1 a:active, #leftbar_1 a:focus, #leftbar_2 a:hover, #leftbar_2 a:active, #leftbar_2 a:focus   {
	color: #900; 
	text-decoration:underline; 
	}
	
#rightbar_1 img, #rightbar_2 img {
	border: 1px solid #000; /*Add border as needed.*/
	margin: 0; /*Add margin (space around image) as needed.*/
	}
	
#leftbar_1 img, #leftbar_2 img { 
	border: 0; /*Add border as needed.*/
	margin: 0; /*Add margin (space around image) as needed.*/
	}


/*Sidebar styles by div. Note: If these styles are not used, remove from file to make CSS file size smaller. 
/*rightbar_1 styles  --------------------------------------------------------------


#rightbar_1 ul {
	font-size: 90%;
	}
	
#rightbar_1 ul li {
	font-size: 90%;
	}
	
#rightbar_1 ol {
	font-size: 90%;
	}
	
#rightbar_1 ol li {
	font-size: 90%;
	}

#rightbar_1 a:link {
	color: #069;
	text-decoration: none;
	}
	
#rightbar_1 a:visited{
	color: #C06;
	text-decoration: none;
	}
	
#rightbar_1 a:hover, #rightbar_1 a:active, #rightbar_1 a:focus {
	color: #900; 
	text-decoration:underline; 
	}
	
#rightbar_1 img { 
	border: 0; 
	margin: 0; 
	}

/*rightbar_2 styles  --------------------------------------------------------------


#rightbar_2 ul {
	font-size: 90%;
	}
	
#rightbar_2 ul li {
	font-size: 90%;
	}
	
#rightbar_2 ol {
	font-size: 90%;
	}
	
#rightbar_2 ol li {
	font-size: 90%;
	}

#rightbar_2 a:link {
	color: #069;
	text-decoration: none;
	}
	
#rightbar_2 a:visited {
	color: #C06;
	text-decoration: none;
	}
	
#rightbar_2 a:hover, #rightbar_2 a:active, #rightbar_2 a:focus {
	color: #900; 
	text-decoration:underline; 
	}
	
#rightbar_2 img {
	border: 0; 
	margin: 0; 
	}


/*leftbar_1 styles  ---------------------------------------------------------------------


#leftbar_1 ul {
	font-size: 90%;
	}
	
#leftbar_1 ul li {
	font-size: 90%;
	}
	
#leftbar_1 ol {
	font-size: 90%;
	}
	
#leftbar_1 ol li {
	font-size: 90%;
	}

#leftbar_1 a:link {
	color: #069;
	text-decoration: none;
	}
	
#leftbar_1 a:visited {
	color: #C06;
	text-decoration: none;
	}
	
#leftbar_1 a:hover, #leftbar_1 a:active, #leftbar_1 a:focus {
	color: #900; 
	text-decoration:underline; 
	}
	
#leftbar_1 img, #leftbar_2 img { 
	border: 0; 
	margin: 0; 
	}

/*leftbar_2 styles  --------------------------------------------------------------


#leftbar_2 ul {
	font-size: 90%;
	}
	
#leftbar_2 ul li {
	font-size: 90%;
	}
	
#leftbar_2 ol {
	font-size: 90%;
	}
	
#leftbar_2 ol li {
	font-size: 90%;
	}

#leftbar_2 a:link {
	color: #069;
	text-decoration: none;
	}
	
#leftbar_2 a:visited {
	color: #C06;
	text-decoration: none;
	}
	
#leftbar_2 a:hover, #leftbar_2 a:active, #leftbar_2 a:focus   {
	color: #900; 
	text-decoration:underline; 
	}
	
#leftbar_2 img { 
	border: 0;
	margin: 0; 
	}
	
/*end sidebar styles*/	

/* start breadcrumbs ----------------------------------------------------------*/
#content #breadcrumbs p {
	font-size: 70%;
	text-indent: 0 !important; /* this overrides the indenting of the main content's p elements */
	}

#breadcrumbs a {color: #069; text-decoration: none;}
#breadcrumbs a:link {color: #069;}
#breadcrumbs a:visited {color: #C06;}
#breadcrumbs a:hover {color: #900; text-decoration:underline; }
#breadcrumbs a:active {color: #069;}

/* end breadcrumbs */

/*start main content area. ------------------------------------------------------------*/

/* Note: h1, h2, and p styles are located in the contribute980_styles.css file. */

#content {
	padding: 5px 20px;
	text-align: left; /*Modify the second value to increase or decrease gutter space.*/
	} 

#content a {color: #36555f; text-decoration: none;}
#content a:link {color: #36555f;}
#content a:visited {color: #36555f;}
#content a:hover {color:#fff; text-decoration:underline; }
#content a:active {color: #36555f;}

#content ul {
	font-size: 90%;
	line-height: 140%;
	list-style: outside;
	}
	
#content ul li {
	font-size: 90%;
	line-height: 140%;
	list-style: outside;
	}
	
#content ol {
	font-size: 12px;
	line-height: 140%;
	}
	
#content ol li {
	font-size: 12px;
	line-height: 140%;
	}

#content img { 
	float: left;
	margin: 0 10px 0 0;
	}

#content2 {
	padding: 5px 18px;
	text-align: left; /*Modify the second value to increase or decrease gutter space.*/
	} 

#content2 a {color: #36555f; text-decoration: none;}
#content2 a:hover {color:#fff; text-decoration:underline; }

#content2 ul {
	font-size: 13px;
	line-height: 18px; margin-bottom: 10px;
	}
	
#content2 ul li {
	font-size: 13px;
	line-height: 18px;
	list-style: outside;
	}
	
#content2 ol {
	font-size: 13px;
	line-height: 16px; 
	}
	
#content2 ol li {
	font-size: 13px;
	line-height: 16px;
	}

#content2 img { 
	margin: 0 0px 0 0;
	}
/* end content */



/* Start footer ------------------------------------------------------ */

#footer {
	color: #fff;
	font-size: 14px;
	padding-top:3px;
	padding-bottom:3px; 
	}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 2px;
	padding: 1px 10px;
	text-align:center;
	}
	
#footer a {color: #999; text-decoration: none;}
#footer a:link, #footer a:visited {color: #999;}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration:underline;
	color: #000;
	}
/* end footer */


/* Start table styles ---------------------------------------------- */

#content2 table {
	border-collapse: collapse;
  /*Maximum table width for 980 "A" layouts is 530px. Maximum table width for 980 "B" layouts is 730px. Any larger and float drop will occur. If you increase #content padding value, you will need to decrease this value or float drop will occur.*/
	color: #000;
	margin-bottom: 5px;
	}
	
#content caption {
 	font-weight: bold;
	color: #036;
	font-size: 95%;
	}

#content table th { 
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 85%;
	border: 1px solid #999;
	text-align: right;
	}

#content table td {
	margin: 0; 
	padding: 0px; 
	font-size: 95%; 
	background: #c8bfa2; 
	border: 0px;
	vertical-align: top;
	}
	
/* End Table styles */
