/*  ------------------------
Style Sheet 
Site: CPI POWER
--------------------------*/

html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	text-align:center;
   	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_navBanner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	line-height: 1.2em;
}

:focus { -moz-outline-style: none; }



a {
	color: #1d8795;
	text-decoration: underline;
}

a:hover {
	color: #1d8795;
	text-decoration: underline;
}

a:active {
	color: #1d8795;
	text-decoration: none;
}

a:visited {
	color: #1d8795;
	text-decoration: underline;
}

:focus { -moz-outline-style: none; }


/* -------------------------------------
PAGE STRUCTURE 
------------------------------------- */

#container {
	vertical-align: top;
 	width: 826px;
	margin: 0 auto; text-align:left;
}


#header {
	width: 826px;	
	height: 337px; 
	margin: 0px;
	text-align: center;
	clear: both;
}


/* ------------------------------------ 
for home page body -start-
 ------------------------------------ */
#column_middle {   /*4 boxes*/
	text-align: center;
	width: 826px;
	height: 151px;
	margin: 0px;
}

/* ------------------------------------ 
for home page body -end-
 ------------------------------------ */


/* ------------------------------------ 
for subpage body -start-
 ------------------------------------ */


 
#column_left {
	text-align: center;
	width: 190px;
	height: 460px;
	/*margin-left: 10px;*/
	margin-top: 20px;
	padding: 0px;
	margin-right: 20px;	
	background: url(../images/sideMenu_bg.gif) no-repeat;
	float: left;
}
	
#column_left_long {
	text-align: center;
	width: 190px;
	height: 520px;
	/*margin-left: 10px;*/
	margin-top: 20px;
	padding: 0px;
	margin-right: 20px;	
	background: url(../images/sideMenu_long_bg.gif) no-repeat;
	float: left;
}


#column_right {
	margin-top: 20px;
	text-align: center;
	width: 616px;
	/*margin-left: 20px;*/
	/*margin-right: 20px;*/
	float: right;

}

#p1 {
font-size: 12px;
font-weight: bold;
color: #165962;
line-height: 1.2em;
text-align: left;
padding-left: 28px;
padding-right: 20px;
}

#p1a {
font-size: 12px;
font-weight: bold;
color: #333333;
line-height: 1.2em;
text-align: left;
padding-left: 24px;
padding-right: 20px;
}

#p2 {
font-size: 10px;
color: #666666;
line-height: 1.2em;
text-align: left;
padding-left: 24px;
padding-right: 20px;
}

#p3 { /* for the submenu Title Gif*/
text-align: center;
}

#sectionHeader {
	width: 616px;
	height: 41px;
	margin: 0px;
	text-align: left;
}

#headText {
width: 580px;
font-size: 18px;
color: #000000;
line-height: 1.2em;
text-align: left;
padding-left: 15px;
padding-right: 15px;
}

#subText {
width: 580px;
font-size: 12px;
color: #666666;
line-height: 1.2em;
text-align: left;
padding-left: 15px;
padding-right: 15px;
}

/* ------------------------------------ 
for subpage body -end-
 ------------------------------------ */

#footer {
	width: 826px;	
	height: 30px; 
	margin: 0px;
	text-align: right;
	clear: both;
}


