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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 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;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {
	border-top: 8px solid #004882;
	background: #f2f2f2;
	font: 14px Arial, Helvetica, Sans-serif;
	color: #555;
}

a {
	text-decoration: none;
	color: #004882;
}

strong {
  font-weight: bold;
}

.container {
	margin: 0 auto;
	width: 840px;
}

.header {
	margin-bottom: 20px;
}

.header .logo {
	background: url('/images/header-bg.png') bottom left repeat-x;
}

.header h1 {
  margin: auto;
  margin-bottom: 20px;
  padding: 20px 0;
	background: url('../images/logo.png') center center no-repeat;
	text-indent: -10000px;
	width: 582px;
	height: 68px;
}

.header h1 a {
  width: 582px;
  height: 68px;
  display: block;
}

.header ul {
	margin: auto;
	text-align: center;
	width: 970px;
}

.home .header ul {
	padding-bottom: 0;
	border-bottom: none;
}

.header li {
	display: inline;
}

.header li a
{
  font-family: "futura-pt", Arial, Helvetica, Sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

.header li a span {
	padding: 30px;
}

.header li.current a {
	color: #ab0000;
}

.focal {
  margin: 0 0 20px 0;
	text-align: center;
}

.bottom-nav {
	margin-bottom: 20px;
}

.bottom-nav .section {
	margin-right: 18px;
	padding: 10px;
	background: #fff;
	width: 248px;
	float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px #ccc;
  -moz-box-shadow: 0 2px 2px #ccc;
  box-shadow: 0 2px 2px #ccc;
}

.bottom-nav h4 {
	margin-bottom: 5px;
	font-family: "futura-pt", Arial, Helvetica, Sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.bottom-nav p.description {
	margin-bottom: 15px;
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}

.bottom-nav .section img {
	margin-bottom: 10px;
}

.bottom-nav .last {
	margin-right: 0;
}

.footer {
	padding: 40px 0;
/*  background: #edeeea;*/
}

.footer p {
	font-size: 11px;
	text-align: center;
	color: #777;
}

.main {
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px #ccc;
  -moz-box-shadow: 0 2px 2px #ccc;
  box-shadow: 0 2px 2px #ccc;
}

.main h2 {
	font-family: "futura-pt", Arial, Helvetica, Sans-serif;
	font-size: 42px;
}

.main p.breadcrumbs {
	margin-bottom: 20px;
	font-size: 11px;
}

.main p.breadcrumbs span {
	padding: 0 5px;
	color: #999;
}

.content {
  margin: 0 40px 0 0;
  width: 500px;
  float: left;
}

.content p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}

.content ul {
	margin-bottom: 15px;
}

.content li {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.5;
	list-style: disc inside;
}

.sidebar {
  margin: 0 0 0 0;
  width: 260px;
  float: left;
}

.address {
  margin-top: -60px;
}

.address h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.address p {
  margin-bottom: 10px;
  line-height: 1.5;
}

p.caption {
  font-size: 11px;
  font-style: italic;
  text-align: right;
}

.side-image {
  border: 1px solid #999;
}

.side-image-top {
  margin-bottom: 20px;
}