/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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; }
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; }
table {
	border-collapse: collapse;
	border-spacing: 0; }
.clear {clear:both;}	
a {text-decoration:none;}
p, li {font-family:'Roboto', sans-serif; font-weight:300; font-size:16px; line-height:24px;}
h1, h2, h3, h4 {font-family:'Roboto', sans-serif; font-weight:700; text-transform:uppercase;}
	
/* Styles */

.header {width:100%; background:#FFF; padding:15px 0;}
.container {width:960px; margin:0 auto;}
.header .logo {float:left; display:inline-block; font-size:25px; color:#222; font-family:'Roboto Condensed', sans-serif; font-weight:700;}
.logo span {color:#F89406;}
.header ul {float:right; position: relative; top: 12px;}
.header ul li {display:inline; margin-left:20px;}
.header ul li a {font-family:'Roboto', sans-serif; font-size:12px; text-transform:uppercase; color:#222; font-weight:700;}
.header ul li a:hover {text-decoration:underline;}
.banner {width:100%; max-width:2000px; margin-bottom:30px;}

.container h1 {font-size:30px; margin:10px 0 10px; border-bottom:1px dashed #999; padding-bottom:10px; display:inline-block;}
.container h2 {font-size:18px; margin:30px 0 10px;}
.container a {color:#3893d9; font-weight:700;}
.footer {border-top:1px dashed #CCC; padding:20px 0; margin-top:40px; width:100%; height:auto; margin-top:100px;}
.copyright, .contact {font-size:13px;}
.copyright {float:left;}
.contact {float:right; text-align:right;}
.footer ul {float: left; margin: 4px 0 0 20px;}
.footer ul li {display:inline; margin-right:5px;}
.footer ul li a {font-size:10px; font-family:'Roboto', sans-serif; color:#999; font-weight:300; text-decoration:underline;}
.terms p {margin-bottom:15px;}