@charset "UTF-8";
/* CSS Document */

* { margin:0; padding:0; }
p { margin:5px 0 10px 0; }
ul, ol { list-style-type:none; }
h4 { font-weight:900 }
h5 { font-weight:400; margin: 0 20px 0 20px }
h6 { font-size:smaller; text-transform:uppercase; font-weight:bold; color:#666666 }	
img {border:none}
a:link {color:#C9F7B8; text-decoration: underline; }
a:active {color:#BAE69E; text-decoration: underline; }
a:visited {color:#CADCB9; text-decoration: underline; }
a:hover {color: #C9F7B8; text-decoration: none; }

html, body {
	height:100%;
	min-width:400px;
	margin:0;
	padding:0;
	width:100%
}

body {
	background: #cfe084 url(images/bg2.jpg) repeat-x center 0;
	color: #e9e9e9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}

#banner {
	width:800px;
	margin:0 auto;
	}

			.logo {
				margin-top:15px;
				margin-left:21px;
				}

.bold {
	font-weight:bold;
	}
	
#container {
   height:100%;
}

#dropdown {
	position: absolute;
	top: 100px;
	left: 700px;
	background-color:#e2ea87;
	font-weight:bolder;
	font-size:18px;
	width:auto;
	height:auto;
    padding:20px 25px 30px 20px;
    color:#333333;
	}

#footer {
	background-color:#669900;
	color:#4B9E5D;
	width:auto;
	font-size:9px;
	font-weight:100;
	padding:20px;
	margin-top:80px;
	clear:both;
	line-height:12px;
	}
	
			#footer a {
				text-decoration:none;
				color:#527355
				}
			
			#footer-text {
				margin-left:5px;
				font-weight:200;
				font-size:11px;
				line-height:17px;
				color:#FFFFFF;
				}


#header {
	float: left;
	display: inline;
	clear: both;
	position: relative;
	display:block;
	height: 230px;
	width: 100%;
	}


#logo {
	margin: 0;
	position: relative;
	top: 70px; left: 200px;
	}

		#logo a {
			cursor: pointer;
			}

#map {
	margin:0px 15px -40px 15px;
	float:left;
	}

#main {
	height:800px;
	}

#mapContainer {
	display:block;
	width: 1000px;
	}

#menu {
	background-image:url(images/menu-bg.gif);
	text-transform:uppercase;
	font-weight:100;
	font-size:12px;
	color:#666666;
	padding-left:6px;
	margin-bottom:15px;
	}

#topcorner {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 107px;
	width: 107px;
	background: url(images/facebook.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
	}

#top-nav {
	margin:10px;
	text-shadow:#CCCCCC 1px 1px;
	}
		
			h1 {
				font-family: Baskerville, "Times New Roman", Times, serif;
				font-weight:100;
				letter-spacing:-0.05em;
				font-size:30px;
				color:#3E7742;
				}

#wrap {
	margin: auto;
	text-align: left;
	width: 960px;
	position: relative;
}










	
#nav {
	height: 38px;
	width: 750px;
	position: absolute;
	top: 7px; left: -6px;
	letter-spacing:-1px;
	color:#333333
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	color: #e7e7e7;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 9px 15px;
	text-transform: uppercase;
}

#nav a:hover {
	color: #fff;
	background: url(images/bg-nav.png);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#nav li {
	float: left;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: url(images/bg-nav.png);
	line-height: 18px;
	font-size: 11px;
	color:#333333;
	width: 150px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#nav li ul li a:hover {
	background: #FFF;
	color:#222;
}

#nav li ul li a {
}

#nav li ul ul {
	margin: -35px 0 0 180px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

ul#footerNav {
	position: absolute;
	top: 27px; right: 0;
}
	ul#footerNav li {
		float: left; display: inline;
		margin-left: 15px;
	}