@charset "UTF-8";
/* CSS Document */

-------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	outline: 0;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.4em;
}
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 {
	background: rgb(0,66,112);
	text-align: center;
	color: rgb(0,66,112);
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: 400;
}

#wrapper {
	display: inline-block;
	margin: 0 auto;
	width: 850px;
	_width: 850px;
}

section {
	text-align: left;
}

article {
	width: 300px;
	_width: 300px;
	float: left;
	margin-right: 10px;
}

aside {
	width: 475px;
	_width: 475px;
	float: right;
	margin-top: 1em;
	margin-left: 10px;
	padding: 15px;
	color: rgb(41,71,99);
	background-color: rgba(255,255,255,.7);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-ms-layout-grid: 15px;
	-ms-interpolation-mode: bicubic;
}

h1 {
	font-style: 'light';
	font-size: 1.5em;
	line-height: 1em;
}

li {
	padding-bottom: .3em;
	list-style-type: none;
}

.bold {
	font-weight: 600;
}

.rounded {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-ms-layout-grid: 15px;
	-ms-interpolation-mode: bicubic;
}

.building {
	position: absolute;
	margin: 0 auto;
	top: 285px;
	z-index: -10;
	width: 850px;
	_width: 850px;
}

a {
	border: 0;
	text-decoration: none;
}

.logo {
	border: 0;
	z-index: 10;
	position: absolute;
	width: 300px;
	_width: 300px;
}

.voit {
	width: 150px;
	_width: 150px;
}

img {
	border: 0;
}


nav img {
	width: 125px;
	_width: 125px;
}

nav {
	width: 100%;
	_width: 100%;
	display: block;
}

span.voit-rubber, span.decade1, span.decade2, span.decade3, span.decade4, span.decade5 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	margin: 0 0 0 5px;
	display: block;
	position: absolute;
	bottom: 0;
}

span.decade1 {
	margin-left: 145px;
}

span.decade2 {
	margin-left: 285px;
}

span.decade3 {
	margin-left: 425px;
}

span.decade4 {
	margin-left: 565px;
}

span.decade5 {
	margin-left: 705px;
}

.clearfix {
	clear: both;
}
