body {
font-family: Helvetica, Helvetica, sans-serif; 
background: #EEEEEE; }

a { 
color: #000000; 
font-weight: bold; 
text-decoration: underline; }

a:hover { 
color: #333333; 
font-weight: bold; 
text-decoration: none; }

.page {
width: 800px; 
margin-left: 10%;
margin-right: 10%; 
background-color: #fef0e3; }

.advertisement {
position:relative;
margin:0 0 0 0;
padding:0 0 0 0;
color: white;
background-color: black; 
text-align: center; 
font-weight: bold; }

.banner {
position:relative;
margin:0 0 0 0;
padding:0 0 0 0;
height: 200px;
background-color: white;
background-image: url('/images/swoosh.jpg'); 
background-repeat: no-repeat; 
background-position: bottom left; }

.banner h2 {
text-align: center;
font-size: x-large;
font-weight: bold; }

.banner address {
position: relative;
margin:0 0 0 600px;
font-size: small; }

.navigation-links {
position:relative;
margin:0 0 0 0;
padding:0 0 0 0;
color: white;
background-color: black; 
text-align: center; }

.navigation-links li {
display: inline; 
padding: 10px; }

.navigation-links a {
color: white; }

.navigation-links a:hover { 
color: #ed8722; 
font-weight: bold; 
text-decoration: none; }

.body {
position:relative;
margin:0 0 0 0;
padding:20px 0 20px 0;
background-image: url('/images/watermark.jpeg'); 
background-repeat: no-repeat; 
background-position: bottom right; }

.leftContent {
position: relative;
float: left;
width: 300px;
margin:0 0 0 0;
padding:0 20px 0 20px;
background:transparent; }

.rightContent {
position:relative;
width: 300px;
margin:0 0 0 375px;
padding:0 4px 0 20px;
background:transparent; }

h3 {
font-weight: bold; 
font-size:16pt; }

.content {
padding: 20px;
border-color: rgb(245,130,43); }

.contentLayer {
background-color: rgb(251,188,139); }

.leftContent .content {
border-style: solid solid solid none; }

.rightContent .content {
border-style: solid none solid solid; }

#map {
width: 350px; 
height: 350px; }

.footer {
position:relative;
margin:0 0 0 0;
padding:0 0 0 0;
text-align: center;
border-top: 2px #ed8722 solid; }


/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
