@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: #5f5249;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #container {
	width: 7in;
	margin: 0;
	text-align: left;
	height: 600px;
} 
.twoColFixRtHdr #header {
	height: 90px;

} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
}
#nav {
	height: 30px;
	position: relative;
	display: none;
}
#recent_news {
	margin-top: 15px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #BFBAB4;
	display: none;
}
.twoColFixRtHdr #recent_news .style4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #660000;
	text-decoration: none;
}

#const_desc {
	margin-right: 14px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 12px;
	background-color: #BFBAB4;
	display: none;
}

#features {
	height: 220px;
}
#const_pics {
	margin-right: 14px;
	margin-left: 12px;
	display: none;
}

#subfeatures {
	background-color: #FFFFFF;
	padding: 10px;
	width: 201px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#subfeatures_container {
	float: left;
	width: 250px;
	height: 240px;
}

#intro_text {
	background-color: #FFFFFF;
	float: left;
	width: 455px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 210px;
}


.twoColFixRtHdr #mainContent {
	width: 760px;
	float: left;

} 
.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 195px;
	height: 15px;
	font-size: 10px;
	text-decoration: none;
	vertical-align: middle;
} 
.twoColFixRtHdr #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;
}
.intro_paragraph {
	font-size: 12px;
	color: #5f5249;
	float: left;
	width: 450px;
	margin-bottom: 12px;
}
#fuel_prices {
	float: none;
	background-color: #BFBAB4;
	padding-left: 0px;
	margin-left: 12px;
	margin-right: 13px;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: none;
}
#fuel_desc {
	padding-left: 10px;
	margin-left: 12px;
	margin-right: 14px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: none;

}
#insidepage_title {
	width: 442px;
	height: 20px;
	font-size: 14px;
	font-weight: lighter;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-variant: normal;
	color: #746359;
	margin-left: 20px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 10px;
}
#insidepage_body {
	height: 365px;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-size: 12px;
}
#inside_picframe {
	height: 117px;
	width: 191px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 20px;
	background-color: #FFFFFF;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#inside_picframe2 {
	height: 117px;
	width: 191px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
#inside_picframe3 {
	height: 117px;
	width: 191px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 15px;
}

#insidepage_pics {
	width: 260px;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 450px;
}
