/*
* Sproutworx V1
* Copyright 2011, Sproutworx, llc
* www.sproutworx.com
* Free to use under the MIT license
* http://www.opensource.org/licenses/mit-license.php
* 7/27/2011
*/

/* Table of Contents
==============================

*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
		
/* #Basic Styles
================================================== */
	body { 
		background: white;
		font: normal normal 13px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		border-top: 5px solid #184378;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
	.clearfix {
		display: block;
	}
	.clearfix::after {
		clear:both;
		content: '.';
		display:block;
		height:0px;
		visibility: hidden;
	}
	#line {
		border-top: thin solid whiteSmoke;
	}
	#container {
		margin: 0px auto;
		padding:0px 0px 0px;
		width: 940px;
	}
	#header-wrap {
		border-bottom: thin solid #efefef;
	}
	#logo, #logo a {
		font-size: 28px;
		font-weight: bold;
		line-height:30px;
		float: left;
		margin-bottom:10px;
		padding-top:15px;
	}	

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 { 
		color: #444; 
		font-family: "Vollkorn", "Times New Roman", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 27px; line-height: 36px; margin-bottom: 0px; font-style: italic; text-align: center; padding:30px 0px 0px; }
	h3 { font-size: 24px; line-height: 34px; margin-bottom: 8px; font-style: italic; text-align: center; padding:10px 200px; color: #999; }
	h4 { font-size: 16px; line-height: 30px; margin-bottom: 4px; font-weight: bold; color: #184378; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 15px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	
	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }
	
/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #999; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #184378; }
	p a, p a:visited { color: #444; font-weight: bold; }
	p a:hover, p a:focus { color: #184378; }
	
/* #Nav
================================================== */
	#nav {
		float: right;
		font-size: 12px;
		margin-bottom: 35px;
		margin-top: 20px;
	}
	#nav ul {
		
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	#nav ul li {
		float: left;
		position: relative;
		z-index: 50;
	}
	#nav ul a {
		font-weight: bold;
		padding: 3px 5px;
		margin: 0px 5px;
		display:block;
		position: relative;
	}

/* #Banner
================================================== */
	#banner {
		height: 60px;
	}
	#yeoman {
		background-image: url(../images/background.jpg);
		background-repeat: none;
	}
/* #Slider
================================================== */
	#window_box {
		padding: 30px 0px 0px;
	}
	#window_box .window-container {
		height: 400px;
		overflow: hidden;
		position: relative;
		width:940px;
		z-index: 1;
	}
	#window_box img {
		border: thin solid #efefef;
		padding: 10px;
		background: ghostWhite;
	}
	
/* #About
=================================================== */
	#about {
		background: ghostWhite;
		border: thin solid #efefef;
		border-top: thin solid white;
		padding:10px;
	}

/* #Footer
=================================================== */
	#footer {
		width: 940px;
		margin: 0px auto;		
	}
	#foot {
		background: ghostWhite;
		border: thin solid #efefef;
		border-top: thin solid white;
		color: #aaa;
	}
	#foot p {
		margin:0px 10px 5px;
		padding:10px;
		font-size: 12px;
		text-align: right;
		font-family: Arial;
	}
	.caps {
		font-variant:small-caps;
	}
	.bothans {
		margin-right:10px;
		color: #d2d2d2;
		font-style: italic;
	}