/* COLOR PALETTE

#039 - HEADING BLUE
#9cf - DIVIDER BLUE
#099 - ROUNDED HEADING AQUA
#09c - SUBNAV BORDER AQUA
#e2f3f0 - SUBNAV BACKGROUND AQUA

*/

body {
	background: url('../img/background.png') repeat 0 0;
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

#container {
	background: url('../img/body3.png') repeat-y 0 0;
	margin: 0 auto;
	width: 867px;
}

body#results #container {
	background: url('../img/body4.png') repeat-y 0 0;
}

h1 {
	display: none;
	visibility: hidden;
}

strong {
	color: #333;
	font-weight: bold;
}

sup {
	font-size: .8em;
	vertical-align: 30%;
}

sub {
	font-size: .8em;
	vertical-align: -20%;
}

a:link,
a:visited {
	background-color: transparent;
	color: #069;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

.blank {
	background: none !important;
}

/* HEADER
---------------------------------------------------------------*/

#header {
	background: url('../img/header3.png') no-repeat -1px 0;
	height: 130px;
	position: relative;
	width: 867px;
}

#header #homelink {
	height: 57px;
	left: 25px;
	position: absolute;
	top: 7px;
	width: 507px;
}

#search_form {
	position: absolute;
	right: 35px;
	top: 30px;
}

#keywords {
	border: 1px solid #9cf;
	color: #039;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 5px 0 0;
	padding: 2px;
}

input.submit {
	vertical-align: bottom;
	/*vertical-align: baseline/sub/super/top/text-top/middle/bottom/text-bottom/length/%;*/
}

/* NAVIGATION
---------------------------------------------------------------*/

#nav {
	left: 135px;
	list-style: none;
	position: absolute;
	top: 80px;
}

#nav li {
	list-style: none;
	float: left;
	position: relative;
}

#nav li a {
	color: #039;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 0 10px;
	padding: 5px 25px;
	text-transform: uppercase;
}

#nav ul {
	background: #e2f3f0;
	border-left: 1px solid #09c;
	border-right: 1px solid #09c;
	border-top: 1px solid #09c;
	display: none;
	opacity: 0.9;
	position: absolute;
	top: 2em;
	z-index: 2000;
}

#nav li ul ul {
	margin: -2em 0 0 160px;
}

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

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

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

#nav ul li a {
	border-bottom: 1px solid #09c;
	margin: 0;
	padding: 5px 15px;
	width: 150px;
}

#nav ul li:hover > a,
#nav ul li a:hover,
#nav ul li a:focus {
	background: #09c;
	color: #fff;
	text-decoration: none;
}

#nav li:hover ul {
	left: 19px;
}

/* HEADINGS
---------------------------------------------------------------*/

h3,
h4 {
	color: #039;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

/* BODY
---------------------------------------------------------------*/

#body {
	overflow: hidden;
	padding: 0 40px;
}

#col1,
#col_wide {
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 35px 10px 0;
	width: 500px;
}

#col_wide {
	margin: 0 0 10px 0;
	width: auto;
}

#col1 p,
#col2 p,
#col1 ul {
	margin: 0 0 10px 0;
}

#col1 ul {
	list-style: disc;
}

#col1 ul li {
	list-style: disc;
	margin: 0 0 0 1.5em;
}

#col1 ul ul li {
	list-style: circle;
}

#col2 {
	background: url('../img/water_background4.png') no-repeat bottom right;
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 0 140px 0;
	width: 245px;
}

#col2 h3 {
	font-size: 1.2em;
}

#col2 h4 {
	color: #333;
	font-size: 1.1em;
	margin: 1.5em 0 0 0;
}

#products #col2 {
	padding: 0;
}

#contact #col2 {
	background: none;
}

div.team_member {
	clear: left;
	margin: 0 0 10px 0;
	min-height: 95px;
}

div.team_member img {
	float: left;
}

div.team_member p {
	padding: 0 0 0 95px;
}

/* FLASH BANNER
---------------------------------------------------------------*/

#flash {
	border-bottom: 1px solid #9cf;
	border-top: 1px solid #9cf;
	height: 90px;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

/* IMAGES & IMAGE CAPTIONS
---------------------------------------------------------------*/

span.img {
	color: #666;
	display: inline;
	font-size: .9em;
	font-style: italic;
}

span.img img {
	border: 1px solid #000;
}

/* ROUNDED BOX
---------------------------------------------------------------*/

dl.rounded {
	background: url('../img/rounded_body.png') repeat-y 0 0;
	margin: 0 0 15px 0;
	width: 242px;
}

dl.rounded dt {
	background: url('../img/rounded_top.png') no-repeat 0 0;
	color: #099;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	height: 15px;
	padding: 10px 15px 0 15px;
	width: 242px;
}

dl.rounded dd {
	background: url('../img/rounded_bottom.png') no-repeat left bottom;
	padding: 0 10px 10px 15px;
	width: 217px;
}

dl.rounded dd li {
	font-size: .9em;
	list-style: disc outside;
	margin: 0 0 2px 12px;
}

/* MANUFACTURERS
---------------------------------------------------------------*/
#alpha-nav {
	height: 2em;
	list-style: none !important;
}

#alpha-nav li {
	float: left;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 3px;
}

#alpha-nav li.first {
	padding: 0 3px 0 0;
}

#manufacturers {
	height: 500px;
	overflow: auto;
}

#manufacturers-side {
	height: 350px;
	overflow: auto;
}

#manufacturers-side li {
	margin: 0 0 1em 0;
}

#manufacturers-side li a {
	color: #333;
}

#manufacturers-side ul li {
	list-style: circle;
	margin: 0 0 0 15px;
}

#manufacturers table {
	width: 480px;
}

#manufacturers table td {
	border-top: 1px solid #9cf;
	padding: 5px;
	vertical-align: middle;
}

#manufacturers table td.logo {
	text-align: center;
	width: 220px;
}

#manufacturers table td h4,
#manufacturers table td p {
	letter-spacing: 0;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
}

#manufacturers table td h4,
#manufacturers table td h4 a {
	color: #333;
}

#manufacturers table td h4 span {
	color: #555;
	font-size: .9em;
	font-weight: normal;
	text-transform: none;
}

/* EQUIPMENT TYPE SIDEBAR NAV
---------------------------------------------------------------*/

#col2 #types a.top {
	text-transform: uppercase;
}

#col2 #types li {
	margin: 0 0 .5em 0;
}

#col2 #types li a {
	font-size: .9em;
	font-weight: bold;
}

#col2 #types ul {
	display: none;
	margin: 0 0 .5em 1.2em;
}

#col2 #types ul li {
	margin: 0 0 .5em 0;
}

#col2 #types ul li a {
	color: #333;
	font-weight: bold;
}

/* EQUIPMENT TYPES
---------------------------------------------------------------*/

#col1 #equipment ul,
#col1 #equipment ul li,
#col1 #equipment ul ul li {
	list-style: none;
	margin: 0;
}

#col1 #equipment ul ul li {
	font-size: 1em;
	margin: 0 0 .5em 1.5em;
}

#col1 #equipment ul li {
	margin: 0 0 1em 0;
}

#col1 #equipment ul li a {
	font-size: 1.2em;
	font-weight: bold;
}

#col1 #equipment ul ul li a {
	font-size: 1em;
	color: #333;
}

/* MBR LINKS
---------------------------------------------------------------*/

#mbr #col1 a {
	text-decoration: underline;
}

#pdf_links li {
	margin: 0 0 1em 0;
}

/* LINECARD
---------------------------------------------------------------*/

#linecard {
	width: 100%;
}

#linecard td {
	text-align: center;
}

/* CONTACT
---------------------------------------------------------------*/

#map {
	border: 1px solid #9cf;
	height: 340px;
	width: 500px;
}

/* STAFF
---------------------------------------------------------------*/

#staff #col1 div.bio {
	margin: 0 0 0 105px;
}

#staff #col1 span.staff_img {
	float: left;
	width: 100px;
}

/* SEARCH RESULTS
---------------------------------------------------------------*/

#results_top {
	margin: 0 0 10px 0;
	overflow: hidden;
}

#results_man,
#results_equip,
#results_people {
	float: left;
	width: 260px;
}

#results_other {
	float: left;
	clear: left;
}

/* FOOTER
---------------------------------------------------------------*/

#footer {
	background: url('../img/bottom.png') no-repeat 0 0;
	clear: both;
	width: 868px;
	height: 32px;
}