@charset "utf-8";

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color:#000000;
}

.blue_main_txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #005faf;
	text-decoration: none;
}

a.blue_main_txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #005faf;
	text-decoration: underline;
}

a.blue_main_txt:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #005faf;
	text-decoration: none;
}

input{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	border:1px solid #999999;
}
select{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	border:1px solid #999999;
	
}
textarea{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	border:1px solid #999999;
}

/* E-mail Text */
.bodytext{
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color:#666666;
}
a.bodytext{
	color:#006699;
}
a.bodytext:hover{
	color:#00CCFF;
}

/*----------------------------------------------------------------------------------------
Following is the way to remove the underline and the default color of a linked text
----------------------------------------------------------------------------------------*/
a {
	color: #;
	text-decoration: none;
}
/*----------------------------------------------------------------------------------------*/


.outline {
	background-color: #FFF;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.main_body_color {
	background-color: #E9E9E9;
}
.logo_row {
	height: 90px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dadada;
	background-image: url(../images/logo_row_grayline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.main_banner {
	background-color: #DADADA;
	height: 331px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.sub_banner {
	background-color: #DADADA;
	height: 122px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/sub_banner_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.our_busi_bg_img {
	background-image: url(../images/our_busi_bg.jpg);
	background-repeat: no-repeat;
}

.upper_navi_space {
	background-repeat: repeat-x;
	height: 20px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/upper_navi_bg.jpg);
}

.main_body {
	background-color: #c1c1c1;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

.footer {
	background-color: #9a9c9c;
	height: 50px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #868686;
	border-bottom-color: #FFFFFF;
}
.footer_stripe {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}

.sep_h {
	background-image: url(../images/sep_h.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.black_small_txt {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.white_small_txt {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.green_main_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	font-style: italic;
}
.white_main_txt {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}


.bottom_gap {
	height: 50px;
}
.logo {
	background-image: url(../images/logo3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 90px;
	width: 313px;
}
.sub_navi_bg {
	float: right;
	height: 40px;
	width: 487px;
	background-image: url(../images/subnavi_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	background-position: bottom;
	
}
.main_navi_button_box {
	margin-right: auto;
	margin-left: auto;
	width: 630px;
	height: 40px;
}
.black_main_txt {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}


.main_navi_sep {
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	width: 2px;
	float: left;
}
.main_navi_button {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	text-decoration: none;
	font-style: normal;
}

.body_sep {
	background-image: url(../images/2px_body_sep_horizontal.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px;
}

.main_navi_button:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #333333;
	padding-top: 7px;
	text-decoration: none;
	font-style: normal;
}

.main_navi {
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
	width: 999px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	background-image: url(../images/mn_bg.jpg);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.read_more {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666;
	background-image: url(../images/readmore_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #929292;
	border-bottom-color: #707070;
	border-left-color: #eeeeee;
	height: 23px;
	width: 80px;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}
.read_more:hover {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/readmore_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #929292;
	border-bottom-color: #707070;
	border-left-color: #eeeeee;
	height: 23px;
	width: 80px;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}
.gray_small {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #666666;
	text-align: center;
	text-decoration: none;
}
.gray_small:hover{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #008DE7;
	text-align: center;
	text-decoration: none;
}
.main_navi_button_select {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #333333;
}
.main_body_inpg {
	background-color: #c1c1c1;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.power_gen_img {
	background-image: url(../images/wind_hydro_bio.jpg);
	height: 418px;
	width: 651px;
}
.side_navi_bg {
	background-image: url(../images/side_navi_middle.jpg);
	background-repeat: repeat-y;
}
.gototop {
	background-image: url(../images/go_top1.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 17px;
}

.gototop:hover {
	background-image: url(../images/go_top2.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 17px;
	cursor: pointer;
}
.large_side_navi_bg {
	background-image: url(../images/large_side_navi_middle.jpg);
	background-repeat: repeat-y;
}
.body_sep_vertical {
	background-image: url(../images/2px_body_sep_vertical.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.white_large_main_txt {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}
.sub_banner2 {
	background-color: #DADADA;
	height: 122px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/sub_banner_bg_2.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.scroll_bg {
	background-image: url(../images/scroll_b_mid.jpg);
	background-repeat: repeat-x;
	height: 28px;
	width: 436px;
}
.main_body_gall {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-repeat: repeat;
	background-image: url(../images/gall_bg.jpg);
}
.scroll_main_bg {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #000;
	height: 50px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
.gall_img_border {
	border: 9px solid #CCC;
	height: 115px;
	width: 115px;
}
.gall_img_bg {
	height: 115px;
	width: 115px;
	background-position: center center;
	padding-left: 0px;
	padding-top: 0px;
	border: 4px solid #F7F7F7;
}
.sub_banner3 {
	background-color: #DADADA;
	height: 122px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/sub_banner_bg_3.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.main_body_eco {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-image: url(../images/eco_bg.jpg);
	background-repeat: no-repeat;
	background-color: #041906;
}
.green_med_txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #6C3;
	font-style: normal;
}
.sub_banner4 {
	background-color: #DADADA;
	height: 122px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(../images/sub_banner_bg_4.jpg);
}


.black_main_txt_link{
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.black_main_txt_link:hover{
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.black_medi_txt_link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: underline;
}
.black_medi_txt_link:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

.black_small_txt_link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.black_small_txt_link:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}.news_bg {
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	height: 204px;
	width: 203px;
}
.blue_small_txt {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #45fff4;
	text-decoration: none;
	font-weight: normal;
}
.form_bg_mid {
	background-image: url(../images/form_bg_mid.jpg);
	background-repeat: repeat-y;
}
.button_bg {
	background-image:url(../images/apply_btn.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 88px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
}
.button_bg_plain {
	background-image:url(../images/button_bg.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 88px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
}
.gen_inq_bg {
	background-image: url(../images/get_in_touch3.jpg);
	background-repeat: no-repeat;
	height: 290px;
	width: 429px;
}
.main_body_eco_bg {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-image: url(../images/eco_bg_stripe.jpg);
	background-repeat: repeat-y;
}

#ir_announcements{
	list-style:none;
}

#ir_announcements li{
	list-style-image:url(../images/arrow.jpg);
	list-style-position:outside;
	margin:20px 0;
}
 