@charset "UTF-8";
/* CSS Document */

body  {
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	text-align: center;
}
.bullets  {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
h1 {
		margin-bottom: 0px;
	font-size:18px;
}

h2 {
	margin-bottom: 0px;
	font-size:16px;
}
h3 {
	font-size: 14px;
	margin-bottom: 0px;
}

.nobullets  {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	text-indent: -15px;
}
.content {
	margin-top: 50px;
	
}


.energy {
text-align:left;
}

.twoColFixLt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
}
.twoColFixLt #mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 5px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ul.list1
{
	list-style-type:none;
	margin:0;
	padding:0;
	line-height: 90%;
	text-align: left;
}
ul.list2
{
	list-style-type:none;
	padding:0;
	font-size:12px;
	line-height: 90%;
	text-align: left;
	
}
a.list1:link,a.list1:visited
{
	display:block;
	font-weight:bold;
	color:#5DBA53;
	background-color:#FFFFFF;
	width:170px;
	text-align:left;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2478BD;
	border-right-color: #2478BD;
	border-bottom-color: #2478BD;
	border-left-color: #2478BD;
}
a.top:link,a.top:visited
{
	border-top-style: solid;
}
a.bottom:link,a.bottom:visited
{
	border-bottom-style: solid;
}

a.list1:hover,a.list1:active
{
background-color:#2478BD;

}
a.list1t:hover,a.list1:active
{
background-color:#2478BD;

}

a.list1b:hover,a.list1:active
{
background-color:#2478BD;

}


p.indents {
	text-indent: -2em;
	margin-left: 4em;
	margin-bottom: 0px;
}
a.list2:link,a.list2:visited
{
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#2478BD;
	width:170px;
	text-align:left;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 1em;
	white-space: normal;
}

a.list2:hover,a.list2:active
{
background-color:#5DBA53;
}

li.menu {
	color: #2478BD;
	font-size:14px;
	font-style: italic;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: -5px;
	line-height: 90%;
	margin-left: 10px;
	padding-bottom: 0px;
}
img.logos{
	vertical-align:text-top;
}

img.bottom{
	margin-left:134px;
}

#contact-area {
	border: 2px solid #2478BD;
	background-color: #5DBA53;
	padding: 0px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	border: 2px solid #ccc;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
	margin-top: 5px;
}
a:link{
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}


h2.list1h2 {
	font-size: 12px;
	margin: 0px;
}
h2.list2h2 {
	font-size: 12px;
	margin: 0px;
}
.panel, .panelcollapsed 

{

	background: #eee;

	margin: 5px;

	padding: 0px 0px 5px;

	width: 500px;

	border: 1px solid #999;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

}



/* panel heading */

.panel h2, .panelcollapsed h2 

{
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
	border-bottom: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background-color: #77C045;
	background-image: url(images/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: 480px;
}



/* panel heading on rollover */

.panel h2:hover, .panelcollapsed h2:hover {
	background-color: #B7B7B7;
}



/* heading of a collapsed panel */

.panelcollapsed h2 

{

	background: #2478BD url(images/arrow-dn.gif) no-repeat 480px;

	border-color: #2478BD;

}



/* panel content - do not set borders or paddings */

.panelcontent 

{
	text-align:left;
	background: #EEE;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
}


/* collapsed panel content */

.panelcollapsed .panelcontent { display: none; }

