/* CSS Document */

body {
	background-color: #B09C81;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 21px;
	background-image: url(../images/bkgd_tile.jpg);
}
/* STANDARD LINKS */
a:link, a:visited, a:active{
	color: #507E44;
	font-weight: normal;
	text-decoration: underline;
	background-color: none;
}
a:hover{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	background-color: #507E44;
}

/* BUTTON LINKS */
a.btn:link, a.btn:visited, a.btn:active{
	color: #FFFFFF;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	
}
a.btn:hover {
	color: #FFFFFF;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	background-color: #79D246;
	text-decoration: none;
}

/* COPY STYLES */

.MAIN_HDGS {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 30px;
	color: #545C4A;
}
.HDG_STYLE_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 30px;
	color: #507E44;
}
.HDG_STYLE_2_smlr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 30px;
	color: #507E44;
}
.Smlr_Body {
	font-family: Trebuchet MS, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
}
.Smlr_Body_green {
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #507E44;
	font-weight: bold;
}
.big_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	color: #0077BB;
	font-weight: bold;
}
.small_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
}

.footer_txt {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.green_hdgs {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #63C629;
}
.lighter_grey {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
}

/* BACK TO TOP BUTTON */
a.top_btn {
display: block;
width: 80px;
height: 30px;
background: url("../images/btn_top.gif") 0 0 no-repeat;
text-decoration: none;
}
a:hover.top_btn {
background-position: 0 -30px;
}


/* FOOTER DETAILS */
.footer_txt{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
.footer_txt_lighter{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 15px;
}

a.footer_nav:link, a.footer_nav:visited, a.footer_nav:active{
	color: #004F84;
	background-color: transparent;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
a.footer_nav:hover {
	color: #FFFFFF;
	background-color: #004F84;
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
/* IMAGE TREATMENT */
.image{
	border-top: solid #507E44;
	border-right: solid #507E44;
	border-bottom: solid #507E44;
	border-left: solid #507E44;
	border-width: 2px;
}

