﻿body 
{
    margin: 0;
	padding: 0;
	background: #739E0D url(../z_images/css_img01a.gif) repeat-x left top; /* #0BA1DE Original blue*/
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #FFFFFF;
}

/*   
#BEEA71 - Pale Green
#739E0D - Darker olivey Green
#9A8E51 - brown green; barkish, mossy
#4D4D05 - dark olive
#ECE9D8 - Gold

light to dark
#FFFFFF - white
#FBFAF4 - light khaki
#F4F2E4 - beige, hint of green
#ECE9D8 - Classic beige

#D9D9D9 - light grey
#CCCCCC - grey
#B2B2B2 - medium grey
#999999 - medium dark grey
#81817C - medium dark grey (undertone of green)
#888888 - medium dark grey
#555555 - Dark Grey
#333333 - almost black
#000000 - black
*/

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #FBFAF4;   /*#FFFFFF */
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color:  #ECE9D8; /*  #EFCE58*/
}

a:hover, a:active {
	text-decoration: none;
	color: #EFCE58;
}

a:visited {
	color: #EFCE58;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: 0;
	padding: 0;
}

/* Header */

#header {
	width: 840px;
	margin: 0 auto;
	height: 60px;
}


/** LOGO */

#logo {
	width: 840px;
	height: 80px;
	margin: 0 auto;
	background:transparent url(../z_images/logo.gif) no-repeat scroll left top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 30px 0 0 0px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 45px 0 0 18px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #EFCE58; 
}

#logo p a {
	text-decoration: none;
	color: #EFCE58;
}

#logo p a:hover { text-decoration: underline; }

#menu 
{    
    background:transparent url(images/img02.gif) no-repeat scroll left top;
    margin:0 auto;
    font-family:Arial,Helvetica,sans-serif;
    height:60px;
    width:840px;
    
}

/* Page */

#page {
	width: 820px;
	margin: 0 auto;
}

#pagelarge {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 680px;
	
}

#contentlarge {
	float: left;
	width: 740px;
	
}

/* Post */

.post {
    border: 10px #4D4D05 solid; /*   #8FD3EF  */ 
   padding: 15px 20px;
    background: #739E0D url(../images/css_img04.gif) repeat left top;
    margin-bottom: 20px;
    vertical-align: top;
    text-align: left;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	width: 520px;
	padding: 0px 0 0 0px;
	background: url(images/css_img08.jpg) no-repeat left top;
	font-size: 24px;
	color: #FFFFFF;
}

.post h2 {
	width: 520px;
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #FFFFFF;
}

.post .entry {
}

.post .meta {
	padding: 15px 15px 30px 0px;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #FFFFFF;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}

.genwarning {
	color: #BEEA71;
	font-size:120%;
}

.help {
    border: 10px #ECE9D8 solid; /*   #8FD3EF  */ 
    padding: 15px 20px;
    background: #739E0D url(images/css_img04.gif) repeat left top;
    margin-bottom: 20px;
    vertical-align: top;
    text-align: left;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 120px;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	width: 250px;
	padding: 8px 0 0 0px;
	margin-bottom: 10px;
	background: url(images/css_img07.jpg) no-repeat left top;
	font-size: 20px;
	color: #FFFFFF;
}

/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #8FD3EF;
	text-transform: lowercase;
	font-size: 11px;
	color: #085B7B;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
	background: #0B97D4 url(images/css_img03.gif) repeat-x left top;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 14px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: normal;
	color: #FFFFFF;
}


/*tables 
#BEEA71 - Pale Green
#739E0D - Darker olivey Green
#9A8E51 - brown green; barkish, mossy
#4D4D05 - dark olive
#ECE9D8 - Gold

light to dark
#FFFFFF - white
#FBFAF4 - light khaki
#F4F2E4 - beige, hint of green
#ECE9D8 - Classic beige
*/
.data table 
{
    border-collapse: collapse; 
    border: 1px solid #4D4D05; 
    background: #739E0D; 
    font: .9em/1.2em Georgia, "Times New Roman", Times, serif; 
    color: #4D4D05; 
    }
.data caption 
{
    font-size: 1.3em; 
    font-weight: bold; 
    text-align: left; 
    padding: 1em 4px; 
    }
.data  td, th 
{
    background: #ECE9D8; 
    color: #4D4D05;
    padding: 3px 3px .75em 3px; 
    line-height: 1.3em; 
    text-align:left;
    }
.data th 
{
    background: #FBFAF4; 
    color: #4D4D05; 
    font-weight: bold; 
    text-align: left; 
    padding-right: .5em; 
    vertical-align: top; 
    }
.data thead th 
{ 
    background: #2C5755; 
    text-align: center; 
    }
.dataodd td 
{
    background: #FBFAF4; 
    color: #4D4D05;
    text-align:left;
    }
.dataodd th 
{
    background: #6E8D88; 
    }
.data td a, td a:link 
{
    color: #4D4D05; 
    }
.data td a:visited 
{
    color: #466C8E; 
    }
.data td a:hover, td a:focus 
{
    color: #1E4C94; 
    }
.data th a, td a:active 
{
    color: #4D4D05; 
    }
.data tfoot th, tfoot td 
{
    background: #2C5755; 
    color: #fff; 
    }
.data th + td 
{
    padding-left: .5em; 
    }


/*Custom */




#TitleDiv 
{
clear:both;
line-height:2em;
margin:1em 1em;
min-height:2em;
padding:1em 1em 1em 1em;
display:block;
float:left;
width:40em;
}

#TitleDiv p
{

}

#Column1
{
    width: 20em;
    float: left;
    left:0em;
    display:block;
}

#Column2
{
    width: 10em;
    float: right;
    display:block;
}


#MenuDiv
{
clear:both;
line-height:1em;
margin:1em 1em;
min-height:4em;
padding:1em 1em 1em 1em;
border:.2em solid black;
display:block;
float:left;
width:35em;
}



#MainTableDiv 
{
clear:both;
line-height:2em;
margin:1em 0em; /*top right bottom left*/
min-height:1700px;
padding:1em 0em 1em 0em; /*padding is top, right, bottom, left */
float:left;
display:block;
border:.2em solid black;

}


#HelpDiv 
{
clear:both;
line-height:22px;
margin:2em 1em;  /*top right bottom left*/
min-height:1700px;
padding:2em 1em 1em 1em;
float:right;
display:block;
border:.2em solid black;
}

/* Menu */ /* Menu *//* Menu */
/* Menu */
.halfmoon
{
margin-bottom: 1em;
}

.halfmoon ul
{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #739E0D;
}

.halfmoon li
{
display: inline;
margin: 0;
}

.halfmoon li a
{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid gray;
color: #000000; /* logout menu text color*/
font-size: 13px;
background: #BEEA71 url(graphics/halfmoontabs/halfmoontab.gif) top right no-repeat;
}

.halfmoon li a:visited
{
color: black;
}

.halfmoon li a:hover, .halfmoon li.selected a
{
background-color: #F4F2E4;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e
{
position:absolute;
top: 0;
border: 1px solid #657f27; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #eff8d2;
width: 200px;
visibility: hidden;
text-align:left;
}


.dropmenudiv_e a
{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #657f27; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_e a
{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover
{ /*THEME CHANGE HERE*/
background-color: #c8e181;
}













.menuroot 
{
    background-color:blue;
    border-width:0em;
    color:Green
}

.menuroot a
{
    background-color:Aqua;
    border-width:0em;  
    
    
}

.menuroot a:hover
{
    color:Black; /*changes text Color*/
    
    
}


.menuroot td /*allows background color extentions*/
{
    background-color:Aqua;
    width:100px;  /*Width allows formatted dropdowns*/
    border:ridge .1em gold;
 
    
    
}
