/* --------------------------- reset css - YUI --------------------------- */ 
html {
	color:#000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;padding:0;
}
table {
	border-collapse:collapse;border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
#innerTopNav, ul#innerTopNav ul li, #leftCol ul, #pageFooter ul, #homeFooter ul {
	list-style:none;
}
#middleCol ul li {
	list-style: square;
}
caption,th {
	text-align:left;
}

#middleCol, #navTop, #leftCol, #homeHead, #pageFooter {
	font-size: 110%;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
	color:#000;
	margin-bottom: 1em;
	font-weight: bolder;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 140%;
}

h3, #leftCol dt {
	font-size: 120%;
}

h4, h5, h6 {
	font-size: 110%;
}

.innerMidCol h4 {
	background-color: #ddd;
	padding: 2px;
}

q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
legend {
	color:#000;
}
/* --------------------------- end reset css - YUI --------------------------- */ 

/* --------------------------- general styles  --------------------------- */ 
body {
	font: 65.5% Arial, Helvetica, Verdana, sans-serif;
	background-color:#fff;
}
body#home {
	background-color:#000;
}
a {
	text-decoration: none
}
strong {
	font-weight:bold;
}
hr {
	display:none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cl {
	clear:left;
}
#wrapper {
	min-width:995px;
	max-width:1240px;
	text-align: left;	
}
#wrapper #mainContent {
	clear:both;
}
#wrapper #mainContent a {
	color:#9A0000;
}
#tooltip{
	position:absolute;
	background:#7058A6;
	padding:.4em .6em;
	color:#fff;
	font-weight:bold;
	display:none;
}
.public_poll {
	margin-top: 3em;
}
.backtotoplink {
	margin-top: 3em;
}
/* --------------------------- end general styles  --------------------------- */ 

/* --------------------------- header  --------------------------- */
#wrapper #header {
	min-height:137px;
	background: #7058A6 url(../images/backgrounds/header_bg.gif) repeat-y left top;
}

#wrapper #header #logo {
	width:214px;
	background-color:#000;
	float:left;
}
#wrapper #header #logo a, #wrapper #header #logo img {
	display:block;
}
#wrapper #header #navTop {
	margin-left:214px;
}
#wrapper #header #navTop #homeHead {

}
#wrapper #header #navTop #homeHead ul {
	width: 14.6em;
	float:left;
	padding-top:3.5em;
}
#wrapper #header #navTop #homeHead ul li {
	border-top:1px solid #8067BA;
}
#wrapper #header #navTop #homeHead ul li.last {
	border-bottom:1px solid #8067BA;
}
#wrapper #header #navTop #homeHead ul li a {
	display:block;
	background-color:#7058A6;
	color:#fff;
	padding:0 1em 0 2.2em;
	line-height:1.4em;
}
#wrapper #header #navTop #homeHead ul li a:hover {
	background-color:#8067BA;
}
#wrapper #header #navTop #homeHead #homeHeadText {
	width:550px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
	color:#fff;
	padding: 1.2em 0;
	margin-left:10.82em;
	border-left:1px solid #8067BA;
	font-size: 135%;
}
#wrapper #header #navTop #homeHead #homeHeadText p {
	padding: 0.5em 1em 0.5em 2em;
}
#wrapper #header #navTop ul#innerTopNav {
	position:relative;
	width:50%;
	height:8.9em;
	border-right:1px solid #8067BA;
	padding-top:4.75em;
}
#wrapper #header #navTop ul#innerTopNav li ul {
	position:absolute;
	top:3.2em;
	left:100.3%;
	width:99.5%;
}
#wrapper #header #navTop ul#innerTopNav li ul li.alternate {
	float:none; 
	width:auto;
}

#wrapper #header #navTop ul#innerTopNav li ul li {
	width:21em;
	float:left;
}
#wrapper #header #navTop ul#innerTopNav li ul li a {
	padding-left:1.5em;
}
#wrapper #header #navTop ul#innerTopNav li ul li a:hover {
	text-decoration:underline;
	background-color:#7058A6;
}
#wrapper #header #navTop ul#innerTopNav li {
	border-bottom:1px solid #8067BA;
}
#wrapper #header #navTop ul#innerTopNav li.first {
	border-top:1px solid #8067BA;
}
#wrapper #header #navTop ul#innerTopNav li a {
	display:block;
	color:#fff;
	background-color:#7058A6;
	padding:0 0 0 2.5em;
	line-height:1.4em;
}
#wrapper #header #navTop ul#innerTopNav li a:hover {
	background-color:#8067BA;
}
#wrapper #header #navTop ul#innerTopNav li.selected a {
	background-color:#9A0000;
}
#wrapper #header #navTop ul#innerTopNav li.selected ul li a {
	background-color:#7058A6;
}
#wrapper #header #navTop ul#innerTopNav li.selected ul li.current a {
	text-decoration:underline;
}
/* --------------------------- end header  --------------------------- */

/* --------------------------- inner content  --------------------------- */
#wrapper #mainContent #leftCol {
	width:214px;
	float:left;
	background-color:#fff;
}
#wrapper #mainContent #leftCol ul {
	background-color:#E8E5EC;
	padding-top:2.5em;
	padding-bottom:2.5em;
	font-weight:bold;
}
#wrapper #mainContent #leftCol ul ul {
	padding-top:0;
	padding-bottom:0;
}
#wrapper #mainContent #leftCol ul li {
	margin-bottom:.9em;
	padding:.1em 0;
}
#wrapper #mainContent #leftCol ul .notLink {
	padding-left:42px;
}
#wrapper #mainContent #leftCol ul .notLink ul {
	margin-left:-42px;
	margin-top:.5em;
	
}
#wrapper #mainContent #leftCol ul li ul li {
	margin-bottom:0;
	padding:.2em 0;
}
#wrapper #mainContent #leftCol ul li ul li a {
	padding-left:55px;
	line-height:1.2em;
}
#wrapper #mainContent #leftCol ul li a {
	display:block;
	padding-left:42px;
	padding-right:20px;
	line-height:1.4em;
}
#wrapper #mainContent #leftCol ul li.current a {
	background-color:#D9D6DD;
}
#wrapper #mainContent #leftCol dl {
	padding-left:42px;
	margin-top:3em;
}
/*#wrapper #mainContent #leftCol dl dt {
	width:175px;
	height:43px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/did_you_know.gif) no-repeat;
}*/
dl dt {
	font-weight: bold;
	padding-bottom: 1.5em;
	color:#000;
}
#wrapper #mainContent #leftCol dl dd {
	line-height:1.6em;
}
#wrapper #mainContent #leftCol dl dd p {
	margin-bottom:1.5em;
}
#wrapper #mainContent #wrapperLeftRightCol {
	margin-left:214px;
}
#wrapper #mainContent .biog {
	background-color:#000;
}
.picturebiog {
	background-color: black;
	padding: 0; margin: 0;
}



#wrapper #mainContent #wrapperLeftRightCol #middleCol {
	float:left;
	width:50%;
	background-color:#fff;
}
#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol .prevNext {
	margin-bottom:1.5em;
}
#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol .prevNext li {
	display:inline;
	line-height:1.7em;
	padding-right:2em;
}
#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol .prevNext li.prev a {
	text-decoration:underline;
	background: url(../images/icons/arrowsLeft.gif) no-repeat left center;
	padding-left:.8em;
}
#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol .prevNext li.next a {
	text-decoration:underline;
	background: url(../images/icons/arrowsRight.gif) no-repeat right center;
	color:#4C80BC;
	padding-right:1em;
}
#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol .iconBiog {
	float:left;
	padding: 0;
	margin: 0 1em 0 0.5em;
}
#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol {
	padding:2.7em;
}
#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol p {
	margin-bottom:2em;
	line-height:1.7em;
}

/*#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.jw {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-watt.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.jn {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-napier.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.af {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-fleming.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.ab {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-bell.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.jlb {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-baird.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.jh {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-hutton.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.jb {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-black.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.lk {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-kelvin.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.rww {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-watsonwatt.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.jm {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-maxwell.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.scientists {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-the-scientists.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.about {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-about.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.contact {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/title-contact.gif) no-repeat;
}

#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol h1.general {
	width:324px;
	height:48px;
	text-indent:-999em;
	overflow:hidden;
	background: url(../images/backgrounds/headers/general.gif) no-repeat;
}*/

#wrapper #mainContent #wrapperLeftRightCol #rightCol {
	padding-top:3em;
	font-size: 110%;
}
#wrapper #mainContent #wrapperLeftRightCol #rightColBiog {
	padding:0;
}
#wrapper #mainContent #wrapperLeftRightCol #rightCol p {
	margin-top:2em;
	font-weight:bold;
}
#wrapper #mainContent #wrapperLeftRightCol #rightCol p a {
	text-decoration:underline;
}
#wrapper #mainContent #wrapperLeftRightCol #rightColBiog #wrapperBigIcons {
	width:44px;
	padding-top:4px;
	padding-left:4px;
	float:left;
}
#wrapper #mainContent #wrapperLeftRightCol #rightColBiog #wrapperBigIcons img {
	margin-bottom:2px;
}
/* --------------------------- end inner content  --------------------------- */

/* --------------------------- start da element styles  --------------------------- */
.page_nav {
	margin: 0 0 1em 0;
	padding: 3px;
	background-color: #ddd;
	text-align: center;
}
.page_nav p, .page_nav form {
	display: inline;
}
.page_nav p.prev {
	margin-right: 0.5em;
}
.page_nav p.next {
	margin-left: 0.5em;
}
.transcription {
	clear: both;
}
/* --------------------------- end da element styles  --------------------------- */

/* --------------------------- footer - home  --------------------------- */
#wrapper #homeFooter {
	clear:both;
	width:995px;
}
#wrapper #homeFooter #homeFooterLogo {
	float:right;
	padding-right:27px;
}
#wrapper #homeFooter ul {
	margin-left:214px;
	margin-top:1em;
	padding-bottom:1.5em;
}
#wrapper #homeFooter ul li {
	color:#666;
	line-height:1.6em;
}
#wrapper #homeFooter ul li a {
	color:#fff;
}
/* --------------------------- end footer - home  --------------------------- */
#wrapper #mainContent #wrapperLeftRightCol #wrapperPageFooter {
	clear:left;
	background-color:#E8E5EC
}
#wrapper #mainContent #wrapperLeftRightCol #wrapperPageFooterBiog {
	clear:left;
	background-color:#000;
}
#wrapper #mainContent #wrapperLeftRightCol #pageFooter {
	width:50%;
	background-color:#E8E5EC
}
#wrapper #mainContent #wrapperLeftRightCol #pageFooter ul {
	padding-top:1.5em;
	padding-bottom:1em;
	padding-left:2.5em;
}
#wrapper #mainContent #wrapperLeftRightCol #pageFooter ul li {
	line-height:1.6em;
}
#wrapper #mainContent #wrapperLeftRightCol #pageFooter img {
	float:right;
	display:block;
	margin-top:.8em;
}
#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol ul {
	list-style-type: disc;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 20px	
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 20px;
}
#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol li {
	padding-top: 1px;
	padding-bottom: 20px;
}
#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol p {
	margin-bottom:1.1em;
	line-height:1.6em;
}
#wrapper #mainContent #wrapperLeftRightCol #middleCol .innerMidCol a {
	text-decoration: underline;
}

.webfeature_hide {
	display: none;
}

/* BLOCKS WITH FLOATED CONTENT FIX */
/* These declarations make sure that the containers that contain nothing 
but floated elements expand to contain those floated elements */
.page_nav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .page_nav {
	height: 1%;
}