@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, p, form, hr, img {
	padding: 00px;
	margin: 00px;
}
p {
	padding: 00px 00px 15px 00px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 00px 00px 10px 00px;
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
A:link, A:active, A:visited, A:hover {
	color: #0000FF;
	text-decoration: underline;
}
A:hover {
	color: #FF0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left_align {
	text-align: left;
}
.right_align {
	text-align: right;
}
.center_align {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
img {
	border: 00px;
}
.clear {
	clear: both;
}
.padding_none {
	padding: 00px;
}
.margin_none {
	margin: 00px;
}
body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 00px;
}
#energy {
	width: 852px;
	position: relative;
	margin: auto;
	
}
#border_all {
	border: 1px solid #e1b378;
	width: 850px;
	float: left;
}
/************************************* Header **************************************/
#header {
	width: 830px;
	padding: 10px;
	float: left;
	clear: both;
}
#header h1 {
	width: 530px;
	padding: 00px 10px;
	font-size: 45px;
	line-height: 91px;
	float: left;
	text-align: center;
	background-color: #e0cc97;
	margin: 00px 00px 10px 00px;
}
#header img {
	border: 1px solid #cccccc;
}
.margin_right {
	margin: 00px 10px 00px 00px;
}
/************************************* Content **************************************/
#content_bg {
	background: url(images_energy/content_bg.jpg) left top scroll repeat-y;
	width: 850px;
	float: left;
	clear: both;
}
#content_bg2 {
	background-color: #FFFFFF;
	width: 830px;
	padding: 00px 10px;
	float: left;
	clear: both;
}
#content_left {
	padding: 00px 20px 00px 10px;
	float: left;
	width: 580px;
}
#content_right {
	padding: 10px 20px 00px 10px;
	float: right;
	width: 210px;
	text-align: center;
	color: #000000;
}
.img_border {
	border: 1px solid #999999;
	padding: 02px;
	background-color: #FFFFFF;
	margin: 00px 00px 15px 00px;
}
.border_content {
	border-top: 2px solid #000000;
	margin: 00px 00px 15px 00px;
}
.coming_soon {
	padding: 150px 00px;
}

/************************************* Bottom **************************************/
#bottom_link {
	background-color: #e1b378;
	padding: 15px 20px;
	float: left;
	width: 810px;
	color: #000000;
	text-decoration: none;
	clear: both;
	margin: 10px 00px 00px 00px;
}
#bottom_link A:link, #bottom_link A:active, #bottom_link A:visited, #bottom_link A:hover {
	color: #000000;
	text-decoration: none;
}
#bottom_link A:hover {
	text-decoration: underline;
}
#bottom_link p {
	padding: 00px;
}

/************************************* list **************************************/
.list_form ul
{
	padding:10px 30px 10px 40px;
}
.list_form li
{
	padding:00px 00px 8px 00px;
}
/************************************* box**************************************/
.box_left_line
{
	background:url(images_energy/box_left_line.jpg) scroll left top repeat-y;
	width:27px;
}
	
.box_right_line
{
	background:url(images_energy/box_right_line.jpg) scroll left top repeat-y;
	width:27px;
}
.box_top
{
	background:url(images_energy/box_top.jpg) scroll left top repeat-x;
	height:30px;
}
.box_bottom
{
	background:url(images_energy/box_bottom.jpg) scroll left top repeat-x;
	height:30px;
}


.padd_5_10
{
	padding:5px 10px;
}


.center_line { border:#666666 solid 1px;  margin:15px 20px;}