@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#484640;
	
}

a { color:#677f48; text-decoration:underline; }
a:hover { text-decoration:none; }


img { border:0; }
img#logo { float:left; }
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	margin:0px 0px 14px 0px;
	color:#677f48;
}

p {
	margin:0px 0px 14px 0px;	
}

p#footernav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	color:#636466;
	margin:0 0 10px 0;
}

p#footernav a {
	color:#677f48;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 12px;
}

p#footernav a:hover {
	text-decoration:underline;
}

div#footer-inner {
	background:url(../images/bg_footer.png) no-repeat 15px 30px;
	padding:96px 15px 0 15px;
	text-align:center;
}
	
div#header {
	background-image:url(../images/bg_header.jpg);
	padding:15px 15px 0 15px;
	color:#fff;
	margin:0 0 15px 0;
	width:930px;
	height:215px;
}

div#content {
	width:585px;
	padding:15px 15px 15px 30px;
	float:left;
}
	
body.homepage div#content {
	width:423px;
	padding:15px 15px 15px 30px;
	float:left;
}

div#content ul {
	margin:0 0 14px 0;
	list-style:none;
}
	
div#content ul li {
	padding:0 0 0 20px;
	background:url(../images/bullet.png) no-repeat 0 5px;
}
	
div#video {
	background-image:url(../images/bg_video.jpg);
	width:442px;
	height:269px;
	padding:9px 18px 13px 17px;
	float:right;
}

div#graphics {
	width:300px;
	float:right;
	padding:0 15px 0 0;
}

body.homepage div#graphics {
	width:945px;
	padding:0 0 0 15px;
	clear:both;
}

div#graphics img {
	margin:0 0 15px 0;
}

body.homepage div#graphics img {
	float:left;
	margin:0 15px 0 0;
}

div#graphics img.last {
	margin:0 0 0 0;
}

div#slideshow {
	width:559px;
	height:131px;
	float:right;
}

img#logo {
	width:353px;
	height:129px;
	float:left;
}

table {
	border-top:1px solid #e2daca;
}

table td {
	padding:5px;
	border-bottom:1px solid #e2daca;
	vertical-align:top;
}

ul#links li {
	margin: 0 0 7px 0;
}

ul#topnav
	{
	position:absolute;
	top:160px;
	left:15px;
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #677f48;
	border-bottom:1px solid #677f48;
	width:930px;
	}
ul#topnav li
	{
	float:left;
	text-align:center;
	padding:11px 18px 6px 18px;
	margin:0;
	}
ul#topnav li.last
	{
	padding-right:0;
	}
ul#topnav li a
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#677f48;
	text-decoration:none;
	font-size:15px;
	}
ul#topnav li a:hover
	{
	color:#000;
	}
	
ul#topnav li ul {
	position:absolute;
	visibility:hidden;
	margin:0;
	padding:0;
	z-index:500;
	background:#677f48;
	top:42px;
}

ul#topnav li ul li {
	float:none;
	padding:0;
}

ul#topnav li ul li a {
	text-indent:0;
	background:#677f48;
	color:#FFF;
	text-decoration:none;
	padding:8px 13px 12px 8px;
	width:140px;
	height:14px;
	overflow:hidden;
	text-transform:none;
	display:block;
	text-align:left;
	border-bottom:1px dotted #87a65e;
}

ul#topnav li ul li a:hover {
	color:#8bc53e;
}


