﻿/* hide from ie on mac \*/
html, body, #website
    {
        height: 100%; /*overflow: hidden;*/
          
        background-image: url("/content/images/seo/gefa-seo-background.gif");
        background-repeat: repeat-x;
    	background-color:#547793;
		color:#ffffff;
		font-family:Times New Roman;
		font-weight:normal;
		font-size:1em;
    }
/* end hide */

body
{
	background-color:#547793;
    margin: 0;
    color:#ffffff;
    font-family:Times New Roman;
    font-weight:normal;
    font-size:1em;
}
        

a
{
		color:#ffffff;
}
a:link
{
	color:#ffffff;
	text-decoration:none;
}
a:visited
{
	text-decoration:none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
	text-decoration:none;
}


p
{
	padding-bottom:5px;
}

h1
{
	 font-weight:bold;
            font-size:2.2em;
            padding-bottom:5px;
            margin:0;
	}
h2
{
	font-weight:bold;
	font-size:1.5em;
	padding-bottom:0px;
            margin:0;
}


        .headerLogoContainer
        {
            width: 100%;
            height: 135px;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
        }
        .headerLogo
        {
            width: 100%;
        }
        .headerLogo .div
        {
        	padding-right:15px;
        	padding-left:15px;
        	float:left;
        }
        .headerLinks
        {
        	width:100%;
        	height:20px;
        }
        .FlashMessage
        {
        	position:absolute;
        	top:20px;
        	right:50px;
        	text-align:center;
        	width:150px;
        }
        
         .SEOContentContainer
        {
        	position:absolute;
        	top:130px;
        	left:0;
        	width:100%;
        	text-align:center;
			
        }
        .SEOContent
        {
        	padding-top:5px;
        	margin-left: auto;
			margin-right: auto;
        	text-align:left;
        	width:620px;
        }
     
     
     
     
     /* Home page */
.homePageTitle
{
	 font-weight:bold;
     font-size:2.2em;
     text-align:center;
     width:100%;
     padding-bottom:10px;
     padding-top:5px;
     
}
       
       


.linkPage
{
}

.linkPageTitle
{
}

.pageDescription
{
	padding-bottom:5px;
}

/* Top level of a list of links (such as Business links in Energy */
.linkSection
{
	/*padding-left:10px;*/
	border-top:solid 1px #FFFFFF;
	padding-bottom:5px;
	padding-top:10px;
	padding-left:10px;
}

/* section name */
.linkSectionHeader
{
}

/* section description header */
.linkSectionDescriptionHeader
{
	padding-bottom:10px;
}

/* section description footer */
.linkSectionDescriptionFooter
{
	padding-top:10px;
	padding-bottom:10px;
}

/* container around the links within a section */
.linkItems
{
	padding-left:15px;
	padding-right:15px;
}


/* a container around a link item */
.linkItem
{
	padding-bottom:15px;
}

/* the link item title*/
.linkItemHeader
{
	    font-weight:bold;
            font-size:1em;
}

/* link item desccription */
.linkItemDescription
{
}

.linkItemOutSpan
{
	cursor:hand;
}

.homePageList li
{
	padding-bottom:4px;
}

