/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_grad2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #467736;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	
}

h1 {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 2.8em;
	color: #006699;
	font-weight: bold;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h2 {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #517F41;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 5px;
	font-size: 12px;
	color: #2B6C57;
	font-weight: bold;
	text-align:;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 120%;
}

/** LINKS */

a {
	color: #006276;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #006276;
	text-align: left;
}

.more {
	text-align: right;
}

.more a {
	padding-left: 14px;
	background: url(images/homepage15.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 200%;
}

.list1 li {
	padding-left: 15px;
	background: url(images/arrow4.gif) no-repeat left center;
}

.list1 a {
	color: #2E5381;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.list2 li {
	display: block;
	border-top: 1px solid #DDDDDD;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	text-align: left;
}

.list2 li.first {
	padding-top: 0px;
	border: none;
	height: 100px;
}

.list3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 170%;
}

.list3 li {
	padding-left: 15px;
	background: url(images/homepage17.gif) no-repeat left center;
}

.list3 a {
	color: #D1E3E6;
}

/** BACKGROUNDS */

.bg1 {
	background-repeat: no-repeat;
	background-position: right top;
}

/** MISC */

.align-justify {
	text-align: justify;
}

.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
img {
	border: none;
}


img.left {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.Border-dark-gray-2 {
	border: 2px solid #333;
}
.CenterContInside {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.HomePageLogo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 22px;
}
img.margins {
	margin: 15px;
}
img.magins-left-align {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
#MayorPicDivLeftAlign {
	float: left;
	width: 180px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#ARRATable {

}
.ARRALogos {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
	vertical-align: top;
	text-align: center;
}

#ARRATable td {
	padding: 5px;
	vertical-align: top;
}
#AgendaContainer {
	height: 130px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6E1D3;
	border-right-color: #D6E1D3;
	border-bottom-color: #D6E1D3;
	border-left-color: #D6E1D3;
	padding-top: 40px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 15px;
}



img.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	width: 900px;
	height: 100px;
}

/** TOPMENU */

#topmenu {
}

#topmenu ul {
	margin: 0px;
	list-style: none;
	line-height: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topmenu li {
	float: left;
	padding: 0px 15px;
	border-left: 1px solid #ABABAB;
	color: #BFCEBB;
	text-transform: uppercase;
}

#topmenu li.last {
	float: left;
	border-left: 1px solid #ABABAB;
	color: #ABABAB;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#topmenu li.first {
	border: none;
}

#topmenu a {
	color: #5D5D5D;
	font-weight: bold;
	text-transform: uppercase;
}

#topmenu a:hover {
	background-color: #CFDED9;
	text-decoration: none;
}
.MenuSubLinks {
	font-weight: normal;
}

/** MENU */

#menu {
	width: 900px;
	height: 84px;
	background: url(images/homepage02.gif) repeat-x left top;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 43px;
	padding: 0px 0px 0px 1px;
	background: url(images/homepage03.gif) no-repeat left top;
}

#menu a {
	display: block;
	float: left;
	width: auto;
	height: 28px;
	padding: 15px 20px 0px 20px;
	text-decoration: none;
	color: #DDE2E3;
	font-weight: bold;
}

#menu li.first {
	padding-left: 0px;
	background: none;
}

#menu li ul {
	display: none;
	position: absolute;
	width: 900px;
	height: 28px;
	top: 140px;
	left: 0px;
	padding-top: 18px;
}

#menu li li {
	height: auto;
	padding: 0px;
	background: none;
	color: #8B7C57;
	
}

#menu li.show ul {
	display: block;
}

#menu li.show a {
	background: url(images/homepage04.jpg) repeat-x left top;
	color: #4A5E59;
	
}

#menu li.show li a {
	display: inline;
	float: none;
	height: auto;
	padding: 0px 15px;
	background: none;
	border-left: 1px solid #8B7C57;
	color: #597971;
	font-weight: normal;
}

#menu li.show li a:hover {
	text-decoration: underline;
}

#menu li.show li.first a {
	border: none;
}

/** PAGE */

#page {
	width: 900px;
}

.boxed {
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
}

/** 3-COLUMN LAYOUT */

.three-columns {
	background: url(images/homepage05.gif) repeat-y left top;
	border-bottom: 1px solid #EBE6DB;
}

.three-columns .column1, .three-columns .column2, .three-columns .column3 {
	width: 300px;
	background: url(images/homepage07.gif) no-repeat left top;
}

.three-columns .title {
	height: 28px;
	margin: 0px;
	padding: 15px 0px 0px 25px;
	background: url(images/homepage06.gif) no-repeat left top;
	font-size: 12px;
	font-weight: normal;
	color: #3B3B3B;
}

.three-columns .content {
	padding: 20px 25px 10px 25px;
}

.three-columns .column1 .title {
	background: #FFFFFF;
}

.three-columns .column1 {
	background-image: url(images/homepage08.gif);
}

/** CONTENT */

#content {
	width: 600px;
/** SIDEBAR */

}
.CenterAlign {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
}


#RightCol {
	width: 280px;
}

#sidebar {
	width: 300px;
}
/** FOOTER */

#footer {
	height: 110px;
	background-position: left top;
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C0CFBA;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A8BFA3;
	border-left-color: #A8BFA3;
}

#footer p {
	margin: 0px;
	padding-top: 30px;
	line-height: normal;
	text-align: center;
	color: #B0AFAF;
}
#header #HeaderRight {
	float: right;
	width: 340px;
	height: 100px;
	visibility: visible;
}

#PlantationHeader {
	float: left;
	height: 100px;
	width: 460px;
}

#TopSearch {
	float: right;
	width: 200px;
	margin-top: 30px;
	margin-bottom: 22px;
	margin-right: 15px;
}

#GoButton {
	float: right;
	padding-bottom: 20px;

}

#Search {
	width: 180px;
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

#Search1 {
}

#Search2 {
	height: 26px;
	width: 26px;
	padding-top: 3px;
}

#Header {
	width:900px;
	height:100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-repeat: repeat-x;
}

#header #Logo {
	float: left;
	height: 100px;
	width: 99px;
}

#header #PlantationHeader {
	float: left;
	height: 100px;
	width: 460px;
}

.SearchField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #DEEADD;
	width: 135px;
}

#FooterBottom2 {
	background-image: url(images/footer_bot2.gif);
	height: 48px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0CFBA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #467736;
}

#FooterBottom #FooterBottomCenter {
	padding-top: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	padding-right: auto;
	padding-left: auto;
}

#footerBottom1 {
	background-color: #FFFFFF;
	height: 15px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A8BFA3;
	border-left-color: #A8BFA3;
}

#footerBottom3 {
	height: 25px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#BreadCrumbs {
	height: 20px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A8BFA3;
	border-left-color: #A8BFA3;
	color: #333333;
	text-align: left;
	font-size: 1em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #467736;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#BreadcrumbsBar {
	color: #333333;
	text-align: left;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
}

#BreadCrumbs a {
    color: #006276;
	text-decoration: none;
}
	
	#BreadCrumbs a:hover {
    color: #006276;
	text-decoration: underline;
}

#TopDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;/images/TopDate_BG.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 20px;
	width: 898px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #D9E1D6;
	border-left-color: #D9E1D6;
	border-right-width: 1px;
	border-right-style: solid;
}

html { 
scrollbar-arrow-color:#356527; 
scrollbar-track-color:#90ac86; 
scrollbar-face-color:#c4d2c0; 
scrollbar-highlight-color:#e5eae3; 
scrollbar-3dlight-color:#e5eae3; 
scrollbar-darkshadow-color:#749366; 
scrollbar-shadow-color:#999999; 
}

 #footer #FooterLinks {
	width: 880px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footer #FooterText {
	padding: 3px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
}

#LeftColEmail {
	height: 130px;
	width: 350px;
	border: 2px solid #3a8595;
	position: absolute;
	visibility: hidden;
	background-color: #daeae6;
	color: #000000;
	padding: 5px;
	top: 300px;
	text-align: left;
}

#FooterEmail {
	height: 230px;
	width: 350px;
	border: 2px solid #3a8595;
	position: absolute;
	visibility: hidden;
	background-color: #daeae6;
	color: #000000;
	padding: 5px;
	top: 1841px;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);

}

#FooterEmailCloseLink {
	float: right;
	height: 20px;
	width: 100%;
	margin-top: 19px;
}

#footer #FooterEmail #EmailLink {
	width: 260px;
	text-align: center;
	height: 15px;
	visibility: hidden;
}

#EmailLink {
	position:absolute;
	left:73px;
	top:217px;
	width:285px;
	height:15px;
	z-index:1;
	visibility: hidden;
}

#footer #FooterBottomText {
	width: 799px;
	margin-top: 10px;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #A8BFA3;
	margin-right: auto;
	margin-left: auto;
	background-color: #E0DBD5;
	padding-bottom: 4px;
#footer #FooterEmail #Agree {
	height: 20px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#EmailDisclaimer {
	padding: 3px;
}

#AcceptButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3px;
	color: #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

#HeaderContainer {
	width: 900px;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#Header #HeaderContainer #Logo {
	width: 99px;
	height: 100px;
	margin: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
}

#Header #HeaderContainer #Slogan {
	height: 64px;
	width: 580px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#Header #HeaderContainer #search {
	height: 64px;
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Header #HeaderContainer #TopMenu {
	height: 36px;
	width: 100%;
}

#Header #HeaderContainer #search #SearchField {
	float: right;
	height: 64px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#SearchSpacer {
	height: 20px;
	width: 100%;
}

#footer #FooterEmail #FooterEmailContentContainer {
	height: 180px;
	width: 300px;
}

#Layer1 {
	position:absolute;
	left:560px;
	top:3px;
	width:340px;
	height:30px;
	z-index:1;
	background-color: #00FF00;
}

#PageBodyTopBottom {
	width: 900px;
}

#PageBodyTop #BodyTopContainer {
	padding: 0px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}

#PageBodyTop #Menu {
	width: 200px;
	padding-left: 5px;
	height: 600px;
}

#PageBodyTop #BodyTopContainer #TopRow #TopContent {
	width: 100%;
	vertical-align: top;
}

#PageBodyTop #BodyTopContainer #TopRow #TopContent #Content1 {
	width: 100%;
	padding-right: 7px;
}

#PageBodyTop #BodyTopContainer #TopRow #Content1 {
}

#PageBodyTop #BodyTopContainer #TopRow #TopContent #HomeFlashContainer {
	width: 100%;
}

#PageBodyTop #PageBodyBottom {
	height: 10px;
}

#HomeFlashBotDiv {
	height: 25px;
}
#footer #FooterEmail #FooterEmailContentContainer #Click2Email {
	height: 100px;
	width: 300px;
}
#PageBodyTop #BodyTopContainer #TopRow #TopContent #sidebar #RightColTopBox {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 4px;
	background-image: url(images/homepage16.gif);
	background-repeat: repeat;
	background-position: left top;
}

#Section1MainTitle {
}
#RColEmailBox #InnerBox #EmailBoxBot {
}
#BodyLeftCol {
	width: 325px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
#BodyRightCol {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	width: 326px;
}
.PP-Ads {
	height: 104px;
	width: 155px;
	background-color: #7CBEDE;
	text-align: center;
}

#divBodyLeftCol {
	float: left;
	padding-left: 5px;
	width: 326px;
}#BodyTop1 {
	width: 652px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 10px;
}
#TDRightCol {
	vertical-align: top;
}
#TDLeftCol {
	vertical-align: top;
}
#InDivText {
	padding: 2px;
}
#TextBox2 {
	padding: 3px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#TextBox1 {
	padding: 3px;
	margin-bottom: 10px;
}
.Centered-text {
	text-align: center;
}

#TextBox3 {
	padding: 3px;
	margin-bottom: 0px;
	margin-top: 15px;
}
#BodyTopContainer #TopRow #TopContent #ContentBox1 #BodyContentBox1 #elevation-certificates {
	padding: 3px;
}

