body {
	text-align: center;
	font: normal 12px "Arial", Times, serif;
	color: #6a6a6a;
	background: #FFF url(images/tileBG.jpg) 0 0 repeat;
}

a {
	color: #508f95;
}

#mainContainer {
	width: 976px;
	margin: 0 auto;
	clear: both;
	padding: 0;
}

#mainContainer #top {
	width: 976px;
	height: 32px;
	background: url(images/topBG.png) 0 0 no-repeat;
	margin-top: 20px;
}

#mainContainer #mid {
	width: 948px;
	background: url(images/midBG.png) 0 0 repeat-y;
	padding: 0 14px 0 14px;
}

#mainContainer #btm {
	width: 976px;
	height: 34px;
	background: url(images/btmBG.png) 0 0 no-repeat;
	margin-bottom: 10px; 
}

#innerContainer {
	width: 948px;
}

#navContainer {
	width: 948px;
	padding: 100px 0 10px 0;
	margin: 0;
	position: relative;
	height: 138px;
	clear: both;
	border-bottom: solid 4px #bbe3dd;
}

#navContainer .logo {
	position: absolute;
	left: 348px;
	top: 0;
	background: url(images/logo.jpg) top left no-repeat;
	width: 257px;
	height: 238px;
	text-indent: -9999px;
	z-index: 100;
	display: block;
}

#navContainer ul {
  font: normal 13px Trebuchet MS;
  text-transform:uppercase;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navContainer ul li {
  display: block;
  position: relative;
  float: left;
}
#navContainer ul li.space {
  width: 258px;
  background: #FFF;
}
#navContainer li ul { display: none; }
#navContainer ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  background: #59a6ae;
  margin-right: 1px;
  white-space: nowrap;
  border-top: 1px solid #ffffff;
}
#navContainer ul li a.home {
	width: 95px;
}
#navContainer ul li a.about {
	width: 95px;
}
#navContainer ul li a.services {
	width: 95px;
}
#navContainer ul li a.galleries {
	width: 92px;
}
#navContainer ul li a.media {
	width: 92px;
}
#navContainer ul li a.contact {
	width: 92px;
}
#navContainer ul li a:hover { background: #617F8A; }
#navContainer li:hover ul {
  display: block;
  position: absolute;
  z-index: 110;
}
#navContainer li:hover li {
  float: none;
  font-size: 11px;
}
#navContainer li:hover a { background: #617F8A; min-width:80px;}
#navContainer li:hover li a:hover { background: #95A9B1; }

#collageContainer {
	width: 948px;
	margin: 0;
	height: 247px;
	text-indent: -9999px;
	background: url(images/collageImg.jpg) top left no-repeat;
	padding-bottom: 5px;
	border-bottom: solid 4px #bbe3dd;
	margin-top: 5px;
}

#contentContainer {
	width: 888px;
	margin: 30px 30px 0 30px;
	padding-bottom: 30px;
	text-align: left;
}

#contentContainer .displayPost {
	width: 888px;
}

#contentContainer h2 {
	font: bold 17px;
	font-family:Abbeyline;
	color: #508f95;
	padding-bottom: 10px;
}

h3 {
	font: bold 14px;
	line-height:5px;
	font-family:"Charlemagne Std";
    color: #508f95;
}

.heading {
	font: bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
    color: #508f95;
	margin-bottom:-20px;
}

.headings {
	font: bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
    color: #508f95;
}


#contentContainer .post-info {
	font: normal 12px Arial;
	border-bottom: solid 1px #BBB;
	padding-bottom: 3px;
}

#contentContainer .post-info a {
	text-decoration: none;
}

#contentContainer .post-info a:hover {
	text-decoration: underline;
}

#contentContainer p {
	margin-top: 20px;
	padding-bottom: 20px;
}

#contentContainer .divider {
	height: 1px;
	border-bottom: solid 1px #BBB;
	margin-bottom: 20px;
}

#footerContainer {
	width: 888px;
	margin: 0 30px 0 30px;
	border-top: solid 1px #BBB;
	padding: 5px 0 10px 0;
	text-align: right;
	font-size: 11px;
}

#footerContainer a {
	margin-left: 10px;
	text-decoration: none;
	font-size: 11px;
}

#footerContainer a:hover {
	text-decoration: underline;
}

#footerContainer a.terms {
	color: #6a6a6a;
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 1px;
}

.contactbox {
	margin-left:340px;
}
.formbox {
	margin-left:200px;
}

.button {
	margin-left:340px;
}

.rightnow {
	margin-left:-15px;
}

.border {
	border: 10px 10px 10px 10px groove ;
	color: #0F6;
}

.picleft {
	float:left;
	margin-top:-17px;

	
}

.line {
	line-height:5px;
}

.picup {
	float:right;
}

.bottom {
	margin-top:-25px;
	font: bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
    color: #508f95;
}
