* {margin:0; padding:0;}
body {
	background:#fff;
	padding:0 0 20px 0;
	margin: 0 auto;
	font: 12px/16px 'trebuchet ms',verdana,arial;
	color: #666;
}
#topBanner	{
	width: 100%;
	background: #e7ede2;
	/*position: relative; top: 60px; z-index: -100;*/
	margin-top: 60px;
}
#topBanner img	{
	display: block;
	margin: 0pt auto;
}
#container {
	width: 850px;
	margin: -60px  auto 5px;
	border: 1px solid #6b8e23;
	padding: 5px;
}
#homeLeftPanel	{
	width: 450px;
	float: left;
	margin-top: 65px;
}

#homeRightCopy	{
	float: left;
	width: 380px;
	margin-top: 65px;
	padding: 0 10px 0 5px;
}
#homeRightCopy h2.first	{
	font-size: 110%;
	color: #6b8e23;
	margin: 0px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #556b2f;
	margin-bottom: 10px;
}
#homeRightCopy h2	{
	font-size: 110%;
	color: #6b8e23;
	margin: 0px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #556b2f;
	margin: 20px 0 10px 0;
}
#homeRightCopy p	{
	line-height: 20px;
	color: #999;
}
#homeRightCopy a	{
	color: #556b2f;
	text-decoration: underline;
}
#homeRightCopy a:hover	{
	text-decoration: none;
	color: #000;
}
/* A modified version of A List Apart - http://alistapart.com/articles/slidingdoors2/ */
#nav {
    float:left;
    width: 100%;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style:none;
    width: 100%;
}
#nav li {
    border-left: 1px solid #6b8e23;
    border-top: 1px solid #6b8e23;
    border-right: 1px solid #6b8e23;
    float: left;
}
#nav li a {
    display: block;
    border-bottom: 1px solid #6b8e23;
    padding: 5px 5px;
    color: #556b2f;
    text-decoration: underline;
    background: #e7ede2;
}
#nav li a:hover {
    text-decoration: none;
    color: #000;
}
#nav li a.currentlink {
	color: #000;
	font-weight: bold;
	border-bottom: 0;
	background: #fff;
	text-decoration: none;
}
#nav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float:none;}
    /* End IE5-Mac hack */

#nav-cafe {
    margin-left: 0px;
    width: 210px;
}
#nav-menu	{
	margin-left: -1px;
	margin-right: -1px;
	width: 209px;
} 

#insideMenu	{
	border-left: 1px solid #6b8e23;
    border-bottom: 1px solid #6b8e23;
    border-right: 1px solid #6b8e23;
    /*border-top: 1px solid #6b8e23;*/
  	padding: 10px;
	width: 400px;
	margin: 0;
}
#insideMenu img	{
	display: block;
	margin: 0 auto;
}
#menu	{
	margin: 0 auto;
	width: 356px;
}
ul#section	{
	list-style-type: none;
	/*position: relative; top: -400px; left: 30px; z-index: 100;
	margin-top: -400px;
	margin-bottom: -150px;*/
	background: #fff url(../images/menu.jpg) no-repeat;
	min-height: 400px;
	padding-top: 50px;
	padding-left: 30px;
}
#section li	{
	color: #fff;
	font-size: 120%;
	padding: 10px 0;
	text-decoration: none;
}
ul#items	{
	list-style-type: none;
	padding-left: 10px;
}
ul#items li	{
	text-decoration: none;
	font-size: 100%;
	padding-bottom: 3px;
}
	

#footer {
	margin: 5px auto;
	width: 850px;
}
#footer a	{
	color: #556b2f;
	text-decoration: underline;
}
#footer a:hover	{
	text-decoration: none;
	color: #000;
}
/* fixing stuff */
.centreGraphic	{
	display: block;
	margin: 0 auto;
}
.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.cl {
	clear: left;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

.grnBgd	{
	background: #99cc00;
}
.line	{
text-decoration: underline;
}
.noline	{
	text-decoration: none;
}