@CHARSET "UTF-8";

* html li li { display:inline; } /* IE6 Bugfix... */

.clear {
	clear: both;
}


body {
    background-color: #333333;
	padding: 0px;
	font-size: 100%;
}

strong {
	font-weight: bold;
}

#wrapper {
	background-image: url('/images/background.jpg');
	margin: 0 auto;
	width: 970px;
	height: 600px;
	margin-top: 20px;
}

#menu {
    background: #31421B;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter:Alpha(opacity=80);
    width: 100%;
    overflow: hidden;
}



.styletext {
    font-family: Gabrielle,Georgia,Verdana,Arial,Sans-serif;
    font-size: 2em;
    font-style: italic;
}



ul.mainmenu {
    margin: 0;
    padding: 0;
	font-size: 12px;
    font-family: Verdana;
	text-transform: uppercase;
    list-style-type: none;	
}

ul.mainmenu li {
    display: inline;
    margin: 0;
    float: left;
}

ul.mainmenu li a {
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    margin: 0;
    color: white;
}

ul.mainmenu li.hovered a,
ul.mainmenu li.active a,
.navmenu li.selected a {
    background-color: #94C852;
}


ul.submenu {
	display: none;
	position: absolute;
	z-index: 9999;
	background-color: #94C852;
    padding-bottom: 2px;
    padding-top: 5px;
}

ul.submenu li {
	float: none;
	text-align: left;
}

ul.submenu li a {
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
}

ul.submenu li a:hover {
	background-color: #BDD59B;
}




#contentWrapper {
    height: 520px;
    margin-left: 300px;
    width: 670px;
    color: #FFFFFF;
}


.content {
    height: 520px;
	width: 427px;	
	float: left;
}

.pageTitle {
    font-family: Georgia, Verdana, Arial, Sans-serif;
    font-size: 23px;
	font-weight: bold;
    padding-top: 50px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.pageContent {
	overflow: auto;
	padding-top: 10px;
	padding-right: 10px;
	height: 427px;
	color: #FFFFFF;
    font-family: Arial,Verdana,Sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.pageContent a {
    color: #31421B;
	text-decoration: none;
}

.pageContent a:hover {
    color: #0a0a0a;
}

.pageContent ul,
.pageContent p {
	display: block;
	margin: 1.12em 0;
}

.pageContent ul {
 	margin-left: 40px;
	list-style-type:circle;
}

.pageContent ul li {
 	 display: list-item;
}




.gallery .image {
    background-color: #FFFFFF;
    border: 1px solid #000;
    float: left;
	padding: 2px;
    margin-bottom: 7px;
    margin-right: 7px;
	height: 120px;
}

.gallery .image img {
	width: 120px;
	border: 0px;
}



#googleMap {
	height: 417px;
	width: 100%;
}




.contact .left {
	float: left;
	width: 50%;
}

.contact .right {
	float: left;
	width: 50%;
}

.contact label {
	display: block;
}

.contact input {
    background-color: #FFFFFF;
    border: 1px solid #31421B;
	border-radius: 3px;
    color: #333333;
    font-size: 13px;
    padding: 3px;
    width: 150px;
	margin-bottom: 15px;
	font-family: Arial,Verdana,Sans-serif;	
}

.contact textarea {
	resize: none;
	width: 360px;
	height: 210px;
    background-color: #FFFFFF;
    border: 1px solid #31421B;
	border-radius: 3px;	
    color: #333333;
    font-size: 13px;
    padding: 3px;
	margin-bottom: 15px;
	font-family: Arial,Verdana,Sans-serif;	
}

.contact .button {
	cursor: pointer;
	width: auto;
	border: 1px solid #31421B;
	border-radius: 3px;
    background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}


.errors {
    margin-bottom: 15px;
}




h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
}



.contentImage {
	float: left;
}

.contentImage img {
	width: 243px;
	height: 520px;
}



#footer {
	background-color: #0F0F0F;
	height: 50px;
	line-height: 50px;
	opacity: 0.8;
	width: 970px;
}

#footer .logo {
    float: left;
	color: #FFFFFF;
    font-family: Gabrielle,Georgia,Verdana,Arial,Sans-serif;
    font-size: 25px;
	font-style: italic;
	background-image: url('/images/logo.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 100px;
	margin-left: 10px;
	word-spacing: 8px;
}


#footer .pageTitle {
    float: right;
	color: #FFFFFF;
    font-family: Georgia,Verdana,Arial,Sans-serif;
	font-weight: normal;
    font-size: 2.1em;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	text-align: right;
}
