@charset "utf-8";
/* CSS Document */
body{
	/* Force a vertical browser scrollbar to prevent page jumping */
	height: 101%;
	/* General font settings */
	width: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #009245;
	
	}
div#site-container {
	width: 900px;
	margin: 0 auto;
	text-align: left;

}
div#banner{
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 169px;
	width: 900px;
}
#bannerAd{
	float: left;
	height: 60px;
	width: 468px;
	margin: 20px 30px 54px 400px;
}
div#nav{
	font-weight: bold;
	background-image: url(images/navBG.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 26px;
	width: 900px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
}
#nav ul li{
	float:left;
	xposition: relative;
	list-style: none;
	padding: 0 6px 0 6px;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 17px;
	vertical-align: top; /* IE bug */
	height:13px;
	width: auto;
}
#nav ul li a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
ul{
	padding:0px;
	margin:0px;
	width: 900px;
	float:left;
}
div#colContainer{
	background-image: url(images/pageBG.png);
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	height: auto;
	width: 900px;
}
div#rightCol{
	color: #333333;
	float: left;
	height: auto;
	width: 180px;
	padding:5px 5px 0 5px;
}
div#rightCol img{
	padding:0 0 10px 0;
}
div#mainCol{
	color: #000000;
	float: left;
	height: auto;
	width: 510px;
	padding:5px 5px 0 5px;
}
div#mainCol img{
	padding: 5px 5px 5px 5px;
	float:left;
}
div#mainCol h1{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}
div#mainCol h2{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}
div#leftCol{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003300;
	background-color: #97ce74;
	float: left;
	width: 180px;
	height: auto;
	padding:5px 5px 0 5px;
	
}
div#footer{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	float: left;
	width: 800px;
	height: 120px;
	background-color: #FFFFFF;
	padding:25px 25px 25px 25px;
	margin: 24px 24px 24px 24px;
	border: 1px double #003300;
}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; position:relative; z-index:100; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:auto;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:10px;text-decoration:none; color:#fff; width:auto; height:30px;   padding-left:5px;  font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:auto; w\idth:auto;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 50px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#0f4315 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 50px center;}
.menu ul ul :hover > a.drop {background:#0f4315 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 50px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {}
/* style the third level hover */
.menu ul ul ul a:hover {}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; width:auto;}
/* another hack for IE5.5 */
* html .menu ul ul {top:15px;t\op:15px;}

/* position the third level flyout menu */
.menu ul ul ul{left:609px; top:-1px; width:auto;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-100px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#0f4315; color:#000; height:20px; padding:0px 5px 0 5px; width:60px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:100px;w\idth:100px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; }
.menu :hover > a, .menu ul ul :hover > a {color:#000; }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

