body {
	background: #407040 url(images/background.jpg) repeat center;
	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

.decor_image {
	border: solid 1px #afc9ae;
	background: #eeeeee;
	padding: 3px;
	margin: 3px;
}

.wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* @group Header */

#Header {
	float: left;
	width: 900px;
	background: #f2ebd1 url(images/mainback.jpg) repeat-x;
	box-shadow: 2px 0px 5px #000000;
}

#Header h1 {
	margin: 0px;
}

#Header h1 img {
	margin: 5px;
	margin-bottom: 0px;
	border: none; 
	height:125px;
}

#Header h1 span {
	display: none;
}

.contact {
	text-align: right;
	float: right;
	line-height: 24px;
	padding-right: 10px;
	margin-top: 30px;
}



/* @end */

/* @group Nav */

.navwrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#Nav {
	width: 900px;
	height: 45px;
	margin-bottom: -7px;
	color: #f2ebd1;
	text-align: center;
	background-image: url(images/navback-45h.png);
	clear: both;
}

#Nav a {
	color: #f2ebd1;
	text-decoration: none;
	font-size: 16px;
	/* border-right: 1px solid #4f3c2e;
	border-left: 1px solid #3b281d; */
}

#Nav a:hover {
	color: #ffffff;
	background-color: #4f3c2e;
}

#Nav a.selected {
	color: #ffffff;
	font-weight: bold;
}

#Nav li {
	list-style-type: none;
}

.nav {
	margin-right: auto;
	margin-left: auto;
	margin: 0px;
}

li ul {
	padding-left:0px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-left: 2px;
	background-color: #4f3c2e;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 1px 2px 5px #000000;
}
/* 
	LEVEL ONE
*/
ul.nav { 
	position: relative;
}
ul.nav li                      { 
	float: left; 
	zoom: 1;
	list-style-image: none;
}
ul.nav a:hover		            { color: #000; }
ul.nav a:active                { color: #000000; }
ul.nav li a                    { 
	display: block; 
	color: #eeeeee;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 2px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height:18px;
}
ul.nav li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.nav li.hover,
ul.nav li:hover                { color: black; position: relative; }
ul.nav li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.nav ul 					
{ 
	width: 150px;
	padding-right:20px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0;
	z-index:100;
}

ul.nav ul li{ 
	font-weight: normal; 
	color: #000;
	border-bottom: 1px solid transparent; 
	float: left;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.nav ul li a					{ border-right: none; width: 80%; display: inline-block; padding-top: 3px; padding-bottom: 3px;
	line-height: 24px;
} 

/* 
	LEVEL THREE
*/
ul.nav ul ul 					{ left: 100%; top: 0; }
ul.nav li:hover > ul 			{ visibility: visible; }

/* @end */

/* @group Marketing */

#Marketing {
	width: 900px;
	background-color: #ffffff;
	box-shadow: 2px 2px 5px #000000;
}

#Marketing img {

}



/* @end */

/* @group Content */

.contentwrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#Content {
	float: left;
	width: 900px;
	margin-bottom: 5px;
	background: #ffffff url(images/content-bottom-23h.jpg) repeat-x 0 bottom;
	border-bottom-right-radius:16px;
	-moz-border-bottom-right-radius:16px;
	border-bottom-left-radius:16px;
	-moz-border-bottom-left-radius:16px;
	box-shadow: 2px 2px 5px #000000;
	color: #333333;
	padding-bottom: 40px;
}

#Content h1, #Content h2, #Content h3 {
	margin: 0px;
	padding: 0px;
} 

#Content h1 {
	color: #338435;
	font-size: 28px;
	margin-top: 10px;
}

#Content h2 {
	color: #342317;
	font-weight: normal;
	font-style: normal;
	margin-top: 4px;
	font-size: 22px;
}

#Content p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
}

#Content table p {
	color: #205b21;
	font-size: 12px;
	line-height: 14px;
}

table img {
	border-radius:5px;
	-moz-border-radius:5px;
}

.contentleft {
	float: left;
	width: 615px;
	padding-left: 10px;
}

.contentfull {
	float: left;
	width: 875px;
	padding-left: 10px;
}

.contentright {
	float: right;
	width: 250px;
	margin: 10px;
}

.rightbox {
	width: 220px;
	float: right;
	margin: 5px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	background-color: #e5e8d2;
	border-radius:8px;
	-moz-border-radius:8px;
	box-shadow: 1px 1px 4px #333333;
}

.rightbox h3 {
	font-style: normal;
	font-size: 24px;
	line-height: 40px;
	color: #342317;
	letter-spacing: 3px;
	font-weight: normal;
}

.rightbox a {
	color: #13481c;
	text-decoration: none;
	text-align: center;
	width: 100%;
	float: left;
}

.rightbox a:hover {
	text-decoration: underline;
}

a.decorlink {
	line-height: 40px;
	background-color: #eaeaea;
	float: left;
	margin: 4px 10px 5px;
	width: 226px;
	color: #333333;
	border: 1px outset #eeeeee;
}

a.decorlink:hover {
	text-decoration: none;
	color: #000000;
	background-color: #f5f5f5;
	border-color: #dddddd;
}

.decorlink img {
	float: left;
	margin: 2px;
	margin-left: 5px;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}



/* @end */

#Footer {
	float: left;
	text-align: center;
	line-height: 20px;
	color: #f2ebd1;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 900px;
	/* border-bottom: 5px solid #342317; */
	font-size: 14px;
}

#Footer a {
	color: #f2ebd1;
	text-decoration: none;
}

#Footer a:hover {
	color: #ffffff;
}

.footerright {
	float: right;
	margin-right: 10px;
	border-bottom: 5px solid #342317;
}

.footerleft {
	float: left;
	clear: left;
	color: #342317;
	text-align: left;
	margin-top: 20px;
	margin-left: 10px;
}

.footerleft p {
	margin: 0px;
	padding: 0px;
}

#Footer .footerleft a {
	color: #342317;
}

.footer-nav {
	margin: 0px;
	margin-right: auto;
	margin-left: -45px;
}
ul.footer-nav { 
	position: relative;
}
ul.footer-nav li                      { 
	float: left; 
	zoom: 1;
	list-style-type: none;
}
ul.footer-nav a:hover		            { color: #000; }
ul.footer-nav a:active                { color: #000000; }
ul.footer-nav li a                    { 
	display: block; 
	color: #eeeeee;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height:18px;
	border-right: 1px solid #f2ebd1;
}
ul.footer-nav li:last-child a         { border-right: none; }

.sortable_fancybox_gallery_image {
	padding-bottom: 15px;
}

.sortable_fancybox_gallery_image img {
	border: solid 4px #ffffff;
	box-shadow:1px 1px 5px #000000;
}

/*
     FILE ARCHIVED ON 17:19:44 Nov 21, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:32:16 Nov 22, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.549
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.01
  esindex: 0.01
  cdx.remote: 5.987
  LoadShardBlock: 103.502 (3)
  PetaboxLoader3.datanode: 135.416 (5)
  load_resource: 579.72 (2)
  PetaboxLoader3.resolve: 395.153 (2)
*/