@charset "utf-8";
/* CSS Document */

body {
	background: #151515 url(images/bgFade.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.splashLink {
	width: 300px;
	padding-left: 60px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.splashLink a {
	color: #FFFFFF;
	font-size: 9px;
}

.splashLink a:hover, .splashlink a.active {
	color: #FFFFFF;
}

a {
	color: #CC6600;
}

a:hover, a:active {
	color: #FF9900;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 35px;
	padding: 0;
	color: #CC6600;
	font-weight: bold;
}

#container {
	background: #F0EBCD;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 5px 10px 10px 10px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	position: relative;
}

#phone {
	position: absolute;
	top: 40px;
	right: 22px;
	width: 215px;
	height: 30px;
	text-align: right;
	clear: none;
	font-size: 25px;
	color: #4E3A21;
	background: url(images/phoneIcon.gif) bottom left no-repeat;
}

#header {
	background: url(images/woodFrameSm.jpg) no-repeat;
	width: 728px;
	height: 64px;
	padding: 16px 16px 16px 20px;
	margin: 0 0 0 26px;
}

#headerIndex {
	background: url(images/woodFrame.jpg) no-repeat;
	width: 728px;
	height: 266px;
	padding: 16px 16px 16px 20px;
	margin: 0 0 0 26px;
}

.topMenuButton {
	background: url(images/topMenuFade.jpg) repeat-x;
	height: 48px;
	margin: 0 1px 1px 0;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: left;
	clear: none;
}

#header a {
	border: 0;
	text-decoration: none;
	color: #4E3A21;
}

#header a:hover, #headerIndex a:active {
	color: #C85509;
}

#headerIndex a {
	border: 0;
	text-decoration: none;
	color: #4E3A21;
}

#headerIndex a:hover, #headerIndex a:active {
	color: #C85509;
}

#sidebar {
	width: 220px;
	height: 630px;
	background: url(images/sidebarFade.jpg) no-repeat;
	margin: 0;
	padding: 9px 11px 10px 11px;
	position: absolute;
	left: 35px;
	text-align: center;
	font-size: 11px;
}

.sidebarTitle {
	font-size: 18px;
	font-weight: bold;
	color: #C99A00;
}

.sidebarPhone {
	font-size: 15px;
	font-weight: bold;
}

#sidebar form {
	text-align: left;
	margin: 15px 0 0 3px;
}

#mainContent {
	background: #F0EBCD;
	height: 100%;
	min-height: 604px;
	margin: 0 0 0 274px;
	padding: 10px 20px 10px 10px;
}

.faqQuestions {
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
}

.packageOptions {
	width: 103px;
	background: #E8E3C6;
	padding: 2px 2px 2px 4px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.packagePrices {
	font-size: 16px;
	font-weight: bold;
	color: #014C7A;
	text-align: center;
	width: 80px;
	background: #E8E3C6;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.packageDetails {
	font-size: 12px;
	font-weight: bold;
	color: #014C7A;
	text-align: center;
	width: 80px;
	background: #E8E3C6;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.packageNotes {
	width: 105px;
	text-align: center;
	font-style: italic;
	font-size: 10px;
	padding: 2px;
	background: #E8E3C6;
	border-bottom: 1px solid #999999;
}

.gasPricesList {
	color: #0D5886;
	font-weight: bold;
	font-size: 14px;
	margin-left: 40px;
	margin-bottom: 5px;
	width: 230px;
	float: left;
	clear: left;
}

#footer {
	text-align: center;
	width: 800px;
	margin: 0 auto 0 auto;
	clear: both;
	font-size: 10px;
	color: #999999;
	padding: 10px;
}