﻿body 
{
    background-color:rgb(0,0,102);
    margin:0px 0px 0px 0px;
    text-align:justify;
    font-family:Verdana;
    font-size:small;
}

a:link a:active a:hover
{
    
}

p
{
    text-align:justify;
    font-family:Verdana;
    font-size:small;
}

h1
{
    color:rgb(0,0,102);
    font-family:Verdana;
    font-size:large;
    padding-top:20px;
    text-align:left;    
}

h2
{
    color:rgb(0,0,102);
    font-size:medium;
    font-family:Verdana;
}


/********** Divs/Ids *********/
#main
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:825px;
    margin-top:0px;
}

#header
{
    text-align:center;
    clear:both;
    margin-top:5px;
    background-image:url(Images/header.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    height:170px;
}

#menus
{
    width:800px;
    clear:both;
    height:32px;
    margin-top:5px;
    margin-bottom:5px;
    padding:0px;
}

#middle
{
    width:825px;
    background-image:url(Images/top_bg_final.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    clear:both;
    background-color:White;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px 0px 0px 0px;     
}

#contentBody
{

    text-align:left;
    padding-left:30px;
    padding-right:40px; 
    padding-top:0px;
    margin-top:0px;
    margin-bottom:0px;    
    clear:both;  
}

#homePage
{
    width:825px;
    background-image:url(Images/top_bg_final.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    background-color:White;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    vertical-align:top;
    border-width:0px;
    padding:0px 0px 0px 0px;
    vertical-align:top;
    border-width:0px;
    margin-top:0px;
    margin-bottom:0px; 
        
}
#companyPage
{
    width:825px;
    background-image:url(Images/top_AboutUs.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    background-color:White;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    vertical-align:top;
    height:179px;
    border-width:0px;
    padding:0px 0px 0px 0px;
    margin-bottom:0px; 
        
}

#restPages
{
    width:825px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    vertical-align:top;
    border-width:0px;
    padding:0px 0px 0px 0px;
    margin-bottom:0px;  
}

#bottom
{
    width:825px;    
    margin-top:0px;
    border-width:0px;
    padding:0px 0px 0px 0px;
    background-color:White;    
    background-image:url(Images/bottom_bg2.jpg);
    background-repeat:no-repeat;
    background-position:center bottom;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    text-align:center;    
    height:35px;
    vertical-align:top;
}

#footer
{
        
}

#homebtn a
{
    background-image:url(Images/home.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    border-width:0px;
    display:block;
    width:100%;
    height:32px;    
}

#companybtn a
{
    background-image:url(Images/aboutus.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    border-width:0px;
    display:block;
    width:100%;
    height:32px;
}
#employerbtn a
{
    background-image:url(Images/employer.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    border-width:0px;
    display:block;
    width:100%;
    height:32px;    
}
#candidatesbtn a
{
    background-image:url(Images/candidates.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    border-width:0px;
    display:block;
    width:100%;
    height:32px;    
}
#contactbtn a
{
    background-image:url(Images/contactus.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    border-width:0px;
    display:block;
    width:100%;
    height:32px;    
}

#homebtn a:hover
{
    background-image:url(Images/home_alt.jpg);   
}

#companybtn a:hover
{
    background-image:url(Images/aboutus_alt.jpg);
}
#employerbtn a:hover
{
    background-image:url(Images/employer_alt.jpg);
}
#candidatesbtn a:hover
{
    background-image:url(Images/candidates_alt.jpg);   
}
#contactbtn a:hover
{
    background-image:url(Images/contactus_alt.jpg);
}
