body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #BCCD98;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #0000FF;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
}
a.big {
	color: #0000FF;
	font-weight: bold;
	font-size: 16px;
}
a:hover.big {
	color: #FF0000;
	font-size: 16px;
}
td.text-heading {
	background-image: url(/images/globals/heading-back.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	padding-left: 8px;
	padding-bottom: 2px;
}
td.text {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}


.title-header {
	background-image: url(/images/header/header-back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.oval-shadow {
	background-image: url(/images/oval-shadow.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 4px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.green-scapes {
	font-family: "Lucida Calligraphy", "Freestyle Script", "Arial Narrow";
	font-weight: bold;
	color: #334A36;
	font-size: 13px;
}
.head-image {
	background-image: url(/images/header/photo3_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}



#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	z-index: 5000;
	background-color: #021526;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
#lightbox {
	display: none;
	position: absolute;
	top: 50%;
	left: 45%;
	z-index: 6000;
	width: 600px;
	padding-bottom: 10px;
	margin: -250px 0 0 -250px;
	background: #06213A;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #021629;
}
#lightbox .container {
	margin: 0;
	padding: 30px;
}
#lightbox-contact {
	display: none;
}

#lightbox .container h2 {
	color: #fff;
	width: 90%;
	border-bottom: 2px solid #FFF;
	padding-bottom: 0.5em;
	margin-right: 2em;
	font-size: 1.2em;
}
#lightbox .close {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #021629;
	padding: 0.5em;
	z-index: 10;
}
#lightbox a {
	color: #FFF;
}
