/* Reset */

@font-face {
  font-family: 'Light Header';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

* { margin: 0; padding: 0; }
html { overflow-y: scroll; text-decoration: none;}
body { background:#bb3830; font-size: 13px; color: #fff; font-family:  'Light Header', sans-serif; font-weight: 300;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 {color: #111111;}	
a, img { outline: none; border:none; color: #bb3830; font-weight: bold; text-decoration: none;}
a:hover { text-decoration: underline; }
p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
/*img { display: inline; margin-bottom: 10px;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}
pre { font-family: 'Light Header', sans-serif; font-weight: 300; }
div.centered {
	text-align: center;
}
table {
	border-collapse: collapse;
	width: auto;
	margin: 0 auto;
}
table td {
padding: 5px;
}
/* base */
nav a {
	color: #fff;
}
nav a:hover {
	text-decoration: none;
}
header,
section .container,
footer .container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 0px;
}
section .container  {
	min-height: 200px;
	letter-spacing: .06em;
	background-color: white;
	color: black;
	padding-top: 30px;
	min-height: 370px;
	font-size: 14pt;
}
section .container div.left {
	text-align: left;
	padding: 0px 60px;
}	

.logo {
	display: block;
	width: 84px;
	height: 127px;
	margin: 30px auto 25px auto;
}

nav {
	background: #000;
	color: #fff !Important;
}
nav ul {
	width: auto;
	margin: 0px auto;
	text-align: center;
}
nav ul li {
	display: inline-block;
	zoom: 1;  *display: inline;  /* IE7 Hack */
}
nav ul li a {
	display: block;
	font-family: 'Light Header', sans-serif;
	padding: 10px 20px;
	font-size: 15pt;
	text-transform: uppercase;
}
nav ul li a:hover,
nav ul li.selected a {
	color: #d1544d;
}

section {
	background: white;
	line-height: 1.5;
}

span.small {
	font-size: 80%;
}

pre {
	font-size: 11pt;
}
table.table tr td:nth-child(2) {
	padding-left: 20px;
}
.left table.table {
	margin: 0 0 0 -5px;
}
table.table {
	margin: 0px auto;
}
table tr.spacer {
	height: 20px;
}
table tr.odd {
	/*background-color: rgba(0,0,0,.05);*/
}
table.left td {
	text-align: left;
}


footer {
	letter-spacing: .06em;
	border-top: 15px solid black;
	padding: 10px 0;
	height: auto;
	font-size: 12pt;
	letter-spacing: 0.16em;
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

footer .facebook {
	float: right;
	padding: 5px 5px 0px 0px;
	display: block;
}
footer .facebook img {
	width: 20px;
	height: 20px;
}
@media screen and (max-width: 970px) {
	section .container .left {
		padding: 0 10px;
	}
}	

@media screen and (max-width: 600px) {
	nav ul li {
		display: block;
		width: 100%;
	}
}