﻿zzz*zzz
{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body
{
    background-color: white;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 13px;
    font-weight: normal;
    color: #003366;
}
h1
{
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 24px;
    font-weight: bold;
    color: #003366;
}
h2
{
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 18px;
    font-weight: bold;
    color: #003366;
}
h3
{
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-size: 15px;
    font-weight: bold;
    color: #003366;
    margin: 12px 0px 2px 0px;
}

ul
{
    margin-left: -40px; /* Pull the margin back for NS4.7 */
    padding-left: 0px;
}
ul li
{
    margin-left: 60px; /* Push the list back in for non NS4.7 browsers */
}

.mastertable
{
	width: 800px;
	height: 100%;	
	background-color: #f3f5fa;
	border: #003366 1px solid; 
}

.topmenu
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
a.topmenu:link
{
    text-decoration: none;
    color:#003366;
}
a.topmenu:visited
{
    text-decoration: none;
    color:#003366;
}
a.topmenu:active
{
    text-decoration: none;
    color:#003366;
}
a.topmenu:hover
{
    text-decoration: none;
    color: #003366;
}

.bluegradient
{
	background-image: url("~/Images/GradientBlue.jpg"); 
	height: 30px;
}

.evertonimage
{
    border: solid 1px #003366;
    margin: 3px;
}

.logoimage
{
    border: none;
    margin: 2px;
}

.footer
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #1a1385;
    font-family: Tahoma, Arial, Helvetica;
}
.evertonfooter 
{
    font-family: Arial, Helvetica;
    margin-top: 5px;
    margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
    color: #003366;
	text-decoration: none;
}
a.evertonfooter:hover
{
	text-decoration: none;
	color: #35ADEA;
}
hr.evertonfooter
{
    width: 100%;
    height: 0px;
    color: #003399;
    background-color: #003399;
    border: 1px solid #003399;
    border-bottom: 0px;
    padding: 0;
}

.evertoncopyright
{
	font-size: 10px;
	font-weight: normal;
}

.calendardirections
{
    color: #0000EE;
}
.calendarnodirections
{
    color: #0000EE;
}
a.calendardirections
{
    text-decoration: none;
}
a.calendardirections:hover
{
    text-decoration: underline;
}
a.calendarinformation
{
    text-decoration: none;
}
a.calendarinformation:hover
{
    cursor: pointer;
    text-decoration: none;
    background-color: Yellow;
}
.modalbackground
{
  background-color: #000000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modalwindow
{
  border: solid 1px #000000;
  background: #FFFFFF;
  padding: 10px;
  position: absolute;
  top: -1000px;
}

/* =Menu
-------------------------------------------------------------- */
#main 
{
    width: 869px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	margin-top: 50px;
	margin-bottom: 120px;
}
#left
{
	float:left;
	width:500px;
}
#right
{
    margin: 10px;
}
#footer 
{
    clear: both;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	background: url(images/footer.jpg) repeat 50% 0%;
	border-top: 1px solid #484848;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation {
	background-color: #FEDB30;
	clear: both;
	width: 100%;
	position: absolute;
	border-bottom: solid 1px #CCCCCC;
}
#access {
	background: url(images/menu-divider.gif) no-repeat 0% 1px;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
    font-weight: normal;
    color: #003366;
	//position: absolute;
	//top: 270px;
	//left: 0;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	background-color: #FEDB30;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	background-color: #FEDB30;
}
#access .menu-header li,
div.menu li {
	background: url(images/menu-divider.gif) no-repeat 100% 1px;
	background-color: #FEDB30;
	aborder-left: solid 1px #CCCCCC;
	float: left;
	position: relative;
	margin: 0 -1px 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 40px;
	padding: 0 28px;
	text-decoration: none;
	color: #000;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	abackground-color: #2C4D88;
	background-color: #FEDB30;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background-color: #2C4D88;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background-color: #2C4D88;
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
255, 194, 15
FFC20F

