
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

/*******************************************************************************

 HORIZONTAL LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0 auto;
        padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
        width: auto;
}


/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */


ul.MenuBarHorizontal li
{
	margin: 0;
    padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-align: center;
	cursor: pointer;
	width: auto;
	display: inline-table;      			
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #315891;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #5776A5;
	color: #FFFFFF;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #5776A5;
	color: #FFFFFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	/* background-image: url(images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
******	background-position: 100% 50%; */
	background-image: url('images/SpryMenuBarDown.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	/* background-image: url(images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: center right;
******	background-position: 100% 50%; */
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a \"hover\" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
******	background-position: 100% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a \"hover\" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
******	background-position: 100% 50%;
}

------------------------------------------------------------------------------------------------------------------


/* Note that these below will be used only IE */
*ul.MenuBarHorizontal ul ul
{
	position: absolute;
}
*ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
      background-color: #5776A5;
      color: #FFF;
}

*ul.MenuBarHorizontal li a
{
	text-align: center;
}


.bodytext-12pt {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 12pt; }

.bodytext-10pt {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 10pt; }

.bodytext-9pt {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 9pt; }

.rsscredit {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 8pt; }

.rsslinks {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 8pt; }

.DigestTitle {
    font-family: Arial, Helvetica, sans-serif;
	color : #4C4C4C;
    font-size : 14px;
	line-height : 24px;
    font-weight : bold; }

.Subhead-black {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 13px;
    font-weight : bold; }
	
.Subhead-dark-grey {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 13px;
    font-weight : bold; }

.FeedTitle {
    font-family: Arial, Helvetica, sans-serif;
	color : #4C4C4C;
    font-size : 12px;
	line-height : 13px;
    font-weight : bold; }

a.FeedTitle {
    text-decoration : none; }

a.FeedLink:hover   {
    color : #555555; }

a.FeedLink {
    color : #000000; }

.FeedDescription {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 12px;
    text-decoration : none;  }

.FeedLink {
    text-decoration : none;}


.title {
     font-size : 18px;
     color : #000000;
     font-family: Arial, Helvetica, sans-serif;
	 font-weight : bold;
     font-style : italic;
     border-style : solid;
     border-color : #3366cc;
     border-bottom-width : 1px;
     border-top-width : 0px;
     border-left-width : 0px;
     border-right-width : 0px; }

.2ndline {
     font-size : 12px;
     font-style : italic;
     font-family: Arial, Helvetica, sans-serif;
	 color : #000000; }

.headline {
    font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;
    font-size: 28px;
    font-weight: normal; }

.Subhead-18px {
    font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;
    font-size: 18px;
    font-weight: bold; }
	
.Subhead-16px {
    font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;
    font-size: 16px;
    font-weight: bold; }
	
.Subhead-14px-italic {
    font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;
    font-size: 14px;
    font-weight: bold;
    font-style : italic; }

.address {
    font-family: Arial, Helvetica, sans-serif;
	color : #ffffff;
    font-weight: bold;
    font-size : 7pt; }

.body {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 10px; }

.sitename {
    font-family: Arial, Helvetica, sans-serif;
	color : #ffffff;
    font-weight: bold;
    font-size : 16pt; }

.caption {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 10px; }

.pullquote {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 14px;
    font-style : italic; }

.credit {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 14px;
    font-style : italic; }

.bottom_links {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt; 
    text-align : center; 
    color : #666666; }

a.bottom_links {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt; 
    text-align : center; 
    color : #666666; }

a.bottom_links:hover {
    font-family: Arial, Helvetica, sans-serif;
	color : #666666;
    text-decoration : underline; }


.footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-decoration : none;
    color : #666666;
    text-align : center; }

a.footer {
    font-family: Arial, Helvetica, sans-serif;
	color : #666666;
    font-weight : bold; }

a.footer:hover {
    font-family: Arial, Helvetica, sans-serif;
	color : #666666;
    text-decoration : underline; }

.whatsnew-title { 
    font-family: Arial, Helvetica, sans-serif;
	color : #4C4C4C;
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.whatsnew {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 12px;
    text-decoration : none; }

.whatsnew:hover {
    color : #555555; }

.eventsnew-title { 
    font-family: Arial, Helvetica, sans-serif;
	color : #4C4C4C;
    font-size : 12px;
    line-height : 13px;
    font-weight : bold;
    text-decoration : none; }

.eventsnew {
    font-family: Arial, Helvetica, sans-serif;
	color : #000000;
    font-size : 12px;
    text-decoration : none; }

.eventsnew:hover {
    color : #555555; }

.subpages {
    font-family: Arial, Helvetica, sans-serif;
    color : #4C4C4C;
    font-size : 10px;
    line-height: 1.8;
    text-decoration : none;
    letter-spacing: 1px; }
	
.subpages:hover {
    text-decoration : underline;
    color : #4C4C4C;
}

.subpages-title {
    font-family: Arial, Helvetica, sans-serif;
    color : #4C4C4C;
    font-size : 10px;
    line-height: 1.8;
    text-decoration : none;
    text-transform: uppercase;
    letter-spacing: 1px; }

.subpages-description {
    font-family: Arial, Helvetica, sans-serif;
	color : #4C4C4C;
    font-size : 10px;
    text-decoration : none; }

.subpages-description:hover {
    color : #555555;
}

.navcell {
	color: #FFFFFF;
}

.navlinks {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold; }

a.navlinks {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    padding: 3px; }

a.navlinks:hover {
	color: #FFFFFF;
	text-decoration: underline; }

.navcell2 {
	color: #999999;
}

.navlinks2 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-decoration: none; }

a.navlinks2 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    padding: 0px; }

a.navlinks2:hover {
	color: #999999;
	text-decoration: underline; }

.vertical-links {
    color : #555555;
	font-weight : bold;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
        line-height : 18px;
	max-height : 40px; }

.vertical-links:hover {
    color : #555555; }

a   {
    font-family: Arial, Helvetica, sans-serif;
	color: #5776A5;
    text-decoration : underline; }

a:hover { 
	color: #7BABF0;
	}

.printlink {
    font-family: Arial, Helvetica, sans-serif;
	color: #999999;
    font-size : 8pt; }

a.printlink {
    font-family: Arial, Helvetica, sans-serif;
	color: #999999;
    font-size : 8pt; }

a.printlink:hover {
    font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
    font-size : 8pt; }

.system {
	color : #000000;
    font-size : 10pt;
   	font-family: Arial, Helvetica, sans-serif;}

.syssmall {
	font-size : 8pt;
   	font-family: Arial, Helvetica, sans-serif;
	color : #000000; }

.bodysmall {
	font-size : 8pt;
        color : #000000;
   	font-family: Arial, Helvetica, sans-serif;}

.bodysmallgrey {
	font-size: 8pt;
   	font-family: Arial, Helvetica, sans-serif;
	color: #999999; }
table { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; }
	
.GalleryPopupTitle {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 11pt;
    font-weight: bold; 
    color : 555555; }

.GalleryPopupDescription {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #555555; }

.GalleryPopupDetails {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #555555; }

.GalleryExplainText {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #555555; }

.GalleryThumbnailTitle {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
    font-weight: bold;
	color : #555555; }

.GalleryThumbnailDescription {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #555555; }

.GalleryHeadline {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
	color : #4C4C4C; }

.GalleryIntro {
   font-family: Arial, Helvetica, sans-serif;
   font-size : 10pt;
	color : #000000; }

.GalleryEditorLink {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000; }

.GalleryNavigation {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 20pt;
	color : #4C4C4C; }

.GalleryTitle {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
    font-weight: bold;
	color : #4C4C4C; }

.GalleryDescription {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #555555; }

.GalleryNoPhotos {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000; }

.GalleryInactive {
    font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : ##000000; }	

a.forum:link {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:visited {
        color : #000000;
        text-decoration : underline;
        font-size: 10pt; }

a.forum:hover {
        color : #000000;
        text-decoration : none;
        font-size: 10pt; }

a.forum:active {
        text-decoration : underline;
        color : #0a5593;
        font-size: 10pt; }

.forum_title {
    font-family: Arial, Helvetica, sans-serif;
	color: #273872;
    font-size: 18px;
    font-weight: bold; }

.forum_intro {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size: 11pt; }

.forum_table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt; }

.forum_td {
     font-family:arial; 
	 font-size:9pt;
     color:#666666;
     background-color:#ffffff; }

.flat {
     background-color:#CCCCCC; }

.table_header {
     background-color:#273872;
     color:#ffffff; 
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt; }

.latest_post {
     font-family: Arial, Helvetica, sans-serif;
	 font-size:8pt;
     color:#000000; }

.latest_post_link {
      background-color:#ff9966;
      color:#000000;
      font-size:9pt;
      font-family:arial;
      border: solid 1px #000000;
      text-decoration:none; }

.new {
      font-family: Arial, Helvetica, sans-serif;
	  font-size:7pt;
      color:#ff0000;
      font-weight:bold; }

.notnew {
      font-family: Arial, Helvetica, sans-serif;
	  font-size:7pt;
      color:#555555; }

.message {
      border-bottom:solid 1px #000000;
      background-color:#CCCCCC;
      font-size : 10pt }

.highlight {
      background-color:#CCCCCC; }

.quote {
      padding:5px;
      border:solid 1px #000000;
      background-color:#e6e6e6;
      color:#000000; }

.pollquestion{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
    color: #000000;
}

/* CUSTOM CSS */

body {
	margin: 0px;
	padding: 0px;
	border: none;
}

#bodyWrapper {
	background-color: #FFFFFF;
	padding: 0px;
	width: 960px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Header */

#headerWrapper {
	margin: 0px;
	padding: 0px;
	height: 94px;
	width: 960px;
	overflow: hidden;
}

/* Site Name */

#headerName {
	background-image: url(site/1/template/Plantation_sitename.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 68px;
	width: 276px;
	position: absolute;
	left: 9px;
	top: 15px;
	overflow: hidden;
}

#headerName a {
	background-image: url(site/1/template/Plantation_sitename.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 276px;
	color: #000000;
	text-indent: -99999px;
	display: block;
}

/* Search */

#search {
	float: right;
	height: 23px;
	width: 150px;
	position: absolute;
	top: 27px;
	right: -1px;
	overflow: hidden;
}

/* Newsletter Sign Up */

#newsletterSignUp {
	background-image: url(site/1/template/Plantation_Newsletter.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 22px;
	width: 180px;
	overflow: hidden;
	position: absolute;
	top: 61px;
	right: 10px;	
}

#newsletterSignUp a {
	background-image: url(site/1/template/Plantation_Newsletter.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 180px;
	color: #000000;
	text-indent: -99999px;
	display: block;
}

/* Main Top Nav */

#navContainer {
    width: 960px;
	background-color: #315891;
	text-align: center;
    padding: 0px;
	margin: 0px;
	border:none;
}

#nav {
        background-color: #315891;
	text-align: center;
        padding: 0px;
	margin: 0px auto;
        font-weight: bold;
}

/* Main home image */

#mainHomeImage {
	height: 410px;
	width: 960px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

/* Main content home */

#mainContentHome {
	text-align: left;
    width: 940px;
   *width: 960px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin: 0px;
	overflow: hidden;
}

/* Main content home headers */

.homeHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #939393;
	margin: 0px;
	padding: 0px;
}

/* Main content home welcome */

#mainContentWelcome {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 545px;
}

/* Main content home upcoming events */

#mainContentUpcomingEvents {
	text-align: left;
	margin: 0px;
	float: right;
   	width: 380px;
   *width: 395px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* Main content wrapper */

#mainContentWrapper {
	height: 410px;
	width: 960px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
}

/* Main content wrapper no height/overflow */

#mainContentWrapperNoHeight {
	width: 960px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-color: #FFFFFF;
}


/* Main content 3 col article w/ sub nav - left column */

#mainContent3ColLeftCol {
	text-align: left;
	margin: 0px;
	float: left;
	width: 170px;
   *width: 200px;
	height: 370px;
   *height: 410px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: none;
}

#mainContent3ColLeftColContent {
	text-align: left;
	margin: 0px;
    width: 160px;
   *width: 170px;	
	height: 370px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
	border: none;
}


/* Main content 3 col article w/ sub nav - middle column */

#mainContent3ColMiddleCol {
	text-align: left;
	margin: 0px;
	float: left;
	width: 320px;
   *width: 360px;
	height: 370px;
   *height: 410px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-left-color: #EFEFEF;
}

#mainContent3ColMiddleColContent {
	text-align: left;
	margin: 0px;
	width: 310px;
   *width: 320px;
	height: 370px;
	padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
	overflow: auto;
	border: none;
}

/* Main content 3 col article w/ sub nav - right column */

#mainContent3ColRightCol {
	margin: 0px;
   *margin-right: -3px;
	padding: 0px;
	border: none;
	float: left;
	width: 400px;
	height: 410px;
	overflow: hidden;
}

/* Main content 2 col article - left column */

#mainContent2ColLeftCol {
	text-align: left;
	margin: 0px;
	float: left;
	width: 525px;
   *width: 560px;
	height: 370px;
   *height: 410px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
}

#mainContent2ColLeftColContent {
	text-align: left;
	margin: 0px;
    width: 515px;
   *width: 525px;	
	height: 370px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
	border: none;
}

/* Main content 2 col article - right column */

#mainContent2ColRightCol {
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	width: 400px;
	height: 410px;
	overflow: hidden;
}

/* Main content 2 col article pic left - left column */

#mainContent2ColLeftColPicLeft {
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	width: 400px;
	height: 410px;
	overflow: hidden;
}

/* Main content 2 col article pic left - right column */

#mainContent2ColRightColPicLeft {
	text-align: left;
	margin: 0px;
	float: left;
	width: 525px;
   *width: 560px;
	height: 370px;
   *height: 410px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
}

#mainContent2ColRightColContentPicLeft {
	text-align: left;
	margin: 0px;
    width: 515px;
   *width: 525px;	
	height: 370px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
	border: none;
}

/* Main content 1 col admin */

#mainContentAdmin {
	margin: 0px;
	border: none;
	width: 920px;
   *width: 960px;
	height: 370px;
   *height: 410px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

#mainContentAdminContent {
	margin: 0px;
	border: none;
	width: 910px;
   *width: 920px;
	height: 370px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
}

/* Main content 1 col admin no height/overflow */

#mainContentAdminNoHeight {
	margin: 0px;
	border: none;
	width: 920px;
   *width: 960px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

#mainContentAdminContentNoHeight {
	margin: 0px;
	border: none;
	width: 910px;
   *width: 920px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Footer */

#footerWrapper {
	margin: 0px;
	padding: 0px;
	width: 960px;
	overflow: hidden;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #315891;
	border-bottom-color: #315891;
	background-image: url(site/1/template/Plantation_footerBckgd.gif);
	background-repeat: repeat-y;
}

/* Site Map */

#siteMap {
	width: 960px;
	overflow: hidden;
}

#siteMap .column {
	float: left;
	width: 228px;
   *width: 240px;
	border: none;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 12px;
}

#siteMap .columnLast {
	float: left;
	width: 228px;
   *width: 240px;
	border: none;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.column ul {
	padding: 0px;
	border: none;
	margin: 0px;
}

.columnLast ul {
	padding: 0px;
	border: none;
	margin: 0px;
}

#siteMap li {
	display: block;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.8;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	border: none;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#siteMap li a {
	font-size: 14px;
	display: block;
	float: left;
	clear: left;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1.8;
	text-transform: uppercase;
}

#siteMap li li a {
	font-size: 10px;
	line-height: 1.8;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#siteMap li a:hover {
	text-decoration: underline;
}

#siteMap li li a:hover {
	text-decoration: underline;
}


/* Admin Links */

#footerAdminLinks {
	width: 960px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 0px;
}

/* Clear */

.clear {
  clear: both;
}

/* Subpages header */

.subpagesHeadline {
    font-family: Arial, Helvetica, sans-serif;
    color : #4C4C4C;
    font-size : 14px;
    line-height: 1.8;
    text-decoration : none;
    text-transform: uppercase;
    letter-spacing: 1px; }