@charset "utf-8";

/**
 * Reset CSS
 **/
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,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-style: inherit; font-size: 100%; font-family: inherit; vertical-align: top;
}

:focus {
	outline: 0;
}

ol,ul {
	list-style: none;
}

a {
	text-decoration: none;
}

caption,th {
	text-align: left; font-weight: normal;
}

td {
	font-weight: normal;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

input,select,textarea {
	font-family: Arial, "Times New Roman", serif;
}

body {
	font-size: 80%; font-family: 'Trebuchet MS', verdana, arial, "Times New Roman", serif;
}

/**
 * Standard
 **/
.clear {
	clear: both; margin: 0px; padding: 0px; font-size: 0px;
}

a {
	text-decoration: none;
}

input {
	padding: 1px;
}

h1#hidden {
	display: none;
}

.hidden {
	display: none;
}

html {
	text-align: center;
}

body {
	text-align: center;
}

h1 {
	font-size: 140%; margin: 0px 0px 8px 0px; font-family: 'Trebuchet MS', verdana, arial, "Times New Roman", serif; color: #183F10; font-weight: bold;
}

h2 {
	font-size: 120%; margin: 10px 0px 6px 0px; font-family: 'Trebuchet MS', verdana, arial, "Times New Roman", serif; color: #183F10;
}

h3 {
	font-size: 105%; margin: 10px 0px 4px 0px; font-family: 'Trebuchet MS', verdana, arial, "Times New Roman", serif; color: #183F10; font-weight: bold;
}

h4 {
	font-size: 90%; margin: 10px 0px 4px 0px; font-family: 'Trebuchet MS', verdana, arial, "Times New Roman", serif; color: #183F10;
}

h5 {
	font-size: 80%; font-family: 'Trebuchet MS', verdana, arial, "Times New Roman", serif; color: #183F10;
}

h6 {
	font-size: 70%; font-family: 'Trebuchet MS', verdana, arial, "Times New Roman", serif; color: #183F10;
}

a {
	color: #1A4F0F; text-decoration: none; font-family: 'Trebuchet MS', verdana, arial, "Times New Roman", serif;
}

a:link {
	color: #1A4F0F;
}

a:visited {
	color: #1A4F0F;
}

a:hover {
	color: #167F00;
}

a:active {
	color: #167F00;
}

span.reqbox {
	color: #8F0808; padding: 0 3px 0 3px;
}

div.errorBox {
	height: auto; background-color: #ffffd5; text-align: left; margin-bottom: 10px; font-size: 12px; border: 1px solid #dc9987; padding: 7px 7px 7px 7px;
}

div.noerrorBox {
	height: auto; background-color: #ffffd5; text-align: left; margin-bottom: 10px; font-size: 12px; border: 1px solid #89dc87; padding: 7px 7px 7px 7px;
}

p.transport_tool_up {
	color: #B38C24; background-image: url("../images/misc/arrow_icon_block_up.gif"); background-position: right center; background-repeat: no-repeat; float: right; margin-bottom: 0; margin-top: 10px; padding: 2px 18px 2px 0; width: auto; font-size: 11px;
}

p.transport_tool_down {
	color: #B38C24; background-image: url("../images/misc/arrow_icon_block_down.gif"); background-position: right center; background-repeat: no-repeat; float: right; margin-bottom: 0; margin-top: 10px; padding: 2px 18px 2px 0; width: auto; font-size: 11px;
}

/**
 * Sitemap
 **/
div.sitemap {
	
}

div.sitemap ul {
	padding: 0px 0px 0px 15px;
}

div.contentPage {
	width: auto;
}

div.contentPage h2.contentPageHeader {
	
}

div.contentPage div.contentPageBody p {
	margin-bottom: 6px;
}

div.indexPage {
	width: auto;
}

div.indexPage h2.indexPageHeader {
	
}

div.indexPage div.indexPageBody p {
	margin-bottom: 6px;
}

div.newsPage {
	width: auto;
}

div.newsPage h2.newsPageHeader {
	
}

div.newsPage div.newsPageBody p {
	margin-bottom: 6px;
}

div.newsPage p.newsPageHeaderDate {
	background-image: url('../images/misc/icon_news.png'); background-position: center left; background-repeat: no-repeat; padding-left: 20px; padding-top: 0px; padding-bottom: 0px; margin-bottom: 4px; font-size: 95%; font-weight: bold; color: #7F3C0F;
}

div#wrapper div.newsBox {
	text-align:left;width: auto; height: auto; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;line-height:16px;
}

div#wrapper div.newsBox div.newsBoxItem {
	height: auto; margin: 0px 0px 5px 0px; padding: 3px 0px 2px 0px;
}

div#wrapper div.newsBox p {
	float: left; margin: 0px; padding: 0; font-weight: normal;
}

div#wrapper div.newsBox p.news_date {
	margin: 3px 0px 3px 0px; color: #5F2906;float:left;background-image: url('../images/misc/icon_news.png'); background-position: center left; background-repeat: no-repeat; padding-left: 18px; 
}

div#wrapper div.newsBox a {
	float: left;width:auto;font-weight:bold;
}

div#wrapper p.newsShowAllButton {
	padding: 0px 9px 0px 0px; font-size: 100%; text-align: right;margin-top:3px;
}

div#wrapper div.newsBox p.news_text {
	width:100%;
}

div#wrapper div.newsBox div {
	margin-bottom: 0px;
}
/**
	Lightbox
 */ /**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px;
}

#jquery-lightbox {
	position: absolute; top: 0; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0;
}

#lightbox-nav {
	position: absolute; top: 60px; left: 0; height: 100%; width: 100%; z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev,#lightbox-nav-btnNext {
	width: 49%; height: 100%; zoom: 1; display: block;
}

#lightbox-nav-btnPrev {
	left: 0; float: left;
}

#lightbox-nav-btnNext {
	right: 0; float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%; float: left; text-align: left;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block; clear: left; padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 66px; float: right; padding-bottom: 0.7em;
}

#lightbox-secNav2 {
	float: right; position: relative; padding: 0px; width: 100%; overflow: visible; height: 6px;
}

#lightbox-secNav-btnClose2 {
	width: 66px; float: right; right: 0px; display: block; margin: -6px -25px 0px 0px;
}

/**
	Superfish
 */ /*** ESSENTIAL STYLES ***/
.sf-menu,.sf-menu * {
	margin: 0; padding: 0; list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute; top: -999em; width: 130px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 130px;
}

.sf-menu ul li a {
	padding:5px 4px 7px 4px;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left; position: relative;
}

.sf-menu a {
	display: block; position: relative;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
	left: 0; top: 49px; /* match top ul list item height */ z-index: 99;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
	left: 130px; /* match ul width */ top: 0;
}

ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
	left: 2.5em; /* match ul width */ top: 35px;
}

div.galleryItemHolder p.galleryShowAllButton {
	float: left; font-weight: bold; font-size: 90%;
}

div.galleryItemHolder p.galleryBackButton {
	font-weight: bold; font-size: 90%;
}

div.galleryItemHolder ul.galleryImageList {
	clear: both; margin: 5px 0px 5px 0px; height: auto;
}

div.galleryItemHolder ul.galleryImageList li {
	float: left; height: auto; margin: 1px;
}

div.galleryItemHolder ul.galleryImageList li img {
	cursor: pointer; background-color: #FFFFFF; border: 1px solid #A9A9A9; padding: 3px;
}

div.galleryItemHolder ul.galleryImageList li img:hover {
	background-color: #FFE25F;
}

div.AttachmentBox {
	margin-top:20px;
}
div.AttachmentBox h3 {
	margin:0px 0px 5px 0px;
}
div.AttachmentBox img.extIcon {
	margin:1px 4px 0px 0px;
}
div.AttachmentBox img.AttachmentBoxIcon {
	float:right;margin-top:-5px;
}

div.GalleriesBox {
	margin-top:20px;
}
div.GalleriesBox h3 {
	margin:0px 0px 5px 0px;
}
div.GalleriesBox h4 {
	margin:0px;
}
div.GalleriesBox img.extIcon {
	margin:1px 4px 0px 0px;
}
div.GalleriesBox img.GalleriesBoxIcon {
	float:right;margin-top:-5px;
}