/* ============================================================
	Generic Elements
============================================================ */
html {
	background-color: #333333;
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 80%;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	position:relative;
}

a img {
	border-width: 0;
}

form,
fieldset {
	margin: 0;
	padding: 0;
}

fieldset {
	border-width: 0;
}

form label {
	display: block;
}

form label span {
	float: left;
	width: 10em;
}

form label input.text,
form label textarea {
	width: 20em;
}

table td {
	vertical-align: top;
}


/* ============================================================
	Logo
============================================================ */
#logo object {
	display: block;
}


/* ============================================================
	Content
============================================================ */
#content {
	padding: 0;
	vertical-align: top;
}


/* ============================================================
	Sidebar
============================================================ */
#sidebar {
	background: #802020 url("../images/side.gif") left top repeat-y;
	padding: 0;
	vertical-align: top;
	width: 187px;
}


/* ============================================================
	Navigation
============================================================ */
#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li a,
#nav li a img {
	display: block;
}

#nav li.last {
}


/* ============================================================
	Main
============================================================ */
#main {
	background: white url("../images/mb.gif") left top repeat;
}

#main h1 {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 135%;
	margin-top: 0;
}

#main h1 em {
	color: #971a1e;
	font-family: "Times New Roman", serif;
	font-size: 115%;
	font-style: italic;
	/* font-style: normal; */
}

#main h1 strong {
	color: #971a1e;
	font-family: "Times New Roman", serif;
	font-size: 115%;
	font-style: italic;
	text-decoration: underline;
}

#main h2 {
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}

#main div.padded {
	padding: 20px;
}

#main div.padded dl dt {
	text-transform: uppercase;
}

#main div.padded dl dd {
	margin-bottom: 1em;
}

/* ============================================================
	Waste Brokerage, Health Physics
============================================================ */

ul.wastebrokerageassist,
ul.healthphysicsservices,
ul.industrialhygienecaps,
ul.indexproductlines {
	font-family: "Times New Roman", serif;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}

ul.wastebrokerageassist li,
ul.healthphysicsservices li,
ul.industrialhygienecaps li,
ul.indexproductlines li {
	margin-bottom: 0.5em;
}

dl.wastebrokerageensure dt {
	color: #971a1e;
	font-family: serif;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
}
	

/* ============================================================
	Contact Us
============================================================ */

div.mainlocation {
	background-color: black;
	color: white;
	padding: 8px;
}

div.mainlocation h2 {
	margin-top: 0;
}

div.mainlocation div.address {
	margin-bottom: 1em;
}

div.mainlocation div.address strong {
	display: block;
}

dl.otherlocations dt {
	font-weight: bold;
}

ul.contactnumbers {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.contactnumbers li span.label {
	font-weight: bold;
}

/* ============================================================
	Contact Form
============================================================ */

form.contactform label span {
	display: block;
	float: none;
	font-weight: bold;
}

form.contactform label input,
form.contactform label textarea {
	float: none;
	display: block;
	margin-bottom: 1em;
}

form.contactform select,
form.contactform input.submit {
	display: block;
	margin: 0 0 1em auto;
}

form table.securitycode caption {
	font-weight: bold;
	text-align: left;
}

form table.securitycode img {
	border: 1px solid black;
}
