/* HERO */

#hero {
	height: 230px;
}

#hero-inner {
	height: 200px;
	background: url(../images/career/hero-image.jpg) no-repeat;
}

/* CAREER */

#content {
	margin-bottom: 50px;
}

#content .border {
	padding-bottom: 30px;
}

#content .section-inner {
	position: relative;
	padding: 41px 0 1px 0;
}

#content h2 {
	top: 0;
	left: 0;
	position: relative;
	margin: 0 0 14px 41px;
	height: 41px;
	width: 396px;
	background: url(../images/career/title-career-history.png) no-repeat;
}

.career {
	position: relative;
	margin: 0 0 35px 40px;
	width: 816px;
	height: 377px;
	background-image: url(../images/career/career-background.png);
	background-repeat: no-repeat;
	background-position: 0 -1131px;
}

.year {
	background-position: 0 0;
}

.year-minus-one {
	background-position: 0 -377px;
}

.year-minus-two {
	background-position: 0 -754px;
}

.career h3 {
	position: absolute;
	text-indent: -10000px;
	font-size: 0.1em;
	top: 25px;
	left: 312px;
	width: 178px;
	height: 66px;
	background-image: url(../images/career/career-year.png);
	background-repeat: no-repeat;
}

.year-2009 h3 {
	background-position: 0 0;
}

.year-2008 h3 {
	background-position: 0 -66px;
}

.year-2007 h3 {
	background-position: 0 -132px;
}

.year-2006 h3 {
	background-position: 0 -198px;
}

.career ul {
	padding: 113px 0 10px 31px;
}

.career li {
	display: block;
	padding: 0 0 5px 8px;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 470px;
	background: url(../images/bullet.gif) left 2px no-repeat;
}

.career blockquote {
	margin-left: 31px;
	width: 470px;
}

.career blockquote p {
	color: #666;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	font-style: italic;
}

.career .photo-frame {
	position: absolute;
	top: 7px;
	right: 10px;	
	width: 262px;
	height: 347px;
	padding: 8px 0 0 8px;
	background: url(../images/career/photo-frame.png) no-repeat;
}

.year blockquote p {
	color: #1c96fa;
}

.year-minus-one blockquote p {
	color: #4e9bda;
}

.year-minus-two blockquote p {
	color: #8c99a4;
}

.final {
	margin-bottom: 20px;
}
