/***************************************
**	Global Styles
****************************************/
* {
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS;
}
body {
	text-align: center;
	background: #182F41 url('images/body_bg.png') repeat-x top left;
	padding-bottom: 25px;
}
h2 {
	margin-bottom: 20px;
	font-size:20px;
}
a {
	text-decoration: none;
}
img {
	border: none;
}

h3 {
	text-decoration: underline;
	font-size: 13px;
}

/***************************************
**	Site Structure
****************************************/
#wrap {
	text-align: left;
	width: 1002px;
	background: url('images/wrap_bg.png') repeat-y top left;
	_background: none;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin: 0px auto;
}
#padding {
	margin: 0 21px;
	background-color: #fff;
}
#footer_padding {
	margin: 0 25px;
}
#content {
	margin: 20px;
}
#wrap_bottom {
	text-align: left;
	margin: 0px auto;
	height: 28px;
	width: 1002px;
	background: url('images/wrap_bottom_bg.png') no-repeat top left;
	_background: none;
}
#header {
	background: url('images/give-us-a-call.png') no-repeat top right;
	height: 150px;
}
#navigation {
	height: 52px;
	background: url('images/navigation_bg.png') repeat-x top left;
	color: #fff;
}
#logo {
	margin: 20px 0 0 30px;
}
#sidebar {
	padding: 15px;
	float: right;
	width: 250px;
	background-color: #eff0f1;
	height: 100%;
	margin-left: 15px
}

.slideshow {
	position: relative;
	height: 352px;
	width: 960px;
}

/***************************************
**	Navigation
****************************************/
#navigation ul {
	padding-top: 13px;
}

#navigation li {
	display: inline;
	list-style: none;
	margin: 28px;
	font-size: 14px;
}
#navigation a {
	text-transform: uppercase;
	color: #fff;
}
#navigation a:hover {
	color: #838e96;
}

#nav-wrap {
	text-align: center;
}

/***************************************
**	Banners
****************************************/
#banners {
	height: 352px;
	width: 960px;
}
#banner_container {
	position: relative;
}
#banner_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 352px;
	background: url('images/banner_overlay.png') no-repeat bottom right;
	_background: none;
	z-index: 999;
}
#banners img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#image_title {
	font-size: 22px;
	position: absolute;
	bottom: 50px;
	left: 530px;
	color: #fff;
	text-transform: uppercase;
	z-index: 1000;
}
#image_text {
	position: absolute;
	bottom: 25px;
	left: 555px;
	text-transform: uppercase;
	color: #d43f45;
	z-index: 1000;
}

/***************************************
**	Content
****************************************/
#content {
	color: #182f41;
}
#content h2 {
	margin: 10px 0 20px;
	text-decoration: underline;
/* 	display: inline; */
	text-transform: uppercase;
	color: #182f41;
}
#content p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.5em;
}

/***************************************
**	Columns
****************************************/
#columns {
	color: #182f41;
}
.column {
	min-height: 293px;
	height: auto !important;
	height: 293px;
	background: url('images/column_bg.png') repeat-x top left;
	float: left;
	margin: 13px;
	_margin-left: 9px;
	width: 293px;
}
.column h2 {
	font-weight: lighter;
	text-transform: uppercase;
	color: #fff;
	background-color: #182f41;
	font-size: 14px;
	padding: 5px 0px 5px 15px;
	margin-bottom: 10px;
}
.column p {
	margin: 0px 15px 10px 15px;
	font-size: 13px;
	line-height: 1.4em;
}
.column .float_left two-col
.column ul {
	margin-bottom: 10px;
}
.column li {
	font-size: 13px;
	list-style-type: disc;
	font-weight: bolder;
	margin: 0px 0px 3px 30px;
}
li.specialize {
	font-size: 10px;
	font-weight: normal;
}
input, textarea {
	border:1px solid #BFBFBF;
	color:#666666;
	font-size:13px;
	padding:3px;
}

input:focus, textarea:focus {
	background-color: #EFEFEF;
	color: #333333;
}


/***************************************
**	About Us Grid
****************************************/
.two-col {
	font-size: 12px;
	width: 920px;
	margin: auto;
}

.two-col-m1 {
	float: left;
	width: 0px;
	height: 1px;
}

.two-col-c1, .two-col-c1-equip {
	float: left;
	width: 435px;
}

.two-col-m2 {
	float: left;
	width: 50px;
	height: 1px;
}

.two-col-c2, .two-col-c2-equip {
	float: left;
	width: 435px;
}

.two-col-c1-equip ul, .two-col-c2-equip ul {
	margin: 20px;
}

.col-one {
	float: left;
}

.two-col-c1 li {
	color: #666666;
	margin-bottom: 15px;
	margin-left: 30px;
}

.two-col-c2 li {
	margin-left: 30px;
}

.img-content {
	border: 8px solid #D0D0D2;
}

.img-float-left {
	border: 4px solid #D0D0D2;
	float: left;
	margin: 10px;
}

.img-float-right {
	border: 4px solid #D0D0D2;
	float: right;
	margin: 10px;
}

.two-col-c1-equip h3, .two-col-c2-equip h3 {
	font-size: 16px;
}

ol.methods {
	margin-bottom: 30px;
}



/***************************************
**	Footer
****************************************/
#footer_links {
	padding-top: 10px;
}
#footer_links li {
	list-style-type: none;
	float: left;
}
#footer_links li a {
	color: #838e96;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 10px;
}
#footer_links li a:hover {
	text-decoration: underline;
}
#credit {
	font-size: 11px;
	margin: 15px 10px 0 0;
	text-transform: uppercase;
	float: right;
	color: #838e96;
}
#credit:hover {
	text-decoration: underline;
}

/***************************************
**	Operations/Equipment
****************************************/
.operation-one {
	font-size: 12px;
	border-collapse: collapse;
}
.operation-header {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7B8790;
}

.odd {
	background-color: #EFEFEF;
}

.even {
	background-color: #FFFFFF;
}


/***************************************
**	Contact
****************************************/
#contact-left {
	background-color:#F0F0F0;
	float:left;
	min-height: 680px;
  	height: auto !important;
  	height: 680px;
	padding:15px;
	width:533px;
}

ul.contact-list {
	margin-bottom: 10px;
}

#contact-right {
	background-color:#EFEFEF;
	float:right;
	height: 680px;
	font-size:13px;
	padding:15px;
	width:300px;
}

#contact-right a {
	color: #1A3143;
	text-decoration: underline;
}

#contact-right a:hover {
	text-decoration: none;
}

#contact-right li {
	list-style: none;
	line-height: 1.6em;
}

#contact-right h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.img-contact {
	padding: 1px;
	margin-bottom: 10px;
}

.validationErrors {
	color: #E47579;
	font-size: 12px;
}


/***************************************
**	Other Styles
****************************************/
#contact_table input {
	width: 225px;
}
#contact_table {
	margin-top: 15px;
	font-size: 13px;
}
#contact_table td {
	padding: 1px 0px;
}
.clear_both {
	clear: both;
	height: 10px;
	visibility: hidden;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
	padding-left: 8px;
	padding-right: 10px;
}
.spacer {
	font-size: 10px;
}
span.important {
	font-style: italic;
}
span.important-bold {
	font-weight: bold;
}