/*
=====================================================================================
<copyright>
Copyright (c) 2006, Allen House Creative.  All rights reserved.
This work is a trade secret and unauthorized use or copying is strictly prohibited.
</copyright>
=====================================================================================
*/

/*
-------------------------------------------------------------------------------
Body Layout
-------------------------------------------------------------------------------
*/

html
{
	height:100%;
}

body
{
	background-color:#365642;
	margin:0px;
	padding:0px;
	font-family:Tahoma,Arial,Geneva,"Lucida Grande",Helvetica,sans-serif;
	font-size:9pt;
	height:100%;
}

#tableframe
{
	width:800px;
}

#bodyframe
{
	width:800px;
	padding: 50px;
}

#header
{
	border-top:1px none;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:55px;
}

#topnav
{
	width:800px;
	height:36px;
}

#greenbar
{
	width:800px;
	height:11px;
	background-image:url(../images/greenbar_03.jpg);
	background-repeat:no-repeat;
}

/* 
----------------------------------------------------------------------------------------------------------
Text Formatting for the Home Page Body Section 
----------------------------------------------------------------------------------------------------------
*/

#homecentertop
{
	width:800px;
	height:251px;
	background-image:url(../images/frontpage1_04.jpg);
	background-repeat: no-repeat;
	
}


#homecenterbottom
{
	width:800px;
	height:203px;
	background-image:url(../images/frontpage3_01.jpg);
	background-repeat: no-repeat;
	
}

#fuelseciton
{
	width:300px;
	height:203px;
	font-family:Tahoma,Arial,Geneva,"Lucida Grande",Helvetica,sans-serif;
	font-size:9px;
	color:#000000;
	vertical-align:bottom;
	padding-bottom:10px;

}

#fuelsection h1
{
	font-family:Tahoma,Arial,Geneva,"Lucida Grande",Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000066;
	vertical-align:bottom;
	padding-bottom:10px;
	
}

/* 
----------------------------------------------------------------------------------------------------------
Formatting for the Sub Pages Content Area
----------------------------------------------------------------------------------------------------------
*/
#eventlist
{
	font-family:arial,helvetica,sans-serif;
	color:#006633;
	font-size:12px;
	font-weight:bold;
	padding-left:6px;

}

#eventlist li
{
	list-style-type:disc;
}

#eventlist h1
{
	font-family:arial,helvetica,sans-serif;
	color:#006633;
	font-size:12px;
}

#subcentersection
{
	width:800px;
	background-color:#FFFFFF;
	background-image:url(../images/subdivider.jpg);
	background-repeat:repeat-y;
}

#leftpanel
{
	vertical-align:top;
	padding-top:30px;
	padding-left:20px;
	font-family:arial,helvetica,sans-serif;
	color:#000000;
	font-size:10pt;
}

#leftpanel h3
{
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	color:#FFCC33;
	margin-bottom:0px;
}

#leftpanel p
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:10pt;
	font-family:arial,helvetica,san-serif;
	color:#000000;
}

#rightpanel
{
	vertical-align:text-top;
	padding-left:20px;
	padding-top:30px;
	padding-bottom:20px;
	padding-right:15px;
	font-family:arial,helvetica,san-serif;
}


#rightpanel h2
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:14pt;
	font-weight:bold;
	font-family:arial,helvetica,san-serif;
	color:#000066;
}


#rightpanel p
{
	vertical-align:top;
	margin-top:0px;
	margin-bottom:0px;
	font-size:9pt;
	font-family:arial,helvetica,san-serif;
	color:#000000;
	text-align:left;
}

/* 
----------------------------------------------------------------------------------------------------------
Formatting for the Footer area 
----------------------------------------------------------------------------------------------------------
*/
#bottombar
{
	height:19px;
	overflow:hidden;
	background-image:url(../images/bottombar_06.jpg);
	background-repeat: no-repeat;
	width: 800px;
}

#footer
{
	padding-left:8px;
	padding-right:8px;
	padding-top:6px;
}

#footer p, #footer a, #footer a:visited
{
	margin-top:0px;
	font-size:7pt;
	color:#ffffff;
}

#footer .pad6
{
	padding-left:6px;
}

img
{
	display:block;
	border-width:0px;
	margin:0px;
	padding:0px;
}

table
{
	padding:0px;
	border-collapse:collapse;
}

table.fullwidth
{
	width:100%;
}

/*
-------------------------------------------------------------------------------
Side Bar
-------------------------------------------------------------------------------
*/

#navbar
{
	height:8px;
	background-color:#f8a123;
	overflow:hidden;
}

#sidenavbreaker
{
	height:19px;
	background-color:#fbfbfb;
	overflow:hidden;
}

#sidenavbreaker2
{
	height:11px;
	background-color:#fbfbfb;
	overflow:hidden;
}

#divisionbar
{
	/*height:2px;
	background-color:#000000;*/
	border-bottom:dotted 1px #cccccc;
	overflow:hidden;
}


#divisionline
{
	/*height:2px;
	background-color:#000000;*/
	border-bottom:dotted 1px #003366;
	overflow:hidden;
}
/*
-------------------------------------------------------------------------------
Side Nav
-------------------------------------------------------------------------------
*/

#sidenav
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#sidenav li
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:8pt;
	width:165px;
	margin:0px;
	vertical-align:bottom;
	text-decoration:none;
	color:#FFFFFF;
}

#sidenav li.first
{
	border-width:0px;
}

#sidenav li.last
{
	border-bottom:solid 1px #777770;
}

#sidenav li a
{
	width:165px;
	padding-top:7px;
	padding-bottom:7px;
	display:block;
	text-decoration:none;
	color:#ffffff;
}

#sidenav li a:hover
{
	/*background-color:#E0F2C8;*/
	color:#AFD016;
	font-weight:bold;
	text-decoration:none;
}

#sidenav li.highlight
{
	background-color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#sidenav li.highlight a
{
	text-decoration:none;
	color:#555555;
}



