body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0px;
	/*text-align: center;*/
	color:#006CB7;
}
#homePanel {
	width:960px; 
	height: 250px; 
	padding: 0; 
	background-color: #ECE9D8;
}
#centre {
	margin: 0 auto;
	width: 960px;
	height: 1px;
}
#header {
	height: 115px;
	margin-top: 100px;
	text-align: left;
}
#header img {
	float: left;
}
#header_links {
	float: right;
}
#header_links a{
	text-decoration: none;
	color:#006CB7;
}
#header_links form {
	display: inline;
	font-size: 0.8em;
}
#header_links form input{
	height: 16px;
}
#header_links form img{
	float: right;
	display: inline;
}
/* Tab Panel CSS Below */ 

#homePanel {
	width:960px;
	height: 250px;
	padding: 0;
	background-color: #ECE9D8;
	position: relative;
	z-index: 0;
}
#tabBar {
	width: 960px;
	position: relative;
	z-index: 100;
	margin-top: -250px;
	background-image: url(../images/tab_bg.gif);
	background-repeat: no-repeat;
	background-position: 100px 0;
	height: 2em;
}

.indentmenuHome{
	float: left;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	border-right: 1px solid white;
}

.indentmenuHome ul{
	margin: 0;
	padding: 0;
	float: left;
	background-color: none;
}

.indentmenuHome ul li{
	display: block;
	padding: 0.3em 11px 0.7em 11px;
	list-style-type:none;
	margin: 0;
	height: 1em;
	color: #FFFFFF;
}
.indentmenu{
	background-color: #FFFFFF;
	float: left;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	background-color: #006CB7;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	padding: 0.3em 11px 0.7em 11px;
	text-decoration: none;
	border-right: 1px solid white; /*white divider between menu items*/
	height: 1em;
	color: white;
	background-image: url(../images/tab_bottom_border.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

.indentmenu ul li a:visited{
	color: white;
}

.indentmenu ul li a.selected{
	color: white !important;
	padding-top: 0.3em; /*shift text down 1px*/
	padding-bottom: 0.7em;
	background-color: #3CAADC;
}


.tabcontent{
	display:none;
	/*position: relative;
	z-index: 50;*/
	width: 960px;
	height: 250px;
	margin-top: -2em;
}

@media print {
.tabcontent {
	display:block !important;
	/*position: relative;
	z-index: 50;*/
	width: 960px;
}
}
#tab1 {
	position: relative;
	z-index: 50;
}
#tab2 {
	position: relative;
	z-index: 50;
}
#tab3 {
	position: relative;
	z-index: 50;
}

#our_company {
	position: relative;
	height:250px;
	width: 960px;
	background-image:url(../images/home_panel_bg_1.jpg);
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#our_company_welcome {
	/*margin: 3em 0 1em 1em;*/
	position: absolute;
	height: 200px;
	width: 360px;
	float: left;
	margin: 0;
}
#our_company_welcome h1 {
	font-size: 1.5em;
	margin: 3em 0 1em 10px;
}
#our_company_welcome p {
	margin: 0 0 1em 10px;
}
#our_company_news {
	/*margin: 3em 0 1em 1em;*/
	width: 400px;
	float: right;
	border: white 1px solid;
	margin: 3em 1em 1em 1em;
}
#our_company_news h2 {
	font-size: 1.2em;
	margin: 0.5em 1em 0.5em 10px;
}
#our_company_news h3 {
	font-size: 1em;
	margin: 0.5em 1em 0.1em 10px;
}
#our_company_news p {
	margin: 0 1em 1em 10px;
}
#our_company_news p a{
	color: white;
	text-decoration: none;
}
#our_company_news p a:hover{
	color: white;
	text-decoration: underline;
}

#power_purchase {
	position: relative;
	height:250px;
	width: 960px;
	background-image:url(../images/home_panel_bg_2.jpg);
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#power_purchase_welcome {
	/*margin: 3em 0 1em 1em;*/
	position: absolute;
	height: 200px;
	width: 360px;
	float: left;
	margin: 0;
}
#power_purchase_welcome h1 {
	font-size: 1.5em;
	margin: 3em 0 1em 10px;
}
#power_purchase_welcome p {
	margin: 0 0 1em 10px;
}

#power_supply {
	position: relative;
	height:250px;
	width: 960px;
	background-image:url(../images/home_panel_bg_3.jpg);
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#power_supply_welcome {
	/*margin: 3em 0 1em 1em;*/
	position: absolute;
	height: 200px;
	width: 360px;
	float: left;
	margin: 0;
}
#power_supply_welcome h1 {
	font-size: 1.5em;
	margin: 3em 0 1em 10px;
}
#power_supply_welcome p {
	margin: 0 0 1em 10px;
}



/* Footer */

#footer {
	text-align: left;
	margin: 5px 0;
}
#footer a {
	text-decoration: none;
	color:#006CB7;
	margin-left: 5px;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
