@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */


#wrapper {
	position: relative;
}

#header {
	width: 960px;
	margin: 25px auto 0;
	position: relative;
	height: 70px;
	
}

#header a {
	
}

#logo { 
	position: absolute;
}

#header h1 {
	background: url(/assets/site2/images/text-logo.png) no-repeat;
	width: 280px;
	height: 59px;
	position: absolute;
	text-indent: -9999px;
	margin-top: 10px;
	margin-left: 85px;
}

#navigation {
	position: absolute;
	right: 0;
	top: 30px;
	max-width: 585px;
}

#navigation li {
	display: inline;
	margin-right: 8px;
	background: url(/assets/site2/images/shapes.png) no-repeat;
	background-position: 0 -13px;
	padding-left: 10px;
}

#navigation li:last-child {
	margin-right: 0px;
}

#navigation li:hover {
	background-position: 0 2px;
}

#main-feature {
	width: 100%;
	height: 303px;
	border: 0;
	background:url(/assets/site2/images/header-bg.png) top center no-repeat;
	margin: 10px 0 0 0;
	
}

#main-feature-content {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 65px;
}

#main-feature-content img {
	position: absolute;
	right: 0;
	top: 20px;
}

#main-feature-content h1  {
	width: 530px;
	
}

#main-feature-content p {
	width: 590px;
}

#content {
	padding-top: 20px;
	width: 960px;
	margin:0 auto;
}

#content.two_col_2_1 .col_single {
	width: 300px;
	float: right;
}

#content.two_col_2_1 .col_double {
	width: 640px;
}

#content.two_col_2_1 .col_double > p {
	padding-right: 20px;
}

#content.two_col_1_1 .col_left {
	float: left;
	width: 470px;
	margin-right: 20px;
}

#content.two_col_1_1 .col_right {
	float: left;
	width: 470px;
}

.staffbio {
	float: left;
	width: 460px;
	margin-right: 10px;
}

#footer {
	padding: 12px 0;
	background: #900;
	width: 100%;
	clear: both;
}

.footer-content {
	width: 960px;
	margin: 0 auto;
}
