@CHARSET "ISO-8859-1";
/* CSS Document for Watervale Geothermal
Author: E-Moxie Data Solutions, Inc.
Author URI: http://www.e-moxie.com
Copyright (c) 2009
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}
fieldset {border:1px solid #ccc; background-color:#ffffff; padding:20px;}
legend {font-weight: bold; font-size:18px; background-color: #d15c15; padding:10px; color:#fff;}

fieldset fieldset legend {font-size:14px; background-color:#666; padding:5px;}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231c13;
	background: #151310 url('/images/bg.gif') 0 0 repeat-x;
	line-height: 1.4em;
}

h1 {
	font-size: 18px;
	color: #d25e17;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.4em;
	text-transform: uppercase;
}
h1 span {
	font-weight: bold;
	font-size: 24px;
}
h2 {
	font-size: 18px;
	color: #6f7e0b;
	margin: 20px 0 5px 0;
	padding: 0;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	color: #6f7e0b;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #000;
}

p {
	line-height: 1.5em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 0 0 0 25px;
	padding: 0;
}
	li {
		
	}
	
hr {
	border: none;
	width: 100%;
	color: #bbc9a4;
	height: 1px;
	background: #bbc9a4;
	margin: 25px 0;
}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #f0f2eb;
}
.styledbutton {font-size:18px; padding:10px; background-color:#628631; border:none; margin-top:10px; color:#fff;}
.styledbutton:hover {background-color: #4a6526;}
.large { font-size: 14px; }

/* Container */
#wrapper {
	width: 840px;
	margin: 0 auto;
}

#container {
	background: #eaeaea url('/images/container-bg.gif') 0 0 repeat-x;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

/* Header */
#header {
	padding: 0 20px;
}
#logo {
	width: 365px;
	float: left;
	margin-top: 35px;
}
#header-right {
	width: 345px;
	float: right;
	text-align: center;
}
#header-right span.address {
	color: #666;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
}
#header-right span.phone {
	color: #251d14;
	font-size: 20px;
	display: block;
	padding: 0;
	margin: 0;
}


/* Navigation */
#nav {
	background: #f0f2eb;
	opacity: 0.60;
	border: 1px solid #6f7e0b;
	margin: 0 20px;
	padding: 10px 15px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	padding: 12px 10px;
	
}

#nav ul li a:hover {
	background: #577d0e;
	color: #fff;
}
#nav ul li a#current {
	background: #577d0e;
	color: #fff;
}
#nav ul li a.orange {
	color: #ce4e00;
	font-weight: bold;
}
#nav ul li a.orange:hover {
	color: #ce4e00;
	background: none;
}

/* Main Content */
#content {	
	margin-top: 35px;
}
#main-content {
	padding: 0 20px;
	width: 540px;
	float: left;
}
.white {
	background: #fff;
	padding: 10px;
	margin: 20px 0 20px 10px;
	width: 440px;
	color: #231c13;
	height: 55px;
	overflow: hidden;
	border: 1px solid #d8d4d4;
}
.white h2 {
	color: #231c13;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	margin: 5px 0;
}
.white p {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	font-style: oblique;
	font-size: 14px;
	font-weight: bold;
}
.white p a {
	font-style: normal;
	text-decoration: none;
	color: #d25e17;
	font-size: 11px;
	font-weight: normal;
}

#sidebar {
	width: 225px;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 1px solid #969982;
}
#sidebar h3 {
	margin-top: 0;
}
#sidebar ul li {
	margin-bottom: 15px;
	margin-top: 5px;
}

/* Footer */
#footer {
	color: #fff;
	font-size: 11px;
	padding: 10px 0 50px 0;
	margin: 0;
}
#links {
	width: 380px;
	float: left;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links ul li {
	display: inline;
}
#links ul li a {
	color: #fff;
	text-transform: lowercase;
	border-right: 1px solid #fff;
	padding-right: 5px;
	margin-right: 3px;
}
#links ul li a.noborder {
	border: none;
	margin: 0;
	padding: 0;
}

#copyright {
	width: 350px;
	float: right;
	text-align: right;
}
#copyright p {
	color: #fff;
	margin: 0;
	padding: 0;
}
#copyright a {
	color: #fff;
}
#copyright a.nodec {
	text-decoration: none;
}
