@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
		
		p { text-align: left; margin: 15px 0 }
		
		p, ul {
	font-size: 13px;
	line-height: 1.4em
} 
		
		p a, li a {
	color: #FF6;
	text-decoration: none;
	font-weight: bold;
}
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
h3 {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
	font-size: 115%;
}



#visitbox {
	color: #8F9AA3;
	float: right;
	margin-top: 75px;
}
		
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #33383b url(images/bg.jpg) no-repeat center top;
	color: #FFF;
	margin: auto;
	text-align: center;
	font-size: 100%;
		}

/*#Accordion1about {
	width: 410px;
	float: left;
	
	}	*/
	
/*#Accordion2 {
	width: 410px;
	float: right;
	
	}	*/

#mainwrapper { 
 margin: 0 auto;
 width: 892px;
}
#header {
	width: 876px;
	padding: 0px 8px;
	height: 116px;
	margin: 13px 0px 0px;
	text-align: right;
	font-size: 14px;
	background-color: #33383C;
	float: left;
}

#header2 {
	width: 876px;
	padding: 0px 8px;
	height: 0px;
	margin: 13px 0px 0px;
	text-align: right;
	font-size: 14px;
	background-color: #33383C;
	float: left;
}

#header a:link {
	color: #FFF;
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
	color: #CCC;
}
#header a:hover, #header a:active {
	text-decoration: underline;
	color: #FF3;
}


#logo {
	float: left;
}

h4 {
	float:left;
	font-size: 100%;
	}

h4 a:link, h4 a:visited {
	color: #FF6;
	text-decoration: none;
	font-weight: bold;
	float: left;
	}
	
h4 a:hover, h4 a:active {
	color: #D6D7D8;
	text-decoration: underline;
	font-weight: bold;
	}


#mainphoto {
	height: 227px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 892px;
	z-index: 25;
	float: left;
}

#mainphoto_1 {
	background-image: url(images/energy.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 227px;

}

#mainphototext{
	color: #283234;
	width: 310px;
	height: 100px;
	text-align: left;
	position: relative;
	z-index: 100;
	float: right;
	top: -190px;
	right: 72px;
}

#mainphototext p{
	font-size: 13px;	
}

#maincontent {
	background-color: #FFFFFF;
	padding: 0px;
	height: auto;
}

.red {
		color: #8d0e3a;
		text-align: center;

}

#maincontent h2{
	color: #8d0e3a;
	font-size: 22px;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	width: 90%;
	padding: 2px 0px 2px 0px;
}

#maincontent h3{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 0 0 5px;
	padding: 0;
	border: none;
}

#maincontent h4{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 0 0 10px;
	padding: 0;
	border: none;
	color: #3972b8;
	float: none;
}

#maincontent p{
	font-size: 14px;
	margin: 0 0 20px;
}

#maincontent img{

	border: 1px solid #CCC;
}


#maincontent .notification_error
{
	border: 1px solid #A25965;
	height: auto;
	width: 90%;
	padding: 4px;
	background: #F8F0F1;
	text-align: left;
	-moz-border-radius: 5px;
	margin: 5px;
}

#maincontent .notification_ok
{
	border: 1px #567397 solid;
	height: auto;
    width: 50%;
    background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
	margin: 0 auto;
	padding: 4px;
}

#maincontent .info_fieldset {
	-moz-border-radius: 7px;
	border: none;
}

#maincontent .info_fieldset legend
{
	border: 1px #dddddd solid;
	color: black;
	font: 13px Verdana;
	padding: 2px 5px;
	-moz-border-radius: 3px;
}

#maincontent .button
{
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background: #3972b8;
	color: #FFF;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
}

/* Label */
#maincontent label  { width: 80px; padding-left: 50px; margin: 7px 5px 5px 0px; float: left; text-align: right; }

/* Input, Textarea */
#maincontent input, textarea
{
margin: 5px;
padding: 0px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

#maincontent input { width: 150px; height: 28px;}

#maincontenttext {
	width: 852px;
	border-size: 1px;
	text-align: left;
	color: #33383C;
	font-size: 95%;
	height: auto;
	letter-spacing: 0.05em;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	position: relative;
	}
	
#maincontenttext1 {
	width: 850px;
	border-size: 1px;
	text-align: left;
	color: #33383C;
	font-size: 95%;
	height: auto;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	position: relative;
	}
	
	
#maincontenttext li {
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	}
	
#maincontenttext ol li {
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: decimal;
	}
	
#maincontenttext a {
	color: #027FC1;
	text-decoration: underline;

	}
	
#maincontenttext li {
	color: #013C5A;
	padding-left: 20px;

	}
	
#maincontenttext	h3 {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	text-align: left;
	color: #293E4F;
	padding: 3px;
}

#navcontainer
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border-top: 1px solid #999;
	z-index: 1;
	margin-top: 40px;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
	padding: 1px 7px;
	color: #C0C0C0;
	background-color: #fff;
	text-decoration: none;
	border-top: 2px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 1px solid #ccc;
}

#navcontainer li a:hover
{
	color: #027FC1;
	border-top: 2px solid #027FC1;
	border-bottom: 2px solid #027FC1;
	border-right: 1px solid #027FC1;
	border-left: 1px solid #027FC1;
}

#navcontainer li a#current
{
	color: #5EC6FD;
	border-top: 2px solid #5EC6FD;
	border-bottom: 2px solid #5EC6FD;
	border-right: 1px solid #5EC6FD;
	border-left: 1px solid #5EC6FD;
}

#maincontentnav {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	float: left;
	}
	
#maincontentnav li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	text-align: left;
	}	
	
#maincontentnav li a:link, #maincontentnav li a:visited {
	color: #027FC1;
	display: block;
	background: url(images/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#maincontentnav li a:hover, #maincontentnav li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	


#signup a:link, #signup a:visited {
	float: left;
	height: 36px;
	width: 136px;
	background-image: url(images/signupnow.gif);
}

#signup a:hover, #signup a:active {
    background-image: url(images/signupnowO.gif);}

#content {
	width: 892px;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #017fc1;
	float: left;
	background-image: url(images/bg_nav.jpg);
	position: relative;
}



#footer {
	width: 872px;
	margin: 0px 0px 10px;
	padding: 15px 10px 10px;
	color: #6F787D;
	font-size: 75%;
	float: left;
	background-image: url(images/bg_shadow.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
}


.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 10px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;height: auto; ; overflow: scroll;
}
		.csw .loading {margin: 0px 0 150px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 892px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: auto;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 892px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 15px 35px 35px;
		}
		
		.wrapper ul {
	list-style-type: disc;
	padding-left: 20px;
}
		
		.wrapper ul li {
	list-style-type: disc;
}

.sharebutton {
	float: right;
}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 0px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0px 27.5px 116px;
	vertical-align: top;
		}
		
		.stripNav li.tab1 a {  }
		.stripNav li.tab2 a {  }
		.stripNav li.tab3 a {  }
		.stripNav li.tab4 a {  }
		.stripNav li.tab5 a {  }
		.stripNav li.tab6 a {  }
		
		
		.stripNav li a:hover {
	background: url(images/bar.gif) no-repeat center bottom;
		}
		
		.stripNav li a.current {
	background: url(images/bar.gif) no-repeat center bottom;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			
		}
		
		.stripNavR {
			
		}

html .fb_share_button {
	display: -moz-inline-block;
	display:inline-block;
	padding:1px 20px 0 5px;
	height:15px;
	background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right;
	color: #FFF;
	font-size: 12px;
} html .fb_share_button:hover {
	color:#fff;
	border-color:#295582;
	background:#3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top right;
	text-decoration:none;
	font-size: 12px;
}
#mainwrapper #mainphoto #mainphototext h1 {
	font-size: 115%;
}
