/*Main stylesheet for AGEnergy site.*/
/*CSS reset*/
@import "reset.css";
/*Rules*/
body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #58595B;
	background: #FCD147 url(../images/layout/background.gif) repeat-x top left;
}
/*Layout*/
#container {
	width: 96em;
	margin: 0 auto;
	position: relative;
}
#container:after, #content-wrapper:after, #footer:after, #new dl:after {
	content:".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
#wrapper {
	position: absolute;
	top: 0;
	z-index: 70;
}
/*Navigation Styling*/
ul#nav {
	background: transparent url(../images/layout/nav-bg.png) repeat-x top left;
	height: 57px;
	width: 92em;
	padding-left: 4em;
	position: relative;
	z-index: 80;
}
ul#nav li {
	float: left;
	font-size: 1.75em;
	margin-left: 1em;
	padding-top: 0.4em;
	position: relative;
}
ul#nav li a {
	color: #fff;
}
#home ul#nav li.home a, #about ul#nav  li.about a,#faq  ul#nav li.faq a, #system ul#nav li.system a, #info ul#nav li.info a, #new ul#nav li.new a {
	color: #019A59;
}
ul#nav li a:hover {
	color: #019A59;
	text-decoration: none;
}
ul#nav li a:active {
	color: #019A59;
}
#nav ul {
	position:absolute;
	display:none;
	width:100%;
	top:1.5em;
	left: 0;
	padding-left: 0;
	margin-left: 0;
}
ul#nav ul.sub-nav li {
	background:#019A59; 
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: 0;
	font-size: .8em;
	padding: 5px;
	width: 100%;
}
ul#nav ul.sub-nav li.last {
	border-bottom: 1px solid #fff;
}
ul.sub-nav li.last {
	border-bottom: 1px solid #fff;
}
#nav ul.sub-nav li a{
	color: #fff !important;
	font-weight: normal;
	display: block;
}
#nav li:hover ul{
	display:block;
}
ul.sub-nav li a:hover {
	font-weight: bold;
}
ul#accessi_nav {
	height: 0;
	visibility: hidden;
}
/*Header Styling*/
#header {
	width: 96em;
	height: 432px;
	background: transparent url(../images/layout/head.jpg) top left no-repeat;
}
p#logo {
	text-indent: -9000px;
	width: 235px;
	height: 77px;
	position: absolute;
	top:125px;
	left: 335px;
}
p#logo span {
	display: block;
	width: 235px;
	height: 77px;
	background: transparent url(../images/layout/logo.png) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
}
p#logo a {
	display: block;
	height: 100%;
}
/*Content layout*/
#content-wrapper {
	background: #fff url(../images/layout/content-bg.gif) repeat-x top left;
}
#content {
	width:67em;
	float: right;
	border-left: 1px dashed #223f7f;
	min-height: 603px;
	padding-bottom: 2em;
}
#home #content {
	padding-bottom: 0;
}
#gutter {
	padding: 0 75px 0 50px;
	position: relative;
}
#home #gutter {
	background: transparent url(../images/layout/home_img.jpg) no-repeat bottom right;
	padding-bottom: 300px;
}

#content p#disclaimer {
	font-size:12px;
	color:#666;
}

#side-look p {
	font-size:16px;
	color:#666;
	margin: 10px 0 10px 60px;
}

/*Side bar layout/styling*/
#side-bar {
	width: 14.15em;
	float: left;
	background: #fff url(../images/layout/content-bg.gif) repeat-x top left;
	font-size: 2em;
	font-style: italic;
}
#side-know {
	background: transparent url(../images/layout/side_know.png) no-repeat top left;
	width:100%;
	height: 221px;
}
#side-know p {
	margin: 85px 40px;
}
#side-look {
	width: 283px;
	height: 490px;
	background: #FEF2CA url(../images/layout/side_noheader.png) no-repeat left bottom;
	}
#side-look a#MapsLink{
	display: block;
	margin: 30px auto 0;
	width: 150px;
	height: 150px;
	border: 2px solid;
	padding: .2em;
	background: #fff;
}
#side-bar h2 {
	text-indent: -9000px;
}
/*Footer styling*/
#footer {
	clear: both;
	background: #fcd147;
	color: #808285;
	font-size: 1.4em;
	padding: 5px 10px;
	margin-bottom: 2em;
}
#footer p {
	width: 23%;
	float: left;
}
ul#footer-links {
	width: 74%;
	float: right;
}
ul#footer-links li {
	float: left;
	margin-right: 1em;
}
#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
/*General content styling*/
h1, h2, h3 {
	color: #0054A6;
	clear: both;
}
h1 {
	position: absolute;
	font-size: 3em;
	top: 350px;
	left: 335px;
}
#home h1 {
	font-size: 4.5em;
	font-style: italic;
	font-weight: bold;
	top: 310px;
}
h1 span {
	display: block;
	margin-left: .5em;
}
h2 {
	font-size: 2em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.7em;
	margin-bottom: 1em;
}
a:link {
	color: #019A59;
	text-decoration: none;
}
a:visited {
	color:#29A5D8;
	text-decoration: none;
}
a:hover {
	color: #F4A110;
	text-decoration: underline;
}
a:active {
	color:#DFC86F;
}
#content p, #content ul, #content dl, #content caption, #content address, th, td, #content label {
	font-size: 1.6em;
}
#content dd address, #content dd p {
	font-size: inherit;
}
#content p, #content ul, #content dl, #content caption, address {
	line-height: 1.5em;
	margin-bottom: 1em;
}
#content p.error {
	font-style: italic;
	color: #0054A6;
	font-weight: bold;
}
#content strong {
	font-weight: bold;
}
#about.gallery #content img {
	border: 0;
	padding: 0;
}
img.rightAlign {
	float: right;
	margin: 0 0 1.5em 1.5em;
	padding: .5em;
	border: 1px solid #0054A6;
	background: #fff;
}
/* Easy Slider */
 #slider {
	 position: relative;
	 margin: auto;
 }
 #slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
 }
#slider li{ 
	width:300px;
	height:225px;
	overflow:hidden; 
}
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:137px;
	top:112px;
	text-indent: -9000px;
}    
#nextBtn{ 
	left:477px;
	}                                                        
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;    
	}    
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;    
	}                   
 
/* // Easy Slider */
table {
	margin: 1em 0 1em;
	border-top: 1px solid #58595B;
	border-left: 1px solid #58595B;
}
th, td {
	padding: .5em;
	border-right: 1px solid #58595B;
	border-bottom: 1px solid #58595B;
}
th {
	background: #0054AF;
	color: #fff;
	font-style: italic;
}
tr.even {
	background: #FBECB5;
}
#faq dt, #faq dd {
	margin: 0 0 1.3em;
}
#faq dt {
	font-weight: bold;
}
#faq dd {
	margin-left: 1em;
	font-style: italic;
	border-left: 5px solid #0054A6;
	padding-left: 1em;
}
#new dl {
	margin: 2em 0;
}
#new dd {
	float: right;
	clear: right;
}
#new dt {
	float: left;
	clear: left;
	width: 7em;
	font-weight: bold;
}
em { 
	font-style: italic;
}
/*Contact details styling*/
address span{
	display: block;
}
address span.email, address a.url, address span#work {
	display: none;
}
address span.type, address span.value, address span.locality, address span.region, address span.postal-code {
	display: inline;
}
#home #content p, #home #content ul {
	font-size: 1.8em;
}
#content ul {
	list-style-image: url(../images/layout/bullet.png);
	list-style-position: inside;
}
/*This selector will not work in IE6. Need another option?*/
ul#tips {
	margin: 3em 3em 0 3em;
}
ul#tips li + li{
	display: none;
}
blockquote {
	padding: 1.5em;
	background: transparent url(../images/left-quotes.gif) no-repeat top left;
}
blockquote p.quote {
	font-style: italic;
	background: transparent url(../images/right-quotes.gif) no-repeat bottom right;
	padding: 0 1em;	
}
blockquote p.author {
	color: #0054A6;
}

label, input {
	display: block;
	margin: 1em 0;
}
div#sat {
	width: 500px;
	height: 500px;
	margin: 3em auto;
}

