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;
	background: no-repeat top center url('images/bg.jpg');
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #083c78;
}
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;
}

.clear {
	clear: both;
}

a:link {
	color: #bf1e2e;
	text-decoration: none;
}

a:visited {
	color: #930100;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: 'Geo', sans-serif;
	color: #bf1e2e;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}

h1 { font-size: 23px; } 
h2 { font-size: 20px; }
h3 { font-size: 15px; }
h4 { font-size: 12px; }

p {
	margin: 5px 0;
}

strong {
	font-weight: bold;
}

#region-header {
	margin: 0 auto;
	margin-top: 30px;
	height: 174px;
	max-width: 2000px;
	overflow: hidden;
	background: no-repeat center center url('images/header.jpg');
	-webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, .75);
	-moz-box-shadow:    0px 0px 30px rgba(50, 50, 50, .75);
	box-shadow:         0px 0px 30px rgba(50, 50, 50, .75);
}

img#logo {
	display: block;
	margin: 0 auto;
	margin-top: 26px;
}

nav {
	margin: 0 auto;
	width: 940px;
	padding: 0 20px;
	text-align: center;
}

nav ul {
	font-family: 'Geo', sans-serif;
	font-size: 23px;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

nav ul li {
	display: inline-block;
}

nav a:link,
nav a:visited {
	display: inline-block;
	text-decoration: none;
	padding: 20px 20px 10px 20px;
	color: #083c78;
}

nav a:hover {
	color: #bf1e2e;
}

nav a.active {
	background-color: #bf1e2e;
	color: white;
}

nav li.active {
	padding-bottom: 2px;
	border-bottom: 2px solid #bf1e2e;
}

#section-content {
	width: 940px;
	padding: 0 20px;
	margin: 70px auto;
	line-height: 25px;
}

#region-sidebar {
	float: left;
	width: 300px;
}

#region-content {
	float: right;
	width: 588px;
}

h1#page-title {
	display: block;
	color: white;
	font-weight: normal;
	background-color: #bf1e2e;
	padding: 0 5px;
	margin: 0;
	height: 35px;
	font-size: 37px;
	line-height: 35px;
	
}

div.border {
	padding-bottom: 2px;
	border-bottom: 2px solid #bf1e2e;
}

article {
	padding: 20px 0;
	border-bottom: 2px solid #bf1e2e;
}

article.last {
	border: 0 none;
}

div.date {
	color: #083c78;
	font-size: 16px;
	line-height: 30px;
}

aside h1,
aside h2 {
	font-family: Arial, sans-serif;
}

aside h1 {
	font-size: 31px;
	font-style: italic;
	line-height: 35px;
	margin-top: 0;
}

aside h2 {
	color: #083c78;
	text-transform: none;
	font-weight: normal;
	line-height: 30px;
}

aside img {
	margin-top: 20px;
}

aside ul {
	margin-left: 30px;
	padding: 0;
	list-style-image: url('images/check.png');
	list-style-position: outside;
	text-transform: uppercase;
	color: #bf1e2e;
	font-size: 22px;
	font-style: italic;
}

aside ul li {
	line-height: 22px;
	vertical-align: top;
	padding-left: 5px;
	margin-bottom: 20px;
}


footer {
	font-family: 'Geo', sans-serif;
	color: #bf1e2e;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	clear: both;
	margin-bottom: 50px;
}

#region-footer {
	border-top: 2px solid #bf1e2e;
	text-align: center;
}

#copyright {
	background: white;
	line-height: 60px;
	width: 180px;
	margin: 0 auto;
	margin-top: -30px;
}