@charset "UTF-8";
/* CSS Document */

/* resets */
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, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* main styles */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#555;
}

h1, h2, h3, h4 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
}

h1 {
	font-size:36px;
	padding-top:2px;
	color:#ffcc00;
}

h2 {
	color:#888;
	font-size:20px;
	padding:20px 10px 0 10px;
}

h3 {
	font-size:16px;
	color:#fff;
	padding:10px 10px 0 10px;
}

h4 {
	font-size:14px;
	padding-top:10px;
	padding-bottom:5px;
}

p {
	padding:10px 0;
}

.gold {
	color:#ffcc00;
}

.white {
	color:#fff;
}

.bold {
	font-weight:bold;
}

.red {
	color:#cc0000;
}

.blue {
	color:#000080;
}

.shadow {
	box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	-moz-box-shadow: 3px 3px 4px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
}

hr {
	color:#000;
	background-color:#000;
	height:8px;
	margin:0;
	padding:0;
}

.sub {
	font-size:xx-small;
	vertical-align:bottom;
}

.sup {
	font-size:xx-small;
	vertical-align:top;
}

.center {
	text-align:center;
}

.align-left {
	text-align:left;
}

/* divs */
div.left {
	float:left;
}

div.right {
	float:right;
}

div.clear {
	clear:both;
}

div.main {
	background-color:#555;
	width:1000px;
	margin:0 auto;
	padding:25px 0;
}

div.header {
	background-color:#3C3C3C;
	height:80px;
}

div.header_block {
	padding:10px 0 10px 22px;
	margin:0;
}

div.header_block img {
	margin-left:20px;
}

div.header_block img.science {
	border:solid 3px #fff;
	margin-top:13px;
	width:755px;
}

div.header_block span.subtitle {
	padding-left:1px;
	color:#fff;
}

div.sub_header {
	width:200px;
	margin:15px 0 0 25px;
	background:none;
	height:62px;
}

div.footer {
	background-color:#3C3C3C;
	padding:5px 22px;
	height:15px;
}

div.navigation {
	width:236px;
	color:#fff;
	margin:15px 15px 15px 0;
}

div.navigation_item {
	margin:5px 10px;
	padding:3px 10px;
}

div.navigation ul {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

div.navigation li {
	
}

div.navigation a {
	color:#fff;
	text-decoration:none;
}

a.selected {
	color:#ffcc00;
}

div.navigation a:hover {
	color:#ffcc00;
}

div.main_nav_block {
	margin-left:15px;
}

div.sub_nav_block {
	margin-left:15px;
	display:none;
}

div.sub_sub_nav_block {
	margin-left:30px;
	display:none;
}

div.container {
	width:740px;
	margin:10px 0 20px 0;
}

div.container img {
	margin:10px;
	border:solid 1px #000;
}

div.container img.no-border {
	border:none;
}

div.left_header {
	width:75%;
}

div.right_header {
	width:25%;
}

div.content {
	background-color:#fff;
	padding:10px;
	border-left:12px solid #ffcc00;
	margin-top:15px;
	box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	-moz-box-shadow: 3px 3px 4px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
}

div.content ul {
	list-style:disc;
	margin:5px 0 5px 15px;
}

div.content ol {
	margin:5px 0;
	padding-left:20px;
}

div.subcontent {
	border:dotted 1px #000;
	padding:5px;
	margin-top:5px;
}

div.subcontent ul {
	list-style:disc;
	margin:5px 0 5px 20px;
}

/*	lightbox padding override */
#lightbox-image {
	padding-top:10px;
}

#lightbox-container-image-data-box {
	padding-bottom:5px;
}
