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;
	width: 100%;
	height:100%;
}
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;
}
body {
	color: #000;
	padding-top:;
	font-family: 'Lato-extralight','Lato', sans-serif;
	background-color:#fff
}
a{
	color: #0090D8;
	text-decoration: none;
}
.active:hover,
.active:focus {
	text-decoration: underline;
}
.title{
	font-family: 'Lato-extralight','Lato', sans-serif;
	font-size:25px;
	font-weight:100;
	padding-top:10px;
}
.title_div{
	background-color:#ecf0f1;
	text-align:center;
	width:100%;
	height:40px;
}
.title:hover,
.title:focus{
	color: #2980b9;
}
.title:visited{
	color: #0090D8;
}	
#container {
	width: 100%;
	margin: auto;
	padding: 0px;
	
}
header {
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: 300;
	width:100%;
	background-color:#ecf0f1;	
}
header:after {
	content: '';
	display: block;
	clear: both;
}
header #logo {
	float: left;
	color: #3498db;
	padding-top: 17px;	
	font-size: 30px;
	font-style: 700;
	padding-left: 15px;
	padding-bottom: 17px;
	display:inline-block;
}
header nav {
	float: right;
	padding-top: 31px;
	padding-right:15px;
	font-size:16px;
}
header nav ul {
	margin: 0;
	padding-bottom:0px;
	float: right;
}
header nav li {
	display: inline;
}
header nav li + li {
	padding-left: 4px;
}

.hidden {
	visibility: hidden;
	display:none;
	height:0px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#extra{
	width:100%
	height:25px;
	background-color:fff;
}
