﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	background-color: #DDCC88;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #DDCC88;
	position: relative;
}
#masthead {
	text-align: right;
}
#navigation {
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	margin-top: 5px;
}
#column_l {
	position: relative;
	padding: 0 2%;
	float: none;
	margin-top: 5px;
}
#column_r {
	width: 330px;
	margin: 0px 0 0 0;
	padding: 20px 10px 10px 10px;
	background-color: #224940;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
	overflow: visible;
	background-image: url('../master/side_box.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#footer {
	background-position: right;
	background-color: #224940;
	background-repeat: no-repeat;
	width: 100%;
	overflow: auto;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 12px 5px 5px 5px;
	background-image: url('../master/button_fish.png');
	background-repeat: no-repeat;
	width: 108px;
	text-align: right;
	margin-left: 2px;
	height: 20px;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 12px 5px 5px 5px;
	background-image: url('../master/button_fish_link.png');
	background-repeat: no-repeat;
	width: 108px;
	text-align: right;
	margin-left: 2px;
	height: 20px;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #224940;
}
h2 {
	font-size: 1.75em;
	color: #224940;
}
h3 {
	font-size: 1.5em;
	color: #224940;
}
h4 {
	font-size: large;
	color: #FFFFFF;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: right;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
}
#footer a:hover {
	color: #DDCC88;
	text-decoration: none;
	text-align: right;
}
/* Styles for Links */
a {
	color: #224940;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
Inline Style1 {
	right: 0px;
	top: 0px;
	position: relative;
	float: right;
}
#column_r h3 {
	color: #DDCC88;
	text-align: right;
}
#column_r a {
	color: #FFFFFF;
	text-decoration: underline;
}
#column_r a:hover {
	color: #DDCC88;
}
img {
	margin: 5px;
}
.style1 {
	padding-top: 0px;
}




a:active {
	color: #DDCC88;
	text-decoration: underline;
}
#column_r a:active {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
a :visited {
	background-position: right;
	margin: 0px 1px 0px 0px;
	display: block;
	padding: 10px 5px 4px 7px;
	color: #224940;
	text-decoration: none;
	text-align: center;
	font-size: small;
	font-weight: bold;
	height: auto;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


.menu a {
	background-position: right;
	margin: 0px 1px 0px 0px;
	display: block;
	padding: 10px 5px 4px 7px;
	color: #224940;
	text-decoration: none;
	text-align: center;
	font-size: small;
	font-weight: bold;
	height: auto;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}


/* style the links hover */
.menu :hover{
	color: #224940;
	font-size: small;
	font-weight: bold;
	text-align: center;
	background-color: #DDCC88;
}

/* hide the sub level links */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	width: 100px;
	text-align: center;
}

/* make the sub level visible on hover list or link */
.menu ul ul a {
	background-color: #224940;
	background-image: none;
	color: #FFFFFF;
	width: 100px;
	text-align: left;
}
.menu ul ul a:hover {
	background-image: none;
	background-color: #DDCC88;
	color: #224940;
	text-align: left;
}
.menu ul a:hover ul{
visibility: visible;
}
.menu ul li:hover ul{
visibility: visible;
}
.menu ul ul table {
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: 110px;
	top: 0px;
}
.menu ul a:hover ul ul{
visibility: hidden;
}
.menu ul li:hover ul ul{
visibility: hidden;
}
.menu ul li ul a:hover ul{
visibility: visible;
}
.menu ul li ul li:hover ul{
visibility: visible;
}
