body{
background-image:url("../banner.jpg");
background-repeat:no-repeat;
background-position:center top;
background-size:1000px;
background-color:#0b469c;

}

#wrapper {
min-height:100%;
position:relative;
}



#navigation-bar {
margin-left:auto;
margin-right:auto;
margin-top: 400px;
width: 1000px;
height: 35px;
font-size:14px;
font-family:Tahoma, Geneva, sans-serif;
font-weight: bold;
text-align:left;
text-shadow:3px 2px 3px#727070;
background-color:#38c9f2;
}

#contentcontainer{
width:1000px;
margin-left:auto;
margin-right:auto;
}

#contenthome{
float:left;
width:750px;
min-height:100%;
padding-bottom:75px;
margin-left:auto;
margin-right:auto;
}

#content{
width:1000px;
min-height:100%;
padding-bottom:20px;
margin-left:auto;
margin-right:auto;
}

#sidebar{
float:right; 
width: 250px; 
height:100%; 
background-color:#38c9f2; 
border-top-left-radius:15px; 
border-bottom-left-radius:15px;
}

#sideimages{
float: right;
width: 250px;
padding-bottom: 30px;
}

#footer {
width:100%;
height:20px;
margin-left:auto;
margin-right:auto;
background-color:#38c9f2; 
border-radius:0px;
text-align:center;
font-family:Tahoma, Geneva, sans-serif;
font-size:12px;
color:#ffffff;
position:fixed;
bottom:0px;
left:0px;
}

#navigation-bar ul {
height: auto;
padding: 8px 0px;
margin: 0px;
}

#navigation-bar li{
display: inline;
padding: 20px;
}

#navigation-bar li a.currentpage{
color: #ffffff;
}

#navigation-bar a {
text-decoration:none;
color:#0b469c;
padding:8px 8px 8px 8px 8px;
}

#navigation-bar a:hover {
color: #ffffff;
}

#contenthome p{
font-family:Tahoma, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
margin-left:20px;
margin-right:20px;
margin-top:10px;
}

#content p{
font-family:Tahoma, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
margin-left:20px;
margin-right:20px;
margin-top:10px;
}

#sidebar p#hours{
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
color:#ffffff;
margin-left:20px;
}

#sidebar h2{
text-decoration:underline;
font-family:Tahoma, Geneva, sans-serif;
font-size:15px;
color:#aa0e0e;
font-weight:bold;
margin-left:20px;
margin-right:20px;
}

#content h1{
text-decoration:underline;
font-family:Tahoma, Geneva, sans-serif;
font-size:20px;
color:#38c9f2;
font-weight:bold;
margin-left:20px;
}

#content h2{
text-decoration:underline;
font-family:Tahoma, Geneva, sans-serif;
font-size:18px;
color:#ffffff;
font-weight:bold;
margin-left:20px;
}


#content ul{
text-decoration:none;
font-family:Tahoma, Geneva, sans-serif;
color:#ffffff;
}

#content ul a{
text-decoration:none;
font-family:Tahoma, Geneva, sans-serif;
color:#ffffff;
}

a[href^=tel] {
color: inherit;
text-decoration: none;
}

