@charset "UTF-8";
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>

.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 195px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
body {
	background-color: #003a60;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: "Times New Roman",Georgia,Serif;
	font-style: normal;
	font-weight: 300;
	font-size: 10px;
	color: #333333;
}

.navigation {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BCCCEC;
	border-bottom-color: #BCCCEC;
}
.home_main {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEEEE;
	height: 340px;
	padding-right: 30px;
	padding-bottom: 15px;
	font-size: 10pt;
	color: #414141;
	font-family:"Times New Roman",Georgia,Serif;
	line-height: 14px;
}
.home_pictures {
	float: left;
	height: 328px;
	width: 650px;
	margin-right: 40px;
	z-index: 20;
}
.home_bottom {
	background-color: #000000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 45px;
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 20px;
}
.HWS {
	color: #EEEEEE;
	text-align: center;
	width: 890px;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.HWS a {
	color: #EEEEEE;
	text-decoration: none;
}
.heading {
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 20px;
	color: #000000;
	font-weight: lighter;
}
.header .oil_price {
	float: right;
	width: 135px;
	margin-right: 60px;
	margin-top: 10px;
}
.other_picture {
	float: left;
	height: 250px;
	width: 450px;
	margin-right: 60px;
}
.other_rightofpicture {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	height: 250px;
	padding-right: 30px;
	padding-bottom: 15px;
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 25px;
	line-height: 30px;
	color: #FFFFFF;
	padding-top: 25px;
}
.other_main {
	background-color: #EEEEEE;
	width: 576px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10pt;
	color: #414141;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 157px;
	padding-bottom: 45px;
	padding-left: 157px;
	font-family:"Times New Roman", Times, serif;
}
.mao {
	float: right;
	margin-left: 15px;
}
.subheading {
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 14px;
	color: #29486B;
	letter-spacing: 0.1em;
}
.tech_pictures {
	float: right;
	margin-left: 25px;
	width: 346px;
}
.map {
	float: right;
}
.breadcrumb{
	margin:0px;
	font-size:8pt;
	padding-top: 10px;
	padding-right: 200px;
	padding-bottom: 40px;
}
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header .disclaimer {
	color: #999;
	padding: 100px 0 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	top: 0; right: 0;
}
#header .disclaimer a {	color: #ccc;}
ul.topnav {
	list-style: none;
	margin: 0;
	float: left;
	width: 850px;
	font-size: 1.4em;
	background-image: url(images/navigation_background.png);
	background-repeat: repeat-x;
	height: 40px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #4B71B2;
	text-transform: uppercase;
}
ul.topnav li {
	float: left;
	margin: 0;
	position: relative; /*--Declare X and Y axis base--*/
	padding-right: 16px;
	padding-left: 1px;
}
ul.topnav li a{
	padding: 10px 5px;
	color: #000000;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background-repeat: no-repeat;
	background-position: center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 30px;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	background-color: #EAEDFE;
	z-index: 11;
}
ul.topnav li ul.subnav li{
	margin: 0;
	padding: 0; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	z-index: 12;
	position: relative;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	padding-left: 20px;
	background-color: #EAEDFE;
	background-image: url(images/dropdown_linkbg.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	z-index: 13;
	position: relative;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #FDFEFB;
	background-image: url(images/dropdown_linkbg.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 10px;
	font-weight: normal;
	z-index: 14;
	position: relative;
}
.breadcrumb  a {
	color: #8FA7D8;
	text-decoration: none;
}
.tech_pictures2 {
	float: right;
	margin-left: 25px;
	width: 164px;
}
