﻿@import "reset.css";
@import "global-forms.css";
body {
    background: none repeat scroll 0 0 #EBEBEB;
   	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.429;
    margin: 0;
    padding: 0;
    text-align: left;
}
h2 {
    font-size: 1.571em;
}
h3 {
    font-size: 1.429em;
}
h4 {
    font-size: 1.286em;
}
h5 {
    font-size: 1.143em;
}
h6 {
    font-size: 1em;
}
h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0.8em;
}
a, a:visited {
    color: #808080;
    padding: 0 1px;
    text-decoration: underline;
}
a img {
    border: 0 none;
    text-decoration: none;
}
a:hover, a:active {
    text-decoration: underline;
}
ul {
    list-style: disc outside none;
    margin: 15px;
}
canvas {
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: -275px;
    width: 900px;
    z-index: -9999;
}
.content {
    clear: both;
    color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    width: 900px;
}
header {
    margin-top: 250px !important;
}
address {
    background-color: #1977B0;
    font-size: 30px;
    font-style: normal;
    padding: 40px;
}
.shadow {
	-moz-box-shadow: 0 0 12px #AAAAAA;
	-webkit-box-shadow: 0 0 12px #AAAAAA;
	box-shadow: 0 0 12px #AAAAAA;
    box-shadow: 0 0 12px #AAAAAA;
}
address h1 {
    font-size: 40px;
}
.photo {
    -moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
    background-color: #FFFFFF;
    padding: 5px;
    position: absolute;
    right: -10px;
    top: -20px;
}
nav {
}
nav ul {
    margin: 0;
}
nav ul li {
    display: inline;
    line-height: 50px;
}
nav ul li a {
    color: #808080;
    line-height: 50px;
    padding: 0 10px;
    text-decoration: none;
}
nav ul li a:hover {
}
