html {
	background-color: #000;
}
body {
/*	height: 100%;*/
	background-color: #f0f0f0;
	background-image: url(/www/chemsec/chemsec.nsf/bg_slice.png);
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footer a {
	color: #ffffff;
}
#container {
	min-height: 100%;
	width: 1152px;
	margin-left: auto;
	margin-right: auto;
}
#header_wrap, #footer_wrap {
	width: 100%;
	background-color: #000000;
}
#header_wrap {
	background: #000000 url(/www/chemsec/chemsec.nsf/head_bleed.gif) repeat-x scroll bottom center;
}
#header {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(/www/chemsec/chemsec.nsf/header_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 113px;
	width: 1152px;
	margin-left: auto;
	margin-right: auto;
}
#header h1, #header h2 {
	position: absolute;
	top: -1000px;
	left: -1000px;
}
#main_logo {
	margin-top: 12px;
	margin-left: 113px;
}
#search {
	padding-top: 10px;
	height: 40px;
}
#search label {
	display: none;
}
#search #query {
	height: 18px;
	width: 210px;
	line-height: 18px;
	padding-left: 2px;
}
#search #search_button {
	position: absolute;
}
#header_right {
	margin-right: 100px;
}
.left {
	float: left;
}
.right {
		float: right;
}
#body {
	min-height: 100%;
	height: 580px;
	padding: 0 90px;
	position: relative;
	z-index: 999;
}
#navigation {
	width: 240px;
	height: 310px;	
	position: absolute;
	top: 110px;
}
ul#navigation {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
ul#navigation a {
	color: #ffffff;
}
ul#navigation li {
	background-image: url(/www/chemsec/chemsec.nsf/menu_standard.png);
	background-repeat: no-repeat;
	min-height: 30px;
	width: 220px;
	line-height: 30px;
	padding-left: 20px;
}
ul#navigation li ul {
	display: none;
	background-color: #000000;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#navigation li ul li {
	background-image: none;
	background-color: #000000;
	margin: 0;
	padding: 0;
}
ul#navigation li.first {
	background-image: url(/www/chemsec/chemsec.nsf/menu_standard_first.png);
}
ul#navigation li.last {
	background-image: url(/www/chemsec/chemsec.nsf/menu_standard_last.png);
}
ul#navigation li.has_children {
	background-image: url(/www/chemsec/chemsec.nsf/menu_children.gif);
	background-color: #000000;
}
ul#navigation li.has_children_active {
	background-image: url(/www/chemsec/chemsec.nsf/menu_children_open.gif);
	background-color: #000000;
}
ul#navigation li.has_children_active ul {
	display: block;
}
#content {
	padding-top: 20px;
	width: 720px;
}
span#summary {
	position: absolute;
	left: -1000px;
	top: -1000px;
}
#content_main {
	display: block;
	width: 500px;
}
#content_top {
	height: 432px;
	background-color: white;
	border: 1px solid silver;
	padding: 20px;
	overflow: auto;
}
#content_sidebar {
	background-color: #49a4d1;
	border: 1px solid #417b99;
	width: 190px;
	height: 500px;
	padding: 10px;
	color: white;
	line-height: 1.4em;
}
#content_sidebar h3 {
	color: white;
	font-size: 1.4em;
}
#content_sidebar ul {
	margin-left: 4px;
	padding-left: 1px;
}
#content_sidebar li {
	margin-left: 5px;
}
#content_sidebar a {
	color: #fff;
}
#footer_wrap {
/*	position: absolute;*/
	bottom: 0;
	background-color: #000;
	color: #000;
	width: 100%;
}
#footer {
	color: #FFFFFF;
	background-color: #000000;
	height: 100%;	
	width: 1040px;
	padding-left: 110px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.foot_content {
	height: 120px;
	padding: 10px;
	width: 310px;
	float: left;
	border-right: 1px solid #2b2923;
}
.foot_last {
	border-right: 0px;
}
p.summary {
	margin-top: 10px;
}
#content_top form {
	display: block;
	width: 400px;
}
