/*** CSS Reset ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

img {
	border:0;
	margin:0;
	padding:0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*** Global Styles / Float Clearing ***/

.clearfix:after, .container:after, .content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix, .container, .content {
	zoom: 1;     /* triggers hasLayout */
}

.clear{
	clear: both;
}

div.clear{
	font-size: .001em;
	height: 0px;
}

.left{ float: left; }

.right{ float: right; }

/* General Styles */

body {
	background:url(../img/bckg_gradient.jpg) left top repeat-x #d53d16;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
}

a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

p {
	line-height:17px;
	padding-bottom:15px;
}

.long {
	padding-bottom:25px;
}

/* Layout */

.container {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#header {
	background:url(../img/main_header.jpg) left top no-repeat;
	height:411px;
	margin-top:27px;
}

.mid_box {
	width:259px;
	background:#9a4306;
	height:200px;
	padding:15px 20px 10px 20px;
}

.top_box {
	background:url(../img/box_top.gif) left top no-repeat;
	height:11px;
}

.bott_box {
	background:url(../img/box_bott.gif) left top no-repeat;
	height:11px;
}

.col_1 {
	margin-top:35px;
	width:300px;
	float:left;
	padding-right:30px;
}

.col_2 {
	margin-top:35px;
	width:300px;
	float:right;
}

.col_3 {
	width:450px;
	float:left;
	margin-top:65px;
	border-right:1px solid #de5514;
	padding-right:45px;
}

.col_4 {
	padding-left:20px;
	width:430px;
	float:right;
	margin-top:65px;
}

.col_5 {
	width:220px;
	float:left;
	padding-top:10px;
}

.col_6 {
	width:200px;
	float:right;
	padding-top:10px;
}

#home .welcome_blurb {
	padding:100px 20px 0 20px;
	width:270px;
	float:left;
}

.welcome_blurb {
	padding:150px 20px 0 20px;
	width:270px;
	float:left;
}

/* Typography */
	
.main_nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-style:normal;
	width:100px;
	height:36px;
	display:block;
	padding:30px 10px 0 10px;
	text-align:center;
}

.main_nav a:hover {
	text-decoration:none;
	color:#9a4306;
}

.curr a:hover {
	color:#fff;
}

.main_nav li {
	float:left;
	display:inline;
}

.main_nav .first {
	margin-left:40px;
}

.main_nav .curr {
	background:url(../img/curr.gif) 8px 17px no-repeat;
	height:60px;
	width:120px;
}

.welcome {
	font-style:italic;
	color:#9a4306;
	font-size:12px;
}

h1 {
	text-transform:uppercase;
	color:#edc908;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
	padding-bottom:10px;
	text-shadow: 1px 1px #333;
}

h1#logo {
	background:url(../img/temp_logo.gif) 25px 20px no-repeat;
	width:296px;
	height:110px;
	float:left;
	cursor:pointer;
}

h1#logo span {
	text-indent:-1000px;
	overflow:hidden;
	display:block;
}

h2 {
	font-weight:bold;
	font-size:20px;
	padding-bottom:10px;
	text-shadow: 1px 1px #9a4306;
}

h3 {
	font-size:28px;
	color:black;
	font-weight:bold;
	letter-spacing:-2px;
	padding-bottom:10px;
}

h4 {
	text-transform:uppercase;
	color:#edc908;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
}	

.intro {
	color:#ffb06f;
	padding-bottom:10px;
}

.intro_main {
	color:#efdc06;
	padding-bottom:10px;
}

.link {
	color:black;
	font-style:italic;
	font-size:12px;
	background:url(../img/arrow.gif) right 3px no-repeat;
	padding-right:15px;
}

a.job_link {
	color:#ffb170;
	font-size:12px;
	margin-bottom:5px;
	display:block;
}

.img_left {
	float:left;
	padding:0 20px 10px 0;
}

.img_sm {
	padding:0 18px 10px 0;
	float:left;
}

.img_right {
	float:left;
}

.job_divider {
	background:url(../img/job_divider.gif) left top no-repeat;
	height:2px;
	padding:10px 0 5px 0;
}

.testimonial {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:5px;
	font-style:italic;
	font-size:13px;
	color:#FFB06F;
}

/* List */

#list {
	padding-bottom:10px;
}

#list li{
	background:url(../img/bullet.gif) 20px 6px no-repeat;
	padding-left:50px;
	padding-bottom:10px;
	font-style:italic;
	line-height:17px;
}

#main_list {
	padding-bottom:10px;
}

#main_list li{
	background:url(../img/bullet.gif) 20px 6px no-repeat;
	padding-left:50px;
	padding-bottom:10px;
	font-weight:bold;
	line-height:17px;
	color:#EDC908;
}

/* Footer */

#footer {
	background:#be3515;
	height:105px;
	margin-top:40px;
}

#footer p {
	padding-top:15px;
	color:#fbad99;
}

.line {
	background:#a12d12;
	height:1px;
	margin:0;
	padding:0;
}

.line_2 {
	background:#ed4518;
	height:1px;
	margin:0;
}


/* Page Specific */

#home .col_3 {
	background:url(../img/divider.gif) top right no-repeat;
	border-right:none;
}

#about .testimonial {
	color:#edc908;
}

.location {
	color:#000;
}	
	
#candidates #header, #position #header {
	background:url(../img/main_candidates.jpg) top left no-repeat;
}

#employers #header {
	background:url(../img/main_employers.jpg) top left no-repeat;
}

#solutions #header {
	background:url(../img/main_solutions.jpg) top left no-repeat;
}

#about #header {
	background:url(../img/main_about.jpg) top left no-repeat;
}

#contact #header {
	background:url(../img/main_contact.jpg) top left no-repeat;
}

#position .col_3 {
	width:550px;
}

#position .col_4 {
	width:330px;
}

#contact .col_1 {
	width:280px;
}

#contact .col_2 {
	width:320px;
}

.large_txt {
	font-size:14px;
	line-height:19px;
}

.indent {
	font-style:normal;
	color:#fff;
	font-weight:normal;
}

#about .welcome_blurb {
	padding:100px 20px 0 20px;
}

#solutions .welcome_blurb {
	padding:135px 20px 0 20px;
}

#candidates .welcome_blurb, #position .welcome_blurb {
	padding:105px 20px 0 20px;
}

#employers .welcome_blurb {
	padding:90px 20px 0 20px;
}

#contact .welcome_blurb {
	padding:90px 20px 0 20px;
}

/* Form */

.box_height{
	height:60px;
}

label {
	display:block;
	font-weight:bold;
	color:#EDC908;
	text-transform:uppercase;
	font-size:11px;
	padding-bottom:5px;
}

input, textarea {
	width:250px;
	font-size:14px;
	color:#e76c13;
	padding:5px 0 5px 3px;
}

textarea {
	height:150px;
}

.btn, #postion-form .btn {
	width:100px;
	font-size:12px;
	color:#333333;
	padding:3px 0 3px 0;
	margin-top:20px;
}

.position_box  {
	background-color:#ec7a12;
	border-top:1px solid #cf6c11;
	border-bottom:1px solid #cf6c11;
}

.listing {
	padding:15px 15px;
	position:relative;
}

a.title {
	color:#efdc06;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:-1px;
	cursor:pointer;
	display:block;
	padding-bottom:5px;
}

a.title:hover {
	text-decoration:underline;
}

.job_time {
	border-right:1px solid #fff;
	color:#fff;
	font-weight:bold;
	margin-right:8px;
	padding-right:8px;
	text-transform:uppercase;
}

#new_job {
	background:url(../img/new_job.gif) left top no-repeat;
	padding-left:35px;
}

#postion-form input {
	width:315px;
	font-size:14px;
	padding:5px 3px 3px 4px;
}

.height {
	height:65px;
}

#postion-form .phone1 {
	float:left;
	width:84px;
	margin-right:11px;
}

#postion-form .phone2 {
	width:104px;
	float:left;
}

#postion-form select {
	width:324px;
	font-size:15px;
	padding:5px;
	color:#e76c13;
}

#postion-form .zip {
	width:160px;
}

#contact .col_5 {
	margin-top:25px;
	margin-left:10px;
	width:280px;
}

#optin input {	
	width:auto;
	margin-right:10px;
}

#optin label {
	cursor:pointer;
}

#optin span {
	color:#FFFFFF;
}

#min-height .col_3 {
	height:350px;
}

.call_lg {
	font-size:24px;
	color:#fffc17;
	line-height:26px;
	padding-top:20px;
	font-style:italic;
}

.call_sm {
	font-size:20px;
	padding:20px 0 40px;
	line-height:24px;
}

.call_sm b {
	color:#fffc17;
}

.phone {
	font-size:65px;
	font-weight:bold;
	padding:20px 0 50px 80px;
	text-shadow:1px 1px #333;
}

.required {
	font-size:14px;
	color:#000;
}

#top_pad {
	padding-top:15px;
}

.social {
	float:right;
	padding-left:10px;
}

#postion-form .form_col_1 {
	width:200px;
	float:left;
}

#postion-form .form_col_2 {
	width:100px;
	float:right;
}

#postion-form .input_sm {
	width:85px;
}

#postion-form .input_mid {
	width:200px;
}
