@charset "UTF-8";
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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	line-height: 20px;
	background-color: #382513;
}
.thrColFixHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.layout_topofheader {
	font-size: 20px;
	color: #0066CC;
	height: 25px;
	padding-top: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../content/images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
} 
.layout_header_content_left {
	float: left;
	width: 800px;
	color: #5C832F;
	padding-left: 180px;
	padding-top: 25px;
}
.layout_header_content_right {
	float: left;
	width: 450px;
	text-align: right;
	padding-top: 25px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	text-align: center;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.layout_topnav1 {
	text-align: right;
}
.layout_section_fullwidth {
	background-color: #D5E795;
	padding: 25px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: left;
	width: 850px;
	text-transform: uppercase;
	font-size: 10px;
}
.layout_section_fullwidth_3blocks {
	background-color: #D5E795;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: left;
	width: 900px;
	padding: 25px;
	text-align: center;
}
.layout_section_fullwidth_2arrows {
	background-color: #D5E795;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: left;
	width: 740px;
	background-image: url(../content/images/layout/2arrows.png);
	background-repeat: no-repeat;
	background-position: 25px center;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 135px;
	text-align: left;
}
.layout_1block3 {
	float: left;
	width: 215px;
	margin-right: 15px;
	padding: 25px;
	height: 300px;
	text-align: left;
	vertical-align: top;
	background-color: #EFF2D7;
	border: 2px dotted #5C832F;
	text-transform: none;
	font-size: 12px;
}
.layout_1block3_right {
	float: left;
	width: 215px;
	border: 2px dotted #5C832F;
	height: 300px;
	padding: 25px;
	background-color: #EFF2D7;
	text-transform: none;
	font-size: 12px;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #284907;
	border-right-color: #284907;
	border-bottom-color: #284907;
	border-left-color: #284907;
}
.layout_news_body {
	padding: 25px;
}
.layout_button_map {
	background-image: url(../content/images/layout/icon_map.png);
	background-position: right center;
	height: 25px;
	background-repeat: no-repeat;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #382513;
	border-right-color: #382513;
	border-bottom-color: #382513;
	border-left-color: #382513;
	background-color: #ECECEC;
}
.----------text---------- {
}
.text_green_big {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006633;
}
.text_grey_small {
	font-size: 10px;
	color: #666666;
}
.text_hilite_green {
	font-size: 14px;
	font-weight: bold;
	color: #006633;
}
.textlisted01 {
	text-align: left;
	padding: 5px;
	background-color: #DDDEC4;
	margin-bottom: 10px;
	float: left;
	width: 250px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	font-size: 12px;
}
.----------fieldset---------- {
}
.fieldset {
	background-color: #DEDEDE;
	padding: 25px;
	border: 2px dotted #FFFFFF;
}
.legend {
	color: #FFFFFF;
	background-color: #006600;
	padding: 5px;
}


.----------links---------- {
}
a:link {
	color: #928606;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #928606;
}
a:hover {
	text-decoration: underline;
	color: #928606;
}
a:active {
	text-decoration: none;
	color: #928606;
}

a.linkblue {
	text-decoration:none;
	color:#ffffff;
	font-weight: normal;
	background-color: #669999;
	padding: 1px;
}
.linkblue a:link {
	text-decoration:none;
	color:#ffffff;
	font-weight: normal;
	background-color: #669999;
	padding: 1px;
}
.linkblue a:visited {
	text-decoration:none;
	color:#ffffff;
	font-weight: normal;
	background-color: #669999;
	padding: 1px;
}
.linkblue a:hover {
	text-decoration:none;
	color:#ffffff;
	font-weight: normal;
	background-color: #928606;
	padding: 1px;
}
a.topnavigation {
}
.topnavigation a:link {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 100%;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9EBFD0;
}
.topnavigation a:visited {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 10px;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9EBFD0;
}
.topnavigation a:hover {
	color:#FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #96A124;
	border-right-color: #96A124;
	border-bottom-color: #96A124;
	border-left-color: #96A124;
	width: 100%;
	background-color: #928606;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}


a.linkwhite {
	color:#FFFFFF;
}
.linkwhite a:link {
	color: #FFFFFF;
}
.linkwhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.linkwhite a:hover {
	color:#FFFFFF;
	background-color: #928606;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}


.----------images---------- {
}
img { border: none; }
.icon_rightalign {
	float: right;
}
.image_content_leftalign {
	float: left;
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 5px solid #DDDEC4;
}
.gallery_thumbnails_links {
	margin-right: 10px;
	border: 3px solid #EFF2D7;
}
