/******************* main elements **********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, legend, table, td, tr, th, blockquote, cite {
  margin: 0;
  padding: 0;
  border: 0;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

.clear{clear: both;}
.left{float: left;padding-right:10px;}
.right{float: right;}

html{
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 70%;
  height: 100%;
}

body{
  font-size: 1.2em;
  color: #333;
  background: #fff url('../../images/header-back.gif') repeat-x;
  height: 100%;
}

body#home{
  background: #fff url('../../images/site/head_bg.jpg') repeat-x;
}

img.imgwrap{
  margin: 3px 10px 0px 0;
}

p, ul, ol{
  line-height: 1.7;
}

a{
  color: #54A901;
  text-decoration: none;
}
a:hover{
  color: #556525;
  text-decoration: underline;
}
h2, h3, h4{
  text-transform: uppercase;
  line-height: 1.3;
}
#wrapper{
  min-height: 70%;
  height: auto !important;
  height: 100%; 
  width: 970px;
  padding: 0px 10px;
  margin: 0 auto 0px auto; 
}


/******************* header **********************/

#home #header{
  background: url('../../images/site/banner welcome.png') no-repeat 629px 1px;
  height: 320px;
z-index:99;
}

#header{
  color: #fff;
  height: 225px;
  background: url('../../images/banner-inside.jpg') no-repeat 15px 48px;
}

#logo{
  float: left;
  margin: 0 0 0 -4px;
}
#mainMenu{
  float: right;
  position: relative;
  z-index: 999;
  right:100px;
}
#mainMenu li {
  float: left;
  font-size: 95%;
  list-style-type: none;
  text-transform: uppercase;
  margin: 8px 4px;
  position: relative;
  
}
#mainMenu li a {
  color: #fff;
  padding: 2px 16px;
  font-weight: bold;
  text-shadow: #444 0px 0px 3px;
}
#mainMenu li a:hover, #mainMenu li a.active, #mainMenu li a.active-dropdown {
  background: #A1BC4E;
  text-decoration: none;
  color:#fff;
  -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mainMenu li ul{
  display: none;
  background: #A1BC4E;
  color:#2F2E2C;
  width: 230px;
  position: absolute; top: 22px; left: 0;
  padding: 0;
  margin: 0;
  z-index: 999;
  -moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
 
}
#mainMenu li:hover ul{
  display: block;
}
#mainMenu li ul li{
  margin: 0;
  padding: 0;
  width: 230px;
  border-bottom: 1px solid #6B841F;
 
}
#mainMenu li ul li a{
  display: block;
  width: 215px;
  padding: 5px 0 5px 15px;
  margin: 0;

}
#mainMenu li ul li a:hover{
  background: #6B841F;
}
#mainMenu li a#rss{
  font-size: 80%;
  text-transform: uppercase;
  color: #b1deff;
  padding: 5px 0 5px 22px;
  margin: 0 0 0 15px;
  background: url('../../images/rss.gif') no-repeat left center;
  height: 15px;
}
#mainMenu li a#rss:hover{
  background-color: transparent !important;
  text-decoration: underline;
}
#call{
  float: right;
  font-size: 130%;
  margin: -50px 3px 0 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}
#call span{
  color: #76c5ff;
}
#motto{
  font-size: 180%;
  padding-top: 10px;
  line-height: 1.4;
  text-shadow: #999 0 0 0.3ex;
}
#submotto{
  font-size: 120%;
  line-height: 1.4;
}
#home #motto{
  font-size: 200%;
  line-height: 1.4;
}
#home #submotto{
  font-size: 125%;
  font-weight: normal;
}

.button{
  width: 445px;
  height: 23px;
  text-transform: uppercase;
  color: #333;
  font-size: 110%;
  font-weight: bold;
  text-shadow: #fff 0 0 0.3ex;
  padding: 0px 0 0 0;
  
  text-align: top;
  line-height:5px;
}
.buttonlink{
text-decoration: none;
    color: #333;  
}
.buttonlink:hover{
text-decoration: none;
    color: #333;  
}
.button:hover{
  text-decoration: none;
    color: #333;
  
}
#main .button{
  margin: 5px 5px 0 0;
}
#leftColumn .button{
  float: left;
  margin: 5px 5px 0 0;
}
#hidden{
  display: none;
}

/***************** leftColumn ******************/

#leftColumn{
float: right;
  width: 280px;
  font-size: 105%;
  padding-left:10px;
  margin: -20px 0 5px 0;
  background:#F2F2F2;
  height:100%;
}
#leftColumn h3{
  font-size: 120%;
  color: #6B841F;
  margin: 5px 0px 0px 0px;
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}
#leftColumn h4{
  font-size: 100%;
  color: #555;
  margin: 25px 0px 5px 0px;
}
#leftColumn p{
  padding: 0 0 5px 0;
}
#leftColumn ul{
  margin: 0;
  padding: 0;
}
#leftColumn li{
  list-style-type: none;
  padding-left: 20px;
  background: url('../../images/site/bulletg.png') no-repeat left center;
}
.more{
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
}
#leftColumn .sidemenu{
  margin: 0 60px 45px 0;
}
#leftColumn .sidemenu li{
  border-bottom: 1px dotted #c0c0c0;
  background: url('../../images/blue-arrow.gif') no-repeat left center;
  padding: 5px 10px 5px 20px;
}
#leftColumn .sidemenu li a{
  color: #444444;
}
#leftColumn .sidemenu li a:hover{
  color: #075389;
}
#leftColumn blockquote p{
  font-style: italic;
  padding: 0 60px 10px 0;
  text-align: justify;
}
#leftColumn cite{
  font-style: normal;
  font-size: 85%;
}
#leftColumn img.left{
  margin: 3px 10px 5px 0;
}

/***************** gallery ******************/

div.scrollable {
  position:relative;
  overflow:hidden;    
  width: 205px; 
  height: 77px; 
}

div.scrollable div.items { 
  width: 2000px; 
  position: absolute;

}

div.scrollable div.items a{
  float:left;
  width: 65px;
  height: 65px;
  border: 1px solid #1e7abf;
  margin: 10px 12px 0 0;
  overflow: hidden;
}

div.scrollable div.items a img {
  height: 65px;
  width: auto;
  overflow: hidden;
}

div.scrollable, div.scrollable div.items a {
  float:left; 
  cursor: pointer;
}

a.prevPage, a.nextPage {
  display:block;
  width:14px;
  height:24px;
  float:right;
  margin-top: 31px;
  cursor:pointer;
}
a.nextPage{
  background: url('../../images/gallery-next.gif') no-repeat left center;
}
a.prevPage{
  background: url('../images/gallery-prev.gif') no-repeat left center;
}

a.disabled {
  visibility: hidden !important;   
}

div.scrollable {
  float:left; 
}

a.disabled {
  visibility:hidden !important;   
}

/***************** main text ******************/

#main{
  float: left;
  width: 660px;
  margin: -20px 0 5px 0;
}
#main h2{
  font-size: 160%;
  margin-bottom: 16px;
  color: #403C3B;
  border-bottom: 1px solid #D3D3D3;
  text-shadow: #999 0 0 0.1ex;
}
#main h3{
  font-size: 110%;
  padding: 5px;
  margin: 15px 0;
  border-top: 1px dotted #ddd;
}
#main h4{
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
#main h5{
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 10px;
}
#main h6{
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
#main .big{
  font-size: 120%;
  line-height: 1.5;
}
#main p{
  padding: 0 0 15px 0;
  font-size: 110%;
}
#main ul{
  padding: 0 0 25px 0;
  font-size: 105%;
  list-style: none;
}
#main ol{
  padding: 0 0 25px 20px;
  font-size: 105%;
}
#main ul li{
  background: url('../../images/site/bulletg.png') no-repeat 0 10px;
  padding: 0 0 0 20px;
}
#main ul ol li{
  background: none;
  padding-left: 5px;
}
#main ul ul, #main ul ol, #main ol ul, #main ol ol{
  font-size: 95%;
  padding-bottom: 5px;
}
#main .column{
  width: 45%;
}
#main .column img{
  float: left;
  margin: 5px 10px 10px 0; 
}
#main blockquote p{
  font-style: italic;
  padding: 0 60px 10px 0;
  text-align: justify;
}
#main cite{
  font-style: normal;
  font-size: 85%;
}
#main table{
  margin: 0 0 15px 0;
  width: 100%;
}
#main th, #main td{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: url(../../images/input-back.gif) repeat-x left bottom;
}
#main th{
  color: white;
  background: #447EAC url(../../images/input-back-blue.gif) repeat-x left top;
}
#main .article{
  font-size: 145%;
  font-weight: normal;
}
#main .info{
  color: #aaa;
  font-size: 85%;
}
.article-image img {
  float:left;
  width: 160px;
  height: auto;
  margin: 5px 12px 0 0;
  background: #fff;
  padding: 5px;
  border: 1px solid #1e7abf;
}

/***************** footer ******************/

#footerwrap{
  height: 94px;
  background: url('../../images/site/footer_bg.jpg') scroll 0px -25px repeat-x;
  margin: 0 auto;
}
#footer{
  width: 970px;
  padding: 0px 10px;
  padding-top:38px;
  font-size: 105%;
  margin: auto;
    color:#aaa;
}
#footerLeft{
  float: left;
}
#footer a{
  padding-right: 8px;
  color:#ccc;
  text-decoration:underline;
}

#footer a:hover{ 
  color:#fff;
  text-decoration:underline;
}
.green1Bullet {
  padding-left: 15px;
  background: url('../../images/site/bulletg1.png') no-repeat left center;
}
#footerRight{
  float: right;
  text-align: right;
  padding-top:15px;
}


/**************** contact form **************************/

input, select, option{
  height: 18px;
  padding: 3px 5px;
}

input, select, textarea{
	border: solid 1px #d4d4d4;
	background: #EEFFBB url('../../images/site/input_shade.jpg') repeat-x scroll 0 -5px;
	width: 290px;
	padding: 3px 5px;

}

option{background: white;}

textarea{
	width: 400px;
	background: #EEFFBB url('../../images/site/input_shade.jpg') repeat-x scroll 0 0px;
}

input.submit-button{
	background: #EEFFBB url('../../images/site/input_shade.jpg') repeat-x left top;
  height: 35px;
  width: 190px;
	border: 0;
	color: #403C3B;
	font-weight: bold;
	font-size:16px;
	border: solid 1px #d4d4d4;
}
label.bad{color: red; }
input.bad{border: 1px solid red;}
