* {
	margin:0;
	padding:0;
}
#body_bg {
	background-color: #000033;
	background-image: url(../images/nav/droplet-background.jpg);
	background-repeat: repeat-x;
}
#body_left {
	background-image: url(../images/nav/logo_left_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#left_wrapper {
	background-color: #999900;
	background-image: url(../images/nav/gold-bg.jpg);
	background-position: 0px -39px;
}
#logo_bg {
	background-image: url(../images/nav/gold-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100px;
}
#content_wrapper {
	background-color: #ededff;
	background-image: url(../images/nav/content_bg.gif);
	background-repeat: repeat-y;
}
#content {
	margin: 35px 0px 20px 50px;
	width: 500px;
}
.burstbox {
	background-color: #CDCBED;
	padding: 10px;
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-right: -130px;
	position: relative;
	margin-left: 10px;
	font-size: .92em;
	border: 2px solid #FFFFFF;
	background-image: url(../images/nav/burstbox_bg.gif);
	background-repeat: no-repeat;
}
.leftContent {
	font-size: 0.85em;
	color: #FFFFFF;
	margin: 0px 10px;
}
.leftContent a {
	color: #FFCC66;
}



/* HTML Classes */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76.1%;
	font-weight: normal;
	line-height: 1.3;
	color: #36365C;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
margin:0.5em 0;
}
ul{
margin-left:2em;
}
fieldset{
padding:.5em;
}
a{
	color: #0000FF;
	text-decoration:none;
}
a:hover{
text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
	color: #002266;
	font-weight: normal;
	line-height: 1.2;
}
h1 {
font-size:1.6em;
}
h2 {
font-size:1.5em;
}
h3{
font-size:1.4em;
}
h4{
font-size:1.2em;
}
h5{
font-size:1.1em;
}
h6{
font-size:1em;
}
hr {
	border: 0;
	color: #002266;
	background-color: #002266;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* Menu Styles */
#navblock_wrapper {
	position: relative;
	z-index:110;
	margin:20px 0px 20px 8px;
	padding:0;
}
#navblock,#navblock ul {
	color: #533E09;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	list-style: none;
}
#navblock a {
	color: #533E09;
	display: block;
	padding: 3px 16px 0px;
	margin: 0;
	height: 27px;
	text-decoration:none;
	line-height: 22px;
}
#navblock li{
	position: relative;
	height: 30px;
	margin: 0px 0px 6px;
	cursor: default;
  list-style-type: none; 
	background-image: url(../images/nav/button_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navblock li:hover, #navblock li.sfhover {
	background-position: 0px -34px;
}
#navblock li:hover a, #navblock li.sfhover a {
	color: #fff;
}
#navblock li a#active_menu-topnav.navblock {
	background-position: 0px -68px;
	color: #fff;
}
/* Sub level */
#navblock li ul{
	position: absolute;
	top: 5px;
	left:-999em;
	height:auto;
	width:150px;
	font-size: 11px;
	margin:0;
	border-top: 0px none #fff;
	border-right: 0px none #fff;
	border-bottom: 0px none #564100;
	border-left: 0px none #fff;
}
#navblock li li{
	height: 22px !important;
	height: 19px;
	margin: 0;
	width:150px;
	border-bottom: 0px none #564100;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/nav/subnav_bg.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#navblock li ul a{
	height: 22px !important;
	height: 19px;
	width:150px;
	color: #533E09;
	text-decoration:none;
	margin: 0;
	padding: 0 0 0 10px;
}
#navblock li:hover li, #navblock li.sfhover li {
	background-position: right 0px;
}
#navblock li:hover li:hover, #navblock li.sfhover li.sfhover {
	background-position: right -34px;
}
#navblock li:hover li a, #navblock li.sfhover li a {
	color: #533E09;
}
#navblock li:hover li:hover a, #navblock li.sfhover li.sfhover a {
	color: #fff;
}
#navblock li ul a#active_menu-topnav.navblock {
	background-position: right -34px;
	color: #fff;
}
#navblock li:hover ul ul,#navblock li:hover ul ul ul,#navblock li.sfhover ul ul,#navblock li.sfhover ul ul ul{
	left:-999em;
}
#navblock li:hover ul,#navblock li li:hover ul,#navblock li li li:hover ul,#navblock li.sfhover ul,#navblock li li.sfhover ul,#navblock li li li.sfhover ul{
	left: 154px;
	z-index:6000;
}
#navblock li li:hover,#navblock li li.sfhover{
	background-position: right 0px;
	color:#533E09;
}

/* Splash page styles */
#splash_bg {
	background-color: #000033;
}
#splash_wrapper {
	text-align: center;
	width: 800px;
	margin: 20px auto 0px;
}
#splash_top {
	text-align: left;
	background-image: url(../images/nav/splash_graphic_top.jpg);
	height: 190px;
	width: 800px;
	position: relative;
	background-position: left bottom;
}
#splash_base {
	text-align: left;
	height: 605px;
	width: 800px;
	position: relative;
	background-image: url(../images/nav/splash_graphic_base.jpg);
}
#splash_header {
	position: absolute;
	width: 200px;
	left: 572px;
	top: 75px;
	font-size: 11px;
	line-height: 15px;
	color: #C19215;
}
#splash_entry {
	position: absolute;
	width: 500px;
	left: 162px;
	top: 468px;
	text-align: center;
	color: #C19215;
}
#splash_nav {
	width: 130px;
	position: absolute;
	left: 122px;
	top: 47px;
}
/* Splash page Menu Styles */
#splash_nav #navblock_wrapper {
	position: relative;
	z-index:110;
	margin:0;
	padding:0;
	text-align: right;
}
#splash_nav #navblock, #splash_nav #navblock ul {
	color: #C19215;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	list-style: none;
}
#splash_nav #navblock a {
	color: #C19215;
	display: block;
	padding: 1px 16px 0px;
	margin: 0;
	height: 14px;
	text-decoration:none;
	line-height: 14px;
}
#splash_nav #navblock li{
	position: relative;
	height: 14px;
	margin: 0px 0px 3px;
	cursor: default;
	list-style-type: none;
	/*background-image: url(../images/nav/splash_nav_bg.gif);*/
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#splash_nav #navblock li:hover, #splash_nav #navblock li.sfhover {
	background-position: 0px -22px;
}
#splash_nav #navblock li:hover a, #splash_nav #navblock li.sfhover a {
	color: #fff;
}
#splash_nav #navblock li a#active_menu-topnav.navblock {
	background-position: 0px -44px;
	color: #fff;
}
/* Sub level */
#splash_nav #navblock li ul{
	display: none;
	visibility: hidden;
}
