/* Set defaults for entire viewport */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, table, tr, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Include line spacing to fix IE bugs with floats */
body{
	font: 70%/1.166 Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px;
	background: #FFFFFF;
}
a:link, 
a:visited {
	color: #00559B;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #0069AA;
	text-decoration: none;
}
#fullPage {
	width: 730px;
	margin-left: 10px;
	position: relative;
}
#pageHeader {
	width: 100%;
	position: relative;
	background: url(images/HdrBoxAngled.gif) no-repeat right bottom;
	margin-bottom: 1px;
}
.hdrLinks {
	text-align: right;
	font-size: 10px;
	float: right;
	padding-top: 14px;
}
#pageNavHdr {
	width: 100%;
	position: relative;
	font-size: 11px;
	background: #333348;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}
#pageNavHdr a {
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	background: #333348;
	border-right: 1px solid #FFFFFF;
	padding: 4px 12px;
}
#pageNavHdr a:hover {
	background: #9999A8;
}
#pageMain {
	width: 100%;
	position: relative;
}
#pageMain h1 {
	font-size: 110%;
	color: #00559B;
	padding-top: 25px;
	padding-bottom: 4px;
}
#pageMain h2 {
	font-size: 100%;
	padding-bottom: 4px;
}
#pageMain p {
	padding-top: 4px;
	line-height: 1.4;
	padding-bottom: 8px;
}
#fuelTable {
	border: 1px solid #999999;
	margin-left: 45px;
}
#fuelTable th {
	font-size: 100%;
	color: #FFFFFF;
	background: #666666;
	border-bottom: 1px solid #CCCCCC;
	padding-right: 8px;
}
#fuelTable td {
	border-bottom: 1px solid #CCCCCC;
	padding-right: 8px;
	text-align: center;
}
#pageMain .fuelHdg {
	background: #EAEAF4;
}
#pageMain .fuelCurrent {
	background: #CCCCFF;
	font-weight: bold;
}
#pageMain .fuelFootnote {
	margin-left: 45px;
	font: 80%/1.1 Arial, Helvetica, sans-serif;
	color: #999999;
	margin-right: 180px;
}
#pageMain form {
	border: 1px solid #999999;
}
#pageMain form td,
#pageMain form p,
#pageMain form h2 {
	padding-top: 2px;
	padding-left: 4px;
}
#pageMain form input,
#pageMain form textarea,
#pageMain form select {
	font: 100%/1.1 Verdana, Arial, Helvetica, sans-serif;
}
#pageMain form select {
}
#pageMain form textarea {
	width: 480px;
}
.formDivSpace {
	padding-bottom: 6px;
}
#pageMain form h2 {
	font-size: 100%;
	color: #FFFFFF;
	background: #666666;
	padding: 3px;
}
#pageMain ul {
	margin-left: 60px;
	margin-top: 8px;
	line-height: 1.5;
}
#pageMain blockquote {
	margin-left: 45px;
}
#pageMain blockquote p {
	margin-bottom: 15px;
}
.formInst {
	border-bottom: 1px solid #666666;
	background: #EAEAF4;
	margin-bottom: 8px;
}
.formShadedRow {
	background: FF0000;
}
.formDivBar {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
}
#colMain {
	position: relative;
	margin-right: 220px;
}
#colMainFull {
	position: relative;
}
.mainQuoteText {
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.mainQuoteAuthor {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.mainServicesList {
	margin-top: 50px;
	padding-right: 30px;
	margin-left: 20px;
}
.mainServicesListText {
	margin-left: 140px;
}
.mainServicesListImg {
	float: left;
}
#colSide {
	width: 160px;
	position: relative;
	float: right;
}
#colSide h2 {
	font-size: 100%;
	color: #666666;
	background: #D8D8E0;
	padding: 2px;
}
#colSide p {
	padding: 4px;
	font-size: 90%;
	color: #666666;
}
#colSide ul {
	font-size: 90%;
	color: #666666;
	line-height: 1.2;
	padding-bottom: 4px;
	margin-left: 20px;
	margin-top: 8px;
	list-style: circle;
}
#colSide li {
	margin-top: 8px;
}
/* Include pos:rel fix for IE bug where bkgd color disappears with float in same div */
.sideItem {
	border: 1px solid #CCCCCC;
	margin-top: 25px;
	position: relative;
}
.sideItemImg {
	float: left;
	margin-top: 2px;
}
.sideItemDivBar {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.sideItemDivSpace {
	margin-bottom: 4px;
}
#pageNavFtr {
	width: 100%;
	position: relative;
	background: #0069AA;
	color: #FFFFFF;
	margin-top: 40px;
	padding: 3px 3px 5px;
	font: 10px Arial, Helvetica, sans-serif;
	clear: both;
}
#pageNavFtr a {
	color: #FFFFFF;
	text-decoration: underline;
}
#pageNavFtr a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#pageFooter {
	width: 100%;
	position: relative;
	text-align: right;
	padding: 4px;
	font: 10px Arial, Helvetica, sans-serif;
}
.ftrCopy {
	float: left;
	text-align: left;
}
.infoTable {
	margin-left: 60px;
	margin-top: 10px;
}
.infoTable TD {
	padding-right: 12px;
	padding-bottom: 4px;
}
.formInfoTable TD {
	padding-right: 20px;
}
.testimonial {
	font: italic 115% Georgia, "Times New Roman", Times, serif;
	color: #0069AA;
	margin: 15px 85px 0px 70px;
}
.testimonialAuthor {
	font: italic bold 100% Georgia, "Times New Roman", Times, serif;
	color: #0069AA;
	margin-right: 85px;
	text-align: right;
	margin-top: 0px;
}
#pageMain .picAndPar {
	margin-top: 10px;
	margin-left: 20px;
}
#pageMain .picAndPar p,
#pageMain .picAndPar h2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 20px;
}
#pageMain .picAndPar ul {
	margin-top: 0px;
	margin-left: 30px;
}
#pageMain .jobsListing {
	border: 1px solid #999999;
	margin-top: 20px;
}
#pageMain .jobsListing h1 {
	font-size: 100%;
	text-align: left;
	color: #FFFFFF;
	background: #666666;
	padding: 3px;
}
#pageMain .jobsListing h2 {
	background: #EAEAF4;
	padding: 3px;
	margin-bottom: 2px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#pageMain .jobsListing p {
	padding: 3px;
}
#pageMain .adminMsg {
	color: #009900;
	font-weight: bold;
}
#pageMain .adminNotice {
	color: #990000;
	font-weight: bold;
}
.mainFootnote {
	color: #999999;
	font-size: 9px;
}
#colSide .sideFootnote {
	color: #999999;
	font: 80%/1.1 Arial, Helvetica, sans-serif;
}
#colSide .sideItemTitle {
	font-weight: bold;
	color: #00559B;
}
