﻿

/*####################
##### HTML, BODY #####
#####################*/

body
{
    margin              : 0px 0px 0px 0px;
    padding             : 0px 0px 0px 0px;
    font-family         : Arial, Sans-Serif;
    font-size           : 12px;
    line-height         : 1.4em;
    text-align          : center;
    color               : #003366;
    background          : #5C8BBC url( '../Images/bkgrnd.jpg' ) top left repeat-x ;
}


/*###################
##### CONTAINER #####
###################*/

#container
{
    width               : 600px;
    min-height          : 720px;
    margin              : 0px auto 0px auto;
    padding             : 0px 0px 0px 0px;
    text-align          : left;
    display             : block;
}

/*###############
##### FONTS #####
###############*/


/*################
##### HEADER #####
################*/


/*####################
### TOP NAVIGATION ###
####################*/

#navMain, #navAlternate
{
    display             : none;
}

#navMain ul, #navAlternate ul
{
    display             : none;
}

/*#################
##### CONTENT #####
#################*/

#content
{
    width               : 580px;
    border              : 2px solid #003366;
}
#contentLeft
{
    display             : none;
}
#contentCentre
{
    width               : 560px;
}

#contentRight
{
    display             : none;
}

.ProgessHidden
{
  display             : none;
}

/*#######################
### BOTTOM NAVIGATION ###
#######################*/

#navBottom
{
    color               : #003366;   
}

#navBottom a
{
    display             : none;
}


/*################
##### FOOTER #####
################*/

#navBottom
{
    display             : none;
}

#footer
{
    width: 580px;
}

#footerRight
{
    float: none;
}

/*#####################
##### MISC STYLES #####
#####################*/

.jobProfileInfoHolder
{
     width              : 100%;  
     float              : none;    
     border-left        : none;
     border-top         : none;
     margin              : 10px 0px 10px 0px;
     padding             : 10px 0px 0px 0px;
}
.print
{
    display             : none;
}
.friend
{
    display             : none;
}
.back
{
    display             : none;
}
.applyNow
{
    display             : none;
}

table
{
    width               : 100%;
}
