body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:717px;
	height:288px;
	position:relative;
}
/*#header ul{
	background-color:#85a157;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:35px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}*/
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	width:717px;
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
}

/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 08 - Cayenne
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh08 {
	background-color: #85a157;
	border: 3px solid #fff;
	width:711px;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:35px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

/*Top Level Links*/
.p7PMMh08 a {
	color: #fff !important;
	border-right: none;
	background-color: #85a157;
	border-left: none;
}
.p7PMMh08 a:hover {
	background-color: #fff;
	color: #000 !important;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh08 ul ul ul a.pmmfirst {
}
/*First Sub Level*/
.p7PMMh08 ul ul {
	background-color: #85a157;
	width: 200px;
}
.p7PMMh08 ul ul li {
	background-color: #333;
}
.p7PMMh08 ul ul a {
	color: #fff !important;
	background-color: #85a157;
	border-right: 1px solid #fff;
	border-top: 0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.p7PMMh08 ul ul a:hover {
	background-color: #fff !important;
	color: #000 !important;
	border-color: #fff !important;
}
/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/

/*Sub Level*/
.p7PMMh08 ul a.trig_open, .p7PMMh08 ul a.trig_open_up {
	color: #000 !important;
	background-color: #fff !important;
	border-color: #fff;
}
.p7PMMh08 ul a.trig_open {
	color: #000 !important;
}
.p7PMMh08 ul ul a.trig_open {
	color: #000 !important;
	background-color: #fff !important;
	border-color: #fff !important;
}
/*The Current Marker (You are here) links*/
.p7PMMh08 .current_mark {
	background-color: #fff !important;
	color: #000 !important;
}
.p7PMMh08 ul ul .current_mark {
	background-color: #fff !important;
	color: #000 !important;
}
