/******************************/

/********** Banner ************/

div#inside-banner-wrapper {
	float: left;
	min-width: 100%;
	height: 11.4em;
	background: #C1D1DE url('/img/inside-banner-wrapper-bg.png') bottom left repeat-x;
	border-bottom: solid 2px #d1d0d0;
	border-top: 10px solid #F3F3F3;
}

div#inside-banner {
	margin: 0 auto;
	clear: both;
	width: 100em;
	height: 11.4em;
	background: url('/img/inside-banner-bg.jpg') bottom center no-repeat;
	position: relative;
}

	#inside-banner h2 {
		width:18em;
		font-size: 3.5em;
		font-weight: 900;
		line-height: 1.0em;
		letter-spacing: -0.05em;
		position: absolute;
		top: 1.1em;
	}

/******************************/

/********** Content ***********/

div#content-left-column {
	float: left;
	width: 50em;
	font-size: 0.95em;
	line-height: 1.2em;
}

#content-left-column h4 {
	font-size: 1.8em;
	font-weight: 900;
	line-height: 1.2em;
	margin-left: 1.0em;
}

#content-left-column p {
	margin: 1.2em 2em 0 1.8em;
}

img.mission-image {

}

div#contact-info {
	margin-top: 2em;
	position: relative;
}

	#contact-info address {
		float: left;
		font-style: italic;
		color: #333;
		margin-left: 1.0em;
		position: relative;
		top: 0.5em;
	}

	#contact-info p {
		float: left;
		position: absolute;
		top: -1.3em;
		left: 5em;
	}

div#content-right-column {
	float: left;
	width: 23em;
}

	#content-right-column h4 {
		font-size: 1.8em;
	}

	#content-right-column span {
		font-size: 1.0em;
		font-weight: normal;
		color: #666;
		line-height: 1.2em;
	}

	img.team-image {
		position: relative;
		top: 2em;
	}

	div#testimonials {
		clear: both;
		margin-top:10px;
	}

	#content-right-column p {
		font-size: 0.9em;
		line-height: 1.2em;
		margin-bottom: 1.2em;
		color: #333;
	}

	#content-right-column a.small-button {
		display: block;
		width: 16em;
		height: 1.5em;
		text-align: center;
		font-size: 1.0em;
		font-weight: 900;
		color: #fffefe;
		text-decoration: none;
		line-height: 1.2em;
		background: #F6CF48 url('/img/small-button.png') repeat-x bottom left;
		margin-bottom: 1.5em;
	}

h2.page_content_title {
	font-size:22px;
	margin:10px;
}

/** ABOUT PAGE **/
a.meet_us_button {
	background:url('/img/meet_us_button.png') top left;
	display:block;
	width:232px;
	height:38px;
}

a.meet_us_button:hover {
	background-position:-232px 0;
}