@charset "utf-8";
/* CSS Document */

body {
background-image: url(images/bg.png);
background-repeat: repeat-x;
background-color: #fff;
margin: 0;
text-align: center;
}

#topline {
background-image: url(images/bg_topline.png);
background-repeat: repeat-y;
width: 100%;
height: 7px;
}

#container {
width: 950px;
margin: auto;
margin-top: 15px;
min-height:100%;
}

#logo {
width: 100%;
text-align: left;
}

#phone {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #fff;
}

#header {
margin-top; 0px;
}

#navigation {
margin-top: 10px;
}

.spacer {
height: 7px;
clear: both;
}

#content {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 25px;
color: #000;
width: 630px;
padding: 7px;
text-align: justify;
float: left;
}

#staff {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16px;
color: #000;
text-align: center;
margin: auto;
}

#content-wide {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 25px;
color: #000;
width: 660px;
padding: 7px;
text-align: justify;
float: left;
}

#content-full {
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 25px;
color: #000;
width: 930px;
padding: 7px;
text-align: justify;
float: left;
}

#sidebar {
background-color: transparent;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
width: 250px;
float: left;
margin-left: 7px;
padding: 7px;
text-align: justify;
}

#sidebar-narrow {
background-color: #transparent;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
width: 280px;
float: left;
margin-left: 7px;
padding: 7px;
text-align: justify;
}

#footer {
background-color: #f40000;
width: 100%;
margin: auto;
clear: both;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #fff;
text-align: justify;
}

#footer-container {
width: 930px;
margin: auto;
padding: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #fff;
text-align: justify;
}

#contact{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #fff;
text-align: justify;
}

.gallery {
  border: 1px solid #000000;
  margin-top: 30px;
  height: 120px;
  width: 625px;

}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-transform: uppercase;
color: #f20000;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-transform: uppercase;
color: #fff;
}

hr {
  border: 0;
  color: #cccccc;
  background-color: #cccccc;
  height: 1px;
}

.clear {
clear: all;
}

div.sidebar img {
border: 10px solid #fff;
}

div.sidebar-narrow img {
border: 10px solid #fff;
}

div.footer h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
text-transform: uppercase;
color: #ffffff;
}

img {
border: 0px;
}

a:link { 
	color: #5ca9d8;
	text-decoration: none;
	border: 0px;
}

a:visited {
	color: #5ca9d8;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #5ca9d8;
	text-decoration: none;
	border: 0px;	
}
