/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/*CSS RESET*/


body{
	background:#ECEBE6;
	color: #1D1D1D;
    font-family:Lucida, Helvetica, Arial;
    font-size: 15px;
    margin:0;
    padding:0;
}
a{
	color:#000000;
	text-decoration:none;
	}
#blockfinds{
	}
#navigation{
	width:100%;
	background:#CC342C;
	color:#ffffff;
	}
#navitems{
	width:960px;
	margin:auto;
	height:50px;
	}
h1, h2, h3, h4, h5, h6{
	font-family: 'Kreon', arial, serif;
	color:#CC342C;
	}
#logo{
	font-family: 'Kreon', arial, serif;
	font-size:24px;
	padding-top:15px;
	}
#logo a{
	color:#ffffff;
	text-decoration:none;
	}
#content{
	width:960px;
	margin:auto;
	}
#hero{
	height:300px;
	background:url(images/hero.png) no-repeat top right;
	font-family: 'Kreon', arial, serif;
	}
#headline{
	font-size:45px;
	width:550px;
	float:left;
	margin-top:50px;
	line-height:55px;
	}
#cta{
	width:500px;
	float:left;
	margin-top:50px;
	}
#cta a{
	color:#ffffff;
	background:#CC342C;
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	padding-bottom:7px;
	text-decoration:none;
	font-size:20px;
	}
hr{
	width:90%;
	color:#cccccc;
	height:1px;
	background:#cccccc;
	border:0;
	margin-top:10px;
	margin-bottom:10px;
	}
