/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	line-height: 1.3em;
	font-family: Arial, Helvetica, Verdana, "Lucida Grande CE", sans-serif;
	color: #003366;
	text-align: left;
	background-color: #008acb;
	background-image: url(index_images/bottom-background.gif);
	background-repeat: repeat-y;
	background-position: center;
	
	}
	
	
	


.outerWrapper {
	float:left;
	width:100%;
	background: #008acb url(index_images/background.jpg) repeat-x center top;
	}


.wraper {
	width:830px;
	margin: 0 auto 0 auto;
	

	}
	
.innerWrapper {
	width:830px;
	float:left;
	background:#FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
		padding-bottom:100px;

	}
	
	
	
	
	
#masthead {
	width: 830px;
	background-image: url(index_images/masthead-color.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
.contentWrapper {
	width:830px;
	float:left;
	margin-bottom:50px;
	}
	
.leftColumn {
	width: 556px;
	padding: 12px;
	float:left;
	}
	
.rightColumn {
	width:238px;
	float:right;
	padding: 20px 12px 0px 0px;
	}
	


	
.floatRight {
	float:right;
	margin:6px 0 30px 12px;
	}
	

.rightColumnBlock{
	float:right;
	width:224px;
	margin:12px 0 18px 0;
	background:#FFFFFF;
	border: 1px solid #c4c2c2;
	font-size: 90%;
	line-height: normal;

	}
	
	
.rightColumnBlock p {
	margin: 6px;
	
	}
	
.rightColumnBlock h2 {
	display: block;
	width:100%;
	padding:6px 0;
	font: bold 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(index_images/right-head-back.jpg) no-repeat center top;
	color: #003366;
	margin: 0px 0px 4px;
	border-bottom: 1px solid #d8d8d8;
	}
	
	
.headPhotoWrapper {
	width:806px;
	padding:12px;
	background:#FFFFFF;
	}
	
	
.homePhotoWrapper {
	background:#008bce url(index_images/chem-guy-beaker.jpg) no-repeat left top;
	height: 219px;
	}
	
	
.photoWrapperResearch {
	background:#008bce url(index_images/climbing-mountian-of-docs.jpg) no-repeat left top;
	height: 219px;
	}
	

.homePhotoWrapper h1 {
	display:block;
	padding: 20px 12px 0  319px;
	margin:0;
	color: #ffcb03;
	font-size: 170%;
	font-weight: bold;
	}
	

.photoWrapperResearch h1 {
	display:block;
	padding: 40px 12px 0  340px;
	margin:0;
	color: #ffcb03;
	font-size: 190%;
	font-weight: bold;
	}
	

	
.photoCaption250 {
	width:259px;
	float:right;
	font: 85%/normal Arial, Helvetica, sans-serif;
	color: #333333;
	margin:10px;
	}
	
	
.photoCaption250 p {
	margin: 6px 0 4px 0;
	}
	
	

/* Top Nav Menu --------------------------------------*/

	

	
	
#menu {
	position: relative;
	float: left;
	width:830px;
	background:#055385;
	background-image: url(index_images/menu-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size:95%;
	font-family:"Trebuchet MS", "Lucida Grande CE", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:normal;
    }
	
#menu ul {
	position: relative;
    margin:8px 6px 4px 6px;
    padding:0;
    list-style:none;
    }
#menu li {
	position: relative;
    float:left;
    margin:0;
    padding:0;
    }
	
#menu a {
    display:block;
	padding:5px 10px;
    }
	
	
#menu a:link, #menu a:visited {color: #FFFFFF; text-decoration: none;}

#menu a:hover, #menu a:active {color: #ffcb02; text-decoration: none;}

#menu #current {
    display:block;
	color: #00679e;
	text-decoration: none;
	background: url(index_images/tab-right.gif) right top no-repeat;
    }
	
#menu #current a {
    display:block;
	background: url(index_images/tab-left.gif) left top no-repeat;

    }
	
#menu #current a:link, #menu #current a:visited {color: #00679e; text-decoration: none;}

#menu #current a:hover, #menu #current a:active {color: #FF9900; text-decoration: none;}
	
	
	
	
	
	
	
	
/* Text ---------------------------------------------------------- */

p {margin: 0 0 12px 0;}   



ul, ol {margin-top: 0;}


h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Trebuchet, Georgia, Arial, Helvetica, sans-serif;
	line-height: normal;
}

h1 {
	margin: 12px 0 12px 0;
	color: #ff9c00;
	font-size: 160%;
	font-weight: bold;
	}


h2 {margin: 12px 0 2px 0; color: #ff9c00; font-size: 140%;}

h3 {margin: 0 0 4px 0; color: #ff9c00; font-size: 130%;}

h4 {color:#003366; margin:0; font-size: 100%;}
	
h5, h6 { color: #ffab00; margin: 0;}  

.quote {
	font-size:90%;
	margin: 14px 0 4px 0;
	}

.quoteCaption {
	font-size: 85%;
	font-style: italic;
	text-align: right;
	margin:0 0 6px 0;
	}
	
.highlight {
	background:#fff4da;
	padding:6px;
	margin-right:10%;
	border: 1px solid #e2d6c6;

	}
	
.viewLink {
	text-align: right;
	display:block;
	padding:0 4px 0 0;
	}

.smallText {
	font-size: 85%;
	color: #666666;
	}

	
	
/**************************************************************
   Side menu
 **************************************************************/

ul.sideMenu {
  	margin: 0;
  	padding: 0;    
	}

.sideMenu li {
  	margin: 0;
  	padding: 0;
  	list-style: none;
  	list-style-image: url(foo.gif); 
	}

.sideMenu li a {
  	display: block;
  	position: relative;
  	width: 260px; 
  	margin-top: 10px;  
	padding: 5px 5px 5px 30px;
	background: none;
	border-bottom: 0;
	} 

.sideMenu li a:link, .sideMenu li a:visited {
	color:#004989;
	background: #FFFFFF url(index_images/sideMenuBulletOff.gif) no-repeat left center;
	border: 1px solid #e2d6c6;
	margin-top: 10px;
	display:block;
	text-decoration:none;
	} 

.sideMenu li a:hover, .sideMenu li a:active {
  	background: #fff4da url(index_images/sideMenuBulletOn.gif) no-repeat left center;
 	border: #ebe3d8 solid 1px;
    margin-top: 10px; 
	display: block; 
	text-decoration:none;

	}
	
	
/* Links --------------------------------------------------------- */


a:link, a:visited { color: #0E9ED2; text-decoration: none; }

a:hover, a:focus, a:active { color: #FF5D00; text-decoration: underline; }

a img { border: 0; }

.next a {
	display:block;
	float:left;
	padding:3px 19px 3px 5px;
	margin:5px 5px 5px 12px;
	border: #ebe3d8 solid 1px;

	}

.next a:link, .next a:visited{
	background:url(index_images/linkArrow.gif) center right no-repeat;
	text-decoration:none;
	}
.next a:hover, .next a:focus, .next a:active{
	background:#fff4da url(index_images/linkArrowOver.gif) center right no-repeat;
	text-decoration:none;
	}


/* Footer ---------------------------------------------------------- */



#footer {
	clear:both;
	font-size: 85%;
	color: #999999;
	text-align: center;
	width:765px;
	padding: 10px;
	margin: 50px 10px 10px 20px;
	border-top: 1px solid #999999;
	}



/***  Plain Links only underline on hover  **/
.plainlink {color: inherit;}
a.plainlink:link, a.plainlink:visited {color: inherit; text-decoration: none;}
a.plainlink:hover, a.plainlink:active {color: inherit; text-decoration: underline;}

	


/* FORM STYLES ------------------------- */




.contact_form input, .contact_form textarea, .contact_form select {
	background: #ffffff;
	border:1px #003366 solid;
	display:block;
	color: #333333;
	padding: 3px;
	margin: 3px 3px 3px 0;
	font: 95% Arial, Helvetica, sans-serif;
	}
	
	



.contact_form label {
	margin: 0 0 2px 0;
	}

.contact_form input:hover, .contact_form textarea:hover {
	border:1px #003366 solid;
}
.contact_form input:focus, .contact_form textarea:focus {
	border:1px #ff9c00 solid;
}


.submitWrapper input {
	background: #e4a025;
	border:1px #003366 solid;
	display:block;
	color: #003366;
	padding: 6px;
	margin: 3px 3px 3px 0;
	}
	
.submitWrapper input:hover {
	border:1px #9e0b0f solid;
	color:#760000;
	}
	
.submitWrapper input:focus {
	border:1px #9e9885 solid;
	}


	