﻿html { 
    /* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical; 
}

img {
border: 0;
border: none;
}

/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink,
a.webmodules_editModuleLink,
a.webmodules_editModuleLink:link,
a.webmodules_editModuleLink:visited {
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; /*preserve layout*/
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editModuleLink:hover,
a.webmodules_editModuleLink:hover {
    font-size: 100%;
    color: #00A2FF;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink,
a.webmodules_editPageLink,
a.webmodules_editPageLink:link,
a.webmodules_editPageLink:visited {
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; 
    top: 5px;
    left: 5px;
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editPageLink:hover,
a.webmodules_editPageLink:hover {
    font-size: 100%;
    color: #00A2FF;
}


/******************************************************************************
 main navigation menu. 
******************************************************************************/
.mainNavDropDown {
    z-index: 1; /* do not remove; fixes IE8 rendering issue. */
    padding: 10px 0px 0px 0px;
}

/* the <table> element for each menu item. */
.mainNavDropDown_item {
}

/* this <td> is contained by the <table> above. */
.mainNavDropDown_item td {
}

/* this <a> is contained by the <td> above. */
.mainNavDropDown_item a {
    display: block; /* do not mess with this. */
}

/* do *not* put multiplicative things like padding in here. */
.mainNavDropDown_item, /* required */
.mainNavDropDown_item a, /* required */
.mainNavDropDown_item a:link, /* required */
.mainNavDropDown_item a:visited /* required */ {
	background-color: #FFFFFF;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 5px 5px;
	border: 1px #809628 solid;
	margin-left: -1px;
	margin-top: -4px;
}

/* the <table> element for each menu item. */
.mainNavDropDown_item_hover {
}

/* this <td> is contained by the <table> above. */
.mainNavDropDown_item_hover td /* important */ {
}

/* this <a> is contained by the <td> above. */
.mainNavDropDown_item_hover a {
    display: block; /* do not mess with this. */
}

/* do *not* put multiplicative things like padding in here. */
.mainNavDropDown_item_hover, /* required */
.mainNavDropDown_item_hover a, /* required */
.mainNavDropDown_item_hover a:link, /* required */
.mainNavDropDown_item_hover a:visited, /* required */
.mainNavDropDown_item_hover a:hover, /* required */
.mainNavDropDown_item_hover a:active /* required */ {
	background-color: #FFFFFF;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 5px 5px;
	border: 1px #809628 solid;
}

.footer
{
	width:756px;
	text-align:center;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subnav
{
	margin-bottom:20px;
}

.subnav ul
{
	padding:0;
	margin:0;
}

.subnav li
{
	padding-top:5px;
	padding-left:15px;
	padding-bottom:5px;
}

.subnav li a
{
	font-weight: bold;
	color: #809627;
	text-decoration:none;
	font-size:12px;
}

.subnav li.on a, .subnav li a:hover
{
	color: #425001;
	text-decoration:none;
}

h1
{
	color: #809627;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:18px;
	margin: 10px 0 0 0;
	padding: 0;
}


.topnav 
{
	width: 1000px;
	padding-bottom: 17px;
}

.topnav a 
{
	margin-left: 13px;
	margin-right: 13px;
	color:#809627;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display: inline-block;
	min-width: 47px;
	width: 47px;
	width: auto;
	float: left;
}

.topnav a.on
{
	color: #425001;
}

.topnav a:hover
{
	color: #425001;
}



ul.simple-menu
{
	padding: 0 0;
	margin: 0 0;
}

.simple-menu
{
	font-variant:small-caps;
}

ul.simple-menu
{
	padding-left:10px;
}

ul.simple-menu li ul
{
	padding-left:20px;
}

.simple-menu li
{
	list-style-type: none;
	line-height:18px;
}

.simple-menu a
{
	font-weight:bold;
}

.simple-menu a.on, .simple-menu a:hover
{
	color: #425001;
	
	text-decoration:none;
}
