/* @override http://chire.zurka.com/styles/home.css */

body.home {
	background: #FFF url(../images/background_home_tall.gif) repeat-x;
	position:relative;
	z-index:40;
}

#summaryText {
	width: 400px;
	float: right;
	margin-top: 10px;
	margin-right: 115px;
	font-size: 18px;
	color: white;
	text-align: center;
	line-height: 24px;
}

#pageHeader {
	position:relative;
	height:339px;
	background: url(../images/pagefold.gif) no-repeat 0 100%;
	z-index:45;
}

#supportLinks {
}

#importantRow {
	clear:right;
	height:100px;
	padding:20px 0 10px 10px;
}

#logo {
	margin-top:8px;
}

#searchBandWrapper {
	z-index:50;
	position:absolute;
	width:625px;
	left:210px;
	background:url(../images/searchBandBottom.gif) no-repeat bottom;
}

#searchBandTop {
	background:url(../images/searchBandTop.gif) no-repeat top;
	padding-top:8px;
}

#searchBand,
#advancedSearchBand {
	background: url(../images/searchBandInterior.gif) repeat-y;
	margin-bottom:8px;
}

#searchBand form,
#advancedSearchBand form {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

#advancedSearchBand form {
	margin-top:auto;
	margin-bottom:auto;
	padding-bottom: 10px;
}

.searchTermBlock {
	margin-left:8px;
	margin-right:6px;
}

.searchTermBlock input {
	margin-bottom: 6px;
}

.searchTermBlock input#keywords {
	width: 260px;
}

.searchTermBlock input#location {
	width: 138px;	
}
.searchTermBlock a {
	bottom:0;
}
#chooseCountry {
	margin-left: 0px;
}
.searchTermBlock #countrySelect {
	margin: 4px 0px 0px 0px;
}

.searchTermBlock a {
	font-size: 12px;
}

#advancedSearch {
	padding-left:9px;
	padding-right:9px;
}

#advancedSearch .removeCriteria {
	padding-right:0;
}


#pageHeader #headerText {
	clear:both;
	font-size:14px;
	overflow:auto;
	color:#ffffff;
	padding-left:30px;
}

#pageHeader #headerText h1 {
	font-weight:normal;
	font-size:18px;
	margin:10px auto;
}

#pageHeader #headerText a {
	margin-left: 9px;
	color:#ffffff;
	line-height:24px;
}


#pageHeader #headerTextLeft {
	float:left;
	width:450px;
	margin-right:70px;
}

#pageHeader #headerTextLeft ul, 
#pageHeader #headerTextLeft ul li, 
#pageHeader #headerTextRight ul,
#pageHeader #headerTextRight ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#pageHeader #headerTextLeft ul li, 
#pageHeader #headerTextRight ul li {
	color: #00cccc;
	line-height: 22px;
}

#pageHeader #headerTextRight {
	float:left;
	width:400px;
}

#mainTabs {
	position:absolute;
	left:187px;
	top:259px;
}

#pageContent {
	margin-top: 0;/*new*/
}


#leftColumn div.sponsors {
	margin-top: 26px;
}


#moreWideColumn {
	float: left;
	width: 778px;
}

#row2 {	
	margin-top:9px;
	height:224px;
	padding-bottom:16px; /* needs to match bottom padding on wide1 */
}
#row4,
#row3 { 
	height:100px; 
	padding-left:14px; }


.wide1,
.wide2,
.wide3 {
	padding-bottom:13px; /* equal to padding on wideNTop + 6px offset for rounded corner */
	margin:17px 14px 0px 0px;
	float:left;
}

.wide1 {
	background:url(../images/fj_side_bottom.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:244px;
}
.wide2 {
	background:url(../images/fj_bottom.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:502px;
}
.wide3 {
	background:url(../images/marketingBoxBottom3.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:760px;
}


.wide1Top,
.wide2Top,
.wide3Top {
	padding:6px 14px 0 14px;
}

.wide2Middle {
	padding:5px 0 8px 0;
	border-left:1px solid #d7f6f0;	
	border-right:1px solid #d7f6f0;	
}

.wide1Middle {
	width:214px;
	padding:5px 14px 5px 14px;
	border-left:1px solid #d7f6f0;	
	border-right:1px solid #d7f6f0;	
}

.wide2Middle h2 {
	padding-right:14px;
	padding-left:14px;
	padding-bottom:6px;
}

.wide1Top {
	background:url(../images/fj_side_top.gif) no-repeat top;
	background-repeat:no-repeat;
	background-position:center top;
}
.wide2Top {
	background:url(../images/fj_top.gif) no-repeat top;
}
.wide3Top {
	background:url(../images/marketingBoxTop3.gif) no-repeat top;
}

.wide1 h2,
.wide2 h2,
.wide3 h2{
	margin:0 auto 0 auto;
	font-size:16px;
	font-weight:normal;
	color:gray;
}

.wide1 p,
.wide3 p {
	margin-top:10px;
	margin-bottom:0;
	font-size:14px;
	line-height:20px;
}
.wide2 .result {
	border-bottom:none;
	padding:0;
}

.wide2 .resultInfoWrapper {
	margin:auto 14px;
	padding:6px 0;	
	border-bottom:1px solid #d1f6f6;
}

.wide2 .resultInfo {
	padding-left:0;
	padding-right:0;
	width:472px;
}

.column1 {
	height:461px;
}

ul.featuredJobs, 
ul.featuredJobs li, 
ul.sampleSearches, 
ul.sampleSearches li {
	padding: 0px 0px 5px 0px;
	margin: 0;
	list-style-type: none;
	line-height:16px;
}

div.footer p {
	margin-right:18px;
/*	margin-top: -100px;*/
}

/* Float clearing code from Pro CSS Techniques */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
