@charset "UTF-8";

html {overflow-y:scroll;}

a:link {color: #aaa; text-decoration: none;}
a:visited {text-decoration: none; color: #aaa;}
a:hover {text-decoration: none;	color: #2c495e;}
a:active {text-decoration: none; color: #1c394e;}
a:focus, object:focus {
outline: none;
} 
body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

img { border-style: none; padding-right: 0px; padding-left: 0px; padding-bottom: 12px; padding-top: 8px;}

p {line-height: 1.3em; font-size: 100%; }

cite {font-size: 130%; line-height: 1.3em; padding: 0;}

h3, h4, h5, h6 {font-weight: normal;}

h1 {font-size: 200%; padding-top: 0px; margin-top: 0px; font-weight: normal;}

h2 {font-size: 140%; margin: 5px 5px 25px 0; padding: 5px 5px 2px 0; font-weight: normal;}

h5 {margin: 5px; padding: 5px;}

.twoColFixLtHdr #container {width: 900px; background: #fff;	margin: 0 auto;	text-align: left;} 

.twoColFixLtHdr #sidebar1 { float: left; width: 270px; background: #fff; padding: 0px 10px 0px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 90%;}

#gallery { padding-top: 30px; }

#navigation { margin-top: -25px; }

#navigation li  
{
	font-size: 90%;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -38px;
	padding-left: 0px;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}

#navigation .subnav
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 12px;
	font-weight: normal;
	font-size: 70%;
	color: #2c495e; background: url(../images/bullet.png) no-repeat 263px 4px; }
	
	#navigation .subnav-selected
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 12px;
	font-weight: normal;
	font-size: 70%;
	color: #2c495e; background: url(../images/bullet_red.png) no-repeat 263px 4px; }

.resume li { padding-top: 6px; padding-bottom: 6px; padding-left: 0; margin-left: -38px; list-style-type: none; }

.twoColFixLtHdr #mainContent { margin: 0 0 0 290px; padding: 0px 20px; } 

#intro_flies {padding-top: 30px;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

form {width:600px; margin:15px auto 10px 0px;}

label {display:block; font-weight:bold;}

text area {width:400px; height:250px;}

.textInput {width:150px;}

.warning {font-weight:bold; color:#cc0000;}

.citation {width: 530px; padding: 20px;}

.smallerText {font-size: 85%; margin-bottom: 10px;}

#mainHeading { text-align: left; padding-top: 92px; padding-bottom: 15px; border-bottom: 1px solid #585858; }

#indexRotator { margin-top: 40px; }

#link-box-spacing { padding: 15px 0; }

.headerImage {  }

.introImage { position: relative; top: 100px; right: 20px; }

.sideImage { padding-top: 7px; }

.jodie-blue { color: #2c495e; }

#flashGallery { margin: 0; padding: 0; }

a.page-link { color: #5e5e75; text-decoration: underline; }

a:hover.page-link { color: #a51417; }

.year-text-small { font-size: 50%; }

.molecule-gallery-info { font-size: 84%; color: #757575;}


