﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: fixed;
	background-color: #000000;
	background-position: left top;
	background-repeat: no-repeat;
}
#header_layer {
	background-image: url('../master/images/home_header.png');
	background-repeat: no-repeat;
	background-color: #000000;
}
#masthead {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 10px;
	background-attachment: fixed;
}
#container {
	background-color: #000000;
	background-repeat: no-repeat;
	width: 100%;
	background-color: #000000;
	background-repeat: repeat-x;
}
#navigation {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-attachment: fixed;
}
#page_content {
	background: scroll;
	position: relative;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0px 0px 0px;
	color: #FFFFFF;
}
#content {
	padding: 10px;
	border: thick solid #990000;
	position: relative;
	float: left;
	text-align: left;
	font-size: large;
	color: #FFFFFF;
}
#sidebar {
	padding: 10px;
	border: 1px solid #990000;
	float: right;
	width: 34%;
	text-align: left;
	font-size: medium;
}
#sidebar img {
	border: 4px solid #B0B0B0;
}
#sidebar2 {
	padding: 10px;
	border: 1px solid #990000;
	float: right;
	width: 34%;
	text-align: left;
	font-size: medium;
	margin-top: 10px;
	right: 0px;
}
#sidebar

	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #990000;
	font-weight: bold;
}
#navigation a:hover {
	text-decoration: none;
	color: #990000;
	background-color: #ccc;
	font-weight: bold;
}
/* Content Styles */
h6 {
	color: #FFFFFF;
}
h5 {
	color: #FFFFFF;
}
h4 {
	font-size: large;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #FFFFFF;
}
#content h1 {
	color: #FFFFFF;
}
#content img {
	padding: 5px;
}
/* Sidebar Styles */
#sidebar p {
	color: #FFFFFF;
	font-size: medium;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
center {
	text-align: center;
}

{}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
/* remove the bullets, padding and margins from the lists */
.menu {
	margin: 108px 0 0 0;
}
.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{
	margin: 0 0 0 0;
	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 */
.menu a, a :visited {
	border: 0px solid #C0C0C0;
	display: block;
	padding: 7px;
	color: #FFFFFF;
	background: #990000;
	text-decoration: none;
	margin-right: 1px;
	text-align: left;
	font-size: small;
	font-weight: bold;
}


/* style the links hover */
.menu :hover{
	color: #800000;
	background: #C0C0C0;
	font-size: small;
	font-weight: bold;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;

}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}