/*
 * Copyright (c) 2008 by EnergyWare Corporation
 */

/*
 * presentational styles
 * font family, size, color and emphasis
 */

/* top elements */
*
{
	padding: 0px;
	margin: 0px;
}

body
{
	cursor: default;
	margin: 0px;
	padding: 0px;
	font: .70em/1.5em Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	background: #999999 url('images/bg.png') repeat-x;
	text-align: center;
}

/* links */
a
{
	color: #333333;
	background-color: inherit;
	text-decoration: none;
}
a:hover
{
	color: #5d9935;
	background-color: inherit;
}

/* headers */
h1, h2, h3
{
	font: bold 1em 'Trebuchet MS', Arial, sans-serif;
	color: #003f5e;
}
h1
{
	font-size: 1.5em;
}
h2
{
	font-size: 1.4em;
}
h3
{
	font-size: 1.3em;
}

p, h1, h2, h3
{
	margin: 10px 15px;
}
blockquote
{
	padding: 10px;
	padding-left: 25px;
	margin-left: 15px;
	width: 370px;
	background: #fafafa;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #003f5e;
	color: #003f5e;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', serif;
}
blockquote p
{
	margin: 0px;
	margin-right: 10px;
}

/*
 * layout styles
 * element arrangement, alignment and proximity
 */

#wrapper
{
	background-color: #fff;
	background-image: url('images/watermark.png');
	background-repeat: no-repeat;
	background-position: bottom right;

	width: 800px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
}
#content-wrapper
{
	clear: both;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/* header */
#header
{
	position: relative;
	height: 79px;
	background-color: #ffffff;
	background-image: url('images/headerback.png');
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 6px solid #5d9935;
}
#header div#logo
{
	margin: 0px;
	padding: 0px;
	width: 524px;
	height: 79px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: center right;
}
#header h1#name
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	font: bolder 4.1em 'Trebuchet MS', Arial, sans-serif;
	letter-spacing: -2px;
	top: 2px;
	left: 85px;
}
#header h2#tagline
{
	position: absolute;	
	top: 42px;
	left: 109px;
	color: #333333;
	text-indent: 0px;
	font: bold 16px Tahoma, 'Trebuchet MS', sans-serif;
	text-transform: none;
}

/* banner */
#banner
{
	height: 160px;
}
#banner img
{
	border: none;
	width: 800px;
	height: 160px;
}

/* main */
#main
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 440px;
	height: 100%;
}

/* facts */
#facts
{
	height: 150px;
}

/* sidebar */
.sidebar
{
	margin: 0px;
	padding: 0px;
	width: 180px;
}

/* sidemenu */
.sidemenu
{
	list-style: none;
	margin: 10px 15px 10px 15px;
	padding: 0px;
	width: 150px;
}
.sidemenu li
{
	margin-bottom: 2px;
	border: 1px solid #f2f2f2;
}
.sidemenu a
{
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 4px solid #cccccc;
	min-height: 18px;
}
* html body .sidemenu a
{
	height: 18px;
}
.sidemenu a:hover
{
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	color: #5d9935;
	border-left: 4px solid #5d9935;
}

/* footer */
#footer
{
	clear: both;
	color: #ffffff;
	background: #999999;
	border-top: 4px solid #003f5e;
	margin: 0px;
	padding: 0px;
	height: 50px;	
	font-size: 95%;
}
#footer a
{

	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

/* additional classes */
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.align-left
{
	text-align: left;
}
.align-right
{
	text-align: right;
}
.hide
{
	display: none;
}
.name
{
	font-weight: bolder;
	font-size: 110%;
}
.green
{
	color: #5d9935;
}
.blue
{
	color: #003f5e;
}

#map
{
	border: 4px solid #003f5e;
	margin: 14px;
	width: 412px;
	height: 280px;
}
