@charset "UTF-8";

/* TITLE & SUBNAV
------------------------------------------------------------------------------------------ */

#title-about {
	float: right;
	width: 56px;
	height: 15px;
	background: url(/images/title-about.png) no-repeat 0 0;
	}
#title-about:hover {
	background-position: 0 -50px;
	}
#subnav-our-story {
	height: 19px;
	background: url(/images/subnav-our-story.png) no-repeat 100% 5px;
	}
#subnav-our-team {
	height: 19px;
	background: url(/images/subnav-our-team.png) no-repeat 100% 5px;
	}
#subnav-our-story:hover,
#subnav-our-team:hover {
	background-position: 100% -45px;
	}



/* OUR STORY
------------------------------------------------------------------------------------------ */

#header-our-story {
	clear: both;
	margin: 25px 0 22px 38px;
	width: 690px;
	height: 30px;
	background: url(/images/header-our-story.png) no-repeat 0 0;
	}
	#story-intro p {
		margin: 0 0 25px 40px;
		width: 690px;
		font-size: 25px;
		line-height: 32px;
		color: #de740b;
		}
#story-columns {
	overflow: hidden;
	margin-bottom: 50px;
	padding: 0 20px 0 40px;
	width: 900px;
	}
	#story-columns p {
		margin-bottom: 20px;
		}
	#col-1 {
		float: left;
		margin-right: 25px;
		width: 320px;
		}
	#col-2 {
		float: left;
		width: 320px;
		}
	#col-3 {
		float: right;
		width: 185px;
		}
		#col-3 img {
			display: block;
			margin-bottom: 25px;
			}



/* THE TEAM
------------------------------------------------------------------------------------------ */
	

#team-title-area {
	position: relative;
	width: 790px;
	height: 89px;
	}
	#team-title-area h1 {
		position: absolute;
		left: 38px;
		top: 20px;
		width: 127px;
		height: 23px;
		background: url(/images/header-our-team.png) no-repeat 0 0;
		}
		#name-and-title {
			position: absolute;
			left: 224px;
			top: 18px;
			width: 450px;
		}
		#team-title-area h2 {
			font-family: "Times New Roman", Times, serif;
			font-size: 31px;
			line-height: 35px;
			font-weight: normal;
			color: #de740b;
			}
		#team-title-area h3 {
			margin-left: 2px;
			text-transform: uppercase;
			font-size: 12px;
			line-height: 17px;
			font-weight: bold;
			letter-spacing: 1px;
			color: #808080;
			}
	
#team-content {
	overflow: hidden;
	margin: 0 0 50px 40px;
	width: 900px;
	}
	#team-list {
		float: left;
		margin-right: 25px;
		width: 160px;
		}
		#team-list a {
			font-size: 11px;
			color: #555;
			}
		#team-list a:hover {
			color: #888f00;
			}
		#team-list a.active {
			color: #de740b;
			font-weight: bold;
			}
	#team-bio {
		float: left;
		width: 450px;
		}
		#team-bio p {
			margin-bottom: 20px;
			}
	#team-photo {
		float: right;
		padding: 6px 1px 0 0;
		width: 190px;
		text-align: right;
		}