
body {
	background-image: url(../images/bg_body.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px Verdana;
	text-align: left;
}
#Layer1 {
	position:absolute;
	left:73px;
	top:838px;
	width:849px;
	height:238px;
	z-index:1;
}
.style3 {font-size: x-small}

.jquerycssmenu{
font: bold 12px Verdana;
border-bottom: 0px solid #990000;
padding-left: 5px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: white url(../images/tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
padding: 4px 6px 3px 6px;
margin-right: 2px; /*spacing between tabs*/
border: 1px solid #778;
border-bottom-width: 0;
color: #FFFFFF;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background-image: url(../images/tintbluedark.gif) /*tab link background during hover state*/
color: #FFFFFF;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 12px Verdana;
width: 160px; /*width of sub menus*/
background: white;
color: #990000;
padding: 3px 4px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #990000;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #990000;
color: #FFFFFF;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

.markermenu{
width: 100%; /*width of menu*/
}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 0px solid #990000;
}

.markermenu ul li a{
background: white url(media/arrow-list.gif) no-repeat 2px center;
font: 15px "Monotype Corsiva", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #990000;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #990000;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 180px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #990000;
}

.markermenu ul li a:hover{
color: #ffffff;
background-color: #990000;
background-image:url(media/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */

.TitleHeader{
	font: 24px "Monotype Corsiva", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color:#990000;
}

.TitleHeaderNorm{
	font: 18px "Verdana", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color:#990000;
}
.SectionHeader{
	font-size: 38px;
	color:#FFFFFF;
	text-indent: 50px;
	font-family: "Monotype Corsiva", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

