body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Calibri, Arial, "Lucida Sans", sans serif;
  font-size: 13px;
  color: #061C37;
  background: #ffffff url(../staticimg/background.png);
  background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#page
{
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 970px;
}

#page2
{
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 970px;
}
.indeximg{
	display: block; 
  height:auto;
  position: relative;
}

.frontpageimage{
  height:293px;
  width:650px;
}

.NavBar
{
text-align:center;
margin-top:20px;
margin-bottom:10px;
font-size:14px;
margin-left:2px;
width:115px;
height: 35px;
line-height: 35px;
margin-right:2px;
float:left;
font-family: Calibri, "Lucida Sans", Arial, sans serif;
border:1px solid #29897f;
}


.NavBar a
{
text-decoration:none;
color:#29897f;
}

.NavBar a:hover
{
text-align:center;
border-bottom:none;
color:#ffffff;
display: block;
width:100px;
height: 35px;
line-height: 35px;
border:1px solid #ffffff;
}

#mainPicture
{
width:950px;
height:205px;
background-color:#FFFFFF;
}

#mainPicture .picture
{
position:relative;
width:950px;
height:220px;
background-image:url(../staticimg/header.jpg);
background-repeat:no-repeat;
}

#mainPicture .homepicture
{
position:relative;
width:950px;
height:220px;
background-image:url(../staticimg/homeheader.png);
background-repeat:no-repeat;
}


.contentBox
{
width:970px;
height:auto;
margin-top:10px;
}

.contentBoxshed
{
width:950px;
height:auto;
margin-top:10px;
}

.contentBox a:visited
{
color:#386172;
}

.contentBox h3
{
color:#386172;
}
.mapcontentBox
{
width:970px;
height:500px;
margin-top:10px;
}
.contentTitle
{
font-size:22px;
margin-bottom:0px;
padding-top:18px;
margin-left:15px;
1margin-top:15px;
}

.highlight {
    background-color:#29897f;
    color:white;
    padding:10px;
    margin-top:5px;
}

.h4
{
font-size:16px;
margin-bottom:0px;
padding-top:18px;
margin-left:15px;
1margin-top:15px;
}
.contentText
{
font-size:16px;
line-height:24px;
margin-left:13px;
margin-right:13px;
}


#footer {

width: auto;
height:100px;
background-color: #29897f;
text-align:center;
font-size:17px;
font-family:Arial, Helvetica, sans-serif;
color:#061c37;
padding-top:20px;
}

#footer a
{
text-decoration:none;
font-size:17px;
color:#061c37;
}

html, body {
text-align: center;
}
p {text-align: left;}

#cms1
{
}
#cms2
{
}
#cms3
{
}
#cms4
{
}
#cms5
{
}
#cms6
{
}

#gallery a {
	padding-right:3px;
}

#gallery {
  text-align: center;
}

.italic {
    font-style: italic;
    
}
.bold {
    font-weight: bold;
}

.small {
    font-size: 14px;
}

.medium {
    font-size: 16px;
}

.large {
    font-size: 18px;
}
table tr
{height: 24px;}

table tr td
{height: 24px;}

table tr th
{height: 24px;
background-color: #386172;
color: white;}

/* Style buttons */
.btn {
  background-color: #386172;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: #B0E0E6;
  color: #386172;
}