﻿@charset "UTF-8";
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;
}
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;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	min-height: 100%;
	position: relative;
	background-color: #fafafa;
	min-width: 950px;
}
a:link {
	color: #DD4B39;
	text-decoration: none;	
}
a:visited {
	color: #DD4B39;
	text-decoration: none;
}
a:hover {
	color: #DD4B39;
	text-decoration: underline;
}
a:active {
	color: #DD4B39;
	text-decoration: underline;
}
.outlink  {
	font-size: 0.75em;
	line-height: 150%;
	margin: 0.5em 0;
}
header {
	background-color: #FFF;
	border-bottom: solid 1px #eee;
}
header p {
	font-size: 1.125em;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	line-height: 125%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
}
header p a:link {
	color: #DD4B39;
	text-decoration: none;
}
header p a:visited {
	color: #DD4B39;
	text-decoration: none;
}
header p a:hover{
	color: #DD4B39;
	text-decoration: underline;
}
header p a:active{
	color: #DD4B39;
	text-decoration: underline;
}
#main {
	width: 950px;
	margin: 40px auto 0;
	overflow: hidden;
	padding: 0 0 200px;
}
#side {
	float: left;
	width: 280px;
	margin: 0 15px;
	display: inline;
}
#side nav {
	margin: 0;
}
#side nav ul {
	border: solid 1px #eee;
}
#side nav ul li {
	font-size: 0.8125em;
	background-color: #fff;
	margin: 0;
}
#side nav ul li a {
	text-decoration: none;
	display: block;
	line-height: 150%;
	padding: 10px;
	font-weight: 600;
}
#side nav ul li a:hover {
	background-color: #DD4B39;
	color: #fff;
}
#sideLinks {
	margin: 1em 0;

}
#sideLinks p  {
	color: #666;
}
article {
	float: right;
	width: 600px;
	margin: 0 15px;
	display: inline;
}
article section p {
	font-size: 0.8125em;
	line-height: 150%;
	color: #666;
	text-align: justify;
	margin: 0 0 1em;
}
article section section{
	background-color: #FFF;
	padding: 15px;
	margin: 0 0 30px;
	border: solid 1px #eee;
}
article section section h2{
	font-size: 1em;
	line-height: 150%;
	font-weight: 600;
	color: #444;
	margin: 15px 0;
}
article section section p{
}
article section div#headlineContent{
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 0 30px;
	border: solid 1px #eee;
}
article section div#headlineContent h1{
	color: #FFF;
	font-size: 1.125em;
	font-weight: bold;
	padding: 15px;
	min-height: 170px;
}
article section div#headlineContent div{
	background-color: #FFF;
	padding: 30px 15px 15px;
}
article section div#headlineContent p{
	background-color: #FFF;
}

footer {
	background-color: #fff;
	border-top: solid 1px #eee;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 0.8125em;
	line-height: 150%;
	color: #666;
	padding: 15px 0;
}
footer ul {
	width: 920px;
	margin: 0 auto 10px;
}
footer ul li {
}
footer p {
	text-align: right;
	width: 920px;
	margin: 0 auto;
}
