﻿html, body
{
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

body
{
    margin: 0px;
    padding: 0px;
}

h2
{
    border-bottom: 1px dotted #333333;
    padding-bottom: 14px;
}

#FullBody
{
    height: auto;
    min-height: 100%;
    position: relative;
    min-width: 923px;
    top: 0px;
        
    background-color: #ebebeb;
    background-repeat: no-repeat;
    -pie-background: linear-gradient(#a6a6a6, #ebebeb);
    behavior: url('PIE.htc');
    background-image: -khtml-gradient(linear, left top, left bottom, from(#a6a6a6), to(#ebebeb));
}

header
{
    position: absolute;
}

footer 
{
    position: absolute;
    background-image: url('../images/FooterBG.gif');
}

#GraphicalHeader
{
    width: 100%;
    height: 221px;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
}

#PageTitleWrapper
{
    width: 100%;
    height: 143px;
    position: absolute;
    top: 80px;
    left: 0px;
}

#PageTitle
{
    width: 970px;
    height: 55px;
    margin: 89px auto;
}

#BodyWrapper
{
    position: relative;
    margin: 0;
    min-height: 100%;
    width: 100%;
    text-align: center;
    background-image: url('../images/SubpageBodyBG.png');
    background-repeat: repeat-x;
    background-color: #ebebeb;
}

#Body
{
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    width: 970px;
    text-align: left;
}

#InfoBarBorder
{
    width: 100%;
    height: 5px;
    background-image: url('../images/InfoBarBorder.png');
    background-repeat: repeat-x;
    position: relative;
    z-index: 500;
}

#InfoBarWrapper
{
    width: 100%;
    height: 67px;
    background-image: url('../images/InfoBarBG.png');
    padding-bottom: 60px;
    position: relative;
    z-index: 500;
}

#InfoBar ul
{
    width: 970px;
    margin: 0px auto;
    padding: 35px 0px;
}

#InfoBar ul li
{
    width: 260px;
    height: 193px;
    border-right: 1px dotted #505053;
    float: left;
    padding: 10px 40px 0px 10px;
    margin-right: 35px;
    color: #878787;
    list-style: none;
    font-size: 12px;
    line-height: 20px;
    background-image: url('../images/InfoQuoteBG.png');
    background-repeat: no-repeat;
}

#InfoBarWrapper.NoQuotes
{
    height: 220px;
}

#InfoBarWrapper.NoQuotes div ul li
{
    background-image: none;
    height: 125px;
}

#InfoBar ul li.last
{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

#InfoBar ul li h4
{
    margin: 0px;
    font-family: 'Swiss721W01-BoldCondens';
    font-size: 18px;
    color: #b6b6b6;
    text-transform: uppercase;
}

#InfoBar ul li a
{
    font-family: 'Swiss721W01-BoldCondens';
    font-size: 12px;
    color: #ebad00;
    text-transform: uppercase;
    text-decoration: none;
}

.yellow
{
    color: #ebad00;
}

#LeftColumn
{
    width: 594px;
    height: 526px;
    text-align: left;
    float: left;
}

#RightColumn
{
    width: 340px;
    text-align: left;
    float: right;
    position: relative;
    z-index: 1000;
}

#RightColumnImg
{
    position: absolute;
    top: -19px;
}


/*
    About Us
---------------------------------------------------------------------------------*/
#AboutNav
{
    padding: 0px;
    height: 28px;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 600px;
}

#AboutNav li
{
    list-style: none;
    position: relative;
}

.SubNavButton
{
    width: 197px;
    height: 24px;
    background-image: url('../images/SubNavBackground.png');
    color: #a8a8a8;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Swiss 721 W01 Medium';
    float: left;
    padding-top: 4px;
    margin-right: 2px;
    cursor: pointer;
}

.SubNavButton:hover,
.SubNavButton.selected
{
    background-image: url('../images/SubNavBackgroundOn.png');
    color: #3d3d3d;
}

.AboutNavArrow
{
    position: absolute;
    top: 22px;
    left: 88px;
    display: none;
}

#LeftColumnSlider
{
    width: 928px;
    height: 570px;
    overflow: hidden;
    position: relative;
    padding-left: 10px;
    left: -10px;
}

#LeftColumnContent
{
    font-family: 'Swiss 721 W01 Medium';
    font-size: 12px;
    color: #3d3c3c;
    line-height: 16px;
    
    position: absolute;
    left: 10px;
    top: 0px;
}

#LeftColumnContent h2
{
    margin-top: 18px;
}

#Overview
{
    font-family: 'Swiss 721 W01 Light';
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 928px;
}

#Industries
{
    position: absolute;
    top: 0px;
    left: 650px;
    width: 580px;
}

#Services
{
    position: absolute;
    top: 0px;
    left: 1300px;
    width: 580px;
}

.IndustryButton
{
    float: left;
    font-family:'Swiss721W01-BoldCondens';
    font-size: 13px;
    text-align: center;
    margin: 0px 21px 32px 21px;
    height: 55px;
    width: 112px;
    position: relative;
    cursor: pointer;
    
    -webkit-transition: color 0.35s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: color 0.35s ease-out; /* Firefox 4+ */
    -ms-transition: color 0.35s ease-out; /* IE10+ */
    -o-transition: color 0.35s ease-out; /* Opera 10.5+ */
    transition: color 0.35s ease-out;    
}

.IndustryButtonText
{
    margin: 0px auto;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.IndustryButton:hover
{
    color: #ebad00;
}

.IndustryButtonImg
{
    margin: 0px auto;
    position: relative;
    width: 47px;
    height: 47px;
}

.IndustryButtonImg img
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.IndustryButtonImg img.Rollover
{
    display: none;
}

#IndustryPanel
{
    position: absolute;
    top: 450px;
    left: 0px;
    width: 501px;
    height: 400px;
    
    padding: 27px 36px;
    
    background-color: #dfdfdf;
    background-repeat: no-repeat;
    -pie-background: linear-gradient(#ffffff, #dfdfdf);
    border: 3px solid #ffffff;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    behavior: url('_%7bbaseURL%7d/PIE.html');
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
}

#IndustryPanel h2
{
    color: #3d3c3c;
    font-family:'Swiss721W01-BoldCondens';
    font-size: 16px;
    border-bottom: none;
    margin: 0px;
}

#IndustryPanelClose
{
    position: absolute;
    top: 27px;
    right: 33px;
    
    color: #3d3c3c;
    font-family:'Swiss721W01-BoldCondens';
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    
    -webkit-transition: color 0.35s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: color 0.35s ease-out; /* Firefox 4+ */
    -ms-transition: color 0.35s ease-out; /* IE10+ */
    -o-transition: color 0.35s ease-out; /* Opera 10.5+ */
    transition: color 0.35s ease-out;        
}

#IndustryPanelClose:hover
{
    color: #ebad00;
}

#Services a
{
    color: #447e97;
    
    -webkit-transition: color 0.35s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: color 0.35s ease-out; /* Firefox 4+ */
    -ms-transition: color 0.35s ease-out; /* IE10+ */
    -o-transition: color 0.35s ease-out; /* Opera 10.5+ */
    transition: color 0.35s ease-out;        
}

#Services a:hover
{
    color: #000000;
}



/*
    Staffing
---------------------------------------------------------------------------------*/
#LeftColumn_Staffing
{
    width: 375px;
    float: left;
    font-family: 'Swiss 721 W01 Light';
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}

#RightColumn_Staffing
{
    width: 525px;
    float: right;
    font-family: 'Swiss 721 W01 Medium';
    font-size: 12px;
    color: #3d3c3c;
    line-height: 16px;
    padding-left: 40px;
    border-left: 1px dotted #333333;
}

#RightColumn_Staffing h3
{
    font-size: 18px;
    font-family: 'Swiss721W01-BoldCondens';
    margin: 0px;
}

#RightColumn_Staffing p
{
    margin: 8px 0px 20px 0px;
    line-height: 20px;
}



/*
    Staffing
---------------------------------------------------------------------------------*/
#LeftColumn_Solutions
{
    width: 594px;
    height: 475px;
    text-align: left;
    float: left;
}

#LeftColumn_Solutions h2
{
    margin-top: 35px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}



/*
    Careers
---------------------------------------------------------------------------------*/
#CareersContentSlider
{
    width: 970px;
    height: 570px;
    position: relative;
}

#CareersNav
{
    padding: 0px;
    height: 28px;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 970px;
}

#CareersNav li
{
    list-style: none;
    width: 240px;
    height: 24px;
    background-image: url('../images/SubNavBackground.png');
    color: #a8a8a8;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Swiss 721 W01 Medium';
    float: left;
    padding-top: 4px;
    margin-right: 2px;
    cursor: pointer;
    position: relative;
}

#CareersNav li:hover,
#CareersNav li.selected
{
    background-image: url('../images/SubNavBackgroundOn.png');
    color: #3d3d3d;
}

.CareersNavArrow
{
    position: absolute;
    top: 22px;
    left: 110px;
    display: none;
}

#CareersContent
{
    position: absolute;
}

#CareersOverview
{
    width: 970px;
}

#Careers_Left
{
    width: 250px;
    float: left;
    font-family: 'Swiss 721 W01 Light';
    font-size: 16px;
    line-height: 23px;    
}

#Careers_Middle,
#Careers_Right
{
    width: 315px;
    float: left;

    font-family: 'Swiss 721 W01 Medium';
    font-size: 12px;
    color: #3d3c3c;
    line-height: 16px;
    padding-left: 35px;
}

#Careers_Middle
{
    border-left: 1px dotted #3d3d3d;
    margin-left: 35px;
}

#Careers_Middle h3,
#Careers_Right h3
{
    
    font-size: 18px;
    font-family: 'Swiss721W01-BoldCondens';
    margin: 0px;
}


#Careers_Middle p,
#Careers_Right p
{
    margin: 8px 0px 20px 0px;
    line-height: 20px;
}

#Jobs,
#FAQS
{
    width: 970px;
}

#JobsList,
#FAQList
{
    margin-top: 30px;
}

#JobsList p,
#FAQList p
{
    margin-top: 5px;
    margin-bottom: 25px;
    line-height: 18px;
}

#JobsList a,
#FAQList a
{
    color: #3d3c3c;
}

#JobsList a:hover,
#FAQList a:hover
{
    color: #000000;
}


#Jobs_Left,
#Jobs_Right,
#FAQLeft, #FAQRight
{
    font-family: 'Swiss 721 W01 Medium';
    font-size: 12px;
    color: #3d3c3c;
    line-height: 16px;
}

#Jobs_Left h3, #Jobs_Right h3,
#FAQLeft h3, #FAQRight h3
{
    font-size: 18px;
    font-family: 'Swiss721W01-BoldCondens';
    margin: 0px;
    line-height: 20px;
}

#JobsLink
{
    font-size: 18px;
    font-family: 'Swiss721W01-BoldCondens';
    margin: 0px 0px;
    line-height: 20px;
}

#JobsLink a
{
    color: #666666;
    text-decoration: none;
}

#JobsLink a:hover
{
    color: #000000;
}

#Jobs_Left,
#FAQLeft
{
    width: 450px;
    float: left;
}

#Jobs_Right,
#FAQRight
{
    width: 450px;
    float: right;
    border-left: 1px dotted #3d3d3d;
    padding-left: 35px;
}

#Apply
{
    width: 970px;
}

#CareerFormInfo
{
    width: 235px;
    float: left;
    font-family: 'Swiss 721 W01 Italic';
    font-size: 12px;
}

#CareerFormInfo h4
{
    font-family: 'Swiss 721 W01 Light';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin: 0px;
}

#CareerApp
{
    width: 670px;
    padding-left: 40px;
    border-left: 1px dotted #3d3d3d;
    float: right;
    
    font-family: 'Swiss 721 W01 Medium';
    font-size: 12px;
    color: #3d3c3c;
    line-height: 16px;
}

#CareerApp h2
{
    font-size: 18px;
    font-family: 'Swiss721W01-BoldCondens';
    margin: 0px;
    line-height: 20px;
    border-bottom: none;
}

input[type='text']
{
    float: left;
    border: 1px solid #666666;
    height: 22px;
    font-family: 'Swiss 721 W01 Light';
    font-size: 14px;
    background: none;
}

#CareerApp div.RadioInput
{
    float: left;
    width: 65px;
}


.FormSection
{
    padding-bottom: 15px;
    border-bottom: 1px dotted #3d3d3d;
    margin-bottom: 25px;    
}

.FormField
{
    float: left;
    height: 43px;
    margin-bottom: 23px;
    position: relative;
}

.FormField h5
{
    margin: 0px 0px 10px 0px;
    font-family: 'Swiss 721 W01 Bold';
    font-weight: normal;
    font-size: 12px;
}

#ResumeSection
{
    margin: 0px 0px 10px 0px;
    font-family: 'Swiss 721 W01 Bold';
    font-weight: normal;
    font-size: 12px;
}

.resume,
.comments
{
    width: 669px;
    height: 138px;
    border: 1px solid #666666;
    font-family: 'Swiss 721 W01 Light';
    font-size: 14px;
    background: none;
    margin-bottom: 30px;
}

.FormButton
{
    width: 165px;
    height: 40px;
    cursor: pointer;
    position: relative;
}

.FormButton img
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.FormButton img.Rollover
{
    display: none;
}

.Careers_Ethnicity
{
    list-style: none;
    padding-left: 0px;
}

.Careers_Ethnicity li
{
    margin-top: 10px;
}

.Careers_Ethnicity li div
{
    float: right; 
    width: 650px;
}


/*
    Contact
---------------------------------------------------------------------------------*/
.italic12
{
    font-family: 'Swiss 721 W01 Italic';
    font-size: 12px;
    margin-top: 20px;
}

.ContactForm 
{
    width: 694px;
    padding-right: 30px;
    border-right: 1px dotted #3d3d3d;
}

.ContactFormRight h3
{
    font-family: 'Swiss721W01-BoldCondens';
    font-size: 18px;
    margin: 0px;
}

.ContactFormRight div.bold
{
    font-family: 'Swiss 721 W01 Bold';
}

.ContactFormRight
{
    font-size: 12px;
}

.ContactFormRight a
{
    color: #447e97;
    text-decoration: none;
    
    -webkit-transition: color 0.35s ease-out; /* Saf3.2+, Chrome */
    -moz-transition: color 0.35s ease-out; /* Firefox 4+ */
    -ms-transition: color 0.35s ease-out; /* IE10+ */
    -o-transition: color 0.35s ease-out; /* Opera 10.5+ */
    transition: color 0.35s ease-out;        
}

.ContactFormRight a:hover
{
    color: #000000;
    text-decoration: none;
}

input.error,
textarea.error
{
    border: 1px solid red;
}


/*
    Form Validation
---------------------------------------------------------------------------------*/
label.error
{
    font-size: 12px;
    font-family: 'Swiss721W01-BoldCondens';
    color: #ff0000;
}