/* 
* Name: 					careers_home.css
* Maintainer(s):	Bryan Mills (bmills@merion.com, x1427)
* ------------------------------------------------------
* Used on:				AFC - Homepage
* Inherits: 			master.css
* ------------------------------------------------------
* Notes: 
*
*/


@import 'master.css';

/* light purple: #EBE5F3 */




h1.headline {
	color: inherit;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:2.7em;
	line-height:1.4em;
	margin:0px 0pt 12px 3px;
}

#welcomeBar {
	margin-bottom: 2px;
}

#nav {
	margin-top: 0;
	margin-bottom: 0;
}


div#pubHead {
	width: 628px;
	margin-bottom: 2px;

}

div#pubHead img {
	padding: 0;
	margin: 0;
	clear: both;

}



#contentWrapper {
	width: 985px;
}

#contentWrapper p {
	font-size: .75em;
}

div#contentTop {
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	display: inline; /* ie6 double float margin bug */
	width: 749px;
}


.section h2 span {
	font-weight: 400;
	text-transform: none;
	display: inline;
}

.section .extra h2 {
	color: #c35219;
}

#contentWrapper p.advertiseWord
{
	color: #818067;
	font: 0.5em Verdana;
	margin-top: 5px;
	text-transform: uppercase;
}

#contentLeft .generic .extra {
	padding-left: 0;
}

.searchJobs {
	float: left;
	padding-bottom: 15px;
	width: 455px;
}

.searchJobs .headline {
	margin-top: 15px;
	font-size: 1.8em;
}

	.searchJobs p {
		font-weight: 800;
		margin-bottom: 12px;
	}

	.searchJobs label {
		font-weight: 400;
	}
	
	
	.searchJobs select {
		width: 240px;
		font-size: 11px;

	}
	
	.searchJobs input {
		width: 120px;
		font-size: .8em;
		line-height: 1em;
		padding: 2px 0 1px 0;
		font-size: 11px;
	}

	.searchJobs div {
		float: left;
		margin-right: 12px;
	}

	
	.searchJobs .more {
		font-size: 11px;
		padding-top: 12px;
		margin-right: 16px;
		width: 97%;
		
	}
	
	.searchJobs .more .left {
		float: left;
	}
	
	.searchJobs .more .pipe {
		padding: 0 3px;
	}
	
	.searchJobs strong {
		padding-right: 3px;
	}
	
	.searchJobs .more .right {
		float: right;
	}
	
	div.searchJobs a.bevelButton:link, div.searchJobs a.bevelButton:active, div.searchJobs a.bevelButton:visited, div.searchJobs a.bevelButton:hover {
		margin: 0 0 0 3px;
	}

.dashboard {
	float: right;
	display: inline;
	border-bottom: none;
	margin-top: 30px;
	margin-right: 12px; /* deviate from standard 15px padding to make room for longer string */
	width: 255px;
	padding: 0;
}

.dashboard .bullet {
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	font-size: .75em;
}

.dashboard .bullet li {
	margin-bottom: 3px;
}

/* The featured facility image is 305px, but had to fit in 300px of content area. We can't overflow it without float-dropping the entire column in ie6, so we retweak the padding in the section */
.facility {
	padding: 15px 10px;
}

.facility h2 {
	margin-left: 5px;
}

.facility .more {
	margin-right: 5px;
}

.bevelButton:link, .bevelButton:visited, .bevelButton:active, .beigeBevelButton:link, .beigeBevelButton:visited, .beigeBevelButton:active {
	zoom: 1;
	padding: 3px 7px 3px 7px;
	line-height: 1em;
}

#contentLeft {
	width: 436px;
	float: left;
	position: relative;
	height: 100%;
	padding-bottom: 8000px !important; 
	margin-bottom: -8000px !important;
	overflow: hidden;
	border-right: 1px solid #cccccc;
	padding-left: 15px;
}

.contentLeft {
	background:transparent url(http://advanceweb.com/SharedResources/Graphics/advanceweb/AFC/purple_grad_bg.gif) repeat-x scroll left top;
	float: left;
	margin: 0 0 0 15px;
	width: 764px;
	_width: 745px;
	_margin-top: 20px;
}



#contentWrapper div.adColRight
{
	padding: 20px 5px 10px 5px;
}


#contentLeft .section {
	padding-left: 0;
}

#contentRight {
	width: 327px;
	float: left;
	position: relative;
	height: 100%;
	padding-bottom: 8000px !important; 
	margin-bottom: -8000px !important;
	overflow: hidden;
}



.openings .more {
	width: auto;
}

.openings h2 {
	display: inline;
}


.opportunities {
	height: auto;
	width: 421px;
	float: none;
	overflow: hidden;
}

.opportunities div {
	width: 421px;
}

.opportunities div span.first { width: 140px; }
.opportunities div span.second { width: 165px; }
.opportunities div span.third { width: 90px; padding-right: 0; margin-right: -4px; float: right}
.opportunities div span.fourth { width: 80px; }



.jobfairs h2 {
	display: inline;
}

.jobfairs .more {
	clear: none;
}

.jobfairs img { padding-right: 10px; padding-bottom: 8px; }
.jobfairs .extra span { display: block; }
.jobfairs .info .place { font-weight: 800; }
.jobfairs .schedule .event { font-weight: 800;  }
.jobfairs .schedule .event span { float: right; margin-right: 120px; display: inline; font-weight: 400; }
.jobfairs .description { clear: both; }

.jumpTo {
	font-size: .7em;
	padding-top: 0px;
	overflow: visible;
	margin-top: 15px;
	}

	.jumpTo span, .jumpTo div {
		font-weight: bold;
		color: #4B4A3B;
		display: inline;
	}

	.jumpTo label {
		color: #333;
		padding-right: 5px;
	}


	.jumpTo select, .jumpTo input {
		font-size: 1.2em;
		margin-top: 5px;
		margin-right: 8px;
		margin-left: 4px;
	}

	.jumpTo select {
		position: relative;
		top: 2px;
		font-size: 11px;
	}


	
/* additions for the new ad types */

.columnContainer {
	width: 779px;
	float: left;
	position: relative;
	height: 100%;
	padding-bottom: 8000px !important; 
	margin-bottom: -8000px !important;
	overflow: hidden;
}

/* control behavior of borderErasers */

#contentWrapper .borderEraser { display: none; }
#contentWrapper .columnContainer .borderEraser { display: block };
