@charset "UTF-8";
body {
	background: #666666;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5a5b5e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
hr {
	margin-top: 0.83em;
	margin-bottom: 0.83em;
}
.oneColFixCtr #container {
	width: 924px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.oneColFixCtr #mainContent {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
  background-color: #FFFFFF;
	background-image: url(../images/page-background.png);
	background-repeat: repeat-y;
}
.oneColFixCtr #footer {
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #B4D32D;
}
.oneColFixCtr #header {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #b4d32d;
	
}

.oneColFixCtr #mainContent #pageContent {
  width: 688px;
}

.oneColFixCtr #mainContent #singePage {
	width: 632px;
	padding-top: 7px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 28px;
}

.oneColFixCtr #mainContent .column {
	width: 302px;
}

.oneColFixCtr #mainContent #column1 {
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 28px;
	padding-left: 28px;
}

.oneColFixCtr #mainContent #column2 {
	padding-top: 7px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 14px;
}

.oneColFixCtr #menu {
	width: 236px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
	/*height: 0px;*/
}
.oneColFixCtr #copyright {
	font-size: 11px;
	margin-top: 12px;
	margin-left: 22px;
	color: #949494;
}

.oneColFixCtr #menu {
	color: #629947;
}

.oneColFixCtr #menuItems {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtr #menuItems li {
	background-color: #74AC58;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #629947;
	height: 28px;
}

.oneColFixCtr #menuItems li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 24px;
	line-height: 28px;
}

.oneColFixCtr .slantedBox {
	background-color: #D8E5D1;
	background-image: url(../images/home_description_footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 35px;
	width: 262px;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 10px;
	margin-bottom: 10px;
}

.oneColFixCtr .homeImageBox {
	margin: 10px;
	float: left;
	width: 140px;
}

h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3, h4 {font-size: 12px; }
h5, h6 {font-size: 10px; }
h1, h2  , .highlightgreen{ color: #3d803e;}

a {
	color: #629947;
}

img {
	border-style: none;
}


.photo {
	background: url(../images/shadow1.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.photo div {
  background: url(../images/shadow2.png)
  no-repeat left top !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.photo img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 3px;
}


.floatleft {
float:left;
margin:0 20px 0 0;
}

.floatright {
float:right;
margin:0 18px 18px 18px;
}

.altback {
	background-color: #DDDDDD;
}

.listing {
	line-height: 18px;
}.listing2 {
	line-height: 18px;
}
table.listing {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-style: none;
	border-bottom-style: none;
}
table.listing td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-style: none;
	border-left-style: none;
}

.tbContactform .antispam {
    display:  none;
    visibility: hidden;
}

.tbContactform label {
    width:  95px;
    display:  inline-block;
    vertical-align: top;
    clear: both;
}

.tbContactform input.text
{
    wdith: 185px;
    padding: 2px;
}
.tbContactform textarea {
    width:  337px;
    padding: 2px;
}

.tbContactform textarea {
    height:  135px;
}

.tbContactform input.submit {
   display: block;
    margin-left: 373px;
    width:  auto;
}

.tbContactform .tbErrors p {
    color: #FF0000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	color: #990000;
    font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

.small {font-size: 9px}
