/* 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_expopres.gif);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
table {
  background-color: #888888;
	table-layout: fixed;
  border: 0;
  border-color: #000000;
}	

table.LinkTable {
  background-color: transparent;
	table-layout: fixed;
  border: 4px outset #234b69;
  height: 205px;
  width: 95%;
  margin-left:auto;
  margin-right:auto;
}

table.LinkTable a
{
  font-size: 12pt;
}


table.header {
  background-color: transparent;
	table-layout: fixed;
	border-width:0px;
  width: 100%;
  margin:0px;
  padding:0px;
}	
table.footer {
  background-color: transparent;
	table-layout: fixed;
	border-width:0px;
  width: 100%;
  margin:0px;
  padding:0px;
}

a.black { color: #000000;}

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: #345c7a;
	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;
}

 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;
	}



/* 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;
	}
}



