/*=======================================================================================
	BASE STYLES
=========================================================================================*/
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	min-width: 1040px;
	line-height: 1.4em;
}
a {
	color: #44a8c9;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

.atTemplateLayout {
	width: 1000px;
	margin: 0 auto;
}
/*=======================================================================================
	HEADER
=========================================================================================*/
.atLeaderboard {
	width: 728px;
	height: 90px;
	margin: 10px auto;
}
.atLogoRow {
	position: relative;
	display: block;
	height: 119px;
	/*background: url("/rev/pennwell/penntech/jobs/images/headerBG.jpg") no-repeat right 50% transparent;*/
	border-top: 1px solid #888;
}
.atLogo {
	position: absolute;
	top: 11px;
	left: 0;
}
.atLogo a {
	display: block;
	width: 485px;
	height: 99px;
	background: url("/rev/pennwell/penntech/jobs/images/penntechLogo.png") no-repeat 0 0 transparent;
}
.atNav {
	font-family: Arial,sans-serif;
	font-size: 12px;
	background-color: #231f20;
	height: 40px;
	padding: 0 20px;
	display: block;
	line-height: 1;
}

.atNav h2,.atNav ul,.atNav p,.atNav img {
	margin: 0;
	padding: 0;
	border: 0;
}

.atNav h2 {font-weight: 400;}
.atNav ul {
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 0;
}
	.atNav ul.menuTop {width: 1000px;}
.atNav a {
	text-decoration: none;
	color: #d0d0d0;
}

.atNav .menuLabel {
	font-weight: 700;
	text-transform: uppercase;
}

.atNav .menuTop>li {
	float: left;
	position: relative;
	text-align: center;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.atNav .menuTop>li:hover {
	background-color: #4a4a4a;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.atNav .menuTop .menuRight {float: right;}
.atNav .menuButton {
	display: block;
	line-height: 40px;
	padding: 0 20px;
	color: #d0d0d0;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.atNav li:hover .menuButton {
	color: #fff;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
.atNav .menuDrop {padding-right: 15px;}
.atNav .menuDrop .menuLabel {
	padding-right: 20px;
	background: url("/rev/pennwell/images/iconMenuDefault.png") no-repeat right;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-ms-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

.atNav li:hover .menuDrop .menuLabel {
	background: url("/rev/pennwell/images/iconMenuHover.png") no-repeat right;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-ms-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}

.atNav .menuDropdown {
	text-align: left;
	background-color: #4a4a4a;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	position: absolute;
	left: -5000px;
	opacity: 0;
	z-index: 100;
}
.atNav li:hover .menuDropdown {
	left: 0;
	opacity: 1;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.atNav .menuRight:hover .menuDropdown {
	left: auto;
	left: 0;
}

.atNav .menuSub {margin: 5px 0;}

.atNav .menuSub li {
	white-space: nowrap;
	-webkit-transition: background-color .1s;
	-moz-transition: background-color .1s;
	-ms-transition: background-color .1s;
	-o-transition: background-color .1s;
	transition: background-color .1s;
}

.atNav .menuSub li:hover {
	background: #2a2a2a url("/rev/pennwell/images/iconMenuSelect.png") no-repeat 10px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-ms-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.atNav .menuSubbutton {
	display: block;
	padding: 7px 20px;
	line-height: 1.3;
	color: #d0d0d0;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.atNav .menuSub li:hover .menuSubbutton {
	color: #fff;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.atNav .menuRow {
	vertical-align: text-top;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.atNav .menuRow .menuSub {margin: 0;}

.atNav h2 {
	font-size: 1.5em;
	color: #a0a0a0;
}
.atNav p {color: #e5e5e5;}
.atNav .emp {font-weight: 700;}
.atNav .quote {font-style: italic;}
.atNav .menuDropdownMega {
	padding-top: 5px;
	white-space: nowrap;
}
.atNav .menuDropdownMega h2 {margin: 0 0 5px 20px;}
.atNav .menuDropdownMega .menuRow {
	border-right: 1px dotted #707070;
	margin: 5px 0;
}
.atNav .menuDropdownMega .menuRow:last-child {border-right: 0;}

.atNav .menuTop>li.atPostAd {background-color: #44a8c9;}	
.atNav .atPostAd .menuButton {color: #fff;}

.atNav .menuTop>li.atPostAd:hover {background-color: #337D96;}	

/*=======================================================================================
	QUICK SEARCH
=========================================================================================*/

.atSearch {
	width: 100%;
	display: inline-block;
	background: #EDEFF1;
	padding: 20px 0;
}

.atSearchBox {
	width: 820px;
	margin: 0 auto;
}

/* transparent box
.atSearchBox {
	padding: 10px;
	display: inline-block;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
}
.atSearchBox:nth-child(n)  {filter: none;}
*/
.atSearch ul {
	margin: 0 0 0 12px;
	padding: 0;
}
.atSearch li {
 	float: left;
 	display: inline;
 	margin: 0 7px 0;
}
.atSearch li span {display: block;}
.atSearch .atCol1 input, .atSearch .atCol2 input {

}

.atKeyword {
	background: url("/rev/pennwell/images/iconSearch.png") no-repeat 290px center transparent;
}
.atLocation {
	background: url("/rev/pennwell/images/iconLocation.png") no-repeat 290px center transparent;
}

.atInput {
	display: block;
	width: 300px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #FAFCFE;
	border: 2px solid #BDC3C7;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          
}
.atInput:focus {
	border-color: #3498db;
	background-color: #fff;
}
.atInput:-moz-placeholder {color: #999;}
.atInput::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.atInput:-ms-input-placeholder {color: #999;}
.atInput::-webkit-input-placeholder {color: #999;}
.atInput[disabled],
.atInput[readonly],
fieldset[disabled] .atInput {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}


/*=======================================================================================
	CONTENT
=========================================================================================*/
.atTemplateBody {
	width: 1000px;
	margin: 0 auto;
}
.atContent, .atRightRail {
	display: inline-block;
	float: left;
}
.atContent {
	width: 660px;
	margin: 0 30px 0 0;
}
.atRightRail {width: 300px;}

.rrPod {margin: 20px 0 0 0;}

.rrPod h3 span {
	font-weight: normal;
	font-size: 12px;
	float: right;
	margin: 0 10px 0 0;
}
.rrPod h3 span a {color: #d0d0d0;}


/* FEATURED EMPLOYER WIDGET */
#featuredEmployersList {overflow: hidden;}

#featuredEmployersList .company-post {
    float: left;
    margin: 10px 40px 0 0!important;
    width: 180px;
}

#featuredEmployersList .company-post:last-child {margin: 10px 0 0 0!important;}



#featuredEmployersList .company-post:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
}


#featuredEmployersList .company-logo a {
    display: block;
    height: 70px;
    line-height: 58px;
    overflow: hidden;
   padding: 5px 20px;
    text-align: center;
    border: 1px solid #D6D0C8;
    position: relative;
}

#featuredEmployersList .company-logo a:hover {
	border: 1px solid #96928C;
}
#featuredEmployersList .company-logo img {
    border: 0 none;
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
}

#featuredEmployersList .company-post h3, #featuredEmployersList .company-post p {text-align: center;}
#featuredEmployersList .company-post h3 {
	margin: 10px 0 5px 0!important;
	padding: 0!important;
	text-align: left;
}
#featuredEmployersList .company-post p {text-align: left;}

#featuredEmployersList .company-post h3 a {
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}
#featuredEmployersList .company-post p {
    color: #666;
    font-size: 1em;
    margin-top: 0;
}
#featuredEmployersList .company-post h3 a, #featuredEmployersList .company-post p a {color: #555;} 
#featuredEmployersList .company-post p a {
	font-weight: normal;
	font-size: 12px;
}



/* FEATURED JOBS */
.atFeaturedJobs {border-bottom: none;}
.atFeaturedJobs h2, .atNewsfeed h2 {margin: 20px 0;}
.atJob {margin-bottom: 40px;}
.atJob ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.atJob li {margin: 0 0 4px;}
.atRecentJobs {border-bottom: none;}
.jobTite h3 {
	padding: 0;
	margin: 0;
}
.jobInfo {
	width: 100%; 
	display: inline-block;
	color: #999;
}
.jobDate {
	float: right;
	background: url("/rev/pennwell/images/iconMiniCompany.png") no-repeat left 50% transparent;
	padding: 0 0 0 15px;
}
.jobLocation {
	float: left;
	background: url("/rev/pennwell/images/iconMiniLocation.png") no-repeat left 50% transparent;
	padding: 0 0 0 15px;
}
.jobSummary {line-height: 1.4em;}

/* BROWSE CATEGORIES */

.rrPod h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background-color: #202020;
	color: #d0d0d0;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	
}

.rrPodBrowse ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.rrPodBrowse li {
	margin-bottom: 1px;
	font-size: 14px;
	height: 30px;
	line-height: 30px
	display: block;
	background: url("/rev/pennwell/penntech/jobs/images/iconArrow.png") no-repeat scroll right 50% #edeff1;
	padding: 0 0 0 10px;
}

.rrPodBrowse li a {
	width: 100%;
	height: 34px;
	line-height: 33px;
	display: block;
}

.rrPodBrowse li a:hover {}

.rrMedAd img {border: 0;}

/* CAREER NEWS */
#atCareerNews {padding: 10px 0 0 0;}
#atCareerNews p {margin: 0 0 20px 0;}



/*=======================================================================================
	FOOTER
=========================================================================================*/

.atFooter {
	width: 100%;
	margin: 20px 0 0 0;
}
.atFooter ul {
	margin: 0;
	padding: 0;
}
.atFooterLinks {
	background: #202020;
	padding: 0 0 20px;
}
.atFooterLinks a {color: #d0d0d0;}
.atFooterColumn {
    float: left;
    margin-left: 20px;
    overflow: hidden;
    padding-bottom: 4px;
    width: 310px;
}
.atFooterColumn h3 {
    border-bottom: 1px solid #808080;
    color: #ccc;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 14px;
    padding: 0 0 5px;
    vertical-align: baseline;
    width: 100%;
    text-transform: uppercase;
}
.atFooterColumn ul {
    border: 0 none;
    float: left;
    list-style: none outside none;
    vertical-align: baseline;
    width: 150px;
}
.atFooterTerms {margin: 10px 0 0 0;}
.atFooterTerms, .atFooterTerms a {color: #686868;}
.atFooterTerms a {font-weight: bold;}
.atFooterTerms span {float: right;}
/* Powered By Adicio */
.atAdicio {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
.atAdicio a {
	width: 117px;
	height: 26px;
	display: block;	
	color: #555!important;
	position: relative;
	background: url("http://slb.adicio.com/platform/images/revpro/adicioFooterLogo.png") no-repeat right 0 transparent;
	float: right;
}
.atAdicio span {
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
}

/*=======================================================================================
	BUTTON
=========================================================================================*/



.atBtn {
	border: none;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;	
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-image: none;
	background-color: #44a8c9;
	color: #fff;
}
.atBtn:hover {
	background-color: #337D96;
	border: color: #337D96;
}
.atBtnMd {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.227em;
    padding: 7px 14px;
}
.atBtnLg {
    border-radius: 6px;
    font-size: 20px;
    line-height: 1.227em;
    padding: 10px 20px;
}
