﻿/* restaurant careers */
#contentContainer {
	margin-left: 15px;
}

/* headers */
#headerTeamMember {
	height: 16px;
	left: 0;
	position: relative;
	top: 0;
	width: 124px;
}

#headerTeamMember img {
	clip: rect(0 124px 16px 0);
	position: absolute;
 }

#headerShiftLead {
	height: 16px;
	left: 0;
	position: relative;
	top: 0;
	width: 88px;
}

#headerShiftLead img {
	clip: rect(0 88px 16px 0);
	position: absolute;
 }

#headerAsstMgr {
	height: 16px;
	position: relative;
	left: 0;
	top: 0;
	width: 169px;
}

#headerAsstMgr img {
	clip: rect(0 169px 16px 0);
	position: absolute;
}

#headerRestGenMgr {
	height: 17px;
	left: 0;
	position: relative;
	top: 0;
	width: 313px;
}

#headerRestGenMgr img {
	clip: rect(0 313px 17px 0);
	position: absolute;
}

/* containers and text */
#restCareersTypes {
	float: left;
	margin: 24px 25px 26px 0;
	width: 386px;
	position: relative;
}

.infoBlock {
	margin: 0 0 16px 0;
}

.infoBlock img{
	margin: 0 0 -5px;
	padding: 0;
}

.infoBlock p {
	color: #FBF1F6;
	font-size: 13px;
	line-height: 15px;
	margin: 6px 0 22px 0;
} 

#restCareersPhotoContainer {
	float: left;
	margin: 0;
	padding-bottom: 26px;
	width: 509px;
	position: relative;
}

#restCareersPhoto {
	background: transparent url(/images/company/rest_career_people.png) no-repeat 0 0;
	height: 390px;
	width: 490px;
}

#careerQuotes {
	position: relative;
}

.careerQuote {
	background-color: transparent;
	background-image: url(/images/company/sprite_balloons_career_rest.png);
	background-repeat: no-repeat;
	display: none;
	position: absolute;
}

#quoteTeamMember {
	background-position: 0 0;
	height: 118px;
	width: 200px;
	left: 150px;
	top: 100px;
}

#quoteShiftLead {
	background-position: 0 -118px;
	height: 138px;
	width: 205px;
	left: 260px;
	top: 90px;
}

#quoteAsstMgr {
	background-position: 0 -256px;
	height: 140px;
	width: 200px;
	left: 55px;
	top: 90px;
}

#quoteRestGenMgr {
	background-position: 0 -396px;
	height: 121px;
	width: 250px;
	left: 110px;
	top: 100px;
}

#quoteImgTeamMember, #quoteImgShiftLead, #quoteImgAsstMgr, #quoteImgRestGenMgr {
/*	left: 0;*/
/*	margin: 30px 0 0 15px;*/
	position: relative;
}

#quoteImgTeamMember {
	margin: 15px 0 0 30px;
	height: 45px;
}

#quoteImgShiftLead {
	margin: 10px 0 0 30px;
	height: 70px;
}

#quoteImgAsstMgr{
	margin: 5px 0 0 30px;
	height: 75px;
}

#quoteImgRestGenMgr {
	height: 65px;
	margin: 0 0 0 20px;
}

#quoteImgTeamMember {
	top: 0;
}

#quoteImgTeamMember img {
	clip: rect(0 149px 48px 0);
	position: absolute;
}

#quoteImgShiftLead {
	top: -40px;
}

#quoteImgShiftLead img {
	clip: rect(49px 154px 115px 0);
	position: absolute;
}

#quoteImgAsstMgr {
	top: -100px;
}

#quoteImgAsstMgr img {
	clip: rect(116px 140px 182px 0);
	position: absolute;
}

#quoteImgRestGenMgr {
	top: -160px;
}

#quoteImgRestGenMgr img {
	clip: rect(183px 204px 232px 0);
	position: absolute;
}

.quoteAttrib {
	font-size: 0.688em;
	color: #e73494;
	line-height: 1em;
	margin: 15px 0 0 30px;	
}

#quoteRestGenMgr .quoteAttrib {
	margin: 15px 0 0 20px;
}
/* other content */
#addlInfo {
	overflow: hidden;
}

#lookingForCorp {
	width: 192px;
	padding-right: 23px;
	float: left;
}
	#lookingForCorp p {
		color:#fff;
		font-size:13px;
		line-height: 15px;
		margin: 5px 0;
	}

#lookingRestSeparatorTop,
#lookingRestSeparatorBtm {
	background: transparent url('/images/divider_rest_career.png') no-repeat 0 0;
	height: 2px;
}

#lookingRestSeparatorTop {
	margin-bottom: 14px;
}

#lookingRestSeparatorBtm {
	margin-top: 10px;
}

#findMore .bulletedImgLink img {
	margin-top: 3px;
}

