/*
Site Map (Secondary) Stylesheet for Southern Company Web Site
(c) 2006

CSS/XHTML Development - Matt Williams, Georgia Power
*/

.siteMapCol
	{
	float: left;
	width: 168px;
	margin: 4px 12px 12px 0;
	border: 1px solid #999;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	font-style: italic;
	}
	
.siteMapCol h2
	{
	background-color: #999;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
	margin: 0;
	font-style: normal;
	}
	
.siteMapLinks
	{
	padding: 6px;
	}
	
.siteMapLinks p
	{
	width: 154px;
	}
	
.siteMapLinks a:link, .siteMapLinks a:visited, .siteMapLinks a:hover, .siteMapLinks a:active
	{
	color: #c00;
	text-decoration: none;
	font-style: normal;
	}
	
.siteMapLinks a:hover
	{
	text-decoration: underline;
	}
