@charset "UTF-8";
/* sitenamehere.com Main CSS Document */
* {
   margin: 0px;
   padding: 0px;
   }
a img {
	border:none;
	}
a {
	color:#444;
	}
a:hover {
	text-decoration:none;
	}
p {
	margin-bottom:5px;
	}
hr {
	width:97%;
	border-color:#000a4b;
	border-style:solid none;
	border-width:1px 0 0 0;
	margin:7px auto;
	}
body {
	width:969px;
	margin:0 auto;
	color:#000000;
	font-size:10px;
	line-height:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	}
#prices {
	width:929px;
	height:15px;
	background-color:#00094a;
	color:#fff;
	font-size:1.1em;
	text-align:right;
	padding:5px 20px;
	border-bottom:1px solid #999999;
	}
#header {
	width:918px;
	height:85px;
	background:#07177b url(../images/header.jpg) top left no-repeat;
	padding:0 20px 0 31px;
	color:#fff;
	font-size:1.3em;
	line-height:1.2em;
	text-align:right;
	}
.addresses {
	width:280px;
	/*padding-top:10px;*/
	}
.tabs {
	/*width:250px;*/
	}
.tabs li {
	width:117px;
	height:34px;
	float:left;
	background:url(../images/top_tab.jpg);
	text-align:center;
	padding-top:5px;
	padding-right:8px;
	list-style-type:none;
	font-size:1.15em;
	line-height:1.2em;
	}
.tabs a {
	color:#fff;
	text-decoration:none;
	}
.tabs a:hover {
	color:#07177b;
	text-decoration:none;
	}
#nav {
	width:969px;
	height:33px;
	overflow:hidden;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	display:block;
	background:#000a4a;
	}
#nav li {
	float:left;
	}
#nav a {
	text-indent:-1000em;
	overflow:hidden;
	display:block;
	height:33px;
	}
.home a {
	width:108px;
	background: url(../images/home.jpg) top center no-repeat;
	}
.home a:hover {
	background:url(../images/home.jpg) bottom center no-repeat;
	}
.fuel_service a {
	width:135px;
	background:url(../images/fuel_service.jpg) top center no-repeat;
	}
.fuel_service a:hover {
	background:url(../images/fuel_service.jpg) bottom center no-repeat;
	}
.programs a {
	width:117px;
	background:url(../images/programs.jpg) top center no-repeat;
	}
.programs a:hover {
	background:url(../images/programs.jpg) bottom center no-repeat;
	}
.specials a {
	width:104px;
	background:url(../images/specials.jpg) top center no-repeat;
	}
.specials a:hover {
	background:url(../images/specials.jpg) bottom center no-repeat;
	}
.education a {
	width:125px;
	background:url(../images/education.jpg) top center no-repeat;
	}
.education a:hover {
	background:url(../images/education.jpg) bottom center no-repeat;
	}
.company_history a {
	width:180px;
	background:url(../images/company_history.jpg) top center no-repeat;
	}
.company_history a:hover {
	background:url(../images/company_history.jpg) bottom center no-repeat;
	}
.delivery_coverage a {
	width:200px;
	background:url(../images/delivery_coverage.jpg) top center no-repeat;
	}
.delivery_coverage a:hover {
	background:url(../images/delivery_coverage.jpg) bottom center no-repeat;
	}
#content {
	width:969px;
	margin:10px 0;	
	min-height:400px;
	height:auto !important;	
	height:400px;
	}
.split_right {
	background:#fff url(../images/main_body_rpt.jpg) right repeat-y;
	}
.left_side {
	width:719px;
	float:left;
	display:inline;
	}
.thermostat {
	width:409px;
	height:65px;
	padding:90px 20px 10px 290px;
	margin-bottom:5px;
	background:#253ea4 url(../images/main_img.jpg) no-repeat;
	color:#fff;
	font-size:1.3em;
	line-height:1.4em;
	}
.thermostat a {
	color:#fff;
	}
.thermostat a:hover {
	text-decoration:none;
	}
.main_text {
	width:689px;
	background:#f2f2f2;
	margin-bottom:10px;
	padding:10px 15px;
	font-size:1.2em;
	line-height:1.7em;
/*	min-height:875px;
	height:auto !important;	
	height:875px;*/
	}
.main_text p {
	margin-bottom:10px;
	}
.main_text a {
	color:#000099;
	}
.main_text a:hover {
	text-decoration:none;
	}
.main_text h1 {
	font-size:1.5em;
	line-height:1.3em;
	color:#000066;
	padding-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.main_text h2 {
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;
	color:#be0000;
	padding-bottom:5px;
	text-transform:uppercase;
		}
.main_text h2 a {
	color:#be0000;
	text-decoration:none;
	}
.main_text h2 a:hover {
	text-decoration:underline;
	}
.main_text h3 {
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	color:#000066;
	padding-bottom:5px;
		}
.red {
	color:#be0000;
	}
.red a {
	color:#be0000;
	text-decoration:underline;
	}
.red a:hover {
	text-decoration:none;
	}
.main_text ul {
	margin-left:40px;
	margin-bottom:10px;
	}
.main_text li {
	list-style:none;
	}
.callout_blue {
	padding:10px;
	width:600px;
	color:#ffffff;
	font-size:1.2em;
	line-height:1.3em;
	text-align:center;
	margin:0 auto;
	background-color:#000066;
	margin-bottom:10px;
	}
.callout_blue a {
	color:#ffffff;
	text-decoration:underline;
	}
.callout_blue a:hover {
	text-decoration:none;
	}
.energy_savings {
	width:203px;
	padding-right:15px;
	font-size:1.2em;
	line-height:1.6em;
	}
.energy_savings p {
	margin-top:10px;
	}
.do_for_you {
	width:240px;
	padding:0 10px;
	text-align:center;
	font-size:1.2em;
	line-height:1.6em;
	}
.do_for_you h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.66em;
	line-height:1.2em;
	color:#be0000;
	margin:10px 0;
	}
.office_hours {
	width:226px;
	padding-left:10px;
	text-align:center;
	font-size:1.2em;
	line-height:1.6em;	
	}
.office_hours h1 {
	color:#253ea4;
	font-size:2.16em;
	line-height:1.2em;
	margin:10px 0;
	}
.office_hours h2 {
	color:#be0000;
	font-size:1.333em;
	line-height:1.4em;
	}
.office_hours a {
	color:#003399;
	text-decoration:underline;
	}
.office_hours a:hover {
	text-decoration:none;
	}	
.right_side {
	width:213px;
	padding:0 5px;
	font-size:1.2em;
	line-height:1.8em;
	text-align:center;
	float:right;
	display:inline;
	}
.right_side h1 {
	font-size:1.66em;
	line-height:1.2em;
	color:#be0000;
	text-transform:uppercase;
	}
.right_side h1 a {
	color:#be0000;
	text-decoration:none;
	}
.right_side h1 a:hover {
	text-decoration:underline;
	}
.right_side h2 {
	color:#07177b;
	font-size:1.14em;
	line-height:1.4em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:5px 0;
	}
.right_side h2 a {
	color:#07177b;
	text-decoration:none;
	}
.right_side h2 a:hover {
	text-decoration:underline;
	}
.station_services {
	width:185px;
	margin:0 auto;
	text-align:left;
	line-height:1.5em;
	}
.station_services_b {
	width:185px;
	margin:0 auto;
	text-align:center;
	line-height:1.8em;
	}


#footer {
	width:969px;
	height:85px;
	background:#000a4a;
	text-align:center;
	color:#fff;
	font-size:1.4em;
	line-height:1.2em;
	padding-top:5px;
	}
#footer ul {
	padding:5px 0;
	}
#footer li {
	display:inline;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
	
.text_center {
	text-align:center;
	}
.border_right {
	border-right:1px solid #000a4b;
	}
.red_text {
	color:#be0000;
	}
.right {
	float:right;
	display:inline;
	}
.left {
	float:left;
	display:inline;
	}
td {
	padding:5px;
	}
.smalltext {
	font-size:0.9em;
	font-style:italic;
	}
.images {
	margin:10px;
	}
.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;
}