body
{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #252525;
    margin: 0;
    padding: 0;
    background: #363736 url('images/bg.png') repeat-x !important;
}

a, a:visited
{
	color: #0000FF;
    text-decoration: none;
}

a:active
{
    outline: none;
}

a:focus
{
    -moz-outline-style: none;
}

a:hover
{
    color: Black;
}

h1, h2, h3
{
    font-weight: bold;
    margin-top: 0;
}

h1
{
    font-size: 30px;
}

h2
{
    font-size: 18px;
}

h3
{
    font-size: 12px;
}

a img
{
    border: 0;
}

img.left
{
    float: left;
    margin: 0 10px 15px 0;
}

img.right
{
    float: right;
    margin: 0 0 10px 10px;
}

ul li
{
	padding: 5px 0;
	margin-right: 25px;
}

table
{
    border-collapse: collapse;
}

blockquote
{
    margin: 5px;
}

/* Containers */

#wrapper
{
    width: 940px;
    margin: 0 auto;
}

#header
{
    float: left;
    width: 940px;
    height: 130px;
    margin: 0 auto;
}

.logo
{
    float: left;
    width: 430px;
    height: 130px;
}

.login
{
    float: right;
    width: 258px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    border: 2px solid #898989;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;    
}

.phone
{
    color: #ffe513;
    background-color: Black;
    width: 238px;
    font-size: 25px;
    padding: 10px;
}

.loginlink
{
    color: White;
    background-color: #7d7d7d;
    font-size: 10px;
    line-height: 18px;
}

.loginlink a
{
    color: #ffe513;
}

.loginlink a:hover
{
    color: White;
}

#container
{
    float: left;
    width: 940px;
}

#nav
{
    clear: both;
    float: left;
    width: 100%;
}

ul.menu
{
    margin: 8px 0 0 12px;
    padding: 0;
    width: 100%;
    float: left;
}

ul.menu li
{
    float: left;
    list-style-type: none;
    color: White;
    background: url('images/nav-shadow.png') no-repeat right;
    margin-right: 2px;
    padding: 0 4px 0 0;
    margin-top: 10px;
}

ul.menu li a
{
    padding: 5px 12px;
    background: #555555;
    color: #ffe513;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    border: 2px solid #898989;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
}

ul.menu li a:hover, ul.menu li a.active, ul.menu li a:hover.apply
{
    color: White;
    background: #252525;
    border: 2px solid #252525;
}

ul.menu li a.apply
{
    background: #464646;
    border: 2px solid #464646;
    padding-top: 10px;
}

#homeintro, #intro
{
    clear: both;
    float: left;
    background-color: #252525;
    border: 3px solid #252525;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
}

#breadcrumb
{
    clear: both;
    width: 100%;
    border-left: 3px solid #252525;
    border-right: 3px solid #252525;
    background-color: Black;
    color: White;
    width: 920px;
    line-height: 24px;
    padding-left: 14px;
}

#content
{
    clear: both;
    float: left;
    background: White url('images/content-bg.png') repeat-y;
    width: 920px;
    border: 3px solid #252525;
    padding: 10px 0 20px 14px;
    border-top: 0;
}

.leftCol
{
    float: left;
    width: 700px;
    padding-top: 10px;
}

.rightCol
{
    float: right;
    width: 212px;
    color: White;
    line-height: 18px;
}

#footer
{
    clear: both;
    float: left;
    margin: 0 auto 25px;
    width: 934px;
    height: 40px;
    background-color: #252525;
    text-align: center;
    color: White;
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    border: 3px solid #252525;
}

/* Common Elements */

blockquote strong
{
    color: White;
}

a.more
{
    position: absolute;
    clear: both;
    background: url('images/morearrow.png') no-repeat;
    width: 50px;
    height: 25px;
    bottom: 5px;
    right: 5px;
    color: #ffe513;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    line-height: 25px;
    font-size: 8px;
    padding-left: 5px;
}

div.left
{
    float: left;
    width: 290px;
}

div.left ul
{
    margin-left: 25px;
}

div.right
{
    float: right;
    width: 300px;
    margin-right: 25px;
}

#breadcrumb a, #homeintro a, #intro a, .rightCol a, #footer a, ul.column li h3
{
    color: #ffe513;
}

#breadcrumb a:hover, #homeintro a:hover, #intro a:hover, .rightCol a:hover, #footer a:hover, ul.column li p
{
    color: White;
}

.homeintrotext, .introtext
{
    color: #b7b7b7;
    font-size: 16px;
    font-weight: bold;
}

.homeintrotext h1, .introtext h1
{
    color: White;
    margin-bottom: 5px;
}

.homeintrotext p
{
    margin: 5px 0 0;
    line-height: 24px;
}

.contentdivider
{
    clear: both; 
    border-top: 1px solid silver; 
    width: 100%;
    margin: 20px 0;
}

/* Home Page Styling */

#homeintro
{
    height: 100px;
    width: 904px;
    padding: 10px 15px;    
}

#homeintro h2
{
    font-size: 12px;
}

.homeintrotext
{
    float: left;
    width: 700px;
}

.introright
{
    float: right;
    width: 197px;
    color: White;
    line-height: 18px;
}

.lookingcontainer
{
    width: 304px;
    float: left;
    margin: 10px 21px;
}

span.lookingheadline
{
    color: #ffe513;
    font-weight: bold;
}

span.hireheadline
{
    color: #6dcff6;
    font-weight: bold;
}

.homejob, .homehire
{
    position: relative;
    float: left;
    width: 277px;
    min-height: 210px;
    color: White;
    background: #464646 url('images/home-info-bg.gif') repeat-x top;
    border: 2px solid #636363;
    border-top: none;
    padding: 10px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}

.homehire
{
    line-height: 20px;
}

.homehire p
{
    margin-top: 0;
}

ul.jobsleft, ul.jobsright
{
    margin: 5px 0 0;
    padding: 10px 20px;
    font-size: 10px;
}

ul.jobsleft li, ul.jobsright li
{
    padding: 2px 0;
	margin-right: 0;
}

ul.jobsleft, ul.left
{
    clear: both;
    float: left;
}

ul.jobsright, ul.right
{
    float: right;
}

ul.left
{
    width: 40%;
}

ul.right
{
    width: 45%;
}

/* Inner Page Styling */

#intro
{ 
    height: 48px;
    width: 919px;
    padding: 10px 0 10px 15px;
}

#intro h1
{
    margin: 0;
    padding: 0;
}

.jobsheader
{
    background: url('images/header-jobs.jpg') no-repeat right;
}

.employeesheader
{
    background: url('images/header-employees.jpg') no-repeat right;
}

.employersheader
{
    background: url('images/header-employers.jpg') no-repeat right;
}

.historyheader
{
    background: url('images/header-history.jpg') no-repeat right;
}

.applyheader
{
    background: url('images/header-apply.jpg') no-repeat right;
}

#expandLeft
{
    float: left;
    width: 320px;
    margin: 0;
}

#expandRight
{
    float: right;
    width: 320px;
    margin: 0 25px 0 0;
}

dt.topic
{
    position: relative;
    font-weight: bold;
    font-size: 14px;
    padding-left: 25px;
    line-height: 24px;
    color: White;
    background: #464646 url('images/arrow.png') no-repeat left;  
    border-bottom: 1px solid black;
}

dt.topic:hover
{
    cursor: pointer;
}

dt.topic span
{
    color: #ffe513;
    font-size: 10px;
    font-style: italic;
    padding-right: 10px;
    font-weight: normal;
    position: absolute;
    right: 5px;
}

#expandLeft dd,
#expandRight dd
{
    position: relative;
    margin: 0 0 15px;
    overflow: auto;
    background-color: #d7d7d7;
    padding: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;    
}

dd p
{
    font-weight: bold;
    margin-left: 5px;
    position: relative;
}

#expandLeft dd ul,
#expandRight dd ul
{
    margin-left: 0;
}

#expandLeft dd ul li,
#expandRight dd ul li
{
    padding: 0;
}


.rssfeed
{
    float: left;
    width: 212px;
    height: 345px;
    padding: 0 10px;
    border-right: 1px dotted silver;
    font-size: 11px;
}

.last
{
    float: right;
    margin: 0;
    border-right: 0;
    border-bottom: 0;
}

.rssfeed img
{
    padding-bottom: 10px;
}

center span
{
    display: none;
}

a.rsslinks
{
    background: url('images/blackarrow.gif') no-repeat top left;
    padding-left: 14px;
}

ul.clientcenter, ul.hire, ul.column
{
    margin: 0;
    padding: 0;
}

ul.clientcenter
{
    clear: both;
}

ul.clientcenter li, ul.hire li
{
    list-style-type: none;
}

ul.hire li
{
    clear: both;
    border-bottom: 1px dotted silver;
    padding-bottom: 15px;
}

ul.hire li.last
{
    float: none;
    border-bottom: 0;
}

ul.hire li h3
{
    margin-top: 10px;
}

ul.clientcenter li
{
    margin: 0 17px 0 0;
    padding: 15px 5px;
    border-bottom: 1px dotted silver;
}

ul.clientcenter li.last
{
    border-bottom: 0;
}

ul.clientcenter li h3
{
    text-transform: uppercase;
}

ul.clientcenter li span
{
    display: block;
    font-weight: bold;
    padding-top: 15px;
}

ul.column
{
    float: left;
    margin-bottom: 10px;
}

ul.column li
{
    position: relative;
    list-style-type: none;
    float: left;
    width: 160px;
    height: 245px;
	padding: 0 0 15px;
	font-size: 10px;
	margin-right: 20px;
	background-color: #555555;
	line-height: 14px;
}

ul.column li p, ul.column li h3
{
    margin: 2px 0;
    padding: 0 8px;
}

ul.column li p
{
    color: white;
}

ul.column li.last
{
    float: right;
	margin-right: 0;
}

ul.column li ul
{
	margin: 0;
	padding: 0;
}

ul.column li ul li
{
	list-style-type: disc;
	margin: 5px 0 5px 15px;
	width: 150px;
}

li.pdf
{
    list-style-type: none;
    background: url('images/pdf.gif')  no-repeat left;
    padding-left: 25px;
    margin-right: 0;
}

/* Sidebar */

.rightCol ul
{
    margin: 0;
    padding: 0;
}

.rightCol ul li
{
    margin: 0 0 15px 15px;
    padding: 0;
    list-style-type: none;
}

ul.sidenav
{
    margin-bottom: 10px;
}

ul.sidenav li
{
    margin: 0;   
}

ul.sidenav li a
{
    padding: 8px 0 8px 15px;
    display: block;
    width: 197px;
    font-weight: bold;
    border-bottom: 1px dotted silver;
    cursor: pointer;  
}

ul.sidenav li a.sideactive
{
    background-color: #636363;
    color: white;
}

ul.sidenav li a.applynow
{
    background-color: #252525;
}

ul.sidenav li a.applynow:hover
{
    background-color: #252525;
    color: White;
}

ul.sidenav li a.sideactive:hover
{
    color: white;
}

ul.sidenav li a:hover
{
    background-color: #636363;
}

div.sidenavtext
{
    font-size: 9px;
    line-height: 12px;
    color: #cccccc;
    font-weight: normal;
    width: 197px;
    margin: 0;
    padding: 0;
}

ul.subnav li a
{
    background-color: #636363;
    padding: 0 0 0 30px;
    font-size: 11px;
    margin: 0;
    height: auto;
    width: auto;
    font-weight: normal;
}

ul.subnav li a:hover
{
    background-color: #464646;
}

ul.subnav li a.subactive
{
    background-color: #464646;
    color: White;
}