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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #BCE4E5;
	background-image: none;
}
.oneColFixCtrHdr #container {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/MainBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #header {
	height: 41px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	font-size: 0.7em;
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	border: 1px solid #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #5C8727;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0.7em;
}
.oneColFixCtrHdr  #footer  a {
	color: #5C8727;
	text-decoration: none;
}
.oneColFixCtrHdr #notice {
	font-size: 0.8em;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	color: #026558;
}
.oneColFixCtrHdr #mainmenu {
	text-transform: uppercase;
	line-height: 40px;
	color: #026558;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainmenu #current,
.oneColFixCtrHdr #mainmenu a:hover
{
	color: #5C8727;
}
.oneColFixCtrHdr #mainmenu a {
	text-decoration: none;
	color: #026558;
}
.oneColFixCtrHdr #testimonials {
	text-transform: uppercase;
	background-color: #5C8727;
	border: 2px solid #FFFFFF;
	float: right;
	margin: 3px;
	line-height: 30px;
	padding-right: 7px;
	padding-left: 7px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #socialmedia {
	float: right;
	margin-top: 6px;
}
.oneColFixCtrHdr #testimonials a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr .quicklinks {
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 60px;
}
.oneColFixCtrHdr .quicklinks th {
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}
.oneColFixCtrHdr .quicklinks a {
	color: #FFFFFF;
	text-decoration: underline;
}
.oneColFixCtrHdr .quicklinks td {
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtrHdr #mainContentText {
	font-size: 0.65em;
	background-color: #FFFFFF;
	line-height: 1.7em;
	margin-left: 400px;
	padding: 40px;
	min-height:480px;
}
.oneColFixCtrHdr  h1  {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #026558;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.oneColFixCtrHdr  h2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #026558;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.oneColFixCtrHdr #mainContentImage {
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #mainContentText p {
	text-indent: 25px;
}
#mainContentText a {
	color: #026558;
	text-decoration: underline;
}
.contentlogo {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr .contactform td {
	background-color: #BCE4E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.oneColFixCtrHdr .contactform th {
	background-color: #BCE4E5;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
}
.oneColFixCtrHdr .contactform .defaultTextarea {
	width: 99%;
}
.oneColFixCtrHdr .contactform .lastrow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.oneColFixCtrHdr .contactform .defaultButton {
	background-color: #5C8727;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.oneColFixCtrHdr #galleryThumbs {
	background-color: #FFFFFF;
	margin-left: 660px;
	padding: 10px;
	min-height:480px;
}
.oneColFixCtrHdr #galleryThumbs td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.oneColFixCtrHdr #galleryThumbs img {
	border: 3px solid #FFFFFF;
}
.oneColFixCtrHdr #galleryThumbs .selectedimg {
	border: 3px solid #5C8727;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1.25em;
	color: #333333;
}
.namesquotees {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1em;
	color: #333333;
	font-weight: bold;
}