
/*MAIN NAVIGATION*/

.arrowsidemenu {
	width: 175px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	position:absolute;
}
	
.arrowsidemenu div a { /*header bar links*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/arrowgreen.gif) 100% 0;
  	height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 15px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited {
	color: #26370A;
}

.arrowsidemenu div a:hover {
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a { /*header that's currently not selected*/
	color: #26370A;
}

	
.arrowsidemenu div.selected a { /*header that's currently selected*/
	color: #26370A;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li {
	border-bottom: 1px solid #a1c67b;
}


.arrowsidemenu ul li a { /*sub menu links*/
	display: block;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #a1c67b;
}

.active a{
	background: #a0c679;
	background-position: 100% -64px !important;

}

.arrowsidemenu ul li a:hover {
	background: #d5e5c1;
}

/*LANGUAGE NAVIGATION*/


#languages {
	margin:5px 0 9px 0;
	text-align:right;
}

.langnav {
	margin-right:40px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#26370A;
}


.langnav a {
	color:#26370A;
	text-decoration:none;
}

.langnav a:link, .langnav a:visited {
	color: #26370A;
}

.langnav a:hover {
	text-decoration:underline;
	color:#971e1e;
}

.langnav2 {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}

.langnav2 a {
	color:#971e1e;
	text-decoration:underline;
}


/*BODY*/

#content {
 	 width:777px;
 	 height:700px;
 	 margin: -8px auto;
}



/*LEFT COLUMN*/

.left { 
	width:177px;
 	height:715px;
	float:left;
	background-color:#eae2c1;
}

#logo {
	height:175px;
}


/*RIGHT COLUMN*/
#slideshow {
    position:absolute;
	height:143px; 
	width:600px;}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


#content1 {
	margin-top:174px;
	position:absolute;
	z-index:1;
	width: 520px;
	padding-left:40px;
}

#content2{
	margin-top:25px;
}

#content2 h1{
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight:medium;
	color:#000000;	
	letter-spacing:1px;

	}

.right {
	width:600px; 
	height:715px;
	float:left; 
	background-color:#f2f0e1;
}

h1 {
	font:bold 22px Didot, Georgia, Times, serif;
	margin:0px 0px 0px 0px;
	color:#971e1e;
  	text-transform:uppercase;
	display:block;
	letter-spacing:2px;
	}

h2 {
	margin: 0.5em 0em 0.5em 0em;
	font: bold 13px Arial,sans-serif;
	color: #280a06;
	letter-spacing:1px;
  	text-transform:uppercase;

	}

h3 {
	margin: 0.5em 0em 0.5em 0em;
	font: 11px Arial,sans-serif;
	color:#000000;
	font-weight: lighter;
	letter-spacing:1px;
	text-align:justify;
	line-height:14px;
}

h4 {
	font:13px Arial,sans-serif;
	color: #280a06;
	letter-spacing:1px;
	}
	
	#gallery {
		margin-left:-40px;
		width: 590px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #c7c798;
		border-width: 5px;
		margin:5px;
	}
	#gallery ul a:hover img {
		border: 5px solid #a0c679;
		border-width: 5px;
	}
	#gallery ul a:hover { color: #a0c679; }
	

#title {
		margin-left:0px;
		width: 590px;
		
	}
	#title ul { list-style: none; }
	#title ul li { display: inline; }
	

#title2 {
		margin-top:-158px;
		width: 590px;
		
	}
	#title2 ul { list-style: none; }
	#title2 ul li { display: inline; }
	
	
/*FOOTER*/
#footer {
	clear: both;
	height:65px;
	width:777px;
	padding-top:17px;
	background-color: #c7c798;
	text-align:center;
	font: 9.5px Arial, sans-serif;
	color: #000000;
}
