@import url("reset.css");
body {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	line-height: 130%;
	font-size: 70%;
}
.rawhtml {
	font-size:1.0em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	margin:5px 0 10px 0;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 1.3em;
	margin:10px 0 5px 0;
	padding: 0;
	border-bottom:1px solid #CCC;
}
h2 a, h2 a:link, h2 a:visited {
	text-decoration:none;
	color:#000;
}
h3 {
	font-size: 1.3em;
	margin:5px 0;
	padding:0;
}
h3 a, h3 a:link, h3 a:visited {
	text-decoration:none;
	color:#000;
}
h4 {
	font-size: 1.0em;
	margin: 0.5em 0 0;
}
h5 {
	font-size: 1em;
	margin: 0.5em 0 0;
}
h6 {
	font-size: 1em;
	margin: 0.5em 0 0;
}
a {
	color: #08518f;
}
/* added*/
a:hover {
	color: #900;
}
a:visited {
	color: #606;
}
/* end added */
p {
	margin: 0.33em 0 1em 0;
}
small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
big {
	font-size: 115%;
}
sup {
	font-size: smaller;
	vertical-align: 0.5em;
	line-height: 1px;
}
sub {
	font-size: smaller;
	vertical-align: -0.5em;
	line-height: 1px;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	clear: both;
	border: 0;
	width: 100%;
	color: #000;
	background-color: #000;
	height: 1px;
	margin: 10px 0;
	padding: 0;
}

/* ************************** */
/* Layout: the big containers */
/* ************************** */
#wrapper, #page {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	padding:0;

}
#header {
	width: 955px;
	border:0;
	margin:0;
	padding:0;
}

#subnav-column {/*left column*/
	width: 200px;
	float: left;
}
#sidebar { /*right column*/
	width: 200px;
	float: right;
}
/* 3col (default) layout */
.layout #page, .layout3col #page {
}
.layout #footer, .layout3col #footer {
}
.layout3col #content {
	width: 480px;
	float: left;
	padding: 0 30px 20px 30px;
}
/* 2col layout */
.layout2col #page {
	background-color: #ffffff;
	width: 955px;
}
.layout2col #footer {
	background-color: #ffffff;
}
.layout2col #content {
	width: 700px;
	float: left;
	padding: 0 20px 20px 20px;	
}
/* 1col layout */
.layout1col #page {
	background-color: #ffffff;
}
.layout1col #footer {
	background-color: #ffffff;
}
.layout1col #content {
	width: 955px;
	float: left;
	padding-bottom: 20px;
}
#home #page {
} /* ds special home thinner bg */
#home #footer {
	background-color: #ffffff;
}
/* ************ */
/* Header Stuff */
/* ************ */

#home h1 {
}
#header h1 {top: 0;
	z-index: 1;
}

#header img {
	position: relative;
	top: -30px;
	z-index: 1;
}
#header #quicklinks {
	position: relative;
	z-index: 2;
	padding: 5px 0 10px 0;
	color: #000;
	float:left;
	margin-bottom:10px;
}
#header #quicklinks a {

}
#header #quicklinks a.on {
}
#header #search {
	float: right;
	position: relative;
	right: 5px;
	z-index: 3;
}
#header #search input.text {
	height: 14px;
	border: none;
	margin-right: 5px;
	color: #666;
	font-size: 0.8em;
	padding: 4px 4px 0 4px;
}
#header #search input.button {
	position: relative;
	top: 3px;
}
#header ul.nav li {
	float: left;
}
/* *********** */
/* Gloabl Navigation */
/* *********** */
#globalNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position:relative;
	top:-40px;
	float:right;
	font-size:1.4em;
	font-weight:bold;
	border:1px solid #CCC;
	z-index:3;
}
#globalNav, #globalNav ul {
	padding: 10px;
	margin: 0;
	list-style: none;
}
#globalNav li {
	float: left;
	list-style:none;
}
#globalNav li a {
	text-decoration:none;
	color:#333;
}
#globalNav li a:hover {
	text-decoration:none;
	color:#0894ff;
}
#globalNav li a:visited {
	text-decoration:none;
}
#globalNav li a.on {
	text-decoration:none;
	color:#0894ff;
}
#globalNav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	margin-left: 3px;
	z-index: 200;
}

/* ************ */
/* Left Nav */
/* ************ */
#leftNav {
	border:1px solid #CCC;
	padding:5px;
	margin:0 0 20px 0;
}
#leftNav h2 {
	font-size:1.5em;
	color:#0894ff;
	font-weight:bold;
	margin:0;
	padding: 0 0 5px 0;
	border:0;
	line-height:1.2em;
}
#leftNav h2 a, #leftNav h2 a:link, #leftNav h2 a:visited {
	text-decoration:none;
	color:#0894ff;
}
#leftNav li {
	color:#000;
	list-style-type:none;
}
#leftNav li a {
	display: block;
	padding: 8px 0 8px 5px;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	color:#333;
}
#leftNav li a:visited {
	text-decoration: none;
	color:#333;

}
#leftNav li a:link {
}
#leftNav li a:hover {
	background-color:#efefef;
}
#leftNav .on {
	background-color:#efefef;
}
#topicnav {
	margin-bottom:20px;
	padding:5px;
}
#topicnav h2 {
	font-size:1.5em;
	color:#666;
	font-weight:bold;
	margin:0;
	padding: 0 0 10px 0;
	border:0;
}
#topicnav img {
	height:55px;
	width:55px;
	border:0;
	padding:10px 3px 5px 0;
	margin:0;
	border:0;
}
.topicPic {
	float:right; 
	padding-left:5px;
	width:60px;
	height:60px;
	border:0;
}
#share {
	margin-bottom:20px;
	padding:5px;
}
#share h2 {
	font-size:1.5em;
	color:#666;
	font-weight:bold;
	margin:0;
	padding: 0 0 10px 0;
	border:0;
}

/* ************ */
/* Explore Sidebar */
/* ************ */

#sidebar .holder .exploretoc .indexpage {
	font-weight:bold;
}
#sidebar .holder .exploretoc .itemlvl0 {
	padding-left:0px;
	padding-bottom:8px;
}
#sidebar .holder .exploretoc .itemlvl1 {
	padding-left:15px;
	padding-bottom:8px;
}
#sidebar .holder .exploretoc .itemlvl2 {
	padding-left:20x;
	padding-bottom:8px;
}
#sidebar .holder .exploretoc .itemlvl3 {
	padding-left:25px;
}
#sidebar .holder .exploretoc .itemlvl4 {
	padding-left:30px;
}
#sidebar .holder .exploretoc .itemlvl5 {
	padding-left:35px;
}


/* ************ */
/* Content Area */
/* ************ */

#sidebar .pollquiz .pod .background {
	position: relative;
	left: 60px;
	top: -60px;
	z-index: 1;
	margin-bottom: -80px;
	display: block;
	height: 150px;
	width: 163px;
}

#sidebar .pollquiz .pod h4, #sidebar .pollquiz .pod ul {
	position: relative;
	z-index: 5;
	left: -10px;
	margin: 10px 0;
	padding: 0;
}
#sidebar .pollquiz #magicbox {
	z-index:5;
	margin-bottom:10px;
	position:relative;
}
.sectionfeature .item {
	margin-bottom:30px;
}
.itemimage {
	float:left;
	margin:0 5px 14px 0;
	width:90px; 
	height:90px; 
}
#content ul, ol {
	margin-bottom:10px;
}
#content ul li {
	list-style:disc;
	margin-left:20px;
	padding-left:0;
}
#content ol li {
	margin-left:25px;
	padding-left:0;
}


/* ****** */
/* Footer */
/* ****** */

#footer {
	color: #000;
	clear: both;
	text-align: right;
	margin-left: -30px;
	margin-bottom: 20px;
	margin-top:10px;
	border-top:1px #ccc solid;
	min-height:90px;
}
#footer img {
	float:left;
	padding-top:2px;
}
#footer a {
}
/* **** */
/* MISC */
/* **** */

/* CS fixes */
.CS_Element_LinkBar, .CS_Element_CustomCF, .CS_Element_Textblock, .CS_Element_PageIndex {
	display: inline;
	border:0px;
	margin:0px;
	padding:0px;
} /* DS */
.CS_Textblock_Text {
	margin-bottom: 10px;
}


#header .CommonSpotIcon {
	position:relative;
} /* fix for header img with CS icons */
/* tim's CS Fixes */
#CS_Element_leftcontent, #CS_Element_hpmainfocus, #CS_Element_maincontent, #CS_Element_hprightfocus, #CS_Element_rightcontent {
	padding: 0 !important;
}
div.adminmessage {
	background-color:#ffffff;
}
div.adminmessage ul li {
	display:inline;
	padding:4px;
}




#storypic {
	 float:right;
	 width:175px;
	 text-align:center;
	 border:1px solid #ccc;
	 padding:2px;
	 margin:2px;
 }
 
#storyimage-right {
	 float:right;
	 width:175px;
	 text-align:center;
	 border:1px solid #ccc;
	 padding:2px;
	 margin-left:10px;
 }
#storyimage-left {
	 float:left;
	 width:175px;
	 text-align:center;
	 border:1px solid #ccc;
	 padding:2px;
	 margin-right:10px;
 }
#storyimage {
	 width:550px;
	 text-align:center;
	 border:1px solid #ccc;
	 padding:2px;
	 margin:2px;
 }
#pagesettoc {
	float:right;
	border:1px solid #ccc;
	margin:0 0 3px 5px;
	padding:2px 2px 5px 3px;
	min-width:200px;
	background-color:#efefef;

}
#pagesettoc ul li {
	list-style-type:none;
	padding:2px 0 5px 3px;
	margin:0;
}

.askaphysicist img {
	float:left;
	margin:0 10px 20px 0;
	border:1px solid #999;
}
#cs_control_2397 td, #cs_control_2413 td {
	padding:0 15px 0 5px;
}
#breadcrumb {
	margin-bottom: 10px;
	height:30px;
	background-color:#0894ff;
	width:100%;
}
#breadcrumb li {
	color:#ffffff;
	font-size:1.1em;
	vertical-align:absmiddle;
	float: left;
	padding:7px;
	font-weight:bold;
}
#breadcrumb a {
	color:#ffffff;
	font-weight:bold;
	font-size:1.0em;
}
#breadcrumb span.spacer {
}
#breadcrumb li.last {
	background:none;
}
