﻿/*****************************************************
 * File Name: HomePage.css
 * Created By: Michael Walker
 * Date Created: 9/25/2007
 * 
 * Summary:
 * This is a Cascading Style Sheet that controls the 
 * styles of a web page.  This file specifically 
 * controls the look of the Texas Gas Home Page.
 *
 *
 * Revisions:
 * Modified By      Date        Comments
 * -----------      ----        --------
 * 
 *****************************************************/

html
{
    margin-top:0px;
    /*FireFox property to force scroll bars to be visable*/
    overflow:-moz-scrollbars-vertical;
    /*IE property to force scroll bars to be visable*/
    overflow:scroll;
    
}
body 
{
    background-image:url(../../images/faded-lines.jpg);
    background-repeat:repeat-x;
    margin-top:0px;
    
}

#contentArea
{
    background-image:url(../../images/body-background.jpg);
    width:989px;
    height:395px;
    margin:0px auto;
    clear:left;
}
#hotLink1
{

    border:0px;
    margin-left:8px;
    height:194px;
    width:303px;
    float:left;
    overflow:hidden;
}


#welcome
{
    height:185px;
    width:515px;
    float:left;
    overflow:hidden;
padding-top:10px;

}

#bwpLogo
{
    margin-top:15px;
    float:left;
    background-image:url(../../images/boardwalk-logo.jpg);
    height:88px;
    width:144px;
    cursor:pointer;    
}
#hotLink2
{
    margin-left:8px;
    width:303px;
    height:198px;
    clear:left;
    float:left;
    overflow:hidden;
}
#lowerContent
{
    float:left;
    border-top:solid 2px gray;
    padding-right:8px;    
    padding-top:10px; 
    width:650px;   
}
#press
{
    float:left;
    width:637px;
    height:182px;
    padding-right:5px;
    padding-top:0px;
    overflow:hidden;
}
#homeImg
{
    float:left;
/*    width:328px;
    height:158px; */
    width:0px;
    height:0px;
    overflow:hidden;
}




#footer
{
    margin:0px auto;
    background-image:url(../../images/menu-bar-bottom.jpg);
    background-repeat:no-repeat;
    width:989px;
    height:59px;
    clear:left;
}

