@charset "utf-8";
/* CSS Document */

body
{
	background: #b7cd9f url(../images/background.jpg) repeat-x;
	margin: 0 auto;
	color: #3a4e24;
	font-family: verdana;
	font-size: 12px;
}

a
{
	color: #b7cd9f;
}

h1
{
	font-size: 18px;
}

li
{
	padding-bottom: 15px;
}

.canvas
{
	width: 1134px;
	height: 654px;
	margin: 0 auto;
	background: url(../images/canvas.jpg);
}

.logo
{
	background: url(../images/logo.png);
	width: 344px;
	height: 106px;
	margin: 10px 0 0 300px;
}

.container
{
	background: #f8fbfa;
	width: 797px;
	border-left: #3f5329 solid 10px;
	border-right: #3f5329 solid 10px;
	border-bottom: #3f5329 solid 10px;
	border-top: #3f5239	solid 5px;
	margin: 10px 0 0 166px;
	min-height:400px;
	float: left;
}

.content
{
	padding: 10px 20px 20px 20px;
	width: 550px;
	float: left;
}

.topad
{
	width: 260px;
	height: 250px;
	float: left;
	margin-left: 176px;
	border-top: 8px solid #3f5329;
	background-color: #3f5329;
}

.topnav
{
	width: 535px;
	float: right;
	margin-right: 150px;
}

.rightad
{
	width: 180px;
	float: right;
	margin: 10px 10px 0 0;
}



/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
#menu {width:535px; height:60px; position:relative;}
#menu ul {display:inline-block;} 
#menu ul {display:inline;}
#menu ul.top-level {margin-left:0;}
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;} 
#menu li {margin:0; padding:0;}
#menu a {display:block; font: normal 14px 'Myriad Pro' color:#3f5329;; line-height:15px; text-decoration:none; padding: 10px 6px 10px 6px; font-weight: bold;} 
* html #menu ul.top-level {margin-left:0;} /* I don't know why, but this centers IE5.5 ?? */

#menu a:hover{color: #3A4F26;}
 
#menu li:hover > ul {visibility:visible;}
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {visibility:visible;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {visibility:hidden;}
 
#menu ul.top-level {display:table; margin:0 auto;} 
#menu li.top-level-li {float:left; position:relative; margin-right:1px;}
 
#menu a.top-level-a {float:left; padding: 10px 6px 10px 6px;} 
#menu a.top-level-a b {float:left; padding: 10px 6px 10px 6px; cursor:pointer; cursor:hand;}
#menu a.down b {float:left; padding:0 20px 0 0;  cursor:pointer;}
 
#menu a.top-level-a:hover {white-space:nowrap;}
#menu a.top-level-a:hover b, 
#menu a.top-level-a:focus b, 
#menu a.top-level-a:active b {color:#000; cursor:pointer;}
#menu a.down:hover b, 
#menu a.down:focus b, 
#menu a.down:active b {color:#000; cursor:pointer;}
 
#menu li.top-level-li:hover > a {white-space:nowrap; }
#menu li.top-level-li:hover > a b {color:#000;}
#menu li.top-level-li:hover > a.down b {color:#000;}
 
#menu li ul {display:block; position:absolute; visibility:hidden; background:#3f542b; padding:1px 1px 8px 1px; left:0;}
#menu li li {border-bottom:1px solid #3f542b;}
#menu li li a {background:#fff;} 
#menu li li a:hover {background:#afc794; color: #fff;} 
#menu li li:hover > a {background:#afc794; color: #fff;}
#menu li li a.fly {background:#fff url(../images/fly.gif) no-repeat right top;}
#menu li li a.fly:hover {background:#afc794 url(../images/fly.gif) no-repeat right top; color: #fff;} 
#menu li li:hover > a.fly {background:#afc794 url(../images/fly.gif) no-repeat right top; color: #fff;}
 
#menu ul.drop-down {top:26px; opacity:0.85;} 
#menu li li ul {left:100%; margin-top:-36px; margin-left:0px;}
 
#menu table {position:absolute;top:0;left:0;border-collapse:collapse;text-align:left;}
#menu table ul li a {padding-left:0; padd\ing-left:20px;}
#menu table table {top:auto; left:100%; margin-left:-1px; padding:0; margin:0;}
#menu table table ul {margin-top:-4px; marg\in-top:-7px;}