/**  GREEN style  **/

/******************* main elements *********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset
{
    margin: 0;
    padding: 0;
    border: 0px none;
}

.clear{clear: both;}

.gray{color: #666;}

.left{float: left;}
.right{float: right;}

html
{
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    height: 100%;
}

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

body.inside
{
    background: #fff url('../images/header-back-inside.gif') repeat-x;
}

a
{
    color: #4f6902;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p, ul
{
    line-height: 1.8;
}

h2{
  font-size: 1.6em;
  color: #383838;
  font-weight: normal;
  padding: 0 10px 5px 0;
  margin:  0 0 20px 0;
  border-bottom: 1px solid #C7C6C4;
}

h3{
  font-size: 1.3em;
  color: #383838;
  margin:  15px 0 10px 0;
}

h4{
  font-size: 1.1em;
  color: #F08801;
  margin:  20px 0 10px 0;
  text-decoration: underline;
}

.readmore{
  font-weight: bold;
}


/***************** main containers ********************/
#wrapper{
    width: 900px;
    margin: 0 auto -120px auto; 
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header{
    width: 900px;
    height: 115px;
}

#sidemenu-index{float: left; width: 250px; padding: 0 40px 0 0; }

#sidemenu-index h3 {
	font-size: 20px;
}

#sidemenu{
	float: left; 
	width: 250px; 
	padding: 0 57px 0 0; 
	font-family: "Helvetica", Arial;
}

#text{float: left; width: 340px; padding: 0 30px 30px 0; text-align: justify;}
#text-inside{float: right; width: 590px;  padding: 0 0 30px 0;}

#text-inside a:link, #text-inside a:visited {
	text-decoration: underline;
}

#galeria{
	font-size: 11px;
	padding-left: 20px;
	float: right; 
	width: 210px; 
	border-left: 1px dotted #466000;
	color: #383838;
	text-align: justify;
}

#galeria a:link, #galeria a:visited {
	font-size: 12px;
	font-weight: bold;
}


/*********** logo and contact details in the header area ***********/
#logo{float: left; height: 115px;}

#contacts{
  width: 160px; 
  float: right; 
  height: 62px;
  position: relative; top: 30px;


}
#contacts p{
	background: url('../images/members.gif') left no-repeat;

  text-align: right;
  color: #fff;
  line-height: 1.4;
}
#contacts p a{color: #a7781e;}


/**************** Menu **************************/


#mainmenu{
  float: right; 
  width: 550px;
  position: relative; top: 24px; left: 50px;
  font-family: "Helvetica", Arial;
	z-index: 10;
}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu a:hover {color:#4B6805;}
ul.menu li {position:relative; float:left; margin-right:1px; 	list-style-type: none;}

ul.menu ul {
	position:absolute; 
	top:30px; left:0; 
	background:#d1d1d1; 
	display:none; 
	opacity:0; 
	list-style:none
	}

ul.menu ul li {
	position:relative; 
	border:1px solid #83A341; 
	border-top:none; 
	width:128px; 
	margin: 0;
	font-size: 11px;
}

ul.menu ul li a {
	display:block; 
	padding:3px 7px 5px 25px; 
	color: #fff;
	background-color:#A1C045
}

ul.menu ul li a:hover {	
	background-color:#A1C045;
	color: #4B6805;
}

ul.menu ul ul {left:148px; top:-1px}

ul.menu .menulink {
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight:bold; 
	background:url('../images/menu-back.gif'); 
	width:100px; 
	height: 25px;
	padding: 4px 0 0 0;
	list-style-type: none;
}

ul.menu .active {
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight:bold; 
	background:url('../images/menu-back-active.gif'); 
	width:100px; 
	height: 25px;
	padding: 4px 0 0 0;
	list-style-type: none;
}

ul.menu .sub {background:#A1C045 url('images/arrow.gif') no-repeat 136px 8px; }
ul.menu .topline {border-top:1px solid #aaa}

/***************** blue banner *****************/
#banner{
    height: 190px;
    margin: 0 0 30px 0;
}

.fade-me{
    width: 900px;
    height: 150px;
    background: url('../images/banner-blue-01.jpg');
    padding-left:0; padding-right:0; padding-top:40px; padding-bottom:0
}

#first{background: url('../images/banner-01.jpg');}
#second{background: url('../images/banner-02.jpg');}
#third{background: url('../images/banner-03.jpg');}

#banner p, #banner ul, #banner ol{
    font-family: Tahoma, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.5;
    color: #d3f3b6;
}

#banner ul, #banner ol{
    padding: 0 0 0 30px;
}

#banner .slogan{
    color: #fff;
    font-size: 2.2em;
    text-shadow: #444 1px 1px; 
    padding: 0 0 5px 0;
}

#banner a{
    color: white;
}

#banner-inside{
	padding-top: 0px;
    margin: 0 0 35px 0;
    color: #9DB55D;
    font-size: 17px;
    font-weight: bold;
    font-family: "Helvetica", Arial;
}

#banner-inside p{

}

/******************* style changes *********************/
#style-changer{
  margin: 10px 0 50px 0;
  width: 240px;
}

#style-changer a{
  display: block;
  float: left;
  width: 15px; height: 15px;
  margin: 0 10px 0 0;
}

#style-changer a.blue{
  background: #005F9B;
}

#style-changer a.green{
  background: #4f6902;
}

#style-changer a.silver{
  background: #ddd;
}


/*************** small gallery on homepage **************/
#galeria h2{
  color: #6e601c; 
  font-size: 1.2em;
  font-weight: bold;
  border: 0px none;
  margin-left:0; margin-right:0; margin-top:20px; margin-bottom:0
}

#galeria img{

}

#text p{padding: 0 0 15px 0;}



/**************************** footer ******************/
.push{height: 120px;}

#footer{
	clear: both;
   	margin: 0px auto;
  	background: url('../images/footer-back.gif') repeat-x;
  	height: 120px;
  	width: 100%
}

#footer p{
	text-align: center;  
	margin: 0px auto;
  	width: 580px;
   	padding: 65px 0 0 0;
   	color: #789a11;
   	font-size: 0.9em;
   	line-height: 1.6;
}

#footer p a{
  color: #789a11;
}


/******************* other elements within text ******************/
blockquote{
    font-size: 0.9em;
    margin: 0 0 15px 0;
}

#text blockquote p{
    padding: 0;
}

blockquote div{
    background: url('../images/blockquote-start.gif') no-repeat;
    padding-left:45px; padding-right:25px; padding-top:15px; padding-bottom:5px
}

blockquote cite{
    height: 29px;
    display: block;
    background: url('../images/blockquote-end.gif') no-repeat right top;
    font-style: italic;
    font-weight: bold;
    color: #6e601c
}


table{
  padding: 5px 0 15px 0;
  border-collapse: collapse;
}

th{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: #789a11;
  color: #fff;
}

td{
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: url('../images/shadow-back.gif') repeat-x left bottom;; padding-left:15px; padding-right:40px; padding-top:5px; padding-bottom:5px
}

#text p, #text-inside p{
  padding: 0 0 15px 0;
}

#text ul, #text-inside ul, #text ol, #text-inside ol{
  padding: 0 0 0 20px;
} 

#text img, #text-inside img{
  border: 1px solid #ddd;
  padding: 2px;
  margin: 0 5px 5px 0;
}

#text img.right, #text-inside img.right{
  margin: 0 5px 5px 25px;
}

#textinsidebox {
	border: none;
	margin: 0;
	padding: 0;
}


#textinsidebox img {
	border: none;
	float: left;
	margin-left: 0px;
	margin-right: 15px;
	padding: 15px 0 15px 0;
}

#textinsidebox td {
	line-height: 18px;
  text-align: left;
  padding: 0px;
  border: none;
  margin: 0px;
  background: url('../images/shadow-back.gif') repeat-x left bottom;; padding-left:15px; padding-right:40px; padding-top:5px; padding-bottom:5px
}

/**************** contact form **************************/
input, select, option{
  height: 18px;
}

input, select, textarea{
	border: 1px solid #ddd;
	background: url('../images/contact-input-back.gif') repeat-x;
	width: 190px
}

option{background: white;}

textarea{
	width: 400px;
	background: url('../images/contact-textarea-back.gif') repeat-x left bottom;
}

input.submit-button{
	background: url('../images/contact-send-button.gif') no-repeat;
	width: 78px;
	height: 29px;
	border: 0px none;
	color: white;
	font-weight: bold
}