/* CSS document */

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}

img { border: 0; }

img { behavior: url(iepngfix.htc) };

form { margin: 0; padding: 0; }

fieldset { margin: 0; border: 0; }

h1, h2, h3, h4 {
	margin: 0;
	margin-bottom: 10px;
}

h1 {
	font-size: 32px;
	}

h1.logoType {
	padding: 0;
	margin: 0;
	letter-spacing: 80%;
	font-family: Arial, Helvetica, Tahoma, Sans-serif;
	font-weight: lighter;
	}
	
h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	}
	
h4 {
	font-size: 12px;
	}
	
.tier {
	clear: both;
}

.slot {
	float: left;
	clear: right;
	position: relative;
}

.slotLeft {
	margin-right: 10px;
	* display: inline;
}

.newLine {
	clear: borh;
}

button {
	background: transparent;
	border: 0;
	padding: 0;
	outline: none;
}

/* ========== standardized containers ========== */

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}

/* ========== Header Stuff ========== */

.headerStuff {
	float: right;
	width: 380px;
	margin-right: 10px;
}

/* ========== Universal Search Elements ========== */

div.searchBox {
	float: left;
    background: #DFE2E8;
	color:#000;
	clear: both;
	}
	
div.level2 {
	float: left;
	padding: 10px;
	width: 620px;
	/*
	* width: 640px;
	*/
	}
		
/* ========== Positioning ========== */

.center {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

/* ========== Padding / Margin ========== */

.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad20 {
	padding: 20px;
}

/* --== Career Gear Area ==-- */

div.careerGear {
	margin: 0;
	background: #0270A8 url('../images/elements/careerGear_bottom.gif') bottom left no-repeat;
	clear: right;
	float: right;
	width: 300px;
}
	
ul#careerGearList {
	margin: 5px 15px 15px 15px;
	padding: 10px;
	border: 1px solid #C2CFD6;
	list-style: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	background: #fff;
}
	
ul#careerGearList li {
	height: 30px;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;
}
	
ul#careerGearList li.pushLeft {
	float: left;
	clear: left;
}
	
ul#careerGearList li.pushRight {
	float: right;
	clear: right;
}
	
#li_distributeResume {
	background: url('/images/icon_careerGear_distributeResume.gif') 2px 6px no-repeat;
}

#li_careerTest {
	background: url('/images/icon_careerGear_careerTest.gif') 2px 6px no-repeat;
}

#li_resumeWriting {
	background: url('/images/icon_careerGear_resumeWriting.gif') 2px 6px no-repeat;
}

#li_tradePubs {
	background: url('/images/icon_careerGear_tradeMags.gif') 2px 6px no-repeat;
}

#li_crossPostResume {
	background: url('/images/icon_careerGear_crossPostResume.gif') 2px 6px no-repeat;
}

ul#careerGearList li a {
	display: block;
	padding: 5px;
	padding-left: 28px;
	text-decoration: none;
}
	
ul#careerGearList li a:link, ul#careerGearList li a:active, ul#careerGearList li a:visited {
	color: #01547C;
}
	
ul#careerGearList li a:hover {
	color: #0270A8;
	background-color: #fff;
}

p.sponsorLink {
	color: #C2CFD6;
	margin: 0 15px 15px 15px;
	text-align: right;
	font-size: 80%;
}

.sponsorLink a:link, .sponsorLink a:active, .sponsorLink a:visited, .sponsorLink a:hover {
	color: #fff;
	font-weight: bold;
}

.pocket_two {
	padding: 10px;
}

.directions {
	background: url('/images/shared/signpost.gif') 20px 20px no-repeat;
	padding: 10px 20px;
	padding-left: 90px;
	border: 1px solid #ccc;
}

.notes {
	background: #fff url('/images/shared/earthLocation.gif') top left no-repeat;
	padding: 20px 20px 10px 66px;
	color: #000;
}

/* --== Universal Results Paging Controls ==-- */

div.pageControls {
	padding: 5px;
	text-align: left;
	float: left;
}

.controlsTop {
	background: #e7e7e7;
	border-bottom: 1px solid #ccc;
}

.controlsBottom {
	background: #e7e7e7;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.pageControls div {
	margin: 0;
	padding: 0;
	float: left;
}

.pageControls div a:link, .pageControls div a:active, .pageControls div a:visited {
	font-weight: bold;
	letter-spacing: -2px;
	text-decoration: none;
	text-align: center;
	padding: 2px 6px;
	border: 1px solid #ccc;
	background: url('/images/shared/elements/pageNav_bg.gif') left repeat-x;
}

.pageControls div a:hover {
	background: #fff;
}

.pageControls div.clickFirst {
	width: 30px;
	text-align: left;
	margin: 0;
}

.pageControls div.clickPrev {
	width: 30px;
	text-align: left;
	margin-right: 10px;
}

.pageControls div.pageInfo {
	text-align: center;
	width: 490px;
}

.pageControls div.clickNext {
	width: 30px;
	text-align: right;
	margin-left: 10px;
}

.pageControls div.clickLast {
	width: 30px;
	text-align: right;
	margin: 0;
}

div.siteList {
	padding: 10px;
	float: left;
	width: 280px;
}

.siteList ul, .siteList ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.siteList ul {
	margin: 10px;
}

.siteList ul li {
	line-height: 21px;
}

#primeNav ul li a {
	outline: none;
}

/* == Search Results Areas ==-----------

These will primarily be formatted to flow in all three columns. Colors will need adjustment.
*/

h3.sectionTag {
	font-size: 140%;
	padding: 4px 8px;
	margin: 0;
	background: #666;
	font-weight: lighter;
	color: #fff;
}

.sectionTag img.seeAll {
	padding-top: 2px;
}

.resultsBox {
	* display: inline;
	float: left;
}

.twoNode .resultsBox {
	font-size: 100%;
}

.oneNode .resultsBox {
	font-size: 90%;
	width: 300px;
}

.resultsBox dl {
	list-style: none;
	list-style-position: outside;
	float: left;
	padding: 0;
	* display: inline;
	margin: 0;
	clear: left;
	width: 100%;
}

.twoNode .resultsBox dl dd {
	font-size: 100%;
}

.oneNode .resultsBox dl dd {
	font-size: 100%;
}

.twoNode .resultsBox dl dd a {
	font-weight: normal;
	padding-right: 3px;
}

.oneNode .resultsBox dl dd a {
	font-weight: normal;
	padding-right: 3px;
}

.resultsBox dl.searchFlow {
	padding: 0;
}

.twoNode .resultsBox {
	width: 640px;
}

.twoNode .resultsBox .searchFlow {
	width: 620px;
}

.oneNode .resultsBox {
	width: 300px;
}

.oneNode .resultsBox .searchFlow {
	width: 280px;
}

.twoNode .resultsBox .resultsSet {
	padding: 10px;
	float: left;
	width: 620px;
}

.oneNode .resultsBox .resultsSet {
	padding: 10px;
	float: left;
	width: 280px;
}

.resultsBox dl.searchFlow dt {
	margin: 5px 5px 0 5px;
	background: transparent url('/images/shared/icon_magnifyPage.gif') 0px 2px no-repeat;
	padding: 2px;
	padding-left: 20px;
	font-size: 120%;
	font-weight: bold;
}

.resultsBox dl.searchFlow dd {
	margin: 0;
	padding: 0 5px 10px 5px;
	border-bottom: 1px solid #ccc;
}

.resultsBox dl.searchFlow dd a {
	font-weight: normal;
}

.resultsBox dl.resultsList, .resultsBox dl.resultsList dt {
	list-style: none;
	list-style-position: outside;
}

.resultsBox dl.resultsList {
	margin: 0;
}

.resultsBox dl.resultsList dt.jobTitle {
	background: transparent url('/images/shared/icon_page.gif') 0px 3px no-repeat;
	font-weight: bold;
	padding: 2px;
	padding-left: 20px;
}

.resultsBox dl.resultsList dd.company {
	margin: 0;
	padding-left: 20px;
	margin-bottom: 3px;
	float: left;
}

.resultsBox dl.resultsList dd.category {
	margin: 0;
	padding-left: 20px;
	margin-bottom: 3px;
	clear: both;
	font-size: 90%;
	margin-left: 20px;
	color: #333;
	background: url('/images/shared/icon_folderPage.gif') top left no-repeat;
}

.resultsBox dl.resultsList dd.desc {
	margin: 0;
	padding-left: 20px;
	margin-bottom: 8px;
	margin-top: 2px;
	font-size: 90%;
	line-height: 140%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

.resultsBox dl.resultsList dd.desc a {
	text-decoration: none;
	color: #000;
	display: block;
}

.resultsBox dl.resultsList dd.desc a span.seeMore {
	color: #0066CC;
}

.resultsBox dl.resultsList dd.outLink {
	margin: 0;
	padding-left: 25px;
	margin-bottom: 12px;
	font-size: 100%;
	padding-bottom: 10px;
	text-align: right;
}

.resultsBox dl.resultsList dd.outLink a {
	font-weight: bold;
}

a.backLink {
	background: url('/images/shared/arrow_bulletBack_blue.gif') 2px 2px no-repeat;
	padding-left: 18px;
}

/* --== Search Categories Digest ==-- */

.resultsDigest {
	padding: 10px 0;
}

.groupsDigest {
	padding: 10px;
}

.groupsDigest .resultsList {
	margin: 10px;
}

.groupsDigest .resultsList dt, .groupsDigest .resultsList dd {
	margin: 4px 0;
}

.groupsDigest .resultsList dt a, .groupsDigest .resultsList dd a {
	padding: 4px;
}

.groupsDigest .resultsList dd a {
	padding-right: 14px;
	background: url('/images/shared/arrow_bullet_grey.gif') right 7px no-repeat;
}

/* --== Easy Reg ==-- */

.easyReg {
	float: right;
	margin-top: 10px;
	background: transparent url('/images/shared/easyReg_bg.png') top left no-repeat;
	width: 580px;
	height: 49px;
	padding: 0;
	overflow: hidden;
	display: inline;
}

.easyReg form {
	margin: 0px;
	padding: 0px;
	float: right;
}

.easyReg input {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

.easyReg input.easyEmail {
	width: 180px;
	margin-right: 5px;
	padding: 2px;
}

.easyReg input.easyZip {
	width: 80px;
	margin-right: 5px;
	padding: 2px;
}

.easyReg input.easyGo {
	margin-right: 12px;
}

/* --== BUTTONS ==-- */

/* BUTTONS for LARGE SEARCH BOX */

.formLg .buttons a, .formLg .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.formLg .buttons button {
    width:auto;
    overflow:visible;
    padding:6px 12px 6px 9px; /* IE6 */
	line-height:19px; /* Safari */
}
.formLg .buttons button[type]{
    padding:7px 10px 7px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.formLg *:first-child+html button[type]{
	padding:4px 10px 5px 7px; /* IE7 */
	line-height:17px; /* Safari */
}
.formLg .buttons button img, .formLg .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

#homeLink {
	float: right;
	width: 68px;
	height:25px;
	margin: 0;
	background: transparent url('/images/shared/homeLink_bg.gif') bottom left no-repeat;
	text-align: center;
	overflow: hidden;
}

#homeLink a {
	padding: 4px;
	margin: 0;
	position: relative;
	top: 3px;
	background: transparent url('/images/shared/icons/home.gif') left 4px no-repeat;
	padding-left: 20px;
	font-size: 90%;
}

#sponseredJobResults{
	padding:10px;
	padding-top:10px;
	margin: 40px 0px 10px 0px;
	border: 1px solid #F9EB9B;
	background: #FFFFCC url('/images/shared/spotlight_bg.gif') top right no-repeat;
}

#sponseredJobResults .jobTitle{
	background: transparent url('/images/shared/icon_page.gif') 0px 3px no-repeat;
	font-weight: bold;
	padding: 2px;
	padding-left: 20px;	
}

#sponseredJobResults .desc{
	font-size: 90%;
	line-height: 140%;
	padding-left: 20px;
	margin-bottom: 8px;
	margin-top: 2px;
	
}

#sponseredJobResults .company{
	margin: 0;
	padding-left: 20px;
	margin-bottom: 3px;
}

#sponseredJobResults .desc a{
	text-decoration: none;
	color: #000;
	display: block;
}

#sponseredJobResults .desc a span.seeMore {
	color: #0066CC;
}

/* GOOGLE AFS ADS */
.googleHoriz {
	padding: 2px 2px 2px 10px;
	margin: 0;
	text-align: left;
	margin-top: -10px;
	margin-left: -10px;
	font-family: Arial,sans-serif;
	font-size:12px;
}

.googleHoriz a{
	font-size:15px;
}

.google_ad_horiz {
	float: left;
	clear: right;
	width: 200px;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	margin-top: 10px;
}
.google_ad_line {
	font-size: 11px !important;
}
.googleInsert {
font-family:Arial,Verdana,sans-serif;
margin:10px auto;
padding:10px 0;
text-align:center;
}

.googleVert{
	padding-left:30px;
}


#googleAds_top_1, #googleAds_bot_1 {
	padding-bottom:5px;
}