/* CSS Document */

/* initial page setup styles */
html, body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 100%; }

a:link, a:visited {
	color: #231F20; }

a:hover, a:active {
	text-decoration: none;
	color: #231F20; }
	
div {
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin: 0; }
	
table {
	margin: 0;
	font-family: verdana, sans-serif;
	font-size: 11px; 
	color: #231F20; }
	
/* hide from mac - fix to remove gaps between divs in IE on pc \*/ 
* html .leftColumn {margin-right: -3px; } 
* html .rightColumn {margin-left: -3px; } 
/* end hide */ 

/* formatting and font styles - in alphabetical order */
.aboutBox {
	position: relative;
	background-color: #ABB178; 
	padding: 1px 25px 1px 25px; }

.aboutFormField {
 	width:250px;
	background-color: #ABB178; 
	border:1px solid #231F20;
	font-family: verdana, sans-serif;
	font-size: 11px;
	scrollbar-face-color: #969D56; ; }

.aboutFormButton {
	background-color: #ABB178; 
	border:1px solid #231F20;
	font-family: verdana, sans-serif;
	font-size: 11px;
	cursor: hand; }
	
.aboutList {
	list-style-image: url(../art/about_list_dot.gif); 
	padding-right: 35px;}
	
.breadcrumbs, .breadcrumbs a:link,  .breadcrumbs a:visited  {
	font-size: 9px; 
	color: #231F20;
	text-decoration: none; }

.commList {
	list-style-image: url(../art/comm_list_dot.gif); 
	padding-right: 35px; }
	
.container {
	height: 100%;
	width: 100% ;
	border: 0; 
	position: relative; }
	
.content {
	padding-left: 35px;  }

.content p {
	padding-right: 35px; }

.featured, .featured a:link, .featured a:visited, .featured a:hover {
	color: #ffffff;
	font-style: italic;
	line-height: 20px;
	text-decoration: none; }
	
.gardenBox {
	position: relative;
	background-color: #C2C140; 
	padding: 1px 25px 1px 25px; }
	
.gardenList {
	list-style-image: url(../art/garden_list_dot.gif);
	padding-right: 35px; }
		
.heading {
	color: #ffffff;
	font-size:  14px; }
	
.homeSeason {
	position: relative;
	background-color: #A9A939; 
	padding: 1px 25px 1px 25px; }

.languageTable {
	vertical-align: top;
	border-bottom: 1px solid #ABB178; }
			
.leftColumn {
	width: 136px;
	height: 100%;
	background-color: #89ACA1;
	background-image: url(../art/left_column_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 39px; }
	
.mainAbout {
 	height: 100%;
	background-color: #969D56; 
	background-image: url(../art/about_main_column_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 39px;  }

.mainComm {
 	height: 100%;
	background-color: #C5A901; 
	background-image: url(../art/comm_main_column_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 39px;  }

.mainBg {
	position: absolute;
	bottom: 0px;
	right: 203px; }

.mainContact {
 	height: 100%;
	background-color: #72AF97; 
	background-image: url(../art/contact_main_column_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 39px; }
	
.mainGarden {
	height: 100%;
	background-color: #B3B210; 
	background-image: url(../art/garden_main_column_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 39px;  }
		
.mainHome {
	height: 100%;
	background-color: #939408; 
	background-image: url(../art/home_main_column_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 39px;  }

.menuOff {
	height: 18px;
	line-height: 16px;
	padding-left: 11px;
	color: #231F20; 
	background-color: #A1BDB4; }

.menuOff a:link, .menuOff a:visited, .menuOff a:hover, .menuOff a:active {
	color: #231F20; 
	text-decoration: none;  }
	
.menuOn {
	height: 18px;
	line-height: 16px;
	padding-left: 11px;
	background-color: #ffffff; }

.menuOn a:link, .menuOn a:visited, .menuOn a:hover, .menuOn a:active  {
	color: #231F20;
	text-decoration: none; }
	
.rightColumn {
	width: 103px;
	height: 100%;
	background-color: #E98A1C;
	background-image: url(../art/right_column_edge.gif);
	background-repeat: repeat-y; }
		
.leftSpacerColumn {
	width: 103px;
	height: 100%;
	background-color: #E98A1C;
	background-image: url(../art/left_column_edge.gif);
	background-repeat: repeat-y;
	background-position: right;	}		
		
.topBanner {
	height: 60px;
	background-color: #FCB945; }
