﻿body {
	margin: 0;
	padding: 0;
	background: #304429 url('images/greener.png') repeat-x;
	font-family: Verdana, Calibri, sans-serif;
	font-size: 13px;
	color: #66665E;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #42423E;
}

h1 { font-size: 1.4em; }

h2 { font-size: 1.1em; }

a { color: #55794A; }

a:hover { text-decoration: none; }

a img {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px;
}
 
a img:hover {
	border-color: #06c;
}

img .left {
	float: left;
	margin: 7px 30px 0 0;
}

img .right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

/* Special */

.cb { clear: both; }

#main 
{
	width: 900px;
	height: auto;
	border: 5px #66665E solid;
	margin: 0 auto;
	margin-top: 40px;
	padding-top: 5px;
	background-color: #fff;
	
}

/* Header */

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(images/img04.gif) no-repeat left 20px;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	background-color: #55794A;
}

.current_page_item {
	height: 20px;
	background: #689970;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;
	background: #FFFFFF;
}

	/** LOGO */

#logo {
	width: 850px;
	height: 300px;
	margin: 0px 5px 5px 5px;
	padding-left: 40px;
	background: url(images/background-bees.png) no-repeat;
}

#logo h1 {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Angelic War;
	padding: 155px 0px 0px 0px;
	font-size: 34px;
	}

/* PageContent */

.pagecontentpics {
	float: left;
	width: auto;
	margin-bottom: 25px;
}

.pagecontent {
	float: left;
	width: 600px;
	margin-bottom: 25px;
}

.pagecontent .title {
	height: 30px;
	color: #42423E;
}

.pagecontent .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.pagecontent .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding-right: 20px;
	border-left: 1px solid #999;
}

#sidebar ul {
	list-style: none;
	line-height: normal;
}

#sidebar p 
{
	line-height: 15px;
	text-align: center;
}

#sidebar img
{
	border: 5px solid #999;
}

/* Contact */

#contact 
{
	float: left;
	width: auto;
}

#sendmail 
{
	float: right;
	width: 400px;
	margin-top: 50px;
	margin-left: 150px;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
}

#footer p {
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #fff;
}

/* Modal popup */

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;

}

.modalPopup {
	background-color:#98c18b;
	color: Black;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


