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

/* #Reset & Basics 
================================================== */
	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;
		font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		font-weight: normal;}
	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; }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #6D6E61;
		font-family:'Passion One', "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 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: 30px; line-height: 20px; padding: 8px 0px; margin-left:15px; }
	h3 { font-size: 25px; line-height: 27px; margin-bottom: 10px; }
	h4 { font-size: 22px; line-height: 25px; margin-bottom: 4px; }
	h5 { font-size: 18px; line-height: 20px; }
	h6 { font-size: 12px; line-height: 18px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0;color:#5E5E54; }
	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%; }
	
	/* #Links
================================================== */
	a, a:visited { color:#999; text-decoration:none; outline: 0; }
	a:hover, a:focus { color: #62bf52; }
	p a, p a:visited { line-height: inherit; }
	
	/* Image Scaling
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
		
	

/* Line Breaks
================================================== */

	hr { border: solid #bcbdba; border-width: 1px 0 0; clear: both; margin: 0px 0px 0px 0px; height: 0; width:100%;  }
	
	.hrTwo{ border: solid #d7d6c1; border-width: 2px 0 0; clear: both; margin:3px 0px 5px 0; height: 0; width:85%;  }
	
	.hrThree{ border: solid #77AC3E; border-width: 2px 0 0; clear: both;  height: 0; width:90%; margin:0 auto; }
	
	
