/* Layout Stylesheet */ 
/*Common Stuff */
img {
	border: 0px;
	}
h3 {
	margin-bottom: .3em;
	margin-top: .7em;
	}
	
#container {
	width: 600px;
	background-color: white;
	border: solid;
	border-color: black;
	border-width: 1px;
	z-index: -1;
	}
body { 
	font: 10pt arial, sans-serif; 
	color: black; 
	background-color: #2E307D;
	}
a:link { 
	font-weight: bold; 
	color: #000099;
	text-decoration: none; 
	}
a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none; 
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #aa0000;
	}
p{
	text-align: left;
	text-indent: 0px;
	margin-top: 1em;
	margin-bottom: .2em;
	}
p + p {
	margin-top: 1em;
	margin-bottom: .2em;
	}

/*Main Body */	
table.maptable {
	width: 585px;
	margin-top: 0px;
	margin-left: -184px;
	}
#map {
	position: absolute;
	float: left;
	z-index: 0;
	}

div.spacer {	clear: both;	font-size: 1px;	line-height: 1px;	height: 1px;}

#body {
	text-align: left;
	border: solid;
	/*border-color: #2E2F7D;*/
	border-color: #2E2F7D;
	border-width: 1px;
	padding: 0px;
	}
div.textfloat {
	min-height: 425px;
	position: relative;
	width: 300px;
	margin-top: 275px;
	margin-left: 25px;
	}
*html .textfloat {
	height: 425px;
	}
/*Navigation and Logo */
	
/*Footer Stuff */	
#ftr {
	background-color: #FFFFFF;
	text-align: center;
	border: solid;
	border-color: #2E2F7D;
	border-width: 1px;
	}
td.footer {
	font-size: 8pt;
	text-align: center;
	}	
#menu {
	font-size: 8pt;
	border-left: solid;
	border-right: solid;
	border-color: black;
	border-width: 1px;
	padding: 0px;
	background-color: white;
	}
div#menu ul {
	text-indent: 0px;
	display: inline;
	}
div#menu li {
	text-indent: 0px;
	display: inline;
	}
a.menu_current:link, a.menu_current:visited {
	color: red;
	}
a.menu_default:link, a.menu_default:visited {
	font-weight: normal;
	}
table.fueltable {
	border: solid 1px #000000;
	text-align: center;
	font-size: 10pt;
	}
td.fueltable {
	border: solid 1px #cccccc;
	}
th.fueltable {
	padding: 5px;
	border: solid 1px #cccccc;
	}
table.pricetable {
	width: 420px;
	text-align: center;
	padding: 5px;
	font-size: 10pt;
	border: solid black 1px;
	}
th.pricetable {
	padding: 5px;
	border-bottom: solid;
	border-color: black;
	border-width: 1px;
	}