/* Reset CSS Code */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.float-fixer {
	clear: both;
}

body {
	background: url(images/bg/body.png);
  width: 100%;
}

div#header-bg {
	width: 100%;
	height: 120px;
	background: url(images/bg/header.jpg) repeat-x left top;
}

div#header-center {
	width: 940px;
	height: 120px;
	margin: auto;
	background: url(images/bg/header-center.jpg) no-repeat;
}

div#wrapper {
	width: 940px;
	margin: auto;
	position: relative;
}

div#main-menu {
	position: relative;
	height: 80px;
}

div#left-menu {
	width: 360px;
	position: absolute;
	left: 0;
	text-align: right;
}

div#center-menu {
	position: absolute;
	left: 360px;
	top: -20px;
}

div#right-menu {
	width: 360px;
	position: absolute;
	right: 0;
	text-align: left;
}

ul.top-level > li {
	font-family: 'Cabin Sketch', cursive;
	text-transform: uppercase;
	display: inline-block;
	line-height: 70px;
	padding: 0 20px 0 20px;
	position: relative;
}

li.menuparent ul {
	position: absolute;
	width: 192px;
	top: 50px;
}

div.top {
	background: url(images/bg/top.png) no-repeat;
	width: 100%;
	height: 20px;
}

div.bottom {
	background: url(images/bg/bottom.png) no-repeat;
	width: 100%;
	height: 12px;
}

li.menuparent ul li {
  font: 12px/24px verdana;
  text-transform: none;
  display: list-item;
  text-align: center;
  background: url(images/bg/over-menu.png) repeat-y;
}

li.menuparent ul li a {
  color: #666666;
}

li.menuparent ul li a:hover {
  color: #478F4F;
}

ul.top-level > li a {
	text-decoration: none;
	color: #478f4f;
}

div#gallery {
	background: url(images/bg/gallery.png) no-repeat;
	width: 100%;
	height: 344px;
	padding-top: 34px;
	padding-left: 44px;
}

div#left-content {
	float: left;
	width: 	340px;
}

div#left-content img, div#right-content img {
	box-shadow: 0px 0px 5px #999;
  -webkit-box-shadow: 0px 0x 5px #999;
  -moz-box-shadow: 0px 0px 5px #999;
}

div#right-content {
	padding-left: 360px;
}

div#map-banner {
	margin-bottom: 20px;
}

div.post h1 {
	font: 16px/24px 'Cabin Sketch', cursive;
	color: #478f4f;
}

div#breadcrumb p {
	font: 16px/24px 'Cabin Sketch', cursive;
	color: #999;
	text-align: right;
}

div#breadcrumb {
	position: relative;
}

div#breadcrumb ul {
	position: absolute;
	right: 0px;
	top: 24px;
	text-align: right;
	display: none;
	background: #f3efea;
	padding: 6px;
	border: 1px solid #cdcbab;
	 border-radius: 6px;
 	-webkit-border-radius: 6px;
 	-moz-border-radius: 6px;
}

div#breadcrumb ul li {
	font: 12px/24px verdana;
  text-transform: none;
}
div#breadcrumb ul li a{
	color: #666666;
	text-decoration: none;
}

span.active-section {
	color: #478f4f;
}

a.trigger {
	background: url(images/icons/more.png) no-repeat 0px 3px;
	display: inline-block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
}

div.post h3 {
	font: 10px/14px verdana;
	font-weight: bold;
	text-indent: 6px;
}

div.post p {
	font: 12px/18px verdana;
	padding-left: 6px;
	padding-bottom: 9px;
	padding-top: 9px;
}

div#left-content .post {
	padding-top: 10px;
}

div#left-content .post p {
	text-align: right;
	padding-left: 60px;
}

div#right-content p {
	padding-right: 60px;
}

div#footer {
	background: url(images/bg/footer.png) no-repeat center top;
	margin-top: 40px;
	margin-bottom: 60px;
	padding-top: 20px;
}

div#left-footer {
	float: left;
	width: 340px;
	text-align: right;
}

div#right-footer {
	padding-left: 360px;
}

div#footer p {
	font: 10px/18px verdana;
}

p.small-txt {
	font: 10px/14px Verdana;
}

p.r-align {
	text-align: right;
}

div#page-gallery {
	padding-top: 16px;
}

div#page-gallery ul li {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
}

div#article-gallery {
	padding-top: 10px;
}

div#article-gallery ul li {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;	
}

div#map {
	width: 600px;
	height: 600px;
}

div#big-map {
	width: 852px;
	height: 284px;
}

div#form {
	background: #f7f5ec;
	margin-right: 80px;
	border: 1px solid #d2d2d2;
	margin-top: 10px;
}

div#form-left {
	float: left;
	width: 380px;
	padding: 8px 8px 0px 8px;
}

div.form-ele {
	margin-bottom: 6px;
}

div#form p {
	font: 11px/15px Verdana;
}

div#form-left input, div#form-left textarea {
	border: 1px solid #ccc;
	font: 11px/24px Verdana;
}

div#form-right {
	padding-top: 23px;
        padding-left: 400px;
}

div#form-right input {
	width: 82px;
	border: 1px solid #ccc;
	font: 11px/21px Verdana;
	background: #f3e8b9;
	color: #a89028;
	text-transform: uppercase;
	font-weight: bold;

}

div#video-overlay {
  position: absolute;
  width: 960px;
  background: url(images/bg/body.png);
  left: -10px;
}

div#video-bg {
  background: url(images/bg/video-bg.png) no-repeat center top;
  padding-top: 19px;
  padding-left: 2px;
  padding-bottom: 30px;
}

div#video-overlay p {
  text-align: center;
  font: 10px/24px Verdana;
}

a#close-overlay {
  text-decoration: none;
  color: #333;
}

div.video-js-box {
  margin: auto;
  box-shadow: 0px 0px 5px #999;
  -webkit-box-shadow: 0px 0x 5px #999;
  -moz-box-shadow: 0px 0px 5px #999;
  margin: 4px solid #FFF;
}

ul.zemError {
  margin: 14px;
  padding: 14px;
  background: #f5c8c4;
  border: 1px solid #c2392d;
}

ul.zemError li {
  font: 11px/15px Verdana;
  color: #333;
}

a {
  text-decoration: none;
  color: #478F4F;
}

a:hover {
  color: #CCC;
}