@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #27598E;
	background-image: url(http://www.gototalenergy.com/images/BlueGradientBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
}
.twoColFixLtHdr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/TES-MAXOX-mast_BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixLtHdr #header { 
	margin: 0px; 
	padding: 0px;
	border: none;
	height: 136px;
	width:950px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 0px 0px 0px;
	background-color:#8dbd96;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: 160px;
	border-left-style: solid;
	border-left-color: #8dbd96;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;
} 
.twoColFixLtHdr #footer { 
	text-align: center;
	padding:5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #3d7b3d;
	color:#FFFFFF; 
	clear:both;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*navigation from old site start #########################################################  */
.all_ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
	
.all_ul a{
	width:160px;/* Width of Menu Items*/ 
}

.all_li {
	position: relative;	
	}

.sub_ul {
	position: absolute;
	left: 159px;
	top: 0;
	display: none;
	z-index: 10;
	}

/* Styles for Menu Items */
/*navigation table*/
.all_li a {
	width:154px;/* Width of Menu Items */
	display: block;
	text-decoration: none;
	padding: 5px 0px 5px 6px;;
	border-bottom: 0 none #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px none #ccc;
	border-left: 1px none #ccc;
}
.all_liDetail a {
	width:137px;/* Width of Menu Items */
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 17px;
	border-bottom: 0 none #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px none #ccc;
	border-left: 1px none #ccc;
}
.color a {/*my ad in*/
	background: #8dbd96;
	color: #FFF;
}
.color2 a {/*my ad in*/
	background: #A2B5B3;
}
.secondary_li a {/*my add in*/
	text-align:left;
	}
.subbixby a {/*my add in*/
	background: #D9E5E4;	
	color: #008071;
}
/* Fix IE. Hide from IE Mac \*/
* html .all_li { float: left; height: 1%; }
* html .all_li a { height: 1%; }

/* End */

.DrkGreen a:hover {
	color: #FFFFFF;
	background-color: #3d7b3d;
}
.Grayhover a:hover {
	background: #667C7A;
	color: #FFFFFF;
}
.Redhover a:hover {
	background: #D63128;
	color: #FFFFFF;
}
.Orangehover a:hover {
	background: #E1875D;
	color: #FFFFFF;
}
.Greenhover a:hover {
	background: #108F26;
	color: #FFFFFF;
}
/* Hover Styles */
		
.all_li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
.all_li:hover ul, li.over ul, .all_li:hover ul a, li.over ul a {display: block;} /* The magic */

/* additional navigation information*/
.orangetext{
	color: #F25100;
}
a.bottomnavlink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.bottomnavlink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.bottomnavlink:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.bottomnavlink:hover {
	text-decoration: none;
	color: #F57A3D;
}
a.detailnavlink:link {
	text-decoration: none;
	color: #555F5F;
}
a.detailnavlink:visited {
	color: #555F5F;
}
a.detailnavlink:active {
	color: #555F5F;
}
a.detailnavlink:hover {
	color: #FFF;
}
a.navlink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.navlink:visited {
	color: #FFFFFF;
}
a.navlink:active {
	color: #FFFFFF;
}
a.navlink:hover {
	color: #FFFFFF;
}
a.subnavlink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.subnavlink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.subnavlink:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.subnavlink:hover {
	text-decoration: none;
	color: #F57A3D;
}
/*navigation from old site end #########################################################  */
div.bluebox{
	margin: 0px;
	padding: 5px;
	border-color:#27598E;
	border-style:solid;
	border-width: 18px 1px 1px 1px;
}
.tighttable{
	padding:0px;
	margin:0px;
	border:0 none;
}
.leftpadding{
	padding-left: 6px;
}
.rightpadding{
	padding-right: 6px;
}
.leftpadding20{
	padding-left: 20px;
}
.rightpadding10{
	padding-right: 10px;
}
.toppadding{
	padding-top: 8px;
}
.toppadding4{
	padding-top: 4px;
}
ul.pdflist {
	margin:0px 0px 0px 16px;
	padding:0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/orangeBull.gif);
}
ul.pdflist li {
	padding: 0px 0px 4px 8px;
}
ul#fuellist {
	margin:14px 0px 0px 8px;
	padding:0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(images/orangeBull.gif);
}
ul#fuellist li {
	padding: 0px 0px 4px 8px;
}

.tight{
	margin:0px 0px;
	padding:0px 0px;
}

.padding8{
	padding:8px;
}
.contactinnav{
	padding:25px 5px 5px 5px;
	color:#1C4C26;
	font-weight:bold;
}
.documentationlist li{
	padding: 10px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;	
}
.documentationlist{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
.verticalPad{
	padding:12px 0px 12px 0px;
}
.dealername{
	font-size:18px;
	padding-bottom:6px;
	margin-bottom:6px;
	border-bottom:solid 1px #1C4C26;
	color:#1C4C26;
	font-weight:bold;
}
.dealerbox{
	padding:12px;
	margin: 33px 12px 12px 122px;
	width: 300px;
	border: 1px solid #1C4C26;
}
.tightdealerbox{
	padding:12px;
	margin: 0px 0px 12px 0px;
	width: 300px;
	border: 1px solid #1C4C26;
}
.adsbox{
	float:left;
	padding:4px;
	margin: 0px 0px 12px 0px;
	border: 1px solid #666666;
}
.adsDescriptors{
	padding:40px 0px 0px 0px;
	margin-left:340px;
}
.locatedealer form{
	color: #333333;
	text-align: center;
	padding: 6px 0px 6px 0px;
	margin: 7px 0px 26px 0px;
	font-weight:bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.locatedealer form select{
	margin:0px 6px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #27598E;
	font-weight: bold;
}
div#tinycredits {
	font-size: 0.9em;
	color:#666666;
	text-decoration: none;
	text-align: left;
}
div.floatright {
	float: right;
}
div.floatleft {
	float: left;
}
h1#heading{
	padding: 10px 10px 5px 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #27598E;
	font-weight: bold;
}
h2.heading{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #27598E;
	font-weight: bold;
}
h2.solidblue{
	padding: 4px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3d7b3d;
}
h2.nonsolidblue{
	padding: 4px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 100%;
	border-width: 3px 0px 3px 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color:#27598E;

}
h2.solidorange{
	padding: 4px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #F57A3D;
}
h2.solidred{
	padding: 4px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #D63128;
}
h2.solidgreen{
	padding: 4px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #108F26;
}
h2.blackheading{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	font-weight: bold;
}
h6.copyright{
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}
.smallcredits {
	font-size: .8em;
}
.verticalrightborder {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #333333;
}
.bold {
	font-weight: bold;
}
.line{
	width: 730px;
	border-bottom: 1px dotted #666666;
	padding: 0px;
	margin: 9px 0px 16px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
div.floatrightpadding{
	float: right;
	padding: 5px 0px 5px 8px;
}
.pictdesc{
	font-size: 10px;
	color: #000033;
	line-height: 12px;
}
.superHeading{
	font-weight:bold;
	font-size: 2em;
	line-height: 1em;
	padding: 4px 0px 4px 0px;
	margin:0px;
}
.red{
	color: #FF0000;
	font-weight: bold;
}
/*forum styles*/
.welcomebox{
	background-color: #F5F9FF;
	padding: 6px;
	width: 730px;
	margin:8px 0px 0px 0px;
	border: 2px solid #3354AA;
	color:#3354A;
}
.signupcoach{
	background:#F3F3F3 none repeat scroll 0 0;
	margin:5px 6px 6px 6px;
	padding:6px 1px 6px 6px;
}
.listspacing li{
	padding: 5px 0px 0px 0px;
}
/*ticker */
a.tabA {
	text-decoration:none;
}
a.tabA:link	{
	color:blue;
}
a.tabA:visited{
	color: blue;
}
a.tabA:hover{
	color: red;
	background-color:#66ffff;
}
.tickertab {
	font-size:12px;
	font-family:Arial,Helvetica;
	color:navy;
	font-weight:bold;
}
 .tickertabb {
	 font-size:14px; 
	 font-family:Arial,Helvetica;
 }
.attachmentSmallTxt{
	font-size:.7em;
	font-weight:normal;
 }
 #verse{
	color:#666666;
	font-size:.8em;
 }
  #verse a:link, #verse a:visited{
	color:#333333;
	text-decoration:underline;
 }
   #verse a:hover, #verse a:active{
	color:#000000;
	text-decoration:underline;
 }
 
 