.gas_image{
	height: 256px;
	width: 256px;
	background-image: url(images/gas_mkt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	float: left;
	margin-left: 25px;
}
.gas_text{
	width: 125px;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 7px;
	float: right;
	margin-right: 7px;
	position: relative;
}

.top_container{
	float: left;
		width: 765px;
		margin-top: 30px;
		margin-bottom: 5px;
}
.body_text_top{
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

.body_text_top h5{
	margin-top: 0px;
}

.body_text_mid{
	width: 650px;
	float: left;
	margin-top: 5px;
	margin-left: 60px;
}

.body_text_mid h5{
	margin-top: 0px;
}


.body_text_mid ul{
	width: 400px;
	float: left;
	margin-top: 0px;
	list-style-type: disc;
	margin-left: 0px;
	text-indent: 0px;	
}

.body_text_mid li{
	/*font-size: 95%;*/
	list-style-type: disc;
	list-style-position: inside;
}

.body_text_bottom{
	width: 700px;
	font-weight: normal;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	clear: both;
}

.body_text_bottom h5{
	margin-top: 0px;
}

.request_quote_container{
	float: left;
	width: 12em;
	background-image: url(images/blu_bkrd_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 440px;
	margin-top: -80px;
}

.request_quote_text{
	font-size: 100%;
	font-weight: bold;
	color: rgb(0,35,129);
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}


.request_quote_link{
	clear: both;
	font-size: 80%;
	font-weight: bold;
	color: rgb(0,35,129);
	margin-left: 15px;
	margin-bottom: 5px;
	display: block;	
}