/*
**********************************
Aviation Recruiting, www.aviationrecruiting.net
Created: December 19, 2008
Updated: April 25, 2009
Author: Pippin Design, www.pippindesign.com

Table of Contents:
	1. CSS Reset
	2. General selectors
	3. Homepage Layout
	4. Subpage Layout
	
*********************************
*/

/*---------------------------------
	1. 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 ,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
* {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
}

html, body {
	height: 100%;
}

/*---------------------------------
	1. GENERAL SELECTORS ----------------------------------*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #404040;
	background: #f1f1f1 url(../images/bg-body2.jpg) repeat-x 0 0;
}

* html body {
	text-align: center;
}

/*ie*/

#wrapper, .centerer {
	width: 960px;
	margin: 0 auto;
}

#wrapper {
	background-color: #f5f5f5;
	border-right: solid 1px #003366;
	border-left: solid 1px #003366;
	position: relative;
	padding: 0 0 -95px;
}

*html #wrapper {
	height: 100%;
	text-align: left;
}


/* typography */

h1, h2, h3, h4 {
	font-weight: bold;
}

body.blue h1,
body.blue h2,
body.blue a {
	color: #003366;
}

body.red h1,
body.red h2,
body.red a {
	color: #801500;
}

/* header */

#header {
	width: 960px;
	height: 190px;
	background: #ffffff url(../images/bg-header.jpg) no-repeat;
	position: relative;
}

*html #header {
	height: 192px;
}

#header h1 {
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	left: 30px;
}

#header h1 a {
	display: block;
	width: 305px;
	height: 115px;
}

#main-content, #subpage-content {
	float: left;
	width: 719px;
	background-color: #fff;
	padding: 0 0 100px;
	border-right: solid 1px #989898;
	overflow: hidden;
}

#subpage-content.short-page {
	padding: 0 0 220px;

}

.wide-textarea {
	height: auto;
	width: 100%;
	float: left;
	background: #fff url(../images/bg-wide-textarea.jpg) repeat-x 0 bottom;
	border-bottom: 1px solid #989898;
	padding: 30px 0;
}

.wide-textarea h2 {
	font-size: 2.0em;
	padding: 0 20px 0;
}

.wide-textarea p {
	font-size: 1.3em;
	word-spacing: -1px;
	margin: 10px 20px;
	line-height: 140%;
	color: #4d4d4d;
}

/*---------------------------------
	3. HOMEPAGE CONTENT ----------------------------------*/

/* feature content */

#feature-box {
	float: left;
	width: 719px;
}

#feature-box img {
	overflow: hidden;
}

.link-box {
	height: 120px;
	width: 359px;
	float: left;
	color: #ffffff;
	font-size: 1.1em;
}

.link-box h2 {
	text-indent: -9999px;
	height: 40px;
}

.link-box p {
	padding: 0 10px;
	font-size: 1.2em;
}

.link-box ul {
	float: right;
	margin: 5px 5px 0 0;
}

.link-box ul li {
	display: block;
	float: left;
	width: 125px;
	height: 40px;
}

.link-box ul li a {
	display: block;
	text-indent: -9999px;
	width: 125px;
	height: 40px;
}

.link-box ul li a#us,
.link-box ul li a#intl {
	background: url(../images/buttons-candidate.gif);
}

.link-box ul li a#us:hover {
	background-position: 0 121px;
}

.link-box ul li a#intl {
	background-position: 125px 0;
}

.link-box ul li a#intl:hover {
	background-position: 125px 121px;
}

.link-box ul li a#learn {
	background: url(../images/buttons-employer.gif);
}

.link-box ul li a#learn:hover {
	background-position: 125px 0;
}

#candidate {
	background: #003366 url(../images/bg-candidate-callout.gif) no-repeat;
	border-right: solid 1px #fff;
}

#employer {
	background: #801500 url(../images/bg-employer-callout.gif) no-repeat;
}

/* job listings */

#joblistings {
	width: 239px;
	float: left;
	background-color: #ffffff;
	padding-bottom: 67px;
}

*html #joblistings {
	width: 238px;
}


#joblistings h2 {
	display: block;
	background: url(../images/text-joblistings.gif) no-repeat 13px 20px;
	text-indent: -9999px;
	height: 50px;
}

h2#featuredjobs  {
		display: block;
	background: url(../images/text-featuredjobs.gif) no-repeat 13px 18px;
	text-indent: -9999px;
	height: 50px;
		border-bottom: 1px solid #e5e5e5;

}

#joblistings li.entry,
#joblistings li.entry-icon
 {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 10px;
	position: relative;
}
#joblistings li.entry-icon {
	
	margin:0;
	}

#joblistings li.entry-icon a{
	display: block;
	height: 42px;
	padding: 0 0 0 90px;
}
a#awacs{
	background: #fff url(../images/icon/awacs.gif) no-repeat 11px 9px;
}
a#c130 {
	background: #fff url(../images/icon/c-130.gif) no-repeat 10px 8px;
}
a#f15 {
	background: #fff url(../images/icon/f-15.gif) no-repeat 10px 8px;
}

a#helo{
	background: #fff url(../images/icon/helo.gif) no-repeat 8px 7px;
}
a#navy{
		background: #fff url(../images/icon/navy.gif) no-repeat 11px 1px;
}

#joblistings li.entry-icon a#navy{
	height: 46px;
}

#joblistings li.entry-icon span {
	display: block;
	position: relative;
	top: 14px;
}

#joblistings li.entry-icon a#navy span {
	top: 17px;
}

#joblistings li span.date {
	color: #999;
	font-size: 1.1em;
	padding: 0 0 5px;
}

#joblistings li span.job-title {
	font-weight: bold;
	color: #003366;
	padding: 0;
	font-size: 1.2em;
}

#joblistings li.entry-icon span.job-title {
	font-size: 1.2em;
	text-transform: uppercase;
}


#joblistings li span.job-description {
	font-size: 1.1em;
	line-height: 130%;
	color: #4d4d4d;
	padding: 3px 0 0;
}

#joblistings a {
	padding: 7px 10px;
	display: block;
}

#joblistings a:hover {
	background-color: #f5f5f5;
}

a#see-more {
	padding: 0;
	position: relative;
	background: url(../images/text-seemore.gif) no-repeat 0 0;
	text-indent: -9999px;
	width: 200px;
	left: 20px;
	height: 30px;
	margin: 5px 0 0;
}

a#twitter {
	height: 24px;
	background: url(../images/twitter.gif) no-repeat 21px -1px;
	padding: 0 0 0 40px;
	font-size: 1.2em;
	color: #404040;

}

a#rss {
	height: 24px;
	background: url(../images/rss.png) no-repeat 21px 0;
	padding: 0 0 0 40px;
	font-size: 1.2em;
	color: #404040;

}


a#skype {
	height: 24px;
	background: url(../images/skype.png) no-repeat 21px -1px;
	padding: 0 0 0 40px;
	font-size: 1.2em;
	color: #404040;

}

#subpage-content div.body-text p a#skype {
	border-bottom: none;
	padding: 2px 20px 2px;
	background-position: 2px 0;
	font-size: 1em;
	color: #003366;
}

a#see-more:hover,
a#rss:hover,
a#twitter:hover,
a#skype:hover {
	background-color: #fff;
	text-decoration: underline;
}

div.body-text a#rss {
	display: block;
	height: 15px;
	background: url(../images/rss.png) no-repeat;
	padding: 1px 20px 0;
	margin: 10px 0 0;
	font-size: 1.1em;
	color: #404040;
	border-bottom: none;
}

/* footer */

#footer {
	background: #023562 url(../images/bg-footer.jpg) repeat-x;
	margin: 0;
	width: 960px;
        padding: 0 0 20px 0;
}

#footer p {
	float: left;
	padding: 20px 0 15px 130px;
	height: auto;
	color: #f5f5f5;
	font-size: 1.2em;
	line-height: 170%;
	background: url(../images/ar-logo-sm.gif) no-repeat 15px 20px;
}

#footer p strong {
	font-weight: bold;
}

#footer small {
	display: block;
	clear: both;
	color: #f5f5f5;
	padding: 0 25px;
	font-size: 1em;
}

#footer small a {
	color: #f1f1f1;
	border-bottom: 1px solid;
}

#footer-left {
       width: 400px;
       float: left;
}

#footer ul {
	display: block;
	height: 50px;
	width: 400px;
	font-size: 1.2em;
	background: url(../images/wbenc-logo-sm.gif) no-repeat right;
        float: right;
       margin: 10px 20px 0 0;
}

#footer ul li {
	float: left;
	border-right: solid 1px #f5f5f5;
	margin: 20px 0 0;
	padding: 0 5px;
}

#footer ul li.last {
	border-right: none;
	padding: 0 100px 0 5px;

}

#footer ul li a {
	color: #f5f5f5;
	font-weight: bold;
}

#footer ul li a:hover {
	text-decoration: underline;
}
/*---------------------------------
	4. SUBPAGE CONTENT ----------------------------------*/

#subpage-header h1#employer,
#subpage-header h1#candidate {
	height: 52px;
	width: 960px;
	text-indent: -9999px;
}

#subpage-header h1#employer {
	background: url(../images/bg-employer-h1.gif) repeat-x;
}

#subpage-header h1#candidate {
	background: url(../images/bg-candidate-h1.gif) repeat-x;
	border-right: none;
}

.body-text {
	background-color: #ffffff;
	padding: 30px 40px 60px 40px;
	clear: both;
	}

.body-text h2 {
	font-size: 2.0em;
	margin: 0 0 20px;
}

.body-text h3,
.body-text h4 {
	font-size: 1.8em;
	margin: 0 0 10px;
	padding: 10px 0 0;
	clear: both;
}

.body-text h3 a,
.body-text h4 a {
	font-weight: bold;
	color: #404040;
}

.body-text h3 a:hover,
.body-text h4 a:hover {
	font-weight: bold;
	color: #801500;
}

.body-text h4 {
	font-size: 1.5em;
}

.body-text ul {
	padding: 0 0 0;
}
.body-text ul li {
	font-size: 1.2em;
	line-height: 140%;
	background: url(../images/bullet-red.gif) no-repeat 0 2px;
	padding: 0 17px;
	margin: 0 20px 10px 0;
}

.blue div.body-text ul li {
	background: url(../images/bullet-blue.gif) no-repeat 0 2px;

}


.body-text li ul li {
	margin: 5px 0 5px 20px;
	background-image: none;
	font-size: 1.1em;
	color: #656565;
	list-style-type: square;
	padding: 0;
}
.body-text a {
	border-bottom: solid 1px #ccc;}

.body-text p {
	font-size: 1.2em;
	margin: 0 0 10px;
	line-height: 140%;
}

.body-text a:hover {
	border-bottom: solid 1px;
}



/* main content callouts */

#home-content {
	padding: 30px 0 10px 22px;
	clear: both;
}
.small-callout {
	position: relative;
	float: left;
	width: 325px;
	margin: 0 20px 20px 0;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	overflow: auto;
  	min-height:130px;
  	height:auto !important;
  	height:130px;
}

.small-callout h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0 0 5px;
	padding: 0;
	word-spacing: -1px;
	line-height: 130%;

}
.small-callout h3 a {
	display: block;
	background-color: #eaeaea;
	border: none;
	padding: 10px 10px 5px;
	font-weight: bold;

}

.small-callout p {
	font-size: 1.1em;
	line-height: 130%;
	padding: 10px;
}

.small-callout h3 a:hover {
	background-color: #999;
	border-bottom: none;
	color: #022c53;}

.small-callout p a {
	border-bottom: solid 1px #999;
}
.small-callout p a:hover {
	border-bottom: solid 1px #404040;
}

/*sidebar */

#subpage-sidebar {
	width: 239px;
	float: left;
	padding-bottom: 95px;
}

.sidebar-callout {
	background-color: #EAEAEA;
	border-bottom: solid 1px #ffffff;
	padding: 10px;
	}

.sidebar-callout p,
.sidebar-callout li {
	font-size: .9em;
	line-height: 130%;
	margin: 0 0 10px
}

.sidebar-callout ul.bold li {
	padding: 2px 0;
	margin: 0;
}

.sidebar-callout ul.bold li a {
	font-weight: bold;
	font-size: 1.1em;
}

.sidebar-callout ul.bold li a:hover {
	border-bottom: solid 1px;
}

.sidebar-callout ul.bold li.current a {
	color: #404040;
	border-bottom: solid 1px;
}

/* sidebar H image replacement */

.sidebar-callout h3 {
	margin: 0 0 5px 0;
}
#job-listings,
#intl-resources
 {
	background: url(../images/headlines-blue-eaeaea.gif) no-repeat;
	text-indent: -9999px;
	height: 30px;
}

#job-listings {
	background-position: -10px 0;
}

#intl-resources {
	background-position: -10px -30px;
}

#recruiting-services,
#our-process,
#onsite-ar,
#staffing-solutions {
	background: url(../images/headlines-eaeaea.gif) no-repeat;
	text-indent: -9999px;
	height: 30px;
}

#recruiting-services {
	background-position: -10px -30px;
}

#our-process {
	background-position: -10px 0;
}

#onsite-ar {
	background-position: -10px 0;
}

#staffing-solutions {
	background-position: -10px -180px;
}

/* sidebar misc */

#certifications li {
	font-weight: bold;
	font-size: .8em;
	margin: 5px 0 0;
}

.sidebar-callout-new a {
	width: 100%;
	height: 120px;
	display: block;
	clear: both;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

.sidebar-callout-new a:hover {
	background-color: #f5f5f5}

span.callout-image {
	display: block;
	float: left;
	text-indent: -9999px;
	width: 70px;
	height: 85px;
	margin: 15px 10px 10px;
	border: solid 1px #989898;
}

#uae span.callout-image {
	background: url(../images/callouts/uae.jpg) no-repeat;
}

#saudi span.callout-image {
	background: url(../images/callouts/saudi.jpg) no-repeat;
}

#saudi2 span.callout-image {
	background: url(../images/callouts/saudi2.jpg) no-repeat;
}

#twitter span.callout-image {
	background: url(../images/callouts/twitter.jpg) no-repeat;
}

#abt-co span.callout-image {
	background: url(../images/callouts/supporting.jpg) no-repeat;
}

#process-co span.callout-image {
	background: url(../images/callouts/process.jpg) no-repeat;
}

#defense-co span.callout-image {
	background: url(../images/callouts/defense.jpg) no-repeat;
}

#exec-co span.callout-image {
	background: url(../images/callouts/exec.jpg) no-repeat;
}

#resume span.callout-image {
	background: url(../images/callouts/resume.jpg) no-repeat;
}

#interview span.callout-image {
	background: url(../images/callouts/job-tips.jpg) no-repeat;
}

#work-visa span.callout-image {
	background: url(../images/callouts/work-visa.jpg) no-repeat;
}


#home-content #abt-co span.callout-image {
	background: url(../images/callouts/home/supporting.jpg) no-repeat;
}

#home-content #process-co span.callout-image {
	background: url(../images/callouts/home/process.jpg) no-repeat;
}

#home-content #exec-co span.callout-image {
	background: url(../images/callouts/home/exec.jpg) no-repeat;
}

#home-content #work-visa span.callout-image {
	background: url(../images/callouts/home/workvisa.jpg) no-repeat;
}

#home-content span.callout-image {
        display: block;
        float: left;
	width: 110px;
	height: 70px;
	margin: 10px;
}


span.callout-title {
	font-size: 1.2em;
	display: block;
	font-weight: bold;
	padding: 15px 5px 3px 0;
	}
	
span.callout-text {
	display: block;
	margin: 0 5px 0 0;
	font-size: 1.1em;
	color: #404040;
	line-height: 120%;
}


/* job table formatting */

.body-text table {
	width: 640px;
	font-size: 1.2em;
}

.body-text table tr td {
	border-bottom: 1px solid #ccc;
}

.body-text table tr:hover {
	background-color: #f5f5f5;
}

.body-text table tr.col-name:hover {
	background-color: #fff;
}

.body-text table tr td {
	padding: 5px;
}

tr.col-name td {
	font-weight: bold;
	font-size: .8em;
	color: #999;
}

.body-text table tr td {
	padding: 5px;
}

.body-text table td a {
	border-bottom: none;
}
.body-text table td a:visited {
color:#404040;
}

td.job-title {
	width: 225px;
}

td.job-loc, td.job-facility {
	width: 125px
}

td.job-date {
	width: 50px;}

.body-text table a.on-hold {
        color: #999;
}

/* Pagination */
#subpage-content ul.pagination {
	margin: 10px 0;
}
#subpage-content ul.pagination li {
	display: inline;
	background-image: none;
	padding: 0;
	margin: 0 2px;
}
#subpage-content ul.pagination li a {
	font-weight: bold;
	font-size: .8em;
	color: #999;
	padding: 3px 5px;
	border-bottom: none;
}
#subpage-content ul.pagination li a:hover {
	background-color: #ccc;
	color: #036;
}
#subpage-content ul.pagination li.here a {
	color: #036;
	font-size: 1em;
	border-bottom: none;
	background-color: #ccc;
	padding: 2px 10px;

	}
#subpage-content ul.pagination li.page-total {
	float: right;
	font-size: .8em;
	color: #999;
	padding: 3px 5px;	
	font-weight: bold;
}	
	
	
ol.faq {
	list-style-type: decimal;
	font-size: 1.2em;
}

ol.faq li {
	margin: 0 0 20px 20px;
	padding: 0;}
	
ol.faq li strong {
	display: block;
	margin: 0 0 5px;
}



/* job listing page formatting */

h3.job-title {
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 5px;
	margin: 0 0 5px;
}

p.job-meta {
	font-size: 1.1em;
}

p.job-meta strong {
	color: #999;
}

p.on-hold, p.on-hold a {
	font-style: italic;
	color: #999;
}

p.on-hold strong {
	color: #404040;
}

h2.job-title {
	border-bottom: solid 1px #ccc;
	padding: 0 0 5px
}

h3.job-title {
	border-bottom: none;
	padding: 0;
}
#job-listing-single ul,
#subpage-content .plain ul {
	margin: 0 0 20px;
	width: 520px;
	background-color: #f5f5f5;
	padding: 10px;
}

#subpage-content .plain ul {
	background-color: #fff;
	padding: 0 10px;
	}

#job-listing-single ul li,
#subpage-content .plain ul li {
	border-bottom: none;
	padding: 5px 0 0;
	margin: 0 0 0 20px;
	list-style-type: disc;
	list-style-position: outside; 
	background-image: none;
}

#job-listing-single ul ul {
	margin: 0;
	width: auto;
	padding: 10px;
        background-color: #d4d4d4;
}
#job-listing-single ul ul li {
	color: #404040;
	padding: 5px;
	list-style-type: lower-roman;
        font-size: 0.85em;
}

#job-listing-single p {
	background-color: #f5f5f5;
	padding: 10px;
	width: 520px;

}

#job-listing-single ul li ol li{
	list-style-type: decimal;
        font-size: 1em;
}

#job-listing-single p.list-header {
	background-color: #fff;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 1.3em;
}

#nav-buttons ul {
	border-bottom: solid 1px #ccc;
	overflow: auto;
	width: 100%;
	margin: 0 0 20px;
}

#nav-buttons ul li{
	display: block;
	float: left;
	background-image: none;
	background-color: #eaeaea;
	margin: 0 10px 0 0;
	padding: 0;
	}
	
#nav-buttons ul li a {
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-bottom: none;
}

#nav-buttons ul li a:hover {
	background-color: #999;
}

#nav-buttons ul li.on,
#nav-buttons ul li.on-link a{
	display: block;
	font-weight: bold;
	color: #fff;
	background-color: #036;
	background-image: none;
	padding: 5px 10px;
	border: 1px solid #999;
	border-bottom: none;
}
body.red #nav-buttons ul li.on,
body.red #nav-buttons ul li.on-link a{
	background-color: #801500;
	}
#nav-buttons ul li.on-link a:hover {
	background-color: #999;
	color: #036;
}
ul#saudi-subcategories {
	margin: -10px 0 10px;
}
ul#saudi-subcategories li {
	display: inline;
	background-image: none;
	padding: 0;
	margin-right: 10px;
	font-size: 1.1em;
}
.saudi-subpage-listing {	    		display: block;
    margin: 20px 0 0;
    padding: 0 0 20px;
    border-bottom: solid 1px #ccc;
    clear: both;
    overflow:auto
}


.saudi-subpage-listing img {
	float:left;
	display: block;
	width: 160px;
	height: 100px;
	border: solid 1px #999;
	margin: 3px 0 0;
}

.holder {
	width: 460px;
	float: right;
}
.holder h4 {
	display: block;
	margin: 0;
	padding: 0 0 10px;
	}
.saudi-subpage-listing p {
	display: block;
	padding: 0;
	margin: 0;
}
.saudi-subpage-listing h4 a {
	border-bottom: none;
}

.saudi-subpage-listing h4 a:hover {	color: #036;
	border-bottom: solid 1px #ccc;
}