/***********************************************/
/* pods.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 }

h2{
 font-size: 114%;
 }

h3{
 font-size: 100%;
	font-weight: bold;
 }

h4{
 font-size: 100%;
 font-weight: normal;
 }

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #003366;
		}

.msthdimg {
 margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/*To get thin line to appear under logo image*/
.bdrbtm {
	border-bottom: 1px solid #CCCCCC;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#content{
 float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

#break{
	clear:both;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 0px 10px;
	}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	margin: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/************* #search styles ***************/

#search{
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	}
	
.srchbx {
	font-size: xx-small;
}

.gobtn {
	vertical-align: bottom;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


.imgbdr{
	padding: 0px;
	margin: 0px;
	border: 1px solid #999999;
}

.imgNobdr{
	padding: 0px;
	margin: 0px;
}

.strongtxt {
	font-weight: bold;
}

.trcol {
	background: #E3EAED;
}


#floatRight{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	width: 20%;
	border-left-color: #CCCCCC;
	border-left-style: dashed;
	border-left-width: 1px;
	float: right;
	text-align: center;
	}
	
	#floatLeft{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	}


.strongtxtitalic {
	font-style: italic;
	font-weight: bold;
}
	
/************** #WA PODS **************/
#electrestable {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
			}
		#electrestable td{
	border: 1px solid #CCCCCC;
	padding: 3px;
	text-align: left;
	vertical-align: top;
			}
			
			#podstable ul {
	list-style-type: disc;
			}


#pods {
display: block;
	margin:  0;
	padding: 10px;
	font-size: 80%;
	width: inherit;
	display: block;
	
	}
				
.wapods a:link {
	text-decoration: none;
	color: #003399;
	}
.wapods a:visited {
	text-decoration:none;
		color: #009900;
	}
.wapods a:hover {
	text-decoration: underline;
	color: #CC0000;
		}
.wapods a:active {
	text-decoration: none;
	color: #003399;
	}
	.rightimgbdr{
	float: right;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	border: 1px solid #999999;
	clear: both;
}