﻿body 
{
	height:850px;
	background-color:#edeae4;
	background-image:url(../Images/BG3.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Calibri;
	font-size: 15px;
	padding-top:3px;
}
.clear
{
	clear:both;
}
th
{
   text-align:left;
   font-weight:bold; 
   padding:3px;   
}
td
{
    text-align:left;
    padding:5px;
}

/**** Container Divs ****/
#OuterContainerDiv
{
	width:749px;
	margin:auto;
	border:solid 3px #dedbd4;
	background-color:White;
	padding:20px 12px 12px 20px;
}
#ContentContainerDiv
{
	width:749px;
	background-image:url(../images/ContentBG.png);
	background-repeat:repeat-y;
	padding-bottom:15px;
	border-left:solid 2px #dedbd4;
}
#ContentContainerDiv a
{
	color:#354920;
}
#headerDiv
{
	width:749px;
	height:142px;
	background-image:url(../Images/Header.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:right;
}
#headerMenuDiv
{
	padding-right:35px;
	padding-top:25px;
}
#headerMenuDiv a
{
	color:White;
	font-size:16px;
}
#menuDiv
{
	width:739px;
	height:35px;
	text-align:center;
	background-image:url(../images/menuBG.jpg);
	background-repeat:repeat-x;
	position:relative;
	left:-2px;
}
#menuDiv img
{
	cursor:pointer;
}
a img
{
	border:0 none;
}
#LeftContentDiv
{
	float:left;
	width:250px;
	height:100%;
	margin-right:25px;
	padding:15px 15px 25px 25px;
	background-color:#edeae4;
}
#RightContentDiv
{
	margin:15px 15px 0 0px;
	padding-left:15px;
}
#ContentFooter
{
	width:749px;
	height:31px;
	background-image:url(../Images/ContentFooter.png);
}
#ContentHeader
{
	height:26px;
	width:760px;
	background-image:url(../Images/ContentHeader.png);
}
/***** Text Classes ******/
.titleText
{
	font-size:22px;
	font-weight:bold;
}
.subTitleText
{
	font-size:20px;
}
.bold
{
	font-weight:bold;
}
.indent
{
	padding-left:20px;
}
.italics
{
	font-style:italic;
}
.center
{
	text-align:center;
}
/***** Menu Mouseover ******/
#MouseoverMenu
{
	display:none;
	background-color:#4a5c20;
	color:White;
	min-width:150px;
	text-align:left;
	padding:10px;
	position:absolute;
}
#MouseoverMenu a
{
	color:White;
}
/***** Lightbox ******/
#LBOverlay
{
	display:none;
	background-color:#000;
	height:100%;
	width:100%;
	-moz-opacity: 0.8; 
	-khtml-opacity: 0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
	position:absolute;
	top:0;
	left:0;
	z-index:90;
}
#LBContainer
{
	display:none;
	height:200px;
	width:300px;
	background-color:White;
	position:absolute;
	z-index:100;
	text-align:left;
	padding:20px 20px 0px 20px;
	border:solid 2px #edeae4;
}
#LBContent
{
	display:block;
	width:400px;
	height:200px;
	padding-top:15px;
}
#btnContactUs
{
	cursor:pointer;
	text-decoration:underline;
}
#LBClose
{
	cursor:pointer;
}
/***** Links ******/
.ButtonLinks
{
	margin-top:3px;
}
#LAmap
{
	border:none;
}
#listDiv
{
	margin-left:280px;
}