/*MAIN SYTLE*/
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

a
{
	color:#FFF;
}

a:hover
{
	color:#F90;
}


.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #04283a url(images/page_bg.jpg) repeat-x;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}
#text {
	padding:10px;
	font-size:13px;
	color:#FFF;
}
/** layout **/
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:835px;
	border-top:1px solid #01456a;
}
h1 {
	font: 12px "arial black", arial, sans-serif;
	color:#FFF;
}
h1 em {
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	position: relative;
	top: -4px;
}
/** topcontent **/

#topcon {
	color: #fff;
	background:url(../images/topcon.gif);
	background-repeat:no-repeat;
	float:right;
	height:160px;
	width:612px;
}
#topcon h2 {
	font-size: 14px;
}

#topconright
{
width:255px; float:right; margin-right:17px; margin-top:0px; height:125px;
}

#topconleft
{
width:260px; float:left; margin-left:40px;
}

#topcondiv
{
margin-left:30px; 
margin-top:20px;
}
/** Body **/

#mainbody {
	background: url(../images/header.jpg) no-repeat;

}
#header {
	float:left;
	width:100%;
}
#logo {
	float:left;
	width:200px;
	height:200px;

}
#content {
	color: #fff; 
	float:left; 
	margin-top:10px; 
	width:100%;
	margin-bottom:10px;
}
#content a {
	color: #fff;
	font-weight:600;
}
#content a:hover {
	color:#F90;
}
#body {
	border: 3px solid white;
	background: #136890;
	padding: 18px;
}
.box {
	float: left;
	width: 237px;
	background: #136890;
	margin-right: 18px;
}
.box-t {
	background: top url(images/box_t.gif) repeat-x;
}
.box-r {
	background: right url(images/box_r.gif) repeat-y;
}
.box-b {
	background: bottom url(images/box_b.gif) repeat-x;
}
.box-l {
	background: left url(images/box_l.gif) repeat-y;
}
.box-tr {
	background: top right url(images/box_tr.gif) no-repeat;
}
.box-br {
	background: bottom right url(images/box_br.gif) no-repeat;
}
.box-bl {
	background: bottom left url(images/box_bl.gif) no-repeat;
}
.box-tl {
	background: top left url(images/box_tl.gif) no-repeat;
}
.box-tl {
	padding: 13px 10px;
}
.box p {
	margin: 1 1 1 1;
}
p.more {
	margin: 0px;
}
#hits {
	width: 508px;
}
#hits .box-tl {
	padding-bottom: 22px;
}
#hits ul {
	margin: 1em 0;
}
#hits li {
	list-style: none;
	margin: 0.9em 0;
}
#hits ul a {
	text-decoration: none;
}
#hits ul a:hover {
	text-decoration: underline;
}
#news {
	margin-right: 20px;
}
#news .box-tl {
	padding-bottom: 18px;
}
#news p {
	margin-top: 0;
	margin-bottom: 3.6em;
}
#body h2 {
	font-size: 12px;
	text-align: right;
	margin-bottom: 1.5em;
}
#body h3 {
	font-size: 12px;
	color: #FFEA00;
}
#body .more a {
	font-weight: bold;
	text-decoration: none;
}
#body .more a:hover {
	text-decoration: underline;
}
#body .hr-yellow {
	border-top: 1px solid #FFEA00;
	padding-bottom: 1em;
	margin-top: 1em;
}
/** footer **/
#footer {
	margin-top:10px;
	text-align: center;
	color:#FFF;
}
#footer p, #footer ul {
	margin: 0.8em;
}
#footer ul {
	margin-top: 1.2em;
}
#footer li {
	display: inline;
	list-style: none;
}
/*MSDS Style*/
a.rollover2 {
	display: block;
	width: 50px;
	height: 64px;
	text-decoration: none;
	background:url(images/MSDS.gif);

}
a.rollover2:hover {
	background-image:url(images/MSDS%20rollover.gif);
}


/*Labels Style*/

a.rollover {
	display: block;
	width: 50px;
	height: 64px;
	text-decoration: none;
	background:url(images/LABEL.gif);
}
a.rollover:hover {

	background-image:url(images/LABEL%20rollover.gif);
}

.label
{
border:1px solid yellow; 
float:right; 
width:215px; 
padding-bottom:5px;
background-color:#215a77;
}
#labelbox
{
	 float:left; width:100%; 
}

#labeltitle
{
	float:left; width:100%;
}

#labelcontent
{
	float:left; 
	width:105px;
	padding-left:60px;
}

#labell
{
	width:50px; float:left;  
}

#labelm
{width:50px; float:left;}
/*LEFT MENU SYTLE*/



.menu, .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:220px;
}
.menu a {
	margin:0px;
	height: 24px;
	background:url(images/menu-blue.gif);
	text-decoration: none;
}
.menu a:link, .menu li a:visited {
	color: #FFF;
	font-size:11px;
	display: block;
	padding: 8px 0 0 35px;
}
.menu a:hover {
	color: #FFF;
	background:url(images/menu-blue2.gif);
	padding: 8px 0 0 35px;
}
.hidden {
	display:none;
}
.menu ul a {
	background:url(images/menu-blue2.gif);
}
.menu ul a:hover {
	background:url(images/menu-blue.gif);
}
/*TOP TAB MENU*/

#tabs {
	float:left;
	font-size:1.040em;
	font-weight:bold;
	margin-left:30px;
}
#tabs ul {
	margin:0px;
	padding:5px 0px 0px 0px;
	list-style:none;
	float:left;
	width:603px;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
}
#tabs a {
	float:left;
	background:url(images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 0px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url(images/tabright.gif) no-repeat right top;
	padding:5px 5px 5px 5px;
	color:#036;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}
