@charset "utf-8";
@import "reset.css";
@import "editor.css";

body
{
	font-size: 9pt;
	color: #343434;
}

h1
{
  font-weight: normal;
  color: #343434;
  font-size: 9pt;
  padding-left: 10px;
  padding-bottom: 5px;
}

h1 span
{
  font-size: 10pt;
}

h1 a
{
  color: #58a480;
}

.page
{
  width: 901px;
  margin: 0 auto;
}

.clear
{
  clear: both;
}

#header
{
  height: 101px;
}

.logo,
#sidebar
{
  width: 243px;
  padding-right: 2px;
  float: left;
}

.logo
{
  text-align: center;
  padding-top: 5px;
}

.menu
{
  float: left;
  width: 656px;
  padding-top: 64px;
}

.menu li
{
  float: left;
  width: 149px;
  padding-right: 2px;
  text-transform: uppercase;
}

.menu li,
.menu a
{
  width: 149px;
  height: 30px;
  line-height: 30px;
  color: #3d3d3d;
}

.menu a
{
  display: block;
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
}

.menu a:hover
{
  text-decoration: none;
}

.menu .first
{
  background-image: url('img/topmenu-first.jpg');
}

.menu .first#active,
.menu .first:hover
{
  background-image: url('img/topmenu-first-active.jpg');
}

.menu .middle
{
  background-image: url('img/topmenu-middle.jpg');
}

.menu .middle#active,
.menu .middle:hover
{
  background-image: url('img/topmenu-middle-active.jpg');
}

.menu .last
{
  background-image: url('img/topmenu-last.jpg');
}

.menu .last#active,
.menu .last:hover
{
  background-image: url('img/topmenu-last-active.jpg');
}

#content
{
  clear: both;
}

#main
{
  width: 656px;
  float: left;
}

.left-menu li
{
  margin-bottom: 3px;
}

.left-menu li
{
  height: 65px;
  overflow: hidden;
}

.left-menu li,
.left-menu li .open,
.left-menu li .closed
{
  background-repeat: no-repeat;
  background-position: right top;
}

.left-menu li .open,
.left-menu li .closed
{
  padding: 3px 40px 2px 8px;
  height: 60px;
}

.left-menu li.submenu
{
	height: auto;
	padding: 3px 0;
}

#interiorsubmenu .submenu-item
{
	background: url('img/blue-submenu-edge.jpg') no-repeat right top #1291bc;
}

ul.left-menu .submenu-item
{
  margin-bottom: 1px;
  text-transform: uppercase;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  padding-left: 13px;
  display: block;
}

#gardensubmenu .submenu-item
{
	background-repeat: no-repeat;
	background-position: right top; 
	background-color: #4daa7e;
}

#gardensubmenu .open
{
	background-image: url('img/green-submenu-edge-open.jpg');
}

#gardensubmenu .closed
{
	background-image: url('img/green-submenu-edge-closed.jpg');
}

ul.left-menu .submenu-subitems a
{
	color: #313131;
	text-transform: uppercase;
	padding-left: 16px;
	font-weight: bold;
	background: url('img/green-dot.jpg') no-repeat left center;
}

.submenu-subitems
{
	padding: 5px 0;
}

.submenu-subitems div
{
	background: url('img/submenu-dots.jpg') repeat-x left bottom;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
}

.submenu-subitems div.last
{
	background: none;
}

.left-menu a
{
  color: #fff;
}

.left-menu a:hover
{
  text-decoration: none;
}

.left-menu .img
{
  float: left;
  margin: 0 15px 0 0;
}

.left-menu h2
{
  font-size: 12pt;
  text-transform: uppercase;
}

.left-menu h2 span
{
  text-transform: none;
  display: block;
  line-height: 8pt;
  font-size: 7pt;
  letter-spacing:-0.3px;
  text-align: justify;
  padding-top: 3px;
}

.left-menu .dgreen
{
  background-color: #4daa7e;
}

.left-menu .dgreen h2
{
  padding-top: 5px;
}

.left-menu .teal h2
{
  padding-top: 16px;
}

.left-menu .lgreen h2,
.left-menu .pink h2
{
  padding-top: 15px;
}

.left-menu .dgreen .closed
{
  background-image: url('img/leftmenu-0-closed.jpg');
}

.left-menu .dgreen .open
{
  background-image: url('img/leftmenu-0-open.jpg');
}

.left-menu .teal
{
  background-color: #1291bc;
}

.left-menu .teal .closed
{
  background-image: url('img/leftmenu-1-closed.jpg');
}

.left-menu .teal .open
{
  background-image: url('img/leftmenu-1-open.jpg');
}


.left-menu .pink .closed
{
  background-image: url('img/leftmenu-2-closed.jpg');
  background-color: #e63d74;
}

.left-menu .lgreen .closed
{
  background-image: url('img/leftmenu-3-closed.jpg');
  background-color: #75d229;
}

.left-box
{
	padding: 12px;
}

.left-box h4
{
	height: 12px;
	padding-top: 4px;
	font-size: 11px;
	padding-left: 27px;
	background: url('img/clock.jpg') no-repeat left top;
	text-transform: uppercase;
	color: #238bae;
}

.left-box .ed
{
	padding-left: 27px;
	padding-top: 15px;
}

#footer
{
  clear: both;
  padding: 7px 17px;
  text-align: right;
  border-top: 1px solid #eaece1;
  border-bottom: 1px solid #4fac80;
  font-size: 8pt;
  font-weight: bold;
}

#footer a
{
  color: #b1b6af;
}

#footer a span
{
  color: #6aa589;
}

.content
{
  border: 1px solid #d9d9d9;
}

.underline
{
  background: url('img/underline.jpg') no-repeat left 1px;
  width: 656px;
  height: 24px;
}

div.address, .map
{
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
}

.address
{
  width: 245px;
  padding: 10px;
}

.map
{
  width: 360px;
}

ul.errors, 
ul.notices
{
  color:#fff;
  font-size:9pt;
  padding: 5px;
  margin-bottom: 20px;
}

ul.errors li, 
ul.notices li
{
  background-position: 6px center;
  background-repeat: no-repeat;
}

ul.errors
{
  background-color: #dd0f0f;
}

ul.errors li
{
  background-image: url('../img/error-icon.jpg');
}

ul.errors li, 
ul.notices li
{
  padding: 5px 0;
  text-align: center;
}

ul.notices,
.notice
{
  background-color: #92c32c;
}

ul.notices li
{
  background-image: url('../img/confirm-icon.jpg');
}

.news-list .even
{
	background: #fbfbfb;
}

.news-list li
{
	padding: 12px;
	border-top: 1px solid #dddbdc;
}

.news-list li.first
{
	border-top: 0 none;
}

.news-list .img
{
	float: left;
	width: 64px;
	height: 64px;
	padding-right: 13px;
}

.news-list .img img,
.news-details .content .img img
{
	padding: 1px;
	border: 3px solid #ecede8;
}

.news-list .news-content
{
	float: left;
	width: 553px;
	padding-top: 10px;
}

.news-content h3
{
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 8px;
}

.news-content h3 a
{
  color: #388362;
}

.archive
{
	padding-left: 20px;
	padding-bottom: 5px;
}

.archive a,
.archive span
{
	color: #58a480;
	text-transform: capitalize;
}

.archive span
{
	margin: 0 2px;
}

.news-details .content
{
	padding: 12px;
}

.news-details .content .img
{
	float: left;
	width: 208px;
	padding-right: 20px;
	min-height: 20px;
	text-align: center;
}

.news-details .news-content
{
	float: left;
	width: 402px;
}

.news-details .content h2
{
	color: #388362;
	font-size: 12pt;
	padding-bottom: 20px;
}

.back
{
	text-align: right;
}

.back a
{
	color: #388362;
}

.paginator
{
	padding: 15px 20px;
	text-align: right;
}

.paginator a
{
	margin: 0 3px;
}

.paginator .current
{
	padding: 5px;
	background: #4daa7e;
	color: #fff;
}

.paginator .info
{
	float: left;
}

.service .content
{
	border: 0 none;
}

input,
textarea
{
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

input
{
	height: 24px;
	width: 265px;
	padding: 3px 5px;
}

textarea
{
	width: 560px;
	height: 94px;
	padding: 3px 5px;
}

label
{
	display: block;
	padding-bottom: 3px;
}

.column
{
	width: 292px;
	float: left;
	padding-bottom: 10px;
}

body div .transport-form
{
	padding: 0;
}

.head
{
	background: #fbfbfb;
	border-bottom: 1px solid #dbdbdb;
	padding: 20px 40px;
}

.head h2
{
	font-size: 12pt;
}

.head p
{
	font-size: 10pt;
}

.form
{
	padding: 20px 10px 20px 60px;
	width: 584px;
}

.submit
{
	text-align: right;
	padding-right: 40px;
}

.submit input
{
	border-right: 1px solid #bfbfbf;
	background: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  width: 72px;
  height: 24px;
}

.column .left
{
	float: left;
	line-height: 30px;
  padding: 0;
}

.column .right
{
	float: right;
	line-height: 30px;
  padding: 0 20px 0 0;
}

.home .content
{
	border: 0 none;
	overflow: visible;
}

.home .underline
{
	display: none;
}

#slideshow
{
	height: 268px;
	width: 656px;
}

.main-underline
{
	background: url('img/main-underline.jpg') no-repeat left top;
	height: 20px;
	width: 100%;
	margin-top: 4px;
}

.home .movie
{
	float: right;
	width: 330px;
	background: url('img/movie-bottom.jpg') no-repeat left bottom;
	padding-bottom: 7px;
	padding-right: 10px;
}

.home .movie-wrapper
{
	border-left: 1px solid #ececea;
	border-right: 1px solid #ececea;
	text-align: center;
	margin-top: -5px;
}

.home .news-list
{
	float: left;
}

.home .news-list li
{
	width: 300px;
	padding: 9px 10px 9px 0;  
}

.home .news-list li.first
{
	padding-top: 0;
}

.home .news-list .even
{
	background: none;
}

.home .news-list .news-content
{
	width: 223px;
}

.gallery
{
	padding-top: 5px;
}

.gallery li
{
	padding: 12px 0 0 62px;
	float: left;
	width: 109px;
	height: 140px;
	text-align: center;
}

.gallery img
{
	padding: 3px;
	border: 1px solid #d4d3d1;
}

.gallery li.first
{
	padding-left: 20px;
	clear: both;
}

.gallery .spacer
{
	float: none;
	width: 100%;
	height: 0;
	border-top: 1px solid #dbdbdb;
	overflow: hidden;
	clear: both;
	padding: 0;
}

.gallery .img
{
	height: 78px;
	padding-bottom: 8px;
}

.gallery .zoom-anchor
{
	padding-left: 18px;
	line-height: 15px;
	color: #55a57e;
	background: url('img/zoom.jpg') left top no-repeat;
}

.gallery h3
{
	font-weight: normal;
	padding-top: 3px;
}

#slideshow .slide
{
  float: left;
  overflow: hidden;
  width: 119px;
  height: 268px;
  margin-right: 3px;
}

#slideshow div.open
{
	width: 400px;
}

#slideshow #slide2
{
  margin-right: 0;
}

ul.left-menu .submenu-subitems .active,
ul.left-menu .submenu-subitems a:hover
{
	font-size: 10pt;
	color: #4DAA7E;
}

#interiorsubmenu .active
{
	text-decoration: underline;
}

.info
{
  padding: 10px;
}

#footer img
{
  margin-bottom: -6px;
}
