*
{
    margin: 0px;
    padding: 0px;
}

address, li, ol, p, ul
{
    line-height: 1.3em;
}

address, h1, h2, h3, h4, h5, h6, ol, p, ul
{
    margin-bottom: 0.65em;
}

address
{
    font-style: normal;
}

body
{
    background-image: url("images/bg.jpg");
    background-repeat: repeat-x;
    font-size: 10pt;
    font-family: Verdana, Arial, Sans-Serif;
}

fieldset
{
    border: none 0px;
}

li
{
    margin-left: 20px;
}

#container
{
    margin-left: auto;
    margin-right: auto;
    width: 780px;
}

#header
{
    background-image: url("images/headerBg.jpg");
    background-repeat: no-repeat;
    height: 186px;
    margin: 0px 0px 20px 0px;
    width: 780px;
    position: relative;
}
    
    #header span
    {
        visibility: hidden;
    }
    
    #header #offer {
    position: absolute;
    top: 0px;
    right:0px;
    width: 142px;
    height: 122px;
    float: right;
    }
    
    #header #offer a {
    text-decoration: none;
    border: none 0px #AFBFDF;
    }

#content
{
padding-top: 0px;
}
    
    #content h1
    {
        color: #2F6E43;
        font-size: 16pt;
        font-weight: normal;
    }
    
    #content h2
    {
        color: #2F6E43;
        font-size: 14pt;
        font-weight: normal;
        padding-top: 10px;
    }
    
    #content #energyStar
    {
        float: right;
    }
    
    #content #conklin
    {
        margin: 10px 0px 20px 31px;
    }
    
    #content a {
    color: #2F6E43;
    }
    
    #content a:hover {
    color: #808bb6;
    }
    
#footer
{
    clear: both;
    margin: 50px 0px 0px 0px;
}
    
    #footer #bar
    {
        background-color: #AFBFDF;
        height: 10px;
    }
    
    #footer address
    {
        margin-top: 10px;
        text-align: center;
    }
        
        #footer address span
        {
            margin: 0px 8px 0px 8px;
        }
        
    #footer #copyright
    {
        font-size: 8pt;
        text-align: center;
    }
    
    #footer #icons
    {
        margin: 10px 0px 0px 235px;
    }

/*

HOME SPECIFIC

*/

#home #content
{
    float: right;
    margin: 20px 20px 0px 0px;
    width: 370px;
}

#home #contactTop
{
    background-color: #AFBFDF;
    background-image: url("images/formTop.gif");
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    margin: 0px 0px 0px 20px;
    width: 337px;
}

#home #contactBottom
{
    background-image: url("images/formBtm.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 450px;
    padding: 20px 10px 100px 10px;
    width: 317px;
}
    
    #home #contactBottom form #require
    {
        text-align: center;
    }
    
    #home #contactBottom form label
    {
        display: block;
    }
        
        #home #contactBottom form label span
        {
            display: block;
        }
        
        #home #contactBottom form input, #contactBottom form textarea
        {
            margin: 0px 0px 10px 0px;
            width: 313px
        }
        
        #home #contactBottom form input.button
        {
            width: 91px;
        }
        
    #home #contactBottom form .invalid
    {
        color: #880000;
    }
    
    #home #contactBottom img#contactForm
    {
        border: solid 1px #FFFFFF;
        margin: 1px;
    }

/*

BARREL SPECIFIC

*/

#barrel #content
{
    float: left;
    margin: 20px 0px 0px 20px;
    width: 370px;
}

#barrel #formTop
{
    background-color: #AFBFDF;
    background-image: url("images/formTop.gif");
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    margin: 0px 20px 0px 420px;
    width: 337px;
}

#barrel #formBottom
{
    background-image: url("images/formBtm2.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 50px;
    padding: 20px 10px 50px 10px;
    width: 317px;
}
    
    #barrel #formBottom form #require
    {
        text-align: center;
    }
    
    #barrel #formBottom form label
    {
        display: block;
    }
        
        #barrel #formBottom form label span
        {
            display: block;
        }
        
        #barrel #formBottom form input, #barrel #formBottom form textarea
        {
            margin: 0px 0px 10px 0px;
            width: 313px
        }
        
        #barrel #formBottom form label.check
        {
            margin-bottom: 10px;
        }
        
        #barrel #formBottom form input.check, #barrel #formBottom form span.check
        {
            display: inline;
            margin-bottom: 0px;
            width: auto;
        }
        
        #barrel #formBottom form input.button
        {
            width: 91px;
        }
        
    #barrel #formBottom form .invalid
    {
        color: #880000;
    }
    
    #barrel #formBottom img#contactForm
    {
        border: solid 1px #FFFFFF;
        margin: 1px;
    }

#barrel #offer {
	margin: 40px 20px 30px 420px;
    width: 337px;
    border: solid 0px #ffcc00;
}

	#barrel #offer h1 {
		color: #2F6E43;
        font-size: 16pt;
        font-weight: normal;
    }
    
    	#barrel #offer li {
        font-weight: normal;
    }
