@charset "utf-8";
/* CSS Document */

/* RESET */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, object, input, select, hr { margin:0; padding:0; }

a img{ border:none; }

/* END RESET */

html{
	overflow-y: scroll !important;
}

body{
	background:url(../images/background.gif) repeat-x top #611c33;
	font-family:Verdana, Geneva, sans-serif;
}

#centered{
	margin:0 auto;
	width:960px;
	text-align:left;
}

/* HEADER */

.CompanyTitle
{
    display:none;
}

#header{
	height:77px;
}

#logo{
	float:left;
	margin:5px 0 0 50px;
	width:240px;
	height:78px;
	background:url(../images/logo.png) no-repeat;
	display:inline;
	cursor:pointer;
}

#tagLine{
	float:left;
	margin:35px 0 0 10px;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	font-style:italic;
}

#header-contact{
	float:right;
	color:#FFF;
	font-size:14px;
	text-align:center;
	margin:20px 100px 0 0;
	display:inline;
}

#header-phone{
	font-size:24px;
	font-weight:bold;
}

/* NAVIGATION */

#navigation{
	background:url(../images/navigation.png) no-repeat top center;
	height:48px;
	text-align:center;
	width:880px;
	margin-left:40px;
	z-index:9999;
}

#menu {
	width: 830px;
	float: left;
	position:relative;
	top:5px;
	left:55px;
	z-index:9999;
}

#menu ul {
	list-style: none;
	width:150px;
	float: left;
	z-index:9999;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 5px 3px;
	font-size:16px;
}

#menu ul li a{
	color: #491526;
	text-decoration: none;
	height:28px;
}

#menu h2 a{
	font-size:13px;
	color: #491526;
	padding:10px 0 0 0;
	font-weight:bold;
	text-transform:uppercase;
}

#menu a:hover, #menu .current {
	color: #FFF;
	background-image:url(../images/nav-back.gif);
}

#menu li {position: relative; z-index:9999;}

#menu ul ul {
	position: absolute;
	z-index: 9999;
	margin:-5px 0 0 3px;
	border:solid 2px #ABAAAB;
	background:#FAFAFA;
	text-align:left;
	width:200px;
}

#menu ul ul a{
	font-size:12px;
	color:#491526;
	font-weight:bold;
	padding:10px;
	height:auto;
	z-index: 9999;
}

#menu ul ul a:hover{
	background-color:#491526;
	color:#FFF;
	background-image:none;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* CONTENT */

#content{
	background:url(../images/content-back.png) center repeat-y;
	width:880px;
	margin-left:40px;
	font-size:12px;
	color:#666;
	padding-bottom:25px;
}

#content h1{
	color:#640101;
	font-size:18px;
	font-weight:bold;
	margin:15px 0;
}

#content h2
{
    color:#640101;
    font-size:14px;
    font-weight:bold;
    margin:15px 0;
}

#content-left{
	margin:0 10px 0 30px;
	float:left;
	width:500px;
	display:inline;
}

#content-left ul{
	margin:15px 75px 15px 50px;
}

#content p
{
    margin:10px 0;
}

#content-right{
	float:left;
	width:305px;
	margin:0 0 0 6px;
	display:inline;
}

#content-right p{
	margin-top:10px;
}

#content-right h5
{
    margin:10px 0;
}

.banner{
	height:180px;
	width:844px;
	margin:0 0 0 18px;
}

.banner-text
{
    color:#000;
    float:right;
    width:450px;
    position:relative;
    top:35px;
    right:25px;
}

.white
{
    color:#FFF;
}

.welcome
{
    color:#491526;
    font-size:17px;
    font-weight:bold;
}

#home-banner
{
    background:url(../images/welcome.png) no-repeat;
}

#employers-banner{
	background:url(../images/employer-banner.gif) no-repeat;
}

#job-seekers-banner{
	background:url(../images/job-seekers-banner.gif) no-repeat;
}

#generic-banner
{
    background:url(../images/generic.gif) no-repeat;
}
    

/* HOME PAGE CONTENT */

.home-button{
	float:left;
	margin:20px 0 0 0;
	height:215px;
	width:250px;
}

.home-button-img{
	background-repeat:no-repeat;
	height:215px;
	width:250px;
	display:block;
	text-decoration:none;
	font-size:13px;
	color:#000;
	font-weight:bold;
}

.home-button-img span{
	display:block;
	width:120px;
	margin:0 0 0 15px;
	cursor:pointer;
}

#job-seekers{
	background-image:url(../images/job-seekers.gif);
}

#job-seekers:hover{
	background-image:url(../images/job-seekers-hover.gif);
	color:#640101;
}

#employers{
	background-image:url(../images/employers.gif);
}

#employers:hover{
	background-image:url(../images/employers-hover.gif);
	color:#640101;
}

/* SEARCH BOX */

#content .search-box{
	background:url(../images/search-back.gif) no-repeat;
	height:215px;
	width:315px;
	float:left;
	margin-top:20px;
	color:#FFF;
	font-size:14px;
}

#content .search-box h2{
	font-size:18px;
	font-weight:bold;
	margin:15px 0 0 20px;
	color:#FFF;
}
#content .search-box h2 span{
    font-size:10pt;
}

.search-checkbox{
	float:left;
	width:120px;
	margin:5px 0 0 20px;
}

.search-checkbox input{
	margin-right:5px;
}

#content .search-box select{
	margin:8px 0 0 20px;
	width:200px;
}

.search-button{
	background:transparent;
	background-image:url(../images/horizontal-button.png);
	width:235px;
	height:30px;
	border:none;
	background-repeat:no-repeat;
	margin:15px 0 0 40px;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}

.search-button:hover{
	background-image:url(../images/horizontal-button-hover.png);
}

/* JOB SEEKERS LISTING PAGE */

.pagination{
	background:url(../images/pagination-back.gif) no-repeat;
	height:40px;
	width:490px;
	margin:25px 0 0 0;
	text-align:center;
	display:block;
}

.pagination a{
	text-decoration:none;
	color:#000;
	font-size:16px;
	font-weight:bold;
}

.listing{
    position:relative;
    top:13px;
}

.next{
	float:right;
	display:block;
	background-image:url(../images/right-arrow.gif);
	background-repeat:no-repeat;
	height:29px;
	width:90px;
	background-position:right;
	text-align:left;
	padding:11px 0 0 0;
	margin-top:-14px;
	color:#000000;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}
.next-disabled, span.next{
	float:right;
	display:block;
	background-image:url(../images/right-arrow_d.gif);
	background-repeat:no-repeat;
	height:29px;
	width:90px;
	background-position:right;
	text-align:left;
	padding:11px 0 0 0;
	margin-top:-14px;
	color:#000000;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}
.prev{
	float:left;
	display:block;
	background-image:url(../images/left-arrow.gif);
	background-repeat:no-repeat;
	height:29px;
	width:90px;
	text-align:right;
	padding:11px 0 0 0;
	margin-top:-14px;
	color:#000000;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}
.prev-disabled, span.prev{
	float:left;
	display:block;
	background-image:url(../images/left-arrow_d.gif);
	background-repeat:no-repeat;
	height:29px;
	width:90px;
	text-align:right;
	padding:11px 0 0 0;
	margin-top:-14px;
	color:#000000;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
}
.grey-box-wrapper
{
    margin:25px 0 0 0;
}

.grey-box-header
{
	background:url(../images/job-header-back.gif) no-repeat;
	width:490px;
	height:6px; 
}

.grey-box-footer
{
	background:url(../images/job-footer-back.gif) no-repeat;
	width:490px;
	height:10px;    
}

.job-listing{
	background:url(../images/job-back.gif) left repeat-y;
	width:490px;
	padding:10px 0 10px 0;
}

.job-item
{
    width:475px;
    margin:0 0 0 15px;
}

.job-item td
{
    vertical-align:top;
}

.job-listing h3 a{
	color:#640101;
	font-size:18px;
	margin-bottom:10px;
	text-decoration:none;
}

.job-listing-info
{
    width:100%;
    text-align:left;
}

.td-right
{
    width:100px;
}

.job-listing-info td{
	padding:5px 5px 5px 0;
}

.yellow{
	color:#d8ab24;
	font-weight:bold;
}

.more-info{
	color:#FFF;
	text-decoration:none;
	display:block;
	background:url(../images/purple-button.gif) no-repeat;
	margin:10px 0 0 0;
	padding:7px 0 0 0;
	height:23px;
	width:235px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

.more-info:hover{
	background-image:url(../images/purple-button-hover.gif);
}

.date-button{
	float:left;
	position:relative;
	bottom:0;
}

#job-content h3{
	color:#640101;
	font-size:20px;
}

#job-header p{
	float:right;
}

#job-content{
	background:url(../images/job-content-back.gif) repeat-y;
	width:460px;
	padding:15px;
}

#job-content p{
	margin:0 0 10px 0;
}

.apply-now{
	display:block;
	background:url(../images/purple-button.gif) no-repeat;
	width:235px;
	height:30px;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin-top:20px;
    border:0;
}
a.apply-now{
    padding:5px 0 0 0;}

.apply-now:hover{
	background-image:url(../images/purple-button-hover.gif);
}

#testimonials h2
{
    margin-top:30px;
}

hr
{
    color:#ccc;
}

h4
{
    font-size:12px;
    font-weight:bold;
    color:#333;
    margin:15px 0;
}

.signature{
	float:right;
	font-weight:bold;
	text-align:right;
	margin:15px 15px 0 0;
}
/* FOOTER */

.footer{
	background-image:url(../images/footer-back.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:160px;
	width:880px;
	margin-left:40px;
	padding-top:10px;
}

.footer ul{
	float:left;
	margin:0 0 0 55px ;
	display:inline;
}

.footer ul li{
	list-style:none;
}

.footer a{
	text-decoration:none;
	font-size:12px;
	color:#999;
}

.footer a:hover{
	color:#FFF;
}

.footer-title{
	color:#CCC;
	font-weight:bold;
}

#footer-phone{
	float:right;
	font-size:24px;
	color:#CCC;
	font-weight:bold;
	margin:0 50px 0 0;
	text-align:right;
	display:inline;
}

#copyright{
	font-size:12px;
	position:relative;	
}

#address{
	font-size:12px;
	position:relative;
}

/*APPLICATION FORM*/

.apply-content{
	background:url(../images/job-content-back.gif) repeat-y;
	width:460px;
	padding:15px;
}

.apply-content table
{
    width:100%;
}

.apply-content td
{
    vertical-align:top;
    padding:5px 15px 5px 0;
}

.apply-content input
{
    margin:0 5px 0 0;
}

/* BLACKSTONE */

#blackstone{
	width:960px;
	text-align:center;
	margin:5px 0 25px 0;
	color:#999;
	font-size:10px;
}

#blackstone ul li{
	display:inline;
}

#blackstone a{
	color:#FFF;
	font-size:10px;
}

/* RECRUITERS */

.recruiter
{
    position:relative;
    margin-top:25px;
}

.recruiter img
{
    float:left;
    margin:0 15px 0 0;
}

.recruiter h3
{
    font-size:18px;
    color:#640101;
    font-weight:bold;
}

.recruiter h4
{
    font-size:12px;
    font-weight:bold;
    color:#000;
}

.recruiter h5
{
    font-size:10px;
    font-weight:bold;
    color:#000;
}

.recruiter .phone
{
    font-size:14px;
    color:Red;
}

/* CONTACT FORM */

#contact-stuff
{
    background:url(../images/job-content-back.gif) repeat-y;
    width:475px;
    padding:0 0 15px 15px;
}

#contact-stuff td
{
    width:25%;
    padding:5px 0;
}

#contact-stuff textarea
{
    width:250px;
    height:150px;
}

.contact-button{
	background:transparent;
	background-image:url(../images/purple-button.gif);
	width:235px;
	height:30px;
	border:none;
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	margin:15px 0 0 0;
}
.contact-button:hover{
	background-image:url(../images/purple-button-hover.gif);
}

#zip
{
    width:70px;
}

.footer #certified {
    /*float:left;*/
    margin-left:2px;
    margin-top:70px;
}