/* CSS Document */



/******* Elements *******/

* {
	padding: 0px;
	margin: 0px;
}

a {
	font-family: arial, tahoma, verdana;
	text-decoration: none;
}

a:link		{ color: #0066CC;}
a:hover		{ color: #FF6600;}
a:visited	{ color: #003366;}
a:active	{
	color: #9DCC00;
}

body {
	background-color: #9DAEBE;
	background: #FCEFAC url(../_images/bg.gif) center repeat-y;
	height: 100%;
	text-align: center;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: arial, tahoma, verdana;
	font-size: 9px;
	color: #000000;
}

h4 {
	font-family: arial, tahoma, verdana;
	font-size: 14px;
	color: #000000;
	text-align: left;
	margin-top: 16px;
	margin-left: 25px;
}

h5 {
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-left: 25px;
}

select {
	font-family: arial, tahoma, verdana;
	font-size: 9px;
	color: #000000;
}


/******* Classes *******/

.header {
	font-family: arial, tahoma, verdana;
	font-size: 10px;
	color: #3E9DD3;
}

.header_red {
	font-family: arial, tahoma, verdana;
	font-size: 10px;
	color: red;
}

.linkOver {
	cursor: pointer;
}

.linkOff {
	cursor: default;
}

.navigation a {
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding-left: 30px;
}

.navigation:hover {
	background-color: #FFE794;
}

.navigationHeader {
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}


/******* IDs *******/

#boxCommittedContent {
	width: 179px;
	height: 74px;
	text-align: left;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	background: url('../_images/bg_committed.gif') center no-repeat;
}

#boxNavigation {
	margin-top: 21px;
}

#boxNavigationContent {
	width: 179px;
	text-align: left;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	background: #EAF0F9 url('../_images/bg_navigation.gif') top center no-repeat;
}

#container {
	width: 737px;
	margin: 0 auto;
	margin-top: 8px;
	text-align: center;
}

#container_aboutUs {
	width: 780px;
	margin: 0 auto;
	margin-top: 0px;
	text-align: center;
	font-size: 12px;
}

#container_aboutUs p {
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-top: 12px;
	margin-left: 25px;
	margin-right: 25px;
	font-weight: bold;
}

#content {
	margin-top: 11px;
	float: right;
	width: 538px;
	height: 303px;
	background-color: #E5ECF8;
	border: 1px solid #E9E9E9;
}

#feature1 {
	float: right;
	width: 223px;
	height: 69px;
	margin-top: 12px;
	margin-right: 7px;
	text-align: left;
	background: url(../_images/feature1.gif) center no-repeat;
}

#feature2 {
	float: right;
	text-align: left;
	width: 223px;
	height: 69px;
	margin-right: 7px;
	background: url(../_images/feature2.gif) center no-repeat;
}

#feature3 {
	float: right;
	text-align: left;
	width: 223px;
	height: 69px;
	margin-top: 1px;
	margin-right: 7px;
	background: url(../_images/feature3.gif) center no-repeat;
}

#featureBanner {
	clear: both;
	width: 510px;
	height: 65px;
	margin-top: 6px;
	margin: 0 auto;
	text-align: left;
	background: url(../_images/feature_banner.gif) center no-repeat;
}

#featuredBrand {
	margin-left: 1px;
	margin-top: 6px;
}

#featureMain {
	float: left;
	width: 283px;
	height: 207px;
	margin-top: 12px;
	margin-left: 7px;
	background: url(../_images/feature.gif) center no-repeat;
}

#footer {
	clear: both;
	width: 737px;
	padding-top: 20px;
}

#header {
	width: 737px;
	height: 102px;
	background: url(../_images/header.gif) center no-repeat;
}

#leftColumn {
	float: left;
	width: 181px;
	padding-top: 20px;
}

#logo {
	float: left;
	margin-top: 14px;
	margin-left: 25px;
}

#newStore {
	float: left;
	margin-top: 6px;
	margin-left: 6px;
}

#photoPresident {
	float: left;
	margin-right: 15px;
}

#photoFishTales {
	width: 469px;
	float: left;
	margin-left: 25px;
	margin-right: 15px;
}

#rightColumn {
	width: 540px;
	float: right;
	padding-top: 20px;
}

#txtAboutUs {
	margin-top: 5px;
}

#txtComingSoon {
	padding-top: 10px;
}

#txtEnergyTips {
	margin-top: 30px;
	margin-left: 64px;
	width: 150px;
}

#txtPowerBuy {
	margin-top: 30px;
	margin-left: 64px;
}

#txtWeeklyAd {
	margin-top: 28px;
	margin-left: 64px;
}
