

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;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}::selection { background:#803; color:#FFF; }
::-moz-selection { background:#803; color:#FFF; }
::-webkit-selection { background:#803; color:#FFF; }

body {
	background: #FFF url('../images/bg.gif') left top repeat-x;
	font: 12px/18px Georgia, Times, Serif;
	color: #000;
}



a { color: #803; text-decoration: none; }
	a:hover { text-decoration: underline; }

.bull { list-style: disc; margin-left: 30px; }
.bull ul { list-style: circle; margin-left: 30px; }
	
.full { width: 960px; }
.half { width: 470px; overflow: hidden; }
.twothird { width: 590px; }
.onethird { width: 290px; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.left.push { margin-right: 20px; }
.right.push { margin-left: 20px; }
	.push { margin-bottom: 20px; }
.smalltext { font-size: 11px; line-height: 14px; }
.over { overflow: hidden; }
.under { text-decoration: underline; }
.hidden { display: none; }
.quad {
	display: block;
	width: 199px;
	margin-right: 1px;
	float: left;
	overflow: hidden;
	padding: 20px;
}
	.quad.last { width: 200px; margin-right: 0; }

h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	overflow: hidden;
	color: #FFF;
	background-color: #803;
	padding: 20px;
	margin-bottom: 20px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #803;
}

h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
	h2 { overflow: hidden; }

#container {
	width: 960px;
	margin: auto;
}

#logo {
	display: block;
	width: 357px;
	height: 46px;
	text-indent: -9999px;
	background: url('../images/logo.png') left top no-repeat;
	float: left;
}
	#logo:hover { background-position: 0 -46px; }

#top {
	height: 61px;
	overflow: hidden;
	border-bottom: 2px solid #000;
	padding-top: 55px;
	margin-bottom: 20px;
}
#nav {
	width: 560px;
	float: right;
}
#nav li {
	display: block;
	float: left;
}
#nav li a {
	display: block;
	float: left;
	width: 79px;
	height: 61px;
	text-indent: -9999px;
	background-image: url('../images/nav.gif');
	margin-right: 1px;
	background-color: #813;
	background-repeat: no-repeat;
}
	#nav li a:hover { background-color: #924; }
	#nav li a#home		{ background-position: 0 0; }
	#nav li a#about	{ background-position: -80px 0; }
	#nav li a#services	{ background-position: -160px 0; }
	#nav li a#people	{ background-position: -240px 0; }
	#nav li a#articles	{ background-position: -320px 0; }
	#nav li a#careers	{ background-position: -400px 0; }
	#nav li a#contact	{ background-position: -480px 0; width: 80px; margin-right: 0; }
	
	#nav li a#home:hover		{ background-position: 0 -139px; }
	#nav li a#about:hover		{ background-position: -80px -139px; }
	#nav li a#services:hover	{ background-position: -160px -139px; }
	#nav li a#people:hover		{ background-position: -240px -139px; }
	#nav li a#articles:hover	{ background-position: -320px -139px; }
	#nav li a#careers:hover	{ background-position: -400px -139px; }
	#nav li a#contact:hover	{ background-position: -480px -139px; }

#content {
	overflow: hidden;
	padding-bottom: 20px;
}
	
#cyclewrap, #cycle {
	height: 248px;
	overflow: hidden;
}
	#cycle {
		width: 719px !important;
		float: left;
	}
		#cycle img {
			display: block;
			margin-bottom: -82px;
			position: relative;
			z-index: -1;
		}
		.cyclecap {
			padding: 10px;
			height: 62px;
			width: 699px !important;
			background-image: url('../images/cyclecap.png');
			color: #FFF;
			overflow: hidden;
		}
			.cyclecap a { color: #999; }
	#cyclenav {
		width: 240px;
		float: right;
	}
		#cyclenav li a {
			display: block;
			width: 220px;
			height: 12px;
			float: right;
			background-color: #803;
			padding: 35px 20px 35px 0;
			color: #FFF;
			text-align: right;
			margin-bottom: 1px;
		}
			#cyclenav li a.last { margin-bottom: 0; }
			#cyclenav li a.activeSlide {
				background: #803 url('../images/cyclenav-active.gif') 90px 0 no-repeat;
			}
				#cyclenav li a span strong { font-size: 16px; color: #FFF; }

#mission {
	margin-top: 20px;
	margin-bottom: 1px;
	padding: 30px;
	background-color: #000;
	font-size: 17px;
	line-height: 22px;
}
	#mission a { color: #C04; }

#new a.quad {
	height: 80px;
	background-color: #803;
	color: #FFF;
}
	#new a.quad strong {
		color: #C6C6C6;
		font-size: 16px;
		display: block;
		margin-bottom: 5px;
	}
	
#featured .quad {
	background-color: #C6C6C6;
	background-image: url('../images/home-areas.gif');
	height: 280px;
}
	#featured .quad h3 a {
		display: block;
		width: 100%;
		height: 100%;
		color: #FFF;
		margin: -20px;
		margin-bottom: 20px;
		color: #FFF;
		font-weight: normal;
		padding: 20px;
		height: 20px;
		overflow: hidden;
		background-color: #803;
	}
		#featured .quad h3 a:hover, #featured .quad h3 a.active { text-decoration: none; background-color: #000; }
	#featured .quad.school		{ background-position: 0 bottom; }
	#featured .quad.nonprofit	{ background-position: -240px bottom; }
	#featured .quad.govt			{ background-position: -480px bottom; }
	#featured .quad.taxation		{ background-position: -720px bottom; width: 200px; margin-right: 0; }

#featured.inside {
	width: 240px;
	float: right;
	padding-left: 20px;
}
	#featured.inside .quad { height: 20px; overflow: hidden; width: 240px; margin-bottom: 1px; }

.person {
	width: 240px;
	float: left;
	margin-bottom: 30px;
}
	.person h3 { font-weight: bold; }
	.person.partner { margin-right: 120px; }
	.person span.persontext { display: block; width: 200px; }
	.person.partner span.persontext { width: 240px; }

.person.last { margin-right: 0; }


#facebook-box {
	width: 300px;
	margin: auto;
	margin-bottom: 15px;
	background-color: #FFF;
	border: 1px solid #999;
}

#footer {
	border-top:2px solid #000;
	background: #803 url('../images/footer.jpg') center top no-repeat;
	height: 128px;
	padding-top: 20px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
}
	#footer a { color: #000; }
html, body, #container {height: 100%;}
body > #container { height: auto; min-height: 100%; }
#footerpush { overflow:auto; padding-bottom: 148px; }  
#footer { position: relative; margin-top: -150px; clear:both; }
 body:before { content:""; height:100%; float:left; width:0; margin-top:-32767px; }

html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
}
