@charset "UTF-8";

/* Global Content Formatting and Styles */

body {
	color: #444;
	line-height: 1.5em;
	font-family: "Helvetica Neue",arial,sans-serif;
	font-size: 17px;
	background: #fff;
	margin: 0; padding: 0;
}

h1 {margin: 0; font-weight: 300; color: #fff; line-height: 1.2em; padding: 1px 0 20px 0; font-family: 'Open Sans', serif;}
h2 {font-size: 28px; margin: 0; font-weight: 300; color: #09341B; line-height: 1.4; padding: 11px 0 5px 0; font-family: 'Open Sans', serif;}
h3 {font-size: 22px; margin: 0 0 0.2em 0;  font-weight: 300; color: #09341B; line-height: 1.4em; padding: 0; font-family: 'Open Sans', serif;}

p {margin: 0 0 .6em 0; padding: 0;}

a {color: #09341B;}
a:hover {color: #09341B; text-decoration: none;}
footer { 
	font-size: 15px;
	color: #09341B; 
	background: #eeeeee;
	padding: 10px 0 0 0;
	text-align: center;
	margin: 0;
}

footer a {color: #09341B; text-decoration: none;}
footer a:hover {color: #09341B; text-decoration: underline;}

.upperfooterinner a {color: #fdf9e0; text-decoration: none;}
.upperfooterinner a:hover {color: #fff; text-decoration: underline;}

.clear-fix {clear:both; line-height: 1px;}

strong {
    color: #f44;
	font-weight:700;
}