body {
  overflow-x: auto;
  background-color: #e8dedd;
  width: 100%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
}

body.mceContentBody {
	background: #eee;
	font-size: 14px;
}

#pageWrapper {
  margin: auto;
	position: relative;
	top: 0px;
	width: 780px;
  height: auto;
	background-color: #6b7c8e;
	overflow: hidden;
	clear: both;
}

#header {
	position: relative;
  overflow: hidden;
	top: 0px;
	left: 0px;
  margin: 0px;
  width: 100%;
  height: 100px;
  background: #6b7c8e url('/media/img/header.jpg') 0 0 no-repeat;
}

#header img {
	float: left;
	height: 98px;
	width: 95px;
	border: 0;
}

#header #name {
	float: left;
	clear: none;
	display: inline;
	margin-left: 35px;
	margin-top: 27px;
}

#header #contact {
	float: right;
	text-align: right;
	font-size: 80%;
	margin: 10px;
}

#nav {
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 5px;
  background: transparent url('/media/img/navbutton.gif') 0 0 repeat;
}

#nav * {
  padding: 0px;
  margin: 0px;
  float: left;
}

#nav li {
  display: inline;
  height: 28px;
}

#nav li p,  #nav li a {
  padding: 10px 5px 0px 5px;
  margin: 0px;
  /* width: auto; */
  height: 18px;
  display: block;
  text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	float: left;
	font-family: arial;
}

#nav a:link {
  color: #301;
}

#nav a:visited {
  color: #103;
}

#nav a:hover {
  background-image: url('/media/img/navbuttondark.gif');
  color: #301;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#nav .current {
	background-color: #6b7c8e;
  color: #fef;
	margin-top: 0;
	margin-bottom: 0;
}

#nav #nav-current-container div {
	float: left;
	height: 28px;
	width: 5px;
}

#nav #nav-current-container {
	padding: 0px;
	width: auto;
	height: 28px;
	float: left;
}

#nav #nav-current-right {
	background: transparent url('/media/img/nav-current-right.gif') 0 0 no-repeat;
}
#nav #nav-current-left {
	background: transparent url('/media/img/nav-current-left.gif') 0 0 no-repeat;
}

#subnav {
	margin-bottom: 5px;
}

#subnav * {
	display: inline;
	float: left;
	font-size: 90%;
	margin: 0px;
}

#subnav li {
	color: #fff;
	margin: 0 4px;
}

#subnav a {
	color: #ffc;
	font-weight: bold;
}
#subnav a:visited {
	color: #ccf;
}
#subnav a:hover {
	margin-top: -2px;
	margin-bottom: -5px;
	font-size: 100%;
	color: #f7a;
}

#contentWrapper {
	position: relative;
	margin: 0px;
	width: 100%;
}

#col1, #col2 {
	clear: none;
	margin: 12px;
}
#col1 {
	float: left;
}
#col2 {
	float: right;
	width: 300px;
}

#content {
  min-height: 400px;
  overflow: hidden;
}

#content p {
	text-align: left;
}

#content h4 {
	text-align: center;
}

.nomargin {
	margin: 0px;
}

table.authenticated_options {
	position: relative;
	width: 100%;
	height: 20px;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	font-size: 80%;
}

table.authenticated_options tbody {
	height: 20px;
}

table.link_table {
	text-align: left;
	margin: 10px auto 10px auto;
	border: 1px solid black;
}

div.mceEditor {
	text-align: left;
	margin: -10px;
}

table#page_content_tbl.mceLayout {
	margin-left: 10px;
}
td.mceIframeContainer {
	width: 380px;
}

div#clear, div.clearDiv, div#clear.clearDiv {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	float: none;
	clear: both;
	display: block;
}

div#teamPhoto {
	float: right;
}

/*
div#teamPhoto img {
	width: 280px;
	height: 100px;
}
*/

div#featured_container {
	float: right;
	margin-top: 20px;
	text-align: center;
}

div#featured {
  overflow: hidden;
	height: 170px;
}

#featured h2 {
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 14px;
}

img#featuredHomePhoto {
	width: 150px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}

div#sloganContainer {
	position: relative;
	overflow: hidden;
	border-width: 0px;
	background: transparent;
	width: 280px;
	float: right;
	margin-top: 10px;
}

div#sloganContainer h3 {
	font-size: 80%;
	color: #dfe6ed;
	display: block;
	float: right;
	clear: both;
	margin-top: 8px;
}

div#bottom {
	margin: 0 auto 0 auto;
	background: transparent url('/media/img/bottom.png'); 
	width: 780px; 
	height: 12px;
}

div#foot img {
	border-width: 0px;
}

div#foot {
	margin: 25px auto 10px auto;
	width: 785px;
}

div#camb {
	float: left;
	margin-right: 10px;
}

div#ml {
	float: right;
}

table#contact_form {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

table#contact_form td + td, table#contact_form td#contact-notes, table#contact_form td#contact-service {
	padding-left: 15px;
	text-align: left;
}
table#contact_form td {
	padding: 5px 10px 5px 0;
	margin: 5px 10px 5px 0;
	text-align: right;
	vertical-align: bottom;
}
tr.formerror ul, tr.formerror li{
	padding: 0px;
	margin: 0px;
	display: inline;
}
table#contact_form tr.formerror td {
	color: #f00;
	font-weight: bold;
	font-size: 75%;
	padding-bottom: 0px;
	text-align: center;
}

span.formerror {
	color: #e00;
	font-weight: bold;
  text-align: left;
	padding: 4px;
	font-size: 90%;
}
