/* basics */
html,body { background-color:#084B0D; background-image:url(_images/background_header.gif); background-repeat:repeat-x; margin:0; padding:0; }
body { font:76% arial, helvetica, sans-serif; }

/* layout */
div { margin:0; padding:0; }
#print_header { text-align:center; }
#container { width:780px; margin-right:auto; margin-left:auto; margin-top:0px; padding:0px; text-align:left; background-color:#FFFFFF; background-image:url(_images/small_logo.gif); background-repeat:no-repeat; background-position:left; margin:0; padding:0; }
#content { margin:0px; padding:0px 20px 20px 40px; margin-top:0px; }
#contentfoot { margin:0px; border:0px; padding-top:1px; display:none; }
#footer { margin:0px; padding:0px; border:0px; }
#navigation { display:none; }
#header { display:none; }
#buttons { display:none; }

/* layout styling */
#header { background-image:url(_images/background_header.gif); background-repeat:repeat-x; }
#container { background-color:#084B0D; }
#content { background:#FFFFFF url(_images/boxtop.gif) top no-repeat; }
#contentfoot { background:url(_images/boxfoot.gif) top no-repeat; }
#contentfoot p { margin:0px; padding:0px; } 

/* text */
h1 { font:400% Arial, Helvetica, sans-serif; color: #072C88; margin:0px 0px 0px 0px; padding:0px; text-align:center; font-weight:bold; }
h2 { font:300% Arial, Helvetica, sans-serif; color: #072C88; margin:20px 0px 0px 0px; padding:0px; }
h3 { font:220% Arial, Helvetica, sans-serif; color:#000000; margin:10px 0px 0px 0px;}
p { font:120% Verdana, Arial, Helvetica, sans-serif; color:#000000; line-height: 140%; padding-bottom:5px; margin:20px 30px 0px 0px;}
#footer p { font:110% Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; text-align:center; margin: 0px 0px 20px 0px;}
.widgets { font:110% Verdana, Arial, Helvetica, sans-serif; text-align:right; display:none; }

/* images */
img { margin:0px; padding:0px; border:0px; }
#header img { float:left; }
.leader { float:right; margin:0px 0px 0px 5px; padding:0px 0px 0px 0px; width:50%; }
.strip { margin-top:20px; }
.secondary { float:left; }
.secondary_left { display:none; }
.secondary_right { display:none; }
.bottompadded { margin:0px 0px 15px 0px; }
.rss_icon { margin-left:10px; }

/* links */
a:link { color:#72C88; text-decoration:underline; }
a:visited  { color:#0066FF; }
a:hover { background-color:#084B0D; text-decoration:none; color:#fff; }
a:active { color:#084B0D; }
a img { border:none; }
#footer a:link { color:#ffffff; }

/* lists */
ul { font:120% Verdana, Arial, Helvetica, sans-serif; color:#000000; line-height: 140%;  }

	/* The original version of this stylesheet and the associated (x)html
	is available at http://www.cssplay.co.uk/menus/simple_vertical.html
	Copyright (c) 2005-2007 Stu Nicholls. All rights reserved. */
	
	/* Add a margin and a relative position with a high z-index to make it appear over any element below */
	#navigation {margin:0px 0 10px 2px; position:relative; width:778px; height:25px; z-index:100; }
	
	/* Get rid of the margin, padding and bullets in the unordered lists */
	#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none; }
	
	/* Set up the link size, color and borders */
	#pmenu a, #pmenu a:visited { padding-left:32px; font:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; display:block; width:160px; font-size:15px; color:#000; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border:1px solid #000; border-width:1px 0 1px 1px;}
	
	/* Set up the sub level borders */
	#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
	#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}
	
	/* Set up the list items */
	#pmenu li {float:left; background:#fff; background-image:url(_images/leaf.gif); background-repeat:no-repeat; background-position:left; }
	
	/* For Non-IE browsers and IE7 */
	#pmenu li:hover {position:relative;}
	/* Make the hovered list color persist */
	#pmenu li:hover > a {background:#dfd7ca; color:#000; background-image:url(_images/leaf_green.gif); background-repeat:no-repeat; background-position:left;}
	/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
	#pmenu li ul {display:none;}
	/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
	#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(_images/transparent.gif); width:120px;}
	/* Position the first sub level beneath the top level liinks */
	#pmenu > li:hover > ul {left:-30px; top:16px;}
	
	/* get rid of the table */
	#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
	
	/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
	* html #pmenu li a:hover {position:relative; background:#dfd7ca; color:#000; background-image:url(_images/leaf_green.gif); background-repeat:no-repeat; background-position:left; }
	
	/* For accessibility of the top level menu when tabbing */
	#pmenu li a:active, #pmenu li a:focus {background:#dfd7ca; color:#000;}
	
	/* Set up the pointers for the sub level indication */
	#pmenu li.drop { background-image:url(_images/leaf.gif); background-repeat:no-repeat; background-position:left;}
	
	
	/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */
	
	/* change the drop down levels from display:none; to visibility:hidden; */
	* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(_images/transparent.gif);}
	
	/* make the second level visible when hover on first level link and position it */
	#pmenu li a:hover ul {
	visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
	}

/* other */
hr { border:dashed; border-width:0px; border-top-width:2px; border-color:#999999; margin-top:30px; clear:both; margin-bottom:20px;}
table { margin-bottom:20px; }
.rectable td { border-width:1px; border-color:#FFFFFF; width:40px; height:40px; text-align:center; }
.rectable { border-color:#FFFFFF; margin:20px 20px 20px 0; float:left; }
.greycell { background-color:#CCCCCC; }
.tripcell { background-color:#009900; }
.freecell { background-color:#FF6600; }

/* additional worpdress specific styling  */
.post {	border-width:0px; margin-bottom:40px; }
.postmetadata { clear:both; }
.post h3 a { color:#000000; text-decoration:none; }
#content h2 a { color:#072C88; text-decoration:none; }
.alignleft, .alignright { margin-left:0px; margin-top:20px; }
.archive{ list-style:bulleted; } 
.post img { float:right; margin:0px 0px 20px 20px; }
#newsbox img { float:right; margin:0px 0px 20px 20px; }
