/* ==========================================================================

  Base Stylesheet - http://matthewhartman.github.com/base/
  Author: Matthew Hartman - http://www.matthewhartman.com.au/
  Version: 1.2 - Last Updated: 12th January, 2013

========================================================================== */
/* ==========================================================================
/* --  Micro Clearfix, Resets and Common Classes
   ========================================================================== */
/* Micro Clearfix */
.clear:before, .clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	zoom: 1;
}
.section:before, .section:after {
	content: "";
	display: table;
}
.section:after {
	clear: both;
}
.section {
	zoom: 1;
}
/* General Resets */
/* Start font size at 100% */
html {
	font-size: 100%;
}
/* Make all form fonts consistent */
button, input, select, textarea {
	font-family: sans-serif;
}
/* Remove all default borders */
form, fieldset, a img {
	border: 0;
}
/* Common Classes */
.left {
	float: left;
}
.right {
	float: right;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.inline {
	display: inline;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	left: -9999em;
}
.visuallyvisible {
	clip: auto;
	width: auto;
	height: auto;
	overflow: visible;
	left: 0;
}
.strong {
	font-weight: bold;
}
.alert {
	background-color: #ffffcc;
	display: block;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.nolist {
	list-style: none;
}
.nopadding {
	padding: 0;
}
.nomargin {
	margin: 0;
}
.none, .nodesktop {
	display: none;
}
/* ==========================================================================
/* 1.0 - Document Setup (body, links, headings, code, tables, forms etc)
   ========================================================================== */
/* Body */
body {
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 22px;
	line-height: 1.375rem;
	background-color: #1E3270;
	color: #222222;
	margin: 10 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* Links */
a {
	color: #ff3300;
	text-decoration: underline;
}
a:visited {
	color: #ff3300;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #333333;
}
/* 1.1 Headings - h1, h2, h3, h4, h5, h6 & other (if any)
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: normal;
}
h1, .h1 {
	font-size: 32px;
	font-size: 2em;
	margin-bottom: 10px;
}
h2, .h2 {
	font-size: 24px;
	font-size: 1.5em;
	margin-bottom: 8px;
}
h3, .h3 {
	font-size: 20px;
	font-size: 1.25em;
	margin-bottom: 6px;
}
h4, .h4 {
	font-size: 16px;
	font-size: 1em;
	margin-bottom: 4px;
}
/* 1.2 Paragraphs, block quotes, code, pre, etc
   ========================================================================== */
small {
	font-size: 10px;
	font-size: 0.625em;
}
/* Block Quotes, Pre and Code Blocks */
blockquote, q {
	quotes: none;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: .5em 1em;
	margin: 0;
	font-style: italic;
}
code, pre {
	padding: 2px 6px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 12px;
	font-size: 0.75rem;
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	line-height: normal;
	color: #222222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
/* Horizontal Rule */
hr {
	border: 0;
	background: none;
	outline: 0;
	height: 1px;
	background-color: #dddddd;
	margin: 2em 0;
}
/* 1.3 Tables
   ========================================================================== */
table {
	width: 100%;
	border-collapse: collapse;
	border-left: 0;
	background-color: #fff;
	border-spacing: 0;
	table-layout: fixed;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
 *white-space: normal;
}
table th, table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #eeeeee;
}
table thead th {
	vertical-align: bottom;
	font-weight: bold;
	background-color: #ffffff;
	color: #222222;
}
table tfoot td {
	font-weight: bold;
}
table caption {
	padding: .5em;
	font-style: italic;
	background-color: #eeeeee;
	border-bottom: 0;
	font-weight: bold;
}
/* 1.4 Lists
   ========================================================================== */
ul, ul ul {
	list-style: disc;
	margin: 4px 0 4px 25px;
	padding: 0;
}
ol, ol ol {
	list-style: decimal;
	margin: 4px 0 4px 25px;
	padding: 0;
}
/* 1.5 Forms, Labels and Inputs
   ========================================================================== */
/* ==========================================================================
/* 2.0 - Grid Layout (Responsive)
   ========================================================================== */
/* Sections & Content Blocks */
.section {
	position: relative;
}
.row {
	margin-bottom: 1em;
}
.container {
	max-width: 960px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.container-full {
	max-width: 980px;
	margin: 0 auto;
}
/* Fluid Grid */
.col {
	margin-left: 2%;
	float: left;
}
.col:first-child {
	margin-left: 0;
}
/* Columns */
.one {
	width: 6.333%;
}
.two {
	width: 14.667%;
}
.three {
	width: 23.0%;
}
.four {
	width: 31.333%;
}
.five {
	width: 39.667%;
}
.six {
	width: 48.0%;
}
.seven {
	width: 56.333%;
}
.eight {
	width: 64.667%;
}
.nine {
	width: 73.0%;
}
.ten {
	width: 81.333%;
}
.eleven {
	width: 89.667%;
}
.twelve {
	width: 100%;
}
.half {
	width: 48.0%;
}
.one-third {
	width: 31.333%;
}
/* ==========================================================================
/* -- Tablet Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (min-width: 720px) and (max-width: 959px) {
html body {
	max-width: 959px;
	padding: 0;
	margin: 0;
}
.container {
	width: 700px;
}
.notablet {
	display: none;
}
.showtablet {
	display: block;
}
}
/* End Tablet Media Query */
/* ==========================================================================
/* -- Mobile Devices (Layout, Modifications, etc)
   ========================================================================== */
@media only screen and (max-width: 719px) {
html body {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.one,  .two,  .three,  .four,  .five,  .six,  .seven,  .eight,  .nine,  .ten,  .eleven,  .twelve {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: none;
}
.container {
	padding-left: 20px;
	padding-right: 20px;
}
table th,  table td {
	padding: 4px;
}
.nomobile {
	display: none;
}
.showmobile {
	display: block;
}
}
/* End Mobile Media Query */
/* ==========================================================================
/* -- Print Layout
   ========================================================================== */
@media print {
body {
	font-family: serif;
	/* Serif is easier to read offscreen */
	margin: 0.5cm;
}
}
/* End Print Media Query */
header, .header {
background-color: #d6511d;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 10px;

}

.logo {
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.logo .small {
	font-size: 11px;
	position: relative;
	top: -20px;
}
.logo:hover, .logo:active, .logo:visited {
	color: #fff;
}
.navigation {
	line-height: normal;
	padding-top: 0;
}
.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation ul li {
	float: left;
	margin-left: 10px;
}
.navigation ul li:first-child {
	margin-left: 0;
}
.navigation ul li a {
	text-transform: uppercase;
	color: #fff;
	padding: 0 1px;
	/*border: 1px solid #d6511d;*/
	text-decoration: none;
	font-size: 12px;
}
.navigation ul li a.current {
	/*border-color: #fff;*/
}
.navigation ul li a:hover {
	/*border-color: #ffffff;
	background: rgba(255,255,255,0.1);*/
}
.navigation ul li a:active {
	/*background-color: #ffc9b3;
	border-color: #ffc9b3;
	color: #222;*/
}
.content-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
.navigation ul li {
	margin-left: 5px;
}
.navigation ul li a {
	padding: 10px 15px;
}
}
@media only screen and (max-width: 719px) {
.header {
	padding-bottom: 0;
	text-align: center;
}
.header .container {
	padding: 0;
	position: absolute;
	top: 10px;
}
.logo {
	float: none;
	margin: 0 auto;
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.logo .small {
	font-size: 1em;
	position: static;
}
.nav-toggle {
	display: block;
	/*background-color: #fddfd3;
	text-align: center;*/
	color: #222;
	padding: 10px;
	text-decoration: none;
}
.nav-toggle:hover,  .nav-toggle.active {
	/*background-color: #fff0ea;*/
}
.navigation {
	float: none;
}
.navigation ul li {
	float: none;
	margin-left: 0;
}
.navigation ul li a {
	color: #222;
	padding: 10px;
	display: block;
	font-size: 1em;
	text-transform: none;
	/*background-color: #fddfd3;*/
	border: 0;
}
.navigation ul li a:hover {
	/*background-color: #fff0ea;*/
}
.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.showmobile.inline-block {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
}
