@charset "UTF-8";

/*
	R E S E T
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: none;
}

:focus, :active { outline: 0 }

ol, ul { list-style: none }

.wrapper { clear: both }

.right { float: right }

.left { float: left }


/*
	T Y P O G R A P H Y
*/
body {
	background: url(images/bgBody.png) no-repeat top center;
	color: #333;
	font: 15px/20px Corbel, Arial, Helvetica, sans-serif;
	text-align: justify;
}

p { margin-bottom: 20px }

p.caption {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	padding: 0 40px;
}

p.caption span { font-weight: normal }

strong { font-weight: bold }

em { font-style: italic }

a { color: #3c7b2f; border-bottom: 1px solid #73976c }

a:hover { border-bottom: 3px solid #73976c }

a.noBorder { border: none }

h1, h2 {
	font: 30px/36px Georgia, "Times New Roman", Times, serif;
	color: #fdf6ed;
	text-shadow: #444 -1px -1px 1px;
	margin: 0 0 17px 34px;
}

h3 {
	font: italic 24px/30px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #6b3f61;
	margin: 5px 0 10px;
	border-bottom: 2px #8b527e solid;
}

h3.news {
	font: 22px/28px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
}

h3.news span { font-style: italic }

address { margin: -10px 0 18px }

p.more { text-align: right }

p.date {
	background-color: #a76999;
	color: #fff3e5;
	margin: -10px 0 18px;
	padding: 4px 10px 4px;
	text-align: right;
	font-size: 14px;
	font-style: italic;
}

span.imageLeft, span.imageRight, span.imageMed, span.imageBig {
	display: block;
	padding: 18px 0 0 18px;
}

span.imageLeft, span.imageRight {
	background: url(images/imgSpan.png) no-repeat;
	width: 262px;
	height: 142px;
}

span.imageMed {
	background: url(images/imgSpanMed.png) no-repeat;
	width: 592px;
	height: 368px;
}

span.imageBig {
	background: url(images/imgSpanBig.png) no-repeat;
	width: 592px;
	height: 468px;
}

span.imageLeft, span.imageMed, span.imageBig {
	margin-left: -10px;
	float: left;
}

span.imageMed, span.imageBig {
	margin: 0 0 10px -10px;
}

span.imageRight {
	margin: -6px -10px 0 10px;
	float: right;
}

span.under { text-decoration: underline }

.left { float: left }
.right { float: right }

.note {
	font-size: 12px;
	line-height: 14px;
}

span a:hover { border: none }

ul.bullets {
	list-style: disc;
	margin: 0 15px 20px 33px;
	clear: both;
}

ol.pubs {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 25px;
}

ol.caps {
	list-style: upper-latin;
	list-style-position: outside;
	margin-left: 25px;
}


ol.pubs li, ol.caps li { margin-bottom: 20px }

ol.pubs li p { margin-bottom: 6px }

ol.pubs li p span { color: #5b3652; font-weight: bold }

ol.nav {
	list-style: decimal;
	list-style-position: outside;
	margin: 0 0 20px 25px;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}

ol.nav li { margin-bottom: 2px }


/*
	L A Y O U T
*/
html { background: #d5bd89 url(images/bgHtml.jpg) repeat }

.container {
	width: 960px;
	margin: 0 auto;
}

.containerW {
	width: 990px;
	margin: 0 auto;
}


/* HEADER */
#header { padding-top: 30px }

#header a { border: none }

#logo {
	background: url(images/logo.png) no-repeat;
	width: 580px;
	height: 66px;
	text-indent: -9999px;
	display: block;
	margin: 0 0 15px 8px;
}

#logo:hover { border: none }

/* Navigation */
#nav li {
	display: inline-block;
	position: relative;
	float: left;
	margin: 0 5px 20px 0;
}

#nav li a {
	background: url(images/bgNav.png) no-repeat;
	font: italic 23px/76px Corbel, Arial, Helvetica, sans-serif;
	text-shadow: #222 -1px -1px 1px;
	color: #faeee1;
	height: 80px;
	width: 155px;
	text-align: center;
	display: block;
	position: relative;
	float: left;
}

#nav li:last-child { margin-right: 0 }

#nav li a:hover { border: none; background-position: left bottom }

#nav li#active a { background-position: left center }/* Active */

/* SubNav */

#subNav {
	background: url(images/bgSubnav.png) no-repeat;
	width: 530px;
	height: 80px;
	position: absolute;
	top: 62px;
	left: -170px;
	display: none;
	z-index: 5;
}

#subNav li {
	margin: 0;
	padding: 0;
}

li#active #subNav li a { background-position: left top }
li#active #subNav li a:hover { background-position: left bottom }

li#mdr a {
	background: url(images/bgSubnavMdr.png) no-repeat;
	padding-left: 10px;
}

li#bio a { background: url(images/bgSubnavBio.png) no-repeat left top }

#subNav li a { width: 255px }


/* Welcome */
#welcome {
	background: url(images/welcome.png) center top no-repeat;
	min-height: 360px;
	clear: both;
}

#welcome .container {
	padding: 30px 0 0 0;
	width: 930px;
}

#video {
	float: left;
	width: 600px;
	margin-right: 30px;
	z-index: 1;
}

#welcome .container p {
	color: #fdf6ee;
	font: italic 21px/30px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

a#player {
	display: block;
	width: 600px;
	height: 300px;
	border: none;
}

/* Boxes */
.central {
	width: 570px;
	margin: 30px;
	float: left;
}

.sidebar {
	width: 315px;
	margin: 0;
	float: left;
	position: relative;
	height: 100%;
}

#scroller {
	display: block;
	position: fixed;
	
}

.boxW, .central {
	background: url(images/bgBox.png) no-repeat;
	min-height: 80px;
	padding: 22px 6px 0 0;
	width: 644px;
	float: left;
	margin: 0 9px 15px 0;
}

.box {
	background: url(images/bgBox.png) no-repeat;
	min-height: 80px;
	padding-top: 22px;
	width: 315px;
	float: left;
	margin: 0 16px 15px 0;
}

.noRightM { margin-right: 0 }

.bgWrap {
	margin-left: 14px;
	background-color: #fff7ed;
	padding: 0 20px 5px;
}


/* Search */
#query {
	margin: 0;
	display: inline;
	width: 200px;
	padding: 4px 5px 0 5px;
	height: 18px;
	border: 1px solid #ccc;
}

#query:focus { border-color: #8b527e }

.text {
	padding: 0 5px;
}

#searchBox { position:relative }

#search {
	position: relative;
	color: #000;
	float: right;
	margin-top: 0;
}

#error {
	margin: 8px 0 0;
	display: none;
	background: url(images/warn.gif) no-repeat 6px 0;
	padding-left: 28px;
	height: 18px;
}

#spinner {
	border: none;
	padding: 0;
	position: absolute;
	top: 4px;
	right: 52px;
}

#success {
	background: url(images/tick.gif) no-repeat;
	width: 14px;
	height: 11px;
	margin: 7px 0 0 5px;
	float: left;
	display:none;
}

#results {
	width: 220px;
	padding: 10px 20px;
	background-color: #ffeed9;
	display:none;
	margin-top: 10px;
}

#resultList {
	margin:0 0 10px;
	padding:0;
}

#resultList li {
	list-style-type: none;
	margin-bottom: 5px;
}

#noResults {
	margin: 8px 0 0;
	display: none;
	background: url(images/cross.gif) no-repeat 0 1px;
	padding-left: 18px;
	height: 18px;
}

.pagesText {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	margin-bottom: 10px;
}


/* Tables */
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	border: 0;
	margin-top: 5px;
	padding-bottom: 20px;
	font-size: 12px;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table td {
	padding: 4px 8px 4px 3px;
}

.topRow td {
	color: #fff;
	background-color: #805977;
	font-size: 14px;
	padding-right: 10px;
	font-weight: bold;
}

td#name { width: 140px }

td#lung { width: 160px }

td#sabi, td#mindUp, td#email, td#chem { width: auto }

.shaded { background-color: #ffeed9 }

table.analogues { margin-bottom: 20px }

tr.captions { height: 25px }

table.analogues tr td {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 14px;
}


/* FOOTER */
#footer {
	text-align: center;
	clear: both;
	background: url(images/bgFooter.png) no-repeat center top;
	padding-top: 15px;
	color: #fff;
	font-size: 14px;
	min-height: 320px;
	margin-top: 20px;
}

#footer a { color: #fff; border-color: #fff; }

ul#bottom {
	margin: 15px 20px 0;
	text-align: left;
}

ul#bottom li {
	float: left;
	width: 280px;
	margin-right: 30px;
}

ul#bottom li.about { width: 300px }

ul#bottom li.noRightM { margin-right: 0 }

h4 {
	font: 20px/26px 'OFL Sorts Mill Goudy', Georgia, "Times New Roman", Times, serif;
	color: #ebdfe8;
	border-bottom: 1px #cda9c5 solid;
	margin-bottom: 6px;
}

ul#sitemap li { margin-bottom: 2px }

ul#sitemap li ul { margin-left: 15px }

#copyright {
	clear: both;
	padding-top: 35px;
	font-size: 18px;
}

/*
	C O N T A C T  F O R M
*/
#form { margin: 0 0 25px }

.note {
	font-size: 12px;
	line-height: 13px;
	display: block;
	margin-bottom: 10px;
	color: #555;
}

#form p {
	padding: 0;
}

#fields {
	float: left;
	width: 250px;
}

.inputBox {
	display: block;
	margin-bottom: 8px;
}

label {
	display: block;
	font-size: 15px;
	line-height: 22px;
}

.field {
	width: 240px;
	padding: 3px 5px 0 5px;
	height: 22px;
	line-height: 24px;
	border: 1px solid #ccc;
}

#msgField {
	display: block;
	float: left;
	margin: 0 0 10px 22px;
	width: 305px;
}

.textField {
	width: 305px;
	height: 133px;
	border: 1px solid #ccc;
	padding: 3px 5px;
	margin-top: -20px;
}

.field:focus, .textField:focus {
	border-color: #7f0374;
}

.button_container {
	margin-top: 10px;
	clear: left;
}

.button {
	width:65px;
	margin-right: 5px;
}
