﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: rgb(51, 102, 204);
	behavior: url("../csshover3.htc");
}

#container {
	width: 970px;
	margin: 0 auto;
	background: white;
}
#masthead {
	text-align: center;
	width: 970px;
	height: 98px;
}
#topNav{
	position: relative;
	float: left;
	width: 960px;
	height: 40px;
	padding-left: 10px;
	background-image: url('../images/topNavBar.jpg');
	background-repeat: no-repeat;
	z-index:2;
	font-weight:bold;
}
#navigation {
	position: relative;
	float: left;
	width: 140px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	background: white; 
	z-index: 1;
}
#content {
	float: right;
	width: 778px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 12px;
	z-index: 1;
}
#footer {
	text-align: center;
	clear: both;
	width: 970px;
	height: 45px;
	background-image:  url('../images/footer/footer1.jpg');
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* TopNav Styles */
#topNav ul {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 2px;
	margin: 0px;
	text-align: center;
}
#topNav ul li {
	display: inline;
	float: left;
	width: 154px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	height: 30px;
	padding-right: 3px;
}
#topNav ul li a {
	background: url('../images/buttons/button1000.jpg') repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	width: 142px;
	display: block;
	padding-left: 8px;
}
#topNav ul li a:hover {
	background:  url('../images/buttons/button2000.jpg') repeat-x;
	color: white;
}
#topNav ul li ul{
	padding: 0px;
}
#topNav ul li ul li {
	border: 1px black solid;
	width: 147px;
}
#topNav ul li ul li a {
	background-color: #9c9c65;
}
#topNav ul li ul li a:hover {
	background-color: #6e6e47;
}
#topNav ul li ul {
	visibility: hidden;
}
#topNav ul li:hover ul {
	visibility: visible;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border-top:7px rgb(51, 102, 204) solid;
	border-bottom: 5px rgb(51, 102, 204) solid;
	border-left: 7px rgb(51, 102, 204) solid;
	border-right: 7px rgb(51, 102, 204) solid;
}
#navigation ul li ul{
	border-right: 1px;
}
#navigation ul li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: white;
	border-bottom: thin rgb(51, 102, 204) solid;
}
#navigation ul li a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-image: url('../images/buttons/button10.jpg');
}
#navigation ul li a:hover {
	color: white;
	text-decoration: none;
	background-image: url('../images/buttons/button20.jpg');
}
#navigation ul li ul {
	visibility: hidden;
}
#navigation ul li:hover ul {
	visibility: visible;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}