body 
{

	color: #336633;
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, Verdana;
	background-color:#ffffcc;
}

h1 
{
	margin:10px 0px 10px 0px;
	text-transform:capitalize;
	font-size:275%;
	font-weight:bold;
}

h2 
{
	margin:10px 0px 10px 0px;
	text-transform:capitalize;
	font-size:200%;
	font-weight:bold;
}

h3 
{
	margin:10px 0px 5px 0px;
	text-transform:capitalize;
	font-size:150%;
	font-weight:bold;
}


h4 
{
	margin:10px 0px 5px 0px;
	text-transform:capitalize;
	font-size:140%;
	font-weight:bold;
}


h5 
{
	margin:10px 0px 5px 0px;
	text-transform:capitalize;
	font-size:130%;
	font-weight:bold;
}

p 
{
	margin: 10px 0px 10px 0px;
	font-size:101%;
}

.h1 
{
	margin:10px 0px 10px 0px;
	text-transform:capitalize;
	font-size:275%;
	font-weight:bold;
}

.h2 
{
	margin:10px 0px 10px 0px;
	text-transform:capitalize;
	font-size:200%;
	font-weight:bold;
}

.h3 
{
	margin:10px 0px 5px 0px;
	text-transform:capitalize;
	font-size:150%;
	font-weight:bold;
}

.h4 
{
	margin:10px 0px 5px 0px;
	text-transform:capitalize;
	font-size:140%;
	font-weight:bold;
}

.h5 
{
	margin:10px 0px 5px 0px;
	text-transform:capitalize;
	font-size:130%;
	font-weight:bold;
}

img 
{
	border-color:#336633;
}

#hideme
{
	font-size:smaller;
	width:300px;
	margin: 320px 0px 0px 440px;
	font-size:small;
	text-align:right;
	float:right;
	clear:none;
	position:absolute;
	z-index:10;
}
.image-background
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	position: absolute;
	top: 80px; 
	left:0px;
	right:auto;
	z-index:-10;
}

.image-holder
{
	background-color:White;
	border-style:solid;
	border-color:#336633;
	border-width:2px;
	padding:5px 5px 0px 5px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	clear:both;
	z-index:-10;
}
.image
{
	background-color:White;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:600px;
	z-index:0;
	background-repeat: no-repeat;
	clear:both;
	margin-bottom:5px;
}

.header
{
	margin-left:auto;
	margin-right:auto;
	padding:5px 5px 5px 5px;
	width:1050px;
	z-index:2;
	color:black;
}

.logo
{
	float:left;
	clear:none;
	padding:15px 15px 15px 15px;
	border-style:solid;
	border-color:#336633;
	border-width:2px;
	position:absolute;
	background-color:White;
	z-index:2;
}

.logo-image
{
	border-width:0px;
	z-index:2;
	vertical-align:middle;
}
.nav
{
	padding:5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	float:right;
	clear:right;
}
.nav-item
{
	list-style-type:none;
	float:left;
	clear:none;
	padding:5px 10px 5px 10px;
	margin-left:0px;
}
.breadcrumbs
{
	margin: 0px -90px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	float:right;
	z-index:2;
	width:750px;
	font-size:x-small; 
	text-transform:lowercase;
	color:black;
}



.sub-nav-ul
{
	padding:5px 5px 5px 5px;
	list-style-type:none;
	margin:0px 0px 10px 0px;

}
.sub-nav-item
{
	list-style-type:none;
	float:left;
	clear:both;
	padding:5px 5px 5px 5px;
	margin: 5px 0px 5px 0px;
}

.sub-nav-link
{
	list-style-type:none;
	float:left;
	clear:both;
	padding:0px 0px 0px 10px;
	margin: 2px 0px 2px 0px;
	width:200px;
}
.comment-li
{
	list-style-type:none;
	float:left;
	clear:both;
	padding:0px 0px 10px 10px;
	margin: 2px 0px 15px 0px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	width:600px;
 
}

a
{
	color:black;
	text-decoration: none;
}
a.nav-link
{
	font-weight:bold;
	color:black;
}
a.breadcrumb
{
	color:#336633;
}
a.hide
{
	color:#336633;
}
a.show
{
	color:#336633;
}

a:hover
{
	color:#336633;
	text-decoration: none;
}

.body-text-background
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	position: absolute;
	top: 200px; 
	left:175px;
	right:auto;
}

.body-text-holder
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

.body-text 
{
	width:650px;
	margin: 300px 0px 0px 90px;
	background-color:White;
	border-style:solid;
	border-color:#336633;
	border-width:2px;
	padding:30px 5px 30px 5px;
	font-size:small;
	float:right;
	clear:none;
	position:absolute;
	z-index:3;
}
.body-text-opaque
{
	width:650px;
	margin: 300px 0px 0px 90px;
	background-color:White;
	border-style:solid;
	border-color:#336633;
	border-width:2px;
	padding:30px 5px 30px 5px;
	font-size:small;
	float:right;
	clear:none;
	opacity: .8;
	filter: alpha(opacity=80);
	position:absolute;
	z-index:3;
}

.body-text-hidden
{
	display:none;
}

.sub-nav-holder
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

.sub-nav 
{
	width:240px;
	margin:180px 0px 0px 0px;
	background-color:White;
	border-style:solid;
	border-color:#336633;
	border-width:2px;
	padding:10px 5px 30px 5px;
	font-size:small;
	float:right;
	clear:both;
	position:absolute;
	z-index:3;
}
.sub-nav-opaque
{
	width:240px;
	margin:180px 0px 0px 0px;
	background-color:White;
	border-style:solid;
	border-color:#336633;
	border-width:2px;
	padding:10px 5px 30px 5px;
	font-size:small;
	float:right;
	clear:both;
	opacity: .8;
	filter: alpha(opacity=80);
	position:absolute;
	z-index:3;
}

.sub-nav-hidden
{
	display:none;

}
.footer-holder
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

.footer
{
	width:100px;
	background-color:White;
	border-style:solid;
	border-color:#336633;
	border-width:2px;
	padding:5px 5px 5px 5px;
	font-size:x-small;
	float:left;
	clear:none;
	margin:160px 0px 0px 900px;
	position:absolute;

}

.address
{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
}

.bookmarks
{
	list-style-type:none;
	margin:0px 0px 0px 20px;
	padding:5px 5px 5px 5px;
}


.ContactUsRow
{
	margin:10px 0px 10px 50px;
	padding:0px 0px 0px 0px;
}

.copyright-background
{
	width:100%; 
}


.copyright-holder
{
	background-color:White;
	border-style:solid;
	border-color:#336633;
	border-width:2px;
	padding:5px 5px 5px 5px;
	margin-top:180px;
	margin-left:auto;
	margin-right:auto;
	left:auto;
	right:auto;
	width:770px;
	font-size:small;
	text-align:center;

}

.form-desc 
{
	width:150px;
	clear:left;
	float:left;
	}
.form-field 
{
	clear:none;
}


.comments-holder
{
	width:610px;
	margin-top:10px;
	margin-right:10px;
	background-color:White;
	border-style:solid;
	border-color:#336633;
	border-width:2px;
	padding:10px 10px 10px 10px;
	font-size:small;
	float:right;
	clear:both;
}

.new-comment-holder
{
	width:610px;
	margin-top:10px;
	margin-right:10px;
	background-color:White;
	border-style:solid;
	border-color:#336633;
	border-width:2px;
	padding:10px 10px 10px 10px;
	font-size:small;
	float:right;
	clear:both;
}

#adfooter-holder
{
	margin-top:780px;
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
#footer-ad
{
	float:left;
	margin:30px 0px 0px 900px;
	position:absolute;
}