﻿
#Logo
{
    background-image:url(../Images/CH_Logo.jpg);
    background-repeat:no-repeat;
    width:230px;
    height:200px;
    float:left; 
}

#Header
{
    background-image:url(../Images/TopHeader.jpg);
    background-repeat:no-repeat;
    width:730px;
    height:200px;
    float:left; 
    
}

#HeaderBottom
{
    background-image:url(../Images/BottomHeader.jpg);
    background-repeat:no-repeat;
    width:960px;
    height:32px;
    clear:both; 
}

#ContentContainer
{
    background-image:url(../Images/ContentBackground.jpg);
    background-repeat:repeat-y;
    width:960px;

}

#MenuContainer
{
    width: 230px; 
    float: left; 
    margin-top: -20px;
}


#Content
{
    margin-left:230px;
}

#HeartsArrows
{
    margin-top:0px;
    clear:both
}

#Footer
{
    text-align: right;
    clear:both;
    height:50px;
}

#IntroPage
{
    background-image:url(../Images/HomePage.jpg);
    background-repeat:no-repeat;
    margin-left:auto; 
    margin-right:auto;
    margin-top:50px;
    width:800px;
    height:600px;
} 

/* `Industries Page
----------------------------------------------------------------------------------------------------*/

#Marine a
{
    background-image:url(../Images/icon_marine.gif);
    display:block;
    position:relative;
    left:40px;
    top:25px;
    width:160px;
    height:90px;
    float:left;
    text-decoration:none;
    color:Black
}

#Marine a:hover
{
    background-image:url(../Images/icon_marine_hot.gif);
    background-repeat:no-repeat;
    display:block;
    width:160px;
    height:90px;
}

#Aviation a
{
    background-image:url(../Images/icon_aviation.gif);
    display:block;
    position:relative;
    left:118px;
    top:25px;
    width:160px;
    height:90px;
    float:left;
    text-decoration:none;
    color:Black
}

#Aviation a:hover
{
    background-image:url(../Images/icon_aviation_hot.gif);
    background-repeat:no-repeat;
    display:block;
    width:160px;
    height:90px;
}

#Automotive a
{
    background-image:url(../Images/icon_automotive.gif);
    display:block;
    position:relative;
    left:185px;
    top:25px;
    width:160px;
    height:90px;
    float:left;
    text-decoration:none;
    color:Black
}

#Automotive a:hover
{
    background-image:url(../Images/icon_automotive_hot.gif);
    background-repeat:no-repeat;
    display:block;
    width:160px;
    height:90px;
}

#RealEstate a
{
    background-image:url(../Images/icon_realestate.gif);
    display:block;
    position:relative;
    left:40px;
    top:95px;
    width:160px;
    height:90px;
    float:left;
    text-decoration:none;
    color:Black
}

#RealEstate a:hover
{
    background-image:url(../Images/icon_realestate_hot.gif);
    background-repeat:no-repeat;
    display:block;
    width:160px;
    height:90px;
}

#Radio a
{
    background-image:url(../Images/icon_radio.gif);
    display:block;
    position:relative;
    left:118px;
    top:95px;
    width:160px;
    height:90px;
    float:left;
    text-decoration:none;
    color:Black
}

#Radio a:hover
{
    background-image:url(../Images/icon_radio_hot.gif);
    background-repeat:no-repeat;
    display:block;
    width:160px;
    height:90px;
}

#Mining a
{
    background-image:url(../Images/icon_mining.gif);
    display:block;
    position:relative;
    left:185px;
    top:95px;
    width:160px;
    height:90px;
    float:left;
    text-decoration:none;
    color:Black
}

#Mining a:hover
{
    background-image:url(../Images/icon_mining_hot.gif);
    background-repeat:no-repeat;
    display:block;
    width:160px;
    height:90px;
}