/*
Main Stylesheet for Southern Company Web Site
(c) 2006

*/

body
	{
	margin: 5px 0 0 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: white;
	}
	
a:link, a:visited, a:active, a:hover
	{
	color: #c00;
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}
	
#container
	{
	width: 757px;
	}
	
/* Styles for Header */

#banner
	{
	position: relative;
	z-index: 100;
	height: 75px;
	}
	
/* Styles for upper-most nav */
	
#supra
	{
	font-size: 10px;
	text-align: right;
	padding-right: 13px;
	color: #ccc;
	height: 12px;
	margin-bottom: 5px;
	}
	
#supra a:link, #supra a:visited, #supra a:active
	{
	color: #999;
	text-decoration: none;
	}
	
#supra a:hover
	{
	text-decoration: underline;
	}
	
/* END Styles for upper-most nav */
	
/* Styles for main navigation */

.mainNav
	{
	position: absolute;
	font-weight: bold;
	width: 558px;
	top: 59px;
	}

.home
	{
	left: 186px;
	}
	
.int
	{
	left: 149px;
	}
	
#drop, #drop ul, .leftNav
	{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	z-index: 50;
	}

#drop a
	{
	display: block;
	}

#drop li
	{
	position: relative;
	float: left;
	padding-right: 10px;
	}
	
#drop ul.dropThird li
	{
	padding-right: 5px;
	}
	
li.dropMain
	{
	margin-right: 10px;
	border-right: 1px solid #999;
	height: 13px;
	}

#drop .navEnd
	{
	margin: 0;
	padding: 0;
	border-right: 0;
	}

#drop li ul
	{
	position: absolute;
	width: 133px;
	left: -999em;
	top: 13px;
	}

ul.dropSub
	{
	background-color: #fff;
	}
	
ul.dropThird
	{
	border-top: 1px solid #fff;
	}
	
ul.dropSub li, ul.dropThird li
	{
	position: relative;
	font-size:11px;
	background-color: #dfdfdf;
	font-weight: normal;
	line-height : 19px;
	padding: 0 5px 0 5px;
	top: 3px;
	width: 121px;
	clear: left;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	}
	
ul.dropThird li
	{
	top: 0;
	}

#drop li:hover ul.dropSub, #drop li.sfhover ul.dropSub
	{
	display: block;
	left: -6px;
	}
	
#drop ul.dropSub li:hover ul.dropThird, #drop ul.dropSub li.sfhover ul.dropThird
	{
	top: -1px;
	left: 136px;
	}
	
#drop ul.dropSub li:hover, #drop ul.dropSub li.sfhover
	{
	background-color: #ccc;
	}
	
.dropMain a:link, .dropMain a:visited, .dropMain a:active
	{
	text-decoration: none;
	color: #c00;
	}
	
.dropMain a:hover
	{
	text-decoration: underline;
	}
	
.dropSub li a:link, .dropSub li a:visited, .dropSub li a:active, .dropSub li a:hover
	{
	color: #000;
	}
	
/* END Styles for main navigation */

/* END styles for header */

/*  Styles for sub navigation */

.leftNav
	{
	margin: 0 0 14px 0;
	}
	
.leftNav li
	{
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	padding: 4px 0 4px 1px;
	line-height: 13px;
	list-style: none;
	}

li.main  
	{
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 4px 1px;
	line-height: 13px;
	list-style: none;
	}	

	
li.indent   /* Styles left nav links */
	{
	margin-left: 6px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	padding: 4px 0 4px 1px;
	line-height: 13px;
	list-style: none;
	}		
	
li.indentmore   /* Styles left nav links */
	{
	margin-left: 11px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	padding: 4px 0 4px 1px;
	line-height: 13px;
	list-style: none;
	}		

/*  END Styles for sub navigation */

/* Styles for content area */

#container02
	{
	width: 732px;
	min-height: 400px;
	margin: 8px 12px 0 12px;
	}
	
h2, h3, h4
	{
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
#container02 p, h2
	{
	margin: 0 0 9px 0;
	padding: 0;
	}
	
.OpCoHomeCol01 h2, .OpCoHomeCol02 h2, .OpCoHomeCol03 h2, #soCoNavCol h2
	{
	font-size: 13px;
	}
	
/* Landing/Home page styles */
	
#homeLeftCol, #nonOpCoHomeLeftCol
	{
	width: 534px;
	float: left;
	margin-bottom: 14px;
	background-color: #fff;
	background-image: url(../i/OpCoHomeBG.gif);
	background-repeat: repeat-y;
	}

#nonOpCoHomeLeftCol
	{
	background-image: url(../i/SoCoHomeBG.gif);
	}
	
#homeLeftCol a:link, #homeLeftCol a:visited, #homeLeftCol a:hover, #homeLeftCol a:active
	{
	color: #c00;
	}

#homeLeftCol p.noBottom, #nonOpCoHomeLeftCol p.noBottom
	{
	margin: 0;
	}
	
#homeRightCol
	{
	width: 186px;
	float: right;
	margin-bottom: 14px;
	}
	
#homeGraphic
	{
	padding-bottom: 14px;
	background-color: #fff;
	}
	
.OpCoHomeCol01, .OpCoHomeCol02, .OpCoHomeCol03
	{
	width: 153px;
	float: left;
	margin: 0 20px -21px 0;
	font-size: 10px;
	}
	
.OpCoHomeCol03
	{
	width: 185px;
	margin: 0;
	padding: 0;
	border-right: 0;
	}
	
#homeLeftCol ul, #nonOpCoHomeLeftCol ul
	{
	list-style: outside url(../i/redBullet.gif);
	margin: 0;
	padding: 0 0 10px 11px;
	font-size: 11px;
	font-weight: bold;
	}
	
#homeLeftCol li ul, #nonOpCoHomeLeftCol li ul
	{
	list-style: none;
	list-style-image: none;
	font-size: 10px;
	font-weight: normal;
	margin: 1px 0 0 -3px;
	}
	
#adContainer
	{
	background-color: #fff;
	padding-top: 24px;
	font-size: 10px;
	margin-bottom: -20px;
	}
	
#adContainer a:link, #adContainer a:visited, #adContainer a:active
	{
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #c00;
	display: block;
	margin-bottom: 4px;
	}
	
/* Non OpCo Landing Page Styles */
	
#homeLeft_Left, #soCoHomeLeft_Left
	{
	float: left;
	width: 150px;
	padding-right: 12px;
	border-right: 1px solid #999;
	}
	
#soCoHomeLeft_Left
	{
	width: 300px;
	border: 0;
	margin-bottom: -12px;
	}
	
#soCoHomeLeft_Left h1
	{
	padding-top: 0px;
	}
	
#homeLeft_Center
	{
	float: right;
	width: 359px;
	padding-left: 12px;
	margin-left: -1px;
	border-left: 1px solid #999;
	background-color: #fff;
	}
	
#soCoNavCol
	{
	float: left;
	width: 200px;
	padding-left: 11px;
	list-style: url(../i/redBullet.gif);
	margin-bottom: -21px;
	}

.centerContainer, .centerContainerBottom, .centerContainerTop
	{
	width: 359px;
	margin-top: 12px;
	padding: 0;
	border-bottom: 1px dashed #999;
	float: right;
	}
	
.centerContainerBottom
	{
	border: 0;
	padding-bottom: 0;
	}
	
.centerContainerTop
	{
	margin-top: 0;
	}
	
.centerLeft
	{
	width: 50px;
	float: left;
	margin: 0 12px 12px 0;
	}
	
.centerRight
	{
	width: 296px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
.nestLeftCol
	{
	width: 127px;
	float: left;
	}
	
.nestRightCol
	{
	width: 292px;
	float: right;
	}
	
/* END Non OpCo Landing Page Styles */
	
/* END Landing/Home page styles */

/* Interior page styles */

#intLeftCol
	{
	width: 124px;
	float: left;
	margin: 10px 0 2px 0;
	}
	
#intLeftCol h3
	{
	color: #999;
	padding: 5px 0;
	margin-left: 1px;
	}
	
/* combined widths of #intMidCol and #intRightCol must be 582px */
	
#intMidCol, #intSingleCol
	{
	width: 432px;
	float: left;
	margin: 0 0 14px 12px;
	}
	
h1
	{
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 23px;
	color: #c00;
	margin: 0 0 7px 0;
	padding: 8px 0 0 0;
	}
	

#intRightCol
	{
	width: 150px;
	float: right;
	margin: 0 0 14px 12px;
	padding-top: 38px;
	overflow: hidden;
	}
	
.intSideBox
	{
	background: url(../i/intSideBox_bottom.jpg) bottom no-repeat;
	width: 130px;
	padding: 0 10px 5px 10px;
	margin: 0 0 10px 0;
	font-size: 10px;
	}
	
.intSideBox h3{
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 8px;
}
	
#intSingleCol
	{
	width: 582px;
	}
	
#content ul
	{
	list-style: outside url(../i/grayBullet.gif);
	margin: 0;
	padding: 0 0 10px 11px;
	}
	
#content li
	{
	margin: 0;
	padding: 0;
	}
	
#content .caption
	{
	font-size: 9px;
	margin-top: 5px;
	}
	
div.yellowBox   /* Place inside #content (or other parent) for yellow background */
	{
	width: 412px;
	background-color: #ffc;
	padding: 8px 10px;
	}
	
div.yellowBox h1
	{
	padding-top: 0;
	}
	
#content p.yellowBox
	{
	background-color: #ffc;
	padding: 8px;
	}

.chartHeader {
	font-weight:bold;
	background-color: #CCC;
	 	}

.chartSubHeader {
	font-weight:bold;
	background-color: #EBEBEB;
	 	}	
		
.chartOddRow {
	line-height:18px;
	background-color: #FFF;
	color:#000; }

.chartEvenRow {
	line-height:18px;
	background-color: #FFC;
	color:#000; }
		
table.bordered {
	border-color:#000000;
	border-style:solid;
	border-width:thin;
	border-collapse:collapse;
	background-color:#000;
	margin:10px; }

td, table {
	color:#666; }

td.black   { color:#000; }

td.smallTD { font-size:10px; }

td.smallTDblack {
	font-size:10px;
	color:#000; }
	
.oddRow {
	line-height:18px;
	background-color: #FFF;
	 }

.evenRow {
	line-height:18px;
	background-color: #FFC;
	 }

/* END Interior page styles */

/* END Styles for content area */

/* Styles for info boxes */

.whiteGrayBox, .inTheNewsBox
	{
	background-image: url(../i/whiteGrayBG.gif);
	background-repeat: repeat-y;
	margin-bottom: 12px;
	}
	
#homeRightCol .whiteGrayBox .infoBoxContent p
	{
	clear: left;
	margin-top: 13px;
	}
	
.whiteGrayBox .infoBoxContent p img
	{
	float: left;
	padding: 0 10px 0 0;
	margin: 0; 
	}
	
.whiteGrayBox a:link, .whiteGrayBox a:visited, .whiteGrayBox a:hover, .whiteGrayBox a:active
	{
	display: block;
	font-size: 11px;
	font-weight: bold;
	}
	
.inTheNewsBox ul a:link, .inTheNewsBox ul a:visited, .inTheNewsBox ul a:active
	{
	display: block;
	color: #666;
	
	}
	
.inTheNewsBox ul a:hover
	{
	color: #c00;
	}
	
.homeLoginBox, .spotlightBox
	{
	background-color: #DFDFDF;
	margin-bottom: 12px;
	}
	
#homeRightCol .spotlightBox a
	{
	display: block;
	margin-bottom: 8px;
	line-height: 14px;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	}
	
.whiteGrayBox .infoBoxContent, .homeLoginBox .infoBoxContent, .inTheNewsBox .infoBoxContent, .spotlightBox .infoBoxContent
	{
	padding: 0 10px 0 10px;
	}
	
.whiteGrayBox .infoBoxContent img, .homeLoginBox .infoBoxContent img, .inTheNewsBox .infoBoxContent img, .spotlightBox .infoBoxContent img
	{
	margin-bottom: 10px;
	}
	
.infoGrayBox, .loginBox, .infoWhiteBox, .qaBox
	{
	background-color: #ccc;
	width: 149px;
	margin-bottom: 14px;
	}
	
.whiteGrayBox img, .homeLoginBox img, .infoGrayBox img, .loginBox img, .infoWhiteBox img, .infoBoxContent img, .qaBox img, .inTheNewsBox img, .spotlightBox img   /* fix for IE */
	{
	display: block;
	}
	
.loginBox, .infoWhiteBox
	{
	background-image: url(../i/loginBG.gif);
	background-repeat: repeat-y;
	}
	
.loginBox a
	{
	padding-right: 8px;
	}
	
.rightColAd
	{
	display: block;
	margin-bottom: 14px;
	}
	
.infoBoxContent
	{
	padding: 6px 10px 0 10px;
	font-size: 10px;
	line-height: 12px;
	}

.infoBoxContent h4
	{
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 8px;
	}
	
#container02 .infoBoxContent p, #container02 .infoBoxContent ul, .infoBoxContent img, .qaBox .question
	{
	margin: 0 0 8px 0;
	padding-bottom: 0;
	}
	
#container02 .infoBoxContent ul
	{
	list-style: url(../i/infoBoxBullet.gif);
	}
	
#container02 #homeRightCol .infoBoxContent ul
	{
	padding-left: 10px;
	}
	
#container02 .infoBoxContent .lowerHR, h2.lowerHR
	{
	padding-bottom: 8px;
	}
	
.infoBoxContent a:link, .infoBoxContent a:visited, .infoBoxContent a:active
	{
	color: #C00;
	text-decoration: none;
	font-size: 10px;
	}
	
.infoBoxContent a:hover
	{
	text-decoration: underline;
	}
	
.qaBox .question
	{
	position: relative;
	}
	
.qaBox .answer
	{
	position: absolute;
	left: -180px;
	top: -7px;
	width: 165px;
	color: #333;
	z-index: 40;
	}
	
#container02 .qaBox .answer p
	{
	background-image: url(http://www.southerncompany.com/i/answerTile.png);
	background-repeat: repeat-y;
	padding: 0 18px 5px 8px;
	margin: 0;
	}
	
.qaBox .answer img
	{
	padding: 0;
	margin: 0;
	}
	
/* Styles for expandable info box */

.exp_infobox {
	background: #CCC;
}

.exp_infobox_header {
	height: 12px;
	padding: 0;
	background: url(http://www.southerncompany.com/i/corner_left_t.gif) left top no-repeat;
}

.exp_infobox_footer {
	height: 12px;
	padding: 0;
	background: url(http://www.southerncompany.com/i/corner_left_b.gif) left top no-repeat;
}

.exp_infobox_content {
	padding: 2px 10px;
}
	
/* END styles for info boxes */

/* Styles for footer */

#footer
	{
	width: 744;
	background-image: url(../i/footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: left;
	padding: 30px 0 4px 13px;
	color: #999;
	}
	
#footer a:link, #footer a:visited, #footer a:active
	{
	color: #c66;
	text-decoration: none;
	}
	
#footer a:hover
	{
	text-decoration: underline;
	}

/* END Styles for footer */

/* Misc. Styles */

.fullWidth
	{
	width: 100%;
	}

.clear
	{
	clear: both;
	height: 0;
	}

.bold
	{
	font-weight: bold;
	}
	
.small
	{
	font-size: 9px;
	}
	
.larger
	{
	font-size: 12px;
	line-height: 14px;
	}
	
.larger2
	{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 17px;
	color: #c00;
	margin: 0 0 7px 0;
	padding: 8px 0 0 0;
	}		
	
#homeRightCol p.larger
	{
	margin-bottom: 13px;
	}
	
.black
	{
	color: #000;
	}
	
.red
	{
	color: #c00;
	}
	
#content .indent
	{
	padding-left: 35px;
	}
	
img
	{
	border: 0;
	}
	
.right
	{
	float: right;
	padding: 0 0 6px 8px;
	}
	
.left
	{
	float: left;
	padding: 0 12px 6px 0;
	}
	
p
	{
	padding: 0;
	}
	
.noTop
	{
	margin-top: 0;
	padding-top: 0;
	}
	
.noBottom
	{
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
.noBorder
	{
	border: 0;
	}
	
.noPadding
	{
	padding: 0;
	}
	
.noMargin
	{
	margin: 0;
	}
	
.invis
	{
	display: none;
	}
	
#content .lowerHR, h2.lowerHR, .lowerHR
	{
	border-bottom: 1px dashed #666;
	padding-bottom: 10px;
	}
	
#homeLeftCol .lowerHR
	{
	padding-bottom: 3px;
	}
	
.centerText
	{
	text-align: center;
	}
	
object
	{
	position: relative;
	z-index: 10;
	}
	
/* Homepage Outlined Flex Box */


.outlinedFlexBox
	{
	margin:7px 0 15px 0;
	padding:0;
	}

.outlinedFlexBox .top_cap
	{
	background:url(http://www.southerncompany.com/i/ofb_top_right.gif) no-repeat right;
	}

.outlinedFlexBox .bottom_cap
	{
	background:url(http://www.southerncompany.com/i/ofb_bottom_right.gif) no-repeat right;
	}

.outlinedFlexBox .top_cap img, .outlinedFlexBox .bottom_cap img
	{
	display:block;
	}

.outlinedFlexBox .content 
	{
	border-left:#acacac solid 1px;
	border-right:#acacac solid 1px;
	padding:7px 12px 0 12px;
	height:1%;
	}
	
.wideCol_leftCol
	{
	width:341px;
	padding-right:12px;
	float:left;
	}
	
.wideCol_leftCol .spotlightOn_Row
	{
	margin-bottom:15px;
	}
	
.wideCol_leftCol .goTo_Row
	{
	margin-bottom:15px;
	}
	
.wideCol_leftCol .spotlightOn_Row img, .wideCol_leftCol .goTo_Row img
	{
	display:block;
	margin-bottom:2px;
	}
		
.wideCol_inTheNews
	{
	width:334px;
	padding-left:18px;
	border-left:#acacac solid 1px;
	float:right;
	}
	
.wideCol_inTheNews img
	{
	margin-bottom:10px;
	}
	
.wideCol_inTheNews a:hover
	{
	color:#c00;
	text-decoration:underline;
	}
	
.inTheNewsHome ul
	{
	list-style: url(../i/infoBoxBullet.gif);
	padding:0;
	margin:0;
	margin-left:17px;
	margin-right:17px;
	font-size:11px;
	}
	
.inTheNewsHome li
	{
	margin-bottom:5px;
	}
	
.inTheNewsHome li a
	{
	color:#666666;
	}
	
.wide_2col_right
	{	
	float:left;
	width:347px;
	padding-left:18px;
	}
	
.wide_2col_right h1
	{
	font-size:33px;
	padding-bottom:5px;
	}
	
#top_main_image
	{ 
	height:182px; 
	width:732px; 
	text-indent:10000px; 
	overflow:hidden; 
	background:url(../i/2007_annual_image_top.gif) top left no-repeat; 
	display:block; 
	} 
  
#top_main_image:hover
	{ 
	background-position: bottom left; 
	} 
	