﻿@import url("layout.css");

body {
	/* behavior: url(csshover2.htc); */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #003435;
	background-image: url("../images/bg3.jpg");
	background-repeat:repeat;
}
#header {
	background-image:url('../images/bg2.jpg');
	background-color: #003435;
	background-position:right top;
	background-repeat:no-repeat;
	width: 100%;
	height: 87px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #708090;
	width: 135px;
}
#navigation ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

#navigation p {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
	width: 128px;
}

#navigation li {
	float: left;
	width: 100%;
	margin: 0;
	/* border: 1px solid #708090; */
	width: 135px;
	/* make the list elements a containing block for the nested lists */
	position: relative;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
	width: 128px;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}

#navigation ul ul,
#navigation ul li:hover ul
{display: none;}

#navigation ul li:hover ul,
#navigationu ul ul li:hover ul
{display: block;}


/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 0px solid #708090;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

