@charset "utf-8";

a:link, a:visited {
	color: #212f21;
	text-decoration: none;
}

a:hover, a:active {
	color: #212f21;
	text-decoration: underline;
}

.theBody {
	background-color: #212f21;
	margin: 0;
	color: #212f21;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	margin: 0px 0px 5px 0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding: 10px 0 0 0;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin: 0px 0px 5px 0;
}

h4 {  /*smaller form header*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom: 16px;
}

ul, ol {
	margin: 0 0 0 18px;
	padding: 0;
}

ul li {
	margin: 0 0 0 32px;
	padding-top: 0;
}

ol li {
	margin: 0 0 0 0;
	padding-top: 0;
	padding-left: 10px;
}

.mainContainer {
	width: 990px;
	margin: 0 auto;
	position: relative;
}

.header {
	width: 990px;
	height: 329px;
	background-image: url(../images/header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.headerTop {
	width: 565px;
	height: 137px;
	padding-top: 150px;
	padding-left: 40px;
	font-family: Georgia;
	font-style: italic;
	font-size: 13px;
	color: #464541;
	line-height: 23px;
}

.headerTop a:link, a:active, a:visited {
	color: #464541;
	text-decoration: none;
}

.headerTop a:hover {
	color: #6a6659;
	text-decoration: none;
}

.nav {
	width: 990px;
	height: 41px;
	padding-left: 22px;
	background:#e6e0d2;	
}

.logo {
	position: absolute;
	top: 358px;
	left: 20px;
}

.content {
	position: relative;
	top: 30px;
	left: 130px;
	width: 450px;
	min-height: 725px;
	*min-height: 745px;
	_height: 1000px;
	background-color:#e7e1d4;
	border: 2px solid #878279;
	padding: 25px 350px 25px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

.content p {
	margin: 12px 0 18px 0;
}

.formDiv {
	width: 307px;
	position: absolute;
	top: 378px;
	left: 632px;
	background-color: #404d40;
	border: 2px solid #878278;
	line-height: 22px;
	font-size: 11px;
	color:#f4ece1;
	padding-top: 145px;
}

.formHead {
	font-family: 'Trebuchet', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin: 0 15px 0 15px;
}

.footer {
	width: 600px;
	position:relative;
	top: 50px;
	margin-left: 160px;
	color: #878279;
	font-size: 11px;
	line-height: 18px;
}

.footer a:link, a:visited {
	color: #878279;
	text-decoration: underline;
}

footer a:hover, a:active {
	color: #878279;
	text-decoration: underline;
}


#gasCard {
	position: absolute;
	top: -12px;
	left: -18px;
}