/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none }
[hidden] { display: none }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0 }
body, button, input, select, textarea { font-family: sans-serif }
a:focus { outline: thin dotted }
a:hover, a:active { outline: 0 }
h1 { font-size: 2em }
abbr[title] { border-bottom: 1px dotted }
b, strong { font-weight: bold }
blockquote { margin: 1em 40px }
dfn { font-style: italic }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none }
q:before, q:after { content: ''; content: none; }
small { font-size: 75% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em }
sub { bottom: -0.25em }
ul, ol { margin-left: 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px }
nav ul, nav ol { list-style: none; list-style-image: none; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden }
figure { margin: 0 }
form { margin: 0 }
fieldset { border: 1px solid #c0c0c0 !important; margin: 0 2px !important; padding: 0.35em 0.625em 0.75em !important; }
legend { border: 0;: ; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline;: ; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button;: ; *overflow: visible; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }

/*! pharrout - http://pharrout.com/ -------------------------------------------- */
body {
	background: #8fa75a;
	color: #5f5f5f;
	font: 15px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300; /* supported by the helveticas; arial and other riffraff default to 500 */
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin-top: 0;
}
	h1, h2 { font-size: 22px; }
	h3 { font-size: 16px; }
	h4 { font-size: 15px; }
p { margin: 0 0 20px 0; }
	p.caption {
		font-size: 13px;
		margin-bottom: 15px;
	}
a {
	color: #8fa75a;
	text-decoration: none;
}
hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}
	hr.top,
	hr.bottom {
		background: url('img/hr-shadow.png') no-repeat;
		border: 0;
		height: 8px;
		margin: 20px 0;
	}
		hr.bottom { background-position: 0 -8px; }
	

#header { background: url('img/stripes.png'); }
	#the-bar {
		background: #000;
		height: 20px;
		line-height: 15px;
		padding: 5px;
	}
	#header > .inside {
		color: #3c3c3c;
		height: 100px;
		margin: 0 auto;
		position: relative;
		width: 960px;
	}
		#logo {
			position: relative;
			top: 1px;
		}
		#site-info {
			text-align: center;
			position: absolute;
			top: 10px;
			left: 295px;
		}
			#site-info h1 {
				font-size: 20px;
				margin: 0;
			}
			#site-info h2 {
				font-size: 15px;
				font-weight: 300;
				margin: 0;
			}
		#social {
			position: absolute;
			right: 0;
			bottom: 0;
		}
	#breadcrumbs {
		background: #6e6e6e;
		color: #fff;
		line-height: 15px;
	}
		#breadcrumbs > .inside {
			margin: 0 auto;
			width: 960px;
			position: relative;
			z-index: 10; /* make sure it's over the logo */
		}
		#breadcrumbs a {
			color: #fff;
			display: inline-block;
			padding: 5px 0;
		}
			#breadcrumbs a:hover { color: #9e9e9e; }
		#breadcrumbs .sep {
			color: #ccc;
			display: inline-block;
			font-size: 13px;
			padding: 5px 0;
			position: relative;
			top: -1px;
		}
	#navigation {
		background: #8fa75a;
		border-bottom: 3px solid #e3e9d6;
		border-top: 3px solid #fff;
	}
		body.home #navigation { border-top: 0; }
		#navigation ul {				
			color: #fff;
			left: 15px;
			margin: 0 auto;
			position: relative;
			text-transform: uppercase;
			text-align: center;
			width: 960px;
		}
			#navigation .sep {
				color: #a0b377;
				display: inline-block;
				padding: 4px 0;
				position: relative;
				top: -1px;
			}
		#navigation a {
			color: #fff;
			display: inline-block;
			padding: 4px 15px;
		}
			#navigation .active a,
			#navigation a:hover { color: #5f5f5f; }

#content {
	background: #fff;
	padding: 20px 0;
}
	body.home #content { padding: 0; }
	#content > .inside {
		margin: 0 auto;
		width: 960px;
	}
	#page-title { font-size: 22px; }
	#page-body {
		float: right;
		width: 665px;
	}
		#page-body a { text-decoration: underline; }
			#page-body a:hover { color: #5f5f5f; }
	#page-navigation {
		background: url('img/nav-shadow.png') 100% 0 no-repeat;
		float: left;
		margin-top: 8px;
		min-height: 328px;
		width: 255px;
	}
	.column#page-navigation{
		width:195px;
	}
		#page-navigation h3 {
			margin: 0 0 10px 20px;
			text-transform: uppercase;
		}
		.page-list {
			list-style: none;
			margin: 0 50px 0 0;
			padding: 0;
		}
		.column#pagenavigation .page-list{margin: 0 12px 0 0;}
			.page-list > li { border-bottom: 1px solid #e3e9d6; }
			.page-list a {
				color: #3c3c3c;
				display: block;
				padding: 10px 20px;
			}
				.page-list .active > a,
				.page-list a:hover { color: #8fa75a; }
			.page-sublist {
				list-style: none;
				margin: 0 0 15px 0;
				padding: 0;
			}
				.page-sublist a {
					border: 0;
					padding: 3px 0 3px 40px;
				}
	.entries {}
		.entry {
			border-top: 1px solid #e3e9d6;
			padding: 20px 0 1px 0;
		}
		.entry-title { margin: 0; }
		.entry-date { font-size: 13px; }
		.entry-thumbnail {
			float: left;
			margin: 5px 20px 20px 0;
		}
		.entry-excerpt {}
			
#footer {
	background: url('img/footer-shadow.png') repeat-x;
	color: #fff;
	text-align: center;
	padding: 25px 0;
}
	#footer a { color: #fff; }
		#footer a:hover { color: #5f5f5f; }

body.home {}	
	#primary { padding: 20px 0; }
		#primary > .inside {
			margin: 0 auto;
			width: 960px;
		}
			#primary .column.first {
				padding: 0 30px 0 0;
				width: 205px;
			}
				#primary .column.first a {
					background: url('img/button.png');
					color: #fff;
					display: block;
					height: 64px;
					line-height: 64px;
					text-align: center;
					text-shadow: -1px -1px 0 #5f5f5f;
					text-transform: uppercase;
					width: 196px;
				}
				#primary .column.first p {
					xline-height: 1.33em;
					margin: 10px 0;
				}
				#primary .column.first img { float: right; }
			#primary .column.last {
				padding: 0;
				width: 725px;
			}
				#big-ol-slideshow {}
					#big-ol-slideshow img { display: block; }
					#big-ol-slideshow-pager {
						background: #000;
						padding-top: 2px;
						text-align: right;
					}
						#big-ol-slideshow-pager a {
							background: #fff;
							-webkit-border-radius: 6px;
							   -moz-border-radius: 6px;
							        border-radius: 6px;
							display: inline-block;
							height: 12px;
							margin-right: 6px;
							overflow: hidden;
							text-indent: 9999px;
							width: 12px;
						}
							#big-ol-slideshow-pager a.active { background: #8fa75a; }
	#secondary {
		background: url('img/stripes.png');
		border-top: 1px solid #ccc;
	}
		#secondary > .inside {
			background: url('img/columns.png') repeat-y;
			margin: 0 auto;
			width: 960px;
		}
		#secondary .column.middle img,
		#secondary .column h3 {
			display: block;
			margin: 20px auto;
		}
			#secondary .column.middle img { margin-top: 0; }
		#secondary .column.first h3 {
			background: url('img/header-answers.png') no-repeat;
			height: 46px;
			overflow: hidden;
			text-indent: -9999px;
			width: 246px;
		}
		#secondary .column.middle h3 {
			background: url('img/header-socially.png') no-repeat;
			height: 50px;
			overflow: hidden;
			text-indent: -9999px;
			width: 205px;
		}
		#secondary .column.last h3 {
			background: url('img/header-money.png') no-repeat;
			height: 46px;
			overflow: hidden;
			text-indent: -9999px;
			width: 215px;
		}
		#questions {}
			.question {}
				.question h4,
				.question p { padding-left: 50px; }
					.question h4 {
						background: url('img/q.png') no-repeat;
						min-height: 41px;
					}
					.question p {
						background: url('img/a.png') no-repeat;
						min-height: 32px;
					}
		#questions-pager {}
			#questions-pager a {
				background: #ccc;
				-webkit-border-radius: 6px;
				   -moz-border-radius: 6px;
				        border-radius: 6px;
				display: inline-block;
				height: 12px;
				margin-right: 6px;
				overflow: hidden;
				text-indent: -9999px;
				width: 12px;
			}
				#questions-pager a.active { background: #8fa75a; }

.columns {}
	.column {
		float: left;
		padding: 0 20px;
		width: 280px;
	}
		.column:first-child { border: 0; }
		.column.first {}
		.column.middle {}
		.column.last {}
.flat {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
	.flat > li { display: inline; }
.wrap { zoom: 1; }
	.wrap:after {
		clear: both;
		content: '.';
		display: block;
		height: 0;
		visibility: hidden;
	}

.lt-ie8 {}
	.lt-ie8 .sep {
		display: inline !important;
		zoom: 1;
	}
	.lt-ie8 hr.top,
	.lt-ie8 hr.bottom { display: none; }
	.lt-ie8 #secondary .column.first h3,
	.lt-ie8 #secondary .column.last h3 { margin-bottom: 40px; }
	.lt-ie8 #big-ol-slideshow-pager {
		padding: 4px 0 4px 6px;
		text-align: left;
	}
		.lt-ie8 #big-ol-slideshow-pager a {
			display: block;
			float: left;
			text-indent: -9999px;
		}
	.lt-ie8 #questions-pager { margin-bottom: 20px; }
		.lt-ie8 #questions-pager a {
			display: block;
			float: left;
		}