@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 89% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #c42639;
}
#header {
	position: relative;
	height: 277px;
	background: #fff url(/images/head-bg.png) 50% 31px no-repeat;
}
#header h1#logo {
	margin: 0;
	padding: 26px 0 0;
	text-align: center;
}
#content-container {
	background: #fff;
	padding: 0 0 .5em;
}
#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.col-container {
	float: left;
	width: 100%;
}
.col-container h2 {
	margin: 0 0 .5em;
}
.col-container p {
	line-height: 1.6em;
	margin-bottom: 0;
}
.col-1-3 {
	float: left;
	width: 280px;
	padding: 0 20px;
}
.col-2-3 {
	float: left;
	width: 600px;
	padding: 0 20px;
}
a:link {
	color: #ed8f31;
	text-decoration: none;
}
a:visited {
	color: #942232;
	text-decoration: none;
}
a:hover {
	color: #f09c5e;
}
a:active {
	color: #f8c6a1;
}
.align-right {
	text-align: right;
}
h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #c42639;
}
#footer {
	background: url(/images/people-footer.png) center top repeat-x;
}
#footer p {
	margin: 0;
	padding: 105px 0 2em;
	color: #fff;
	text-align: center;
	font-size: .85em;
	font-weight: bold;
}
.clear {
	clear: both;
}
.inset {
	padding: 0 20px;
}
.divider {
	margin: 1em 0 0;
	padding: 1.5em 0 0;
	border-top: 1px solid #ddd;
}
a.button {
	display: block;
	position: relative;
	width: 192px;
	height: 25px;
	margin: 0;
	padding: 3px 0 0;
	background: url(/images/link-btn.png) 0 0 no-repeat;
	text-align: center;
}
a.button:link, a.button:visited {
	color: #fec;
}
a.button:hover, a.button:active {
	background-position: 0 -29px;
	color: #fff;
}
