﻿body
{
    background-color: #231F20;
    color: white;
    font-family: arial;
    font-size: 70%;
}
a:hover
{
    text-decoration: underline;
}
br
{
    clear: both;
}
hr
{
    color: #231F20;
    width: 70%;
    height: 1px;
    text-align: center;
}
img
{
    border: none;
}
ul
{
    line-height: 200%;
}
.MainContainer
{
    text-align: center;
}
.PageContainer
{
    width: 760px;
    height: 538px;
    border: 1px solid white;
    margin-left: auto;
    margin-right: auto;
}
.HomePageText {position:absolute;text-align:left; width:600px;padding: 10px;}
.PageBackground_Clients
{
    background: url(images/clients.gif);
    background-repeat: no-repeat;
    scrollbar-base-color: #ED1C24;
}
.PageBackground_Clients h1
{
    color: #ED1C24;
    font-size: large;
}
.PageBackground_Clients h2
{
    color: #ED1C24;
    font-size: small;
}
.PageBackground_Clients h3
{
    color: #000000;
    font-size: small;
}

.PageBackground_Candidates
{
    background: url(images/candidates.gif);
    background-repeat: no-repeat;
    scrollbar-base-color: #903F98;
}
.PageBackground_Candidates h1
{
    color: #903F98;
    font-size: large;
}
.PageBackground_Candidates h2
{
    color: #903F98;
    font-size: small;
}
.PageBackground_Candidates h3
{
    color: #000000;
    font-size: small;
}

.PageBackground_Jobs
{
    background: url(images/jobopportunities.gif);
    background-repeat: no-repeat;
}
.PageBackground_Jobs h1
{
    color: #F7941D;
    font-size: large;
}
.PageBackground_Jobs h2
{
    color: #F7941D;
    font-size: small;
}
.PageBackground_Jobs .FormButton
{
    border: 1px solid black;
    font-family: arial;
    background-color: #F7941D;
}

.LogoContainer
{
    text-align: right;
    height: 60px;
    padding-right: 10px;
    padding-top: 15px;
}
.NavigationContainer
{
    width: 180px;
    float: left;
    text-align: left;
    padding: 10px;
    margin-top: 80px;
    text-align: right;
}
.NavigationContainerFF
{
    width: 180px;
    float: left;
    text-align: left;
    padding: 10px;
    margin-top: 80px;
    text-align: right;
    position:absolute;
}
.MenuItemContainer
{
    width: 160px;
    text-align: right;
    float: left;
}
.MenuItem
{
    width: 130px;
    float: left;
    clear: left;
    margin-bottom: 20px;
    text-align: right;
    margin-right: 10px;
}
.MenuItemLink
{
    color: White;
    text-decoration: none;
}
.MainContentContainer
{
    width: 550px;
    margin-bottom: 10px;
    float: left;
}
.MainContentContainerFF
{
    width: 550px;
    margin-bottom: 10px;
    float: left;
    margin-left:200px;
}
.HomeLinkContainer
{
    width: 200px;
    float: left;
    text-align: left;
    font-weight: bold;
    padding-bottom: 5px;
}
.TopNavigationContainer
{
    width: 350px;
    float: left;
    text-align: right;
    padding-bottom: 5px;
}
.TopLink
{
    color: White;
    text-decoration: none;
}
.LinkHighLightClients
{
    color: #ED1C24;
    text-decoration: none;
}
.LinkHighLightCandidates
{
    color: #903F98;
    text-decoration: none;
}
.LinkHighLightJobs
{
    color: #F7941D;
    text-decoration: none;
}
.ContentContainer
{
    height: 368px;
    width: 400px;
    background-color: White;
    float: left;
    margin-right: -3px;
    text-align: left;
    color: Black;
    padding: 10px;
    overflow: auto;
}
.ContentContainer a:link
{
    color: Black;
    text-decoration: underline;
}
.ContentContainer a:visited
{
    color: Black;
    text-decoration: underline;
}
.ContentContainer a:hover
{
    color: Black;
    text-decoration: underline;
}
.ContentContainer a:active
{
    color: Black;
    text-decoration: underline;
}
.ContentContainer img
{
    margin: 5px;
}
.WideContentContainer
{
    height: 368px;
    width: 530px;
    background-color: White;
    float: left;
    margin-right: -3px;
    text-align: left;
    color: Black;
    padding: 10px;
    overflow: auto;
}
.WideContentContainer a:link
{
    color: Black;
    text-decoration: underline;
}
.WideContentContainer a:visited
{
    color: Black;
    text-decoration: underline;
}
.WideContentContainer a:hover
{
    color: Black;
    text-decoration: underline;
}
.WideContentContainer a:active
{
    color: Black;
    text-decoration: underline;
}
.SideImageContainer_Clients
{
    height: 388px;
    width: 130px;
    background-color: #ED1C24;
    float: right;
    text-align: center;
}
.SideImageContainer_Candidates
{
    height: 388px;
    width: 130px;
    background-color: #903F98;
    float: right;
}
.Quote
{
    font-size: small;
    font-style: italic;
    text-align: center;
}
.QuoteContainer
{
    width: 100px;
    margin-top: 10px;
    text-align: left;
}
.HomeImages
{
    height: 414px;
}
.HomeImages div
{
    float: left;
}
.HomeImages br
{
    clear: left;
}
.BottomLeftLink
{
    width: 200px;
    float: left;
    text-align: left;
    padding-left: 200px;
    margin-top: -10px;
}
.BottomRightLink
{
    width: 200px;
    float: right;
    text-align: right;
    padding-right: 10px;
    margin-top: -10px;
}
.LogoLinksContainer
{
    width: 200px;
    position: absolute;
    height: 30px;
    text-align: center;
    padding-top: 424px;
}
.LogoPadding
{
    padding-top: 10px;
}
.FormField
{
    width: 300px;
    font-family: arial;
    font-size: 100%;
}
