﻿*
{
	padding:0px;
	margin:0px;
	color:#E6E6E6;
	font-family: Georgia, serif;
}
a
{
	text-decoration: none;
}
p
{
    text-align:justify;
}
body
{
	background: #404040 url('images/background.gif') top left repeat-x;
}
#containerdiv
{
	width:1000px;
	margin:auto;
	margin-top:50px;
}
#titlediv
{
	text-transform: uppercase;
	min-height:60px;
	margin-bottom:20px;
	float:left;
	width:880px;
}
#logodiv
{
	float:left;
	width:120px;
}
#navigationdiv
{
	min-height:50px;
	background-color:#AE841A;
	padding-top:5px;
	font-size:1.5em;
	font-weight:bold;
	clear:both;
}
ul.navigationlist li
{
	text-decoration:none;
	text-align: left;
    float: left;
    list-style: none;
    margin-top:8px;
}
ul.navigationlist a:hover
{
	color:white;
}
.amenuitem
{
    text-decoration: none;
    padding: 8px 22px 8px 22px;
}
#HomepageSlideshow
{
    position:relative;
    height:350px;
}
#HomepageSlideshow IMG 
{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#HomepageSlideshow IMG.active 
{
    z-index:10;
    opacity:1.0;
}
#HomepageSlideshow IMG.last-active 
{
    z-index:9;
}
#websitecontent
{
    background-color: rgba(150, 150, 150, 0.1);
    border-radius: 0px 0px 10px 10px;
	padding:10px;

}
#HomepageParagraphLeft
{
    float:left;
    width:590px;
    padding-top:20px;
}
#HomepageParagraphRight
{
    float:left;
    width:290px;
    padding-top:20px;
}
#footer
{
    clear:both;
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
}
.scrollitemsdiv
{
    width: 890px;
    max-width: 890px;
}
.scrollable 
{
	position: relative;
	overflow: hidden;
	width: 890px;
	height: 620px;
}
.scrollable .items 
{
	width: 20000em;
	position: absolute;
}
.items div {
	float: left;
}

.arrows
{
    opacity:0.8;
}
.arrows:hover
{
    cursor: pointer;
    opacity:1;
}