/* CSS Document */

/* SITE COLORS */
/* #FFFFFF = White */
/* #000000 = Black */

* {
	border: 0;
	padding: 0;
	margin: 0;
}
body, div#cms_Content {
	background-color: #ebeaea;
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}	
td {
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
	border: 0px;
}
p {
	line-height: 20px;
	margin-bottom: 16px;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	color: #133b59;
	line-height: 32px;
	margin-bottom: 20px;
}
h2 {
	font-size: 25px;
	font-weight: normal;
	color: #e16a29;
	line-height: 26px;
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	color: #133b59;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
}	
h5 {
	font-size: 14px;
	color: #e16a29;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 8px;
}
h6 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 16px;
	text-decoration: underline;
}

a {
	color: #e16a29;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.orangeButton {
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 16px;
	background-color: #e16a29;
	padding: 4px;
	font-weight: bold;
}
a.stocktanks{
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 16px;
	text-decoration: underline;
}
a img {
	border: none;
}
img.noBorder {
	border: none!important;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
}
hr { /* These should cover all the unique browser traits */
	/*border: 0px;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 100%;
	text-align: left;*/
	/*border: none;
	color: none;
	background-color: none;
	background-image: url(../img/hr_leftcol.gif);
	background-repeat: no-repeat;
	height: 12px;
	margin-bottom: 16px;
	padding: 0px;*/
}

div.hr {
	display: none;
}
div.hr {
	display: block;
	height: 24px;
	background-image: url(../img/hr_leftcol.gif);
	background-repeat: no-repeat;
	margin-bottom: 16px;
}
hr {
	display: none;
}

input.text {
	border: 1px solid #294d68;
	color: #706b6b;
	padding: 3px;
}
div.spacer {
	clear: both;
	background-color: #ebeaea;
	height: 24px;
}
.clearfix:after  {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
#banner1 {
	position: absolute;
	top: 550px;
	left: 0px;
}
#banner2 {
	position: absolute;
	top: 339px;
	left: 360px;
}
#banner3 {
	position: absolute;
	top: 439px;
	left: 0px;
}



#canvas {
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/bg_bluehighway.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	height: 600px;
}
	#canvas .printOnly {
		display: none;
	}

div#navSearch {
	width: 930px;
	padding: 10px 0px 0px 20px;
}
	div#navSearch div.leftCol {
		width: 50%;
		float: left;
	}
		div#navSearch div.leftCol ul {
		}
			div#navSearch div.leftCol a, div#copyArea div#footer a {
				color: #133b59;
				text-decoration: none;
			}
			div#navSearch div.leftCol ul li, div#copyArea div#footer ul li {
				display: inline;
			}
				div#navSearch div.leftCol ul li a, div#copyArea div#footer ul li a {
					border-left: 1px solid #133b59;
					padding: 0px 8px 0px 10px;
				}
					div#navSearch div.leftCol ul li.first a, div#copyArea div#footer ul li.first a {
						border-left: none;
						padding-left: 0px;
					}
					div#navSearch div.leftCol a:hover, div#copyArea div#footer a:hover {
						text-decoration: underline;
					}
			div#navSearch div.leftCol ul li.rfp {
			}
				div#navSearch div.leftCol ul li.rfp img {
					position: relative;
					top: 2px;
				}

	div#navSearch div.rightCol {
		width: 50%;
		float: right;
		text-align: right;
	}
		div#navSearch div.rightCol img {
			display: block;
			float: right;
			margin-top: 7px;
			margin-right: 10px;
		}
		div#navSearch div.rightCol form#sitesearch input#query {
			color: #706b6b;
			padding: 2px 3px 3px 3px;
			border: 1px solid #294d68;
			width: 178px;
			margin: 0px;
			display: block;
			float: right;
		}
		div#navSearch div.rightCol form#sitesearch input#searchsubmit {
			display: block;
			float: right;
		}

	div#topNav {
		position: absolute;
		top: 40px;
		padding-left: 20px;
		width: 930px;
	}
		div#topNav img.logo {
			float: left;
			margin-top: 30px;
			margin-right: 31px;
		}
		div#topNav div#links {
			display: inline;
		}
			div#topNav div#links div {
				display: inline;
				float: left;
				background-image: url(../img/nav_seperator.gif);
				background-repeat: no-repeat;
				padding: 4px 2px 4px 10px;
				margin-top: 20px;
			}
				div#topNav div#links div a {
					background-repeat: no-repeat;
					display: block;
				}
					div#topNav div#links div#navProducts a {
						background-image: url(../img/navbg_products.gif);
						background-repeat: no-repeat;
						display: block;
					}
						div#topNav div#links div#navProducts a:hover, div#topNav div#links div#navProducts a.active {
							background-image: url(../img/navbg_products_over.gif);
						}
					div#topNav div#links div#navService a {
						background-image: url(../img/navbg_service.gif);
						background-repeat: no-repeat;
						display: block;
					}
						div#topNav div#links div#navService a:hover, div#topNav div#links div#navService a.active {
							background-image: url(../img/navbg_service_over.gif);
						}
					div#topNav div#links div#navCompany a {
						background-image: url(../img/navbg_company.gif);
						background-repeat: no-repeat;
						display: block;
					}
						div#topNav div#links div#navCompany a:hover, div#topNav div#links div#navCompany a.active {
							background-image: url(../img/navbg_company_over.gif);
						}
					div#topNav div#links div#navRFP a {
						background-image: url(../img/navbg_rfp.gif);
						background-repeat: no-repeat;
						display: block;
					}
						div#topNav div#links div#navRFP a:hover, div#topNav div#links div#navRFP a.active {
							background-image: url(../img/navbg_rfp_over.gif);
						}

	div#banner {
		position: absolute;
		top: 152px;
		background-image: url(../img/head_00.jpg);
		background-repeat: no-repeat;
		height: 348px;
		width: 943px;
	}
	div#copyArea {
		position: absolute;
		top: 510px;
		width: 942px;
		background-image: url(../img/border_gray.gif);
		background-repeat: repeat-y;
		background-position: 350px;
	}
		div#copyArea div.leftCol {
			width: 450px;
			float: left;
			padding-bottom: 0px;
			/*border-right: 2px solid #d7d6d6;*/
		}
			div#copyArea div.leftCol h3 {
				background-image: url(../img/bg_h3.gif);
				background-repeat: no-repeat;
				padding: 8px 20px;
				margin-bottom: 4px;
			}
			div#copyArea div.leftCol h4 {
				width: 230px;
				cursor: pointer;
				margin-bottom: 0px;
			}
			div#copyArea div.leftCol p {
				margin-bottom: 0px;
			}
			div#copyArea div.leftCol ul {
				margin-right: 8px;
			}
				div#copyArea div.leftCol ul li {
				}
					div#copyArea div.leftCol ul li:hover {
					}
					div#copyArea div.leftCol ul li a {
						position: relative;
						left: -35px;
						display: block;
						width: 313px;
						border-bottom: 1px solid #c9c8c8;
						text-decoration: none;
						background-image: url(../img/bg_newseventlink.gif);
						background-repeat: no-repeat;
						padding: 4px 10px 6px 10px;
					}
						div#copyArea div.leftCol ul li a:hover {
							background-color: #f8f7f7;
						}
						div#copyArea div.leftCol ul li a span.readMore {
							position: relative;							float: right;
							margin-top: 18px;
							font-size: 11px;
							font-style: italic;
							font-weight: bold;
							text-decoration: underline;
							text-transform: uppercase;
							cursor: pointer;
						}
						div#copyArea div.leftCol ul li a p {
							 font-size: 13px;
							 color: #333333;
						}
		
		div#copyArea div.rightCol {
			width: 580px;
			float: right;
			padding-bottom: 0px;
		}
			div#copyArea div.rightCol h3 {
				margin-bottom: 20px;
				margin-top: 0px;
				position: relative;
				top: -60px;
			}
			div#copyArea div.rightCol table#categories {
				width: 340px;
				float: left;
				margin-right: 30px;
				position: relative;
				top: -60px;
			}
				div#copyArea div.rightCol table#categories td {
					width: 50%;
					vertical-align: middle;
					font-weight: bold;
				}
					div#copyArea div.rightCol table#categories td a {
						display: block;
						vertical-align: middle;
						color: #417427;
					}
						div#copyArea div.rightCol table#categories td img {
							float: left;
						}
						div#copyArea div.rightCol table#categories td p {
							margin-left: 46px;
							padding-top: 14px;
						}


			
		
			
		div#copyArea div#footer {
			clear: both;
			border-top: 3px solid #133b59;
			padding: 6px 0px 60px 20px;
			font-size: 12px;
			background-color: #ebeaea;
		}
			div#copyArea div#footer div#copyright {
				float: right;
			}
				div#copyArea div#footer ul {
					margin-bottom: 16px;
				}
					div#copyArea div#footer ul li a {
						padding: 0px 6px 0px 6px;
					}






/* CSS BELOW APPLIES TO print layout */
@media print {
	#canvas .noPrint {
		display: none;
	}
	#canvas .printOnly {
		display: block;
	}
	#canvas img.noPrint {
		display: none;
	}
	div#topNav div#links div {
		display: none;
	}
}












































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
