@charset "UTF-8";

/* Global Content Formatting and Styles */
body { 
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:url(/images/head-bg.jpg) repeat-x top; margin:0; padding:0;
	background-color: #fff;
}
body.home  { margin: 0; padding: 0; background:none;}

header {
	height: 70px;
}
header a.logo{
	float:left;
	width:220px;
	margin: 9px 0px 0px 20px;
	text-decoration: none;
}

.page {
	max-width: 760px;
	margin: 0px auto 0px auto;
	position: relative;
}

h1 { font-size: 2em; line-height: 1em; font-weight: bold; color: #1d222f; margin: 0 0 .5em 0; }
h2 { font-size: 1.7em; margin: 0 0 .6em 0; }
h3 { font-size: 1.5em; margin: 1em 0 .4em 0; }
p { margin: 0 0 .75em 0; }
a { color: #4D9028;}
a:hover { color: #009900;}

footer { font-size: .85em; color: #a1acce; background-color: #515673; padding: 10px 10px 10px 20px; }
footer a { color: #a1acce; }
footer a:hover { color: #fff; }

a.cta {
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
}

.pr h3 { font-size: 1.1em; margin: 0;}
.pr p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }

.clear { clear: both; line-height: 1px; }

img {
  max-width: 100%;
  margin-bottom: 0.5em;
}

.vid {
	position:relative;
	padding-bottom:56.25%;
	margin-bottom: 1em;
	height:0;
	overflow:hidden;
}

.vid iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}