/* Modified 8 Feb 06
- please see change log for extensive list of changes */

/* Import the main layout style sheet  */
@import url("/styles/xmain_2.css");

/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv 

Read the following instructions before modifying this style sheet  

This site color scheme consists of the following colors:
primary color: #DD5511
complementary color: #444477
neutral color: #EEEEAA
neutral color2: #CCDDEE

After you have determined the colors with which you will be replacing the colors in this style sheet,
use Dreamweaver Find and Replace tool to replace all instances of the colors above.
The modification will change the color scheme of your entire site.  

vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv */


/* Site specific general formatting  */
p { color: #333; }
h1 { color: #DD5511; }
h2 { color: #444477; }
h2 .home { color: #DD5511; }
h3 { color: #444477; }
h4 { color: #444477; }
h5 { color: #444477; }
h6 { color: #444477; }
h3.pi_pages { color: #444477; }

#mid-section1 { background: #FFF; padding: 0px; }
/* this id changes the background color or the background image of the upper section of the page, 
If you want to place a background image, you can replace the above declaration with this declaration: 
#mid-section1 { background: #FFF url("/orgs/yourgroupacronym/images/file.jpg") top right no-repeat; } */

/* Sitebar color specifications */
#sitebar { background: transparent; border-bottom: 1px #DDDDCC solid; }
.locator { color: #666; }
.identifier {color:#999999; font-size:16px;} /* Bioscience Title Color*/

/* menu background colors */
#mid-section1 .col1 { background: #FFF; }
#mid-section1 .col3-180 { background: #FFF; }

/* Toolbar navigation links ON styling begins here */
.home a#home, .org a#org, .about a#about, .jobs a#jobs {color: #994466;  background: #FFF;}

/* Header bar coloring */
#barleft { color: #666; background: #EEEEDD; }   
.bar {  color: #666; border: solid #78A540; border-width: 0px 0px 1px 2px; font-weight: bold; }
.barcolor { color: #666; background: #E3F4B0; }
.highlights {color:#000000; border-width: 0px 0px 1px 2px; font-weight: bold;}

/*call list */
.category {
	font : normal 0.8em/normal Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
	padding-top: 12px;
	padding-bottom: 11px;
	padding-left: 12px;
	text-align: left;
	padding-right: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: text-top; }
	
.border-gray {
	font : normal 0.8em/normal Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000033;
	padding-top: 12px;
	padding-bottom: 11px;
	padding-left: 12px;
	text-align: left;
	padding-right: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	vertical-align: text-top; }
	
	/*picture-wrap*/

.hl-imgl {
	float: left;
	border: 1px solid #000000;
	margin-right: 25px;
	margin-bottom: 15px;
}

.hl-img2 {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	}
	

.hl-img3 {
	float: right;
	margin-right: 25px;
	margin-bottom: 10px;
	}
	
/*highlight fonts and list formats*/
.italicize { font:"Times New Roman", Times, serif; font-style:italic;}
.weblinks { padding:0; margin:0;}

/****************************personal webpages*************************/
.biography {font-style:italic;
	
			font:"Times New Roman", Times, serif;
			margin-right:20px;}

.team_members {font-size:medium;}
/***********green bar******/
DIV.infoBar {
    padding-right:0px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:7px;
	margin-left:7px;
    VISIBILITY: visible;
	font-size:small;
	float:right;
	
	width:160px;
	background-color:#E3F4B0;
	/***background-color:#c3e6a0;*/
}
h4.info {
	font:"Courier New", Courier, monospace;
	font-size:small;}
	
p.no_space {
	margin:0;
	font-size:10pt;
	line-height:10pt}
div.name {text-align:left;
		  vertical-align:middle;
		  margin-top:0px;
		  padding-top:5px;
		  padding-bottom:10px;}
		  
h2.orange {color:#DD5511;}
h1.topic {color:#000099;}
