@charset "UTF-8";
/* CSS Document */

body {
	font-weight: normal;
    font-size: small;
    font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
    text-decoration: none;
	}
#wrapper {
	width: 720px;
	margin: 0 auto;
	background-color: #fff;
}
#branding {
	padding-top: 9px;
	padding-bottom: 12px;
	padding-left: 8px;
	background-color: #067407;
	}
#branding h1{
	color: #fff;
	}
#content {
	width: 520px;
	float: right;
	}
#content h1, h2, p {
	padding-right: 20px;
	}
.style1 {
	color: #067407;
	font-weight: bold;
}
#content h1 {
	font-size: 16pt;
	color: #333;
	}
#content h2 {
	font-size: 14pt;
	color: #3C98B3;
	font-family: Arial, Helvetica, sans-serif;
	}
#qanda {
	background-color:#99C8CA;
	width:500px;
	height:400px;
	overflow: scroll
}
#gallery-media-1{
	width: 250px;
	float: left;
	height:500px;
	}
#gallery-media-2{
	width: 250px;
	float: right;
	height:500px;
	}
	
#p	{
	font-size: 14pt;
	color: #000;
}
#mainNav {
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	/*padding-bottom: 1150px;?*/
	background-color: #99C8CA;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #067407;
	}
#mainNav li {
	padding-left: 20px;
	padding-right: 20px;
	}
#footer {
	clear: both;
	padding: 10px;
	background-color: #067407;
	text-align: center;
	}
#footer p {
	color: #fff;
	}

#headline {
	height: 20px;
	text-indent:-5000px;
	background: url() no-repeat;
}
a, a:link {
	  color: #067407;
	  text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
	background-color:#99FFFF;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: none;
	width: 11em;
}

#nav li {
	float: left;
	width: 11em;
}
#nav li ul {
	position: absolute;
	width: 11em;
	left: -999em;
	background-color:#666;
}
#nav li:hover ul {
	left: auto;
	background-color: #00CCCC;
	/text-align: right;
}
#container {
	width: 520px;
	float: right;
	height:500px;
	}
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
sfHover = function() {
	var sfEls = document.getElementById("QandA").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

#QandA li:hover ul, #QandA li.sfhover ul {
	left: auto;
	text-align: right;
	font-size: x-small;
}
/*
#wrapper #branding h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: normal;
	text-align: right;
	white-space: normal;
	display: inline;
}*/
