body {
margin : 0;
padding : 0;
font : 73% "verdana", tahoma, "Trebuchet MS", arial, lucida sans, sans-serif;
color : #444;
}
#container {
width : 995px;
margin-left : auto;
margin-right : auto;
padding : 0;
line-height : 1.5em;
background : #efefff;
border: solid #3c4c6e;
border-width: 0px 2px 0px 2px;
}

#wpress {
width : 100%;
margin-left : auto;
margin-right : auto;
padding-top : 5px;
padding-bottom : 1px;
background : #476042;
border: solid #3c4c6e;
border-width: 0px 0px 0px 0px;
}





#banner {
height : 214px;
padding : 0;
background : #000000 url(images/top.jpg) no-repeat;
color : #333;
}

#banner h1 {margin : 0;
padding : 5px;
background : transparent;
color : #fff;
}

#navlist {
padding : 0px 5px 0px 0;
margin : 0 0 20px 0;
text-align : right;
letter-spacing : 2px;
color : #fff;
background : ;
}
#navlist li {
list-style : none;
margin : 0;
display : inline;
}
#navlist li a {
padding : 5px 0.75em;
margin : 0;
color : #FFFFFF;
background : ;
text-decoration : none;
}
#navlist li a:link {
color : #FFFFFF;
background : ;
}
#navlist li a:visited {
color : #FFFFFF;
background : ;
}
#navlist li a:hover {
color : #000000;
}

#button2 {
color : #bedefe;
padding : 0px 0px 1px 0;
}
#button2 a:link {
color : #bedefe;
background : ;
}
#button2 a:visited {
color : #bedefe;
background : ;
}
#button2 a:hover {
color : #FFFFFF;
text-decoration : none;
}

#button1 {
color : #455681;
padding : 0px 0px 1px 0;
}
#button1 a:link {
color : #455681;
background : ;
}
#button1 a:visited {
color : #455681;
background : ;
}
#button1 a:hover {
color : #FFFFFF;
text-decoration : none;
}


#navsub {
width : 100%;
padding : 0px 0px 0px 0;
margin-left : auto;
margin-right : auto;
text-align : left;
letter-spacing : 0px;
color : #fff;
background : #476042;
}

#navsub li {
list-style : none;
margin : 0;
display : inline;
}
#navsub li a {
padding : 5px 0.75em;
margin : 0;
color : #BBCC44;
background : ;
text-decoration : none;
}
#navsub li a:link {
color : #BBCC44;
background : ;
}
#navsub li a:visited {
color : #BBCC44;
background : ;
}
#navsub li a:hover {
color : #000000;
}
#navsub li a#current {
color : #ABABAB;
background : ;
}


/* Menu */

/* SUB MENU WIDTH - EDIT 255 IN 5 PLACES TOTAL INCLUDING THIS ONE */

/* MENU OUTER TABLE - BACKGROUND & TOP & BOTTOM MENU BORDERS */

.menutable 		{
    background-color: #455681;
    white-space: nowrap;
    width: 995px;
    border-top: #888888 0px solid;
    border-bottom: #3c4c6e 2px solid;
    padding: 0px;
    margin-left: 0px;
    }


/* CODE FOR MENU 2ND OUTER TABLE */

#menunav, #menunav ul 	{
			float: left;
			white-space: nowrap;
			width: 995px;
			list-style: none;
		    height: 39px;
			padding: 0px;
			border: solid #3c4c6e;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			margin: 0px 0px 0px 0px;
			}


/* TOP LEVEL MARGINS, FONT FACE & FONT COLORS & PADDING */

#menunav a 		{
			color: #FFFFFF;
			font: 13px "Verdana", Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-decoration: none;
			text-align: center;
			padding: 3px 0px 4px 0px;
			width: auto;
			display: block;
			cursor: pointer;
			}


/* TOP LEVEL BACKROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */

#menunav li 		{
			background-color: #476042;
			border: solid #bbcc44;
			border-width: 0px 0px 0px 0px;	/* THIS IS A RIGHT BORDER */
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			float: left;
			padding: 0;
			}


/* TOP LEVEL HOVER FONT COLOR */

#menunav li a:hover	{

			color: #aaaaaa;
			text-decoration: none;
			cursor: pointer;
			}


/* TOP LEVEL HOVER BACKGROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */

#menunav li:hover, #menunav li.IEMhover
			{

			background-color: #476042;
			border: solid #bbCC44;
			border-width: 0px 0px 0px 0px;	/* THIS IS A RIGHT BORDER */
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}


/* SUB LEVEL FONT & FONT COLOR & PADDING */

#menunav li ul a 	{
			font: 11px "Verdana", Arial, Helvetica, sans-serif;
			color: #555555;
			font-weight: bold;
			text-decoration: none;
			text-align: left;
			padding: 4px 0px 4px 0px;
			text-indent: 3px;
			margin-left: 0px;
			cursor: pointer;
			}


/* SUB LEVEL FONT HOVER COLOR */

#menunav li ul a:hover 	{
			background-image: none;
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			}


/* SUB LEVEL OUTER BORDER */

#menunav li ul 		{
			position: absolute;
			left: -999em;
			height: auto;
			width: 270px;
			border: solid #3c4c6e;
			border-width: 0px 1px 1px 1px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			margin: 0;
			}


/* SUB LEVEL BACKGROUND COLOR & BORDER OPTION FOR EACH LINK */

#menunav li ul li 	{
			background-image: url("images/shaded_bgd.jpg");
			background-color: #AFB4CA;
			border: solid #3c4c6e;
			border-width: 1px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}


/* SUB LEVEL HOVER BACKGROUND AND BORDERS */

#menunav li ul li:hover, #menunav li ul li.IEMhover
			{
			background-image: none;
			background-color: #FFFFFF;
			border: solid #476042;
			border-width: 1px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}


/* SUB MENU WIDTH - ALSO EDIT TWO BELOW AND ONE ABOVE TO MATCH */

#menunav li li {
	padding-right: 0px;
	width: 270px;
}


/* SUB MENU LINK WIDTH */

#menunav li ul a {
	width: 270px;
}


/* FOR 3rd LEVEL MENU LOCATION */

#menunav li ul ul {
	margin: -21px 0px 0px 255px;
}


#menunav li:hover ul ul, #menunav li:hover ul ul ul, #menunav li.IEMhover ul ul, #menunav li.IEMhover ul ul ul
{ left: -999em; }

#menunav li:hover ul, #menunav li li:hover ul, #menunav li li li:hover ul, #menunav li.IEMhover ul, #menunav li li.IEMhover ul, #menunav li li li.IEMhover ul
{ left: auto; }


/* FOR 3rd LEVEL ARROW */

#menunav a.parent {
	background: url(images/arrow.gif) center right no-repeat;
}


#content {
padding : 0;
margin-top : 15px;
margin-left : 0px;
margin-right : 230px;
border-left : 0px dashed #333;
border-right : 1px dashed #333;
color : #444;
background-color : #efefff;
}

			/* NOTE: margin | top | right | bottom | left */
#content p {
margin : 10px 20px 10px 20px;
}

#sidebar-b {
float : right;
width : 200px;
margin : 0 5px 0 0 ;
padding : 0 5px 15px 5px;
color : #333;
background : #efefff;
}
#footer {
clear : both;
padding-top :5px;
padding-bottom :10px;
margin : 0;
background : #476042;
color : #f7f7f7;
}

a {
text-decoration : none;
color : #800000;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #CC0000;
background : inherit;
}
a img {
border : 0;
}
.border {
padding : 10px;
margin : 10px;
border : 1px solid #476042;
}
.imgleft {
float : left;
border : 1px solid #90b905;
margin : 5px 10px 10px 15px;
padding : 5px;
}
h1 {
margin : 20px;
padding : 5px;
font-size : 150%;
letter-spacing : 3px;
color : #fff;
background : #476042;
}
h2 {
padding-left : 20px;
font-size : 160%;
text-transform : uppercase;
letter-spacing : 3px;
color : #476042;
background : inherit;
}
h3 {
padding : 5px;
text-transform : uppercase;
font-size : 110%;
color : #fff;
background : #476042;
}
h4 {
padding : 5px;
text-transform : uppercase;
font-size : 110%;
color : #fff;
background : #782222;
}
h5 {
margin : 0px;
padding-left : 5px;
padding-top : 5px;
padding-bottom : 5px;
font-size : 150%;
letter-spacing : 3px;
color : #fff;
background : #476042;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #996633;
}
.clear {
clear : both;
width : 100%;
}
.col3,.col3center {
float: left;
width: 30.5%;
}
.col3center {
margin: 0 3%;
}


.thumbnail{
position: relative;
z-index: 0;
float : left;
border : 1px solid #90b905;
margin : 5px 0px 10px 0px;
padding : 5px;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
right: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 0;
right: 185px; /*position where enlarged image should offset horizontally */

}
