#wrapper {
	background-color: #FFFFFF;
	border: solid 2px #FFFFFF;
	margin: auto;
	width: 796px;
}
#header {
	height: 114px;
}
#emergency {
	color: #8D131E;
	float: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 18px;
	margin-top: 3px;
	font-style: normal;
}	
#search_area {
	background-image: url(../images/splices/layout_r4_c2.gif);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	line-height: 28px;
}
#search_area form {
	float: right;
	margin-top: 3px;
	padding-right: 16px;
}
#content {
	padding: 33px;
	position: relative;
	z-index: 0;
}
#footer {
	clear: both;
	height: 28px;
}
#disclaimer {
	font-size: 11px;
	line-height: 13px;
	margin-top: 10px;
	text-align: center;
}


.logo_area {
	background-color: #D4DBD5;
	background-repeat: no-repeat;
	border-bottom: solid 2px #FFFFFF;
	color: #0C0D5E;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	height: 58px;
	padding: 25px 7px 0px 255px;
}
.logo_uses {
	background-image: url(../images/company_headers/uses_logo.jpg);
}
.logo_tankco {
	background-image: url(../images/company_headers/tankco_logo.jpg);
}
.logo_usmsi {
	background-image: url(../images/company_headers/usmsi_logo.jpg);
	padding-left: 270px;
}
.logo_pneumatic {
	background-image: url(../images/company_headers/pneumatic_logo.jpg);
	padding-left: 215px;
}
.logo_abclean {
	background-image: url(../images/company_headers/abclean_logo.jpg);
	height: 69px;
	padding-top: 14px;
	padding-left: 200px;
}


/**
 * Popup-related styles
 */
#overlay {
	background-color: #666666; /* dark gray */
	background-color: white;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1000;
	opacity: 0;	/* Firefox + Safari transparency */
	filter: alpha(opacity=0); /* IE transparency */
}

#popup_wrapper {
	position: absolute;
	margin: 0px auto;
	width: 290px;
	z-index: 1001;
}


/*** Top Navigation ***/

#nav {
	background-image: url(../images/splices/layout_r3_c2.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 28px;
	margin: 0;
	padding: 0;
	width: 796px;
	z-index: 1;
}

#nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

#nav li {
	display: block;
	float: left;
	position: relative;
	z-index: 1;
	line-height: 25px;
	padding: 0px 15px 0 26px;
	margin-top: 3px;
}
/*****When news is added back use: padding: 0px 0 0 18px;******/
#nav li a {
	display: block;
}
#nav li#first {
}

#nav a:link,
#nav a:visited,
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #D9D4A2;
	text-decoration: none;
}

/*** Top Navigation Drop Down Menus ***/

#nav li ul {
	
	background-color: #92B2C1;
	display: none;
	list-style-type: none;
	list-style-position: outside;
	position: absolute;
	z-index: 10;
	list-style: none;
}

#nav li:hover ul {
	display: block;
}

#nav li ul li {
	font-weight: bold;
	float: none;
	line-height: 17px;
	z-index: 10;
	margin: 0;
	padding: 3px 6px 3px 6px;
}

#nav li ul li a:link,
#nav li ul li a:visited,
#nav li ul li a:active {
	color: #0C0D5B;
	text-decoration: none;
}

#nav li ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
