@charset "utf-8";

/*--------------------*\ 
		=RESET
\*--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol, 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;
	
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

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

strong, b, mark {
	font-weight: bold;
}

em, i, address, var, cite, dfn {
	font-style: italic;
	font-weight: inherit;
}

code, samp, kbd, pre {
	font-family: monospace;
}

abbr[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted;
}

ins {
	text-decoration: none;
	border-bottom: 1px solid;
}

del, s {
	text-decoration: line-thorugh;	
}

small {
	0.8em;
}

img {
	border: none;
	font-style: italic;
}

/*--------------------*\ 
		=SHARED
\*--------------------*/

h1, h2, h3, h4, h5, h6, p,
ul, ol, dl,
table,
form,
pre,
hr {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

ul, ol, dd {
	margin-left: 2em;
}

/*--------------------*\ 
		=CLEARFIX
\*--------------------*/

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/*--------------------*\ 
		=MAIN
\*--------------------*/

html, body {
	height: 100%;
}

body {
	font-size: 100%;
	font-family: "Trebuchet MS", arial, sans-serif;
	line-height: 1.5;
	/* background: #3a79ff; */
	color: #333;
}

#sticky {
	min-height: 100%;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#main {
	overflow: auto;
	padding-bottom: 150px;  /* must be same height as the footer */
	padding-top: 1em;
	color: #3a79ff;
}

#main .col-1 {
	float:left;
	width: 519px;
	margin-right: 1em;
}

#main .col-2 {
	float: right;
	width: 425px;
}

#map {
	margin-top: 4em;
}


#footer .social {
	position: absolute;
	top: 0;
	right: 0;
}

#footer .social li {
	padding-left: 0.25em;
	padding-right: 0;
}

.social {
	list-style: none;
	margin: 0;
	padding: 0 0 1em 0;
}

.social li {
	float: left;
	padding-right: 0.25em;
	color: #666;
}

.social li.text {
	padding: 0.25em 0 0 0;
}

/*--------------------*\ 
		=HEADER
\*--------------------*/

#header {
	width: 100%;
	background: #000;
	padding-bottom: 1em;
	border-bottom: 40px solid #ececec;
}

#header img {
	float: left;
}

/*--------------------*\ 
		=NAV
\*--------------------*/

.nav {
   float:right;
   overflow:hidden;
   position:relative;
   margin-top: 111px;
   background: #030dd6;
}
.nav ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   text-align:center;
}
.nav ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   position:relative;
}
.nav ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:1em;
   color:#fff;
   text-decoration:none;
   line-height:1.3em;
}
.nav ul li a:hover {
   background: #ececec;
   color:#030dd6;
}
.nav ul li a.active,
.nav ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}

/*--------------------*\ 
		=FOOTER
\*--------------------*/

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	padding-top: 1em;
	height: 150px;
	clear:both;
	background: #ececec;
} 

#footer .footer-nav {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

#footer .footer-nav li {
	float: left;
	padding: 0 1em 0 0;
}

/*--------------------*\ 
		=TYPE
\*--------------------*/

/*---- =HEADINGS ----*/

h1, .alpha {
	font-size: 2em;
}

h2, .beta {
	font-size: 1.8em;
}

h3, .gamma {
	font-size: 1.7em;
}

h4, .delta {
	font-size: 1.6em;
}

h5, .epsilon {
	font-size: 1.4em;
}

h6, .zeta {
	font-size: 1.2em;
}

/*---- =LINKS ----*/

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

dl a,
dl a:hover {
	color: #3a79ff;
}

a:hover {
	text-decoration; underline;
	color: #333;
}

/*---- =LISTS ----*/

li > ol, 
li > ul {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
	padding: 0 0 1em 0;
}