/* CSS Document */
.title-h1{
	font-size:30px;
	color:#ff0000;
	position:relative;
	margin:10px 0;
	left:0;
	top:8px;
	z-index:5;
}
.title-h2{
	font-size:14px;
	margin:30px 0 20px 0;
}

/* What We Believe styles */
#img-map{
	float:left;
	margin:-30px 0 0 0;
}

/* Crew Positions styles */
/* menu */
#body-text {
	padding: 0 0 7px 0;
}

#crew-menu{
	border-bottom:1px solid #ff0000;
	float:left;
	margin-left:8px !important;
	margin-left:4px;
	padding:0;
	position:relative;
	z-index:5;
	}
	#crew-menu ul{
		list-style-type:none;
		padding:0;
		margin:0;
	}
	#crew-menu li{
		float:left;    	/* this creates the side-by-side array of top-level buttons */
	}
	#crew-menu li a,
	#crew-menu li a:visited{
		display:block;
		width:150px;
		height:25px;
	}
	/*individual buttons*/
	#crew-menu #btn-one{
	width:150px;
	height:25px;
	background:url(../images/btn_flexibility.gif) no-repeat top;
	margin:0 15px 0 0;
	}	
	#crew-menu #btn-two{
	width:150px;
	height:25px;
	background:url(../images/btn_variety.gif) no-repeat bottom;
	margin:0 15px 0 0;
	}
	#crew-menu #btn-three{
	width:150px;
	height:25px;
	background:url(../images/btn_growth.gif) no-repeat bottom;
	margin:0;
	}
	/*rollovers*/
	#crew-menu #btn-one a:hover,
	#crew-menu #btn-one:hover a{
	width:150px;
	height:25px;
	background:url(../images/btn_flexibility.gif) no-repeat top;
	}	
	#crew-menu #btn-two a:hover,
	#crew-menu #btn-two:hover a{
	width:150px;
	height:25px;
	background:url(../images/btn_variety.gif) no-repeat top;
	}
	#crew-menu #btn-three a:hover,
	#crew-menu #btn-three:hover a{
	width:150px;
	height:25px;
	background:url(../images/btn_growth.gif) no-repeat top;
	}
		
	
#crew-one{
	clear:both;
	position:relative;
	top:-120px;
	margin:0 0 -120px 8px;
	padding:0;
	width:735px;
	border-bottom:1px solid #ff0000;
	background:url(../images/flexibility_bg.jpg) no-repeat bottom right;	
}
#crew-two{
	display:none;
	clear:both;
	position:relative;
	top:-120px;
	margin:0 0 -120px 8px;
	padding:0;
	width:735px;
	border-bottom:1px solid #ff0000;
	background:url(../images/variety_bg.jpg) no-repeat bottom right;	
}
#crew-three{
	display:none;
	clear:both;
	position:relative;
	top:-120px;
	margin:0 0 -120px 8px;
	padding:0;
	width:735px;
	border-bottom:1px solid #ff0000;
	background:url(../images/growth_bg.jpg) no-repeat bottom right;	
	}
	.crew-holder{
		padding:120px 0 0 0;
		margin:0;
		width:445px;
	}
	.text{
		border-left:1px solid #ff0000;
		padding:20px 0 20px 0;
		float:none !important;
		float:left;
		}
		.text .search{
			font-weight:bold;
			margin:10px 0 0 355px;
			width:120px;
		}
		.disclaimer{
			font-size:10px;
			clear:both;
		}
		.crew-holder ul li{
			line-height:10px;
		}
		
	#callout{
		width:345px;
		border:1px solid #9a7c4e;
		margin-left:30px;
		color:#555555;
		}
		#callout h3{
			background:#9a7c4e;
			color:#fff;
			font-size:18px;
			font-weight:normal;
			padding:8px 0 10px 10px;
		}
		#callout h4{
			font-size:14px;
			margin-left:10px;
		}
		#callout p{
			padding-left:10px;
		}
		
/* Professional Development */
	/*individual buttons*/
	#crew-menu #prof-btn-one{
	width:150px;
	height:25px;
	background:url(../images/btn_work-environment.gif) no-repeat top;
	margin:0 15px 0 0;
	}	
	#crew-menu #prof-btn-two{
	width:150px;
	height:25px;
	background:url(../images/btn_development.gif) no-repeat bottom;
	margin:0 15px 0 0;
	}
	#crew-menu #prof-btn-three{
	width:150px;
	height:25px;
	background:url(../images/btn_benefits.gif) no-repeat bottom;
	margin:0;
	}
	/*rollovers*/
	#crew-menu #prof-btn-one a:hover,
	#crew-menu #prof-btn-one:hover a{
	width:150px;
	height:25px;
	background:url(../images/btn_work-environment.gif) no-repeat top;
	}	
	#crew-menu #prof-btn-two a:hover,
	#crew-menu #prof-btn-two:hover a{
	width:150px;
	height:25px;
	background:url(../images/btn_development.gif) no-repeat top;
	}
	#crew-menu #prof-btn-three a:hover,
	#crew-menu #prof-btn-three:hover a{
	width:150px;
	height:25px;
	background:url(../images/btn_benefits.gif) no-repeat top;
	}
	
#prof-one{
	clear:both;
	position:relative;
	top:-120px;
	margin:0 0 -120px 8px;
	padding:0;
	width:735px;
	border-bottom:1px solid #ff0000;
	background:url(../images/work-environment_bg.jpg) no-repeat bottom right;	
}
#prof-two{
	display:none;
	clear:both;
	position:relative;
	top:-120px;
	margin:0 0 -120px 8px;
	padding:0;
	width:735px;
	border-bottom:1px solid #ff0000;
	background:url(../images/development_bg.jpg) no-repeat bottom right;	
}
#prof-three{
	display:none;
	clear:both;
	position:relative;
	top:-120px;
	margin:0 0 -120px 8px;
	padding:0;
	width:735px;
	border-bottom:1px solid #ff0000;
	background:url(../images/benefits_bg.jpg) no-repeat bottom right;	
	}
	
	
/* Restaurant Operations */
	/*individual buttons*/
	#crew-menu #restaurant-btn-one{
	width:150px;
	height:25px;
	background:url(../images/btn_mobility.gif) no-repeat top;
	margin:0 15px 0 0;
	}	
	#crew-menu #restaurant-btn-two{
	width:150px;
	height:25px;
	background:url(../images/btn_reputation.gif) no-repeat bottom;
	margin:0 15px 0 0;
	}
	#crew-menu #restaurant-btn-three{
	width:150px;
	height:25px;
	background:url(../images/btn_rewards.gif) no-repeat bottom;
	margin:0;
	}
	/*rollovers*/
	#crew-menu #restaurant-btn-one a:hover,
	#crew-menu #restaurant-btn-one:hover a{
	width:150px;
	height:25px;
	background:url(../images/btn_mobility.gif) no-repeat top;
	}	
	#crew-menu #restaurant-btn-two a:hover,
	#crew-menu #restaurant-btn-two:hover a{
	width:150px;
	height:25px;
	background:url(../images/btn_reputation.gif) no-repeat top;
	}
	#crew-menu #restaurant-btn-three a:hover,
	#crew-menu #restaurant-btn-three:hover a{
	width:150px;
	height:25px;
	background:url(../images/btn_rewards.gif) no-repeat top;
	}
	
#restaurant-one{
	clear:both;
	position:relative;
	top:-120px;
	margin:0 0 -120px 8px;
	padding:0;
	width:735px;
	border-bottom:1px solid #ff0000;
	background:url(../images/mobility_bg.jpg) no-repeat bottom right;	
}
#restaurant-two{
	display:none;
	clear:both;
	position:relative;
	top:-120px;
	margin:0 0 -120px 8px;
	padding:0;
	width:735px;
	border-bottom:1px solid #ff0000;
	background:url(../images/reputation_bg.jpg) no-repeat bottom right;	
}
#restaurant-three{
	display:none;
	clear:both;
	position:relative;
	top:-120px;
	margin:0 0 -120px 8px;
	padding:0;
	width:735px;
	border-bottom:1px solid #ff0000;
	background:url(../images/rewards_bg.jpg) no-repeat bottom right;	
	}
	/* ladder */
	#ladder{
		width:486px;
		height:121px;
		background-image:url(../images/ladder.gif);
		background-repeat:no-repeat;
		padding:0px;
		margin:0px;
		}
		.ladder{
			float:left;
			position:relative;
		}
		
		
		
/* Search Jobs styles */
#search-divs{
	float:right;
	margin-left:0;	
	width:751px;
	height:246px;
	background:url(../images/search_img.jpg) no-repeat;
	}
	#search-divs ul{
		list-style:none;
		padding:0;
		margin:0;
		}
		#search-divs ul li{
			float:left;
			height:246px;
			width:160px;
			padding:0;
			margin:0 0 0 28px;
			}
			#search-divs ul li p{
				padding:0;
				text-align:center;
				font-weight:bold;
			}
			#search-divs ul li p a,
			#search-divs ul li p a:visited{
				padding:248px 0 0 0;
				width:160px;
				display:block;
				text-decoration:none;
				color:#000;
			}
			#search-divs ul li p a:hover{
				color:#ff0000;
			}

#search-left{
	float:left;
	width:370px;
	margin-right:20px;
	margin-top:50px;
	}
	#search-left p,
	#search-right p,
	#search-center p{
		font-size:14px;
	}	
	#search-left ul,
	#search-left li{
		list-style:none;
		padding-left:5px;
		font-size:14px;
		font-weight:bold;
	}	

#search-mid{
	float:left;
	height:350px;	
	border-left:1px solid #d4c4af;
}

#search-right{
	float:left;
	width:340px;
	margin-top:50px;
}

#search-center{
	float:left;
	margin-top:50px;
	padding-bottom:40px;
}
