html, body {
	margin: 0px;
}

#wrapper {
	width: 100%;
	margin: auto;
	position: absolute;
}

#master {
	width: 770px;
	position:relative;
	margin-top: 5px;
	background-image: url(../images/components/drop_shadow2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	background-image: url(../images/components/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	height: 146px;
	width: 760px;
	position: relative;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9933;
	position: relative;
	height: 27px;
	width: 760px;
	z-index: 1;
	background-color: #222B4A;
	line-height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#menu a:link { text-decoration: none; color: #FF9933; }
#menu a:visited { text-decoration: none; color: #FF9933; }
#menu a:active { text-decoration: none; color: #FF9933; }
#menu a:hover { text-decoration: none; color: #FF9933; }
#contentarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	position: relative;
	width: 460px;
	background-image: url(../images/safety_matters2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 300px;
	padding-bottom: 100px;
}
#contentarea h1{font-size: 16px; color: #E6A45E;}#bottomcontent {
	position: relative;
	z-index: 1;
	height: 101px;
	width: 760px;
	background-image: url(../images/components/bottom_content_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
	top: -2px;
}
#bottomcontenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6A45E;
	position: absolute;
	left: 400px;
	top: 50px;
}
#bottomcontenttext a:link { text-decoration: underline; color: #E6A45E; }
#bottomcontenttext a:visited { text-decoration: underline; color: #E6A45E; }
#bottomcontenttext a:active { text-decoration: underline; color: #E6A45E; }
#bottomcontenttext a:hover { text-decoration: underline; color: #E6A45E; }
#footer {
	background-image: url(../images/components/footer_bg2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	z-index: 1;
	height: 80px;
	width: 760px;
	top: -4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #FFFFFF;
}
#footertext {
	position: relative;
	z-index: 1;
	height: 75px;
	width: 100%;
	top: -4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #FFFFFF;
}
.dropdown {
	position:absolute;
	width:125px;
	z-index:10;
	background-color: #3E4766;
	layer-background-color: #3E4766;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 15px;
	visibility: hidden;
}
.dropdown a:link { text-decoration: none; color: #FFFFFF; }
.dropdown a:visited { text-decoration: none; color: #FFFFFF; }
.dropdown a:active { text-decoration: none; color: #FFFFFF; }
.dropdown a:hover { text-decoration: underline; color: #FFFFFF; }
.dropdown2 {
	position:absolute;
	/**width:200px;**/
	z-index:10;
	background-color: #565F80;
	layer-background-color: #565F80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 15px;
	visibility: hidden;
}
.dropdown2 a:link { text-decoration: none; color: #FFFFFF; }
.dropdown2 a:visited { text-decoration: none; color: #FFFFFF; }
.dropdown2 a:active { text-decoration: none; color: #FFFFFF; }
.dropdown2 a:hover { text-decoration: underline; color: #FFFFFF; }
.dropdownitem {
	background-color: #4C5574;
	padding: 3px;
	margin-bottom: 2px;
}
#searchbox {
	height: 30px;
	width: 500px;
	position: absolute;
	z-index: 5;
	left: 25px;
	top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

