﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*background-image: url("../images/background.gif");*/
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 10px auto;
	border:1px #666666 solid;
	background-color: #fff;
	min-height:600px;
}
#masthead {
	text-align: center;
	width: 780px;
	height:135px;
	padding:10px 10px 0px 10px;
	background-image: url("../images/header.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#fff;
}
#rContent{
	position: relative;
	float: left;
	width: 151px;
	margin:7px 20px 10px 10px;
}
#mastheadNav
{
	visibility:hidden;
	/*
	text-align:center;
	height:15px;
	padding:0px 0px 0px 0px;
	background-color:#ffffff;
	*/
}
#content {
	float: left;/*left*/
	width: 560px;/*470
	height:422px;*/
	background-color:#fff;
	margin-left: 15px;
	margin-top:20px;
	min-height:300px;
}
#content p
{
	padding:0 5px 5px 0px;	

}
#content h2
{
	padding:5px 0 0 0px;	
}
.ContentImg 
{
	float:right;margin:20px 10px;border:1px black solid;padding:5px;background-color:#ffffff;
}
#spacer
{
	 height:25px;
	 width:100px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
	font-size:x-large;
}
#masthead h3 {
	color: #402640;
	font-size:medium;
}

/* Navigation Styles */
#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-top:5px;
	margin-bottom:10px;	
	margin-left:30px;
}
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	
}
#navigation li {
	float: left;
	margin-right:5px;
}
#navigation a {
	text-decoration: none;
	/*color: #333333;fff8dc*/
	color:#fff;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;/**/
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;/*261*/
	background-color: #ccc;
}
.menus{
	background-color:#8fbc8f;
	border: 1px solid #708090;
	color:#fff;
	/*color:#000;
	width:200px;
	z-index:3;
	*/
	
}
.menus tr{
	border: 1px solid #708090;
}
#menuOffice{
	/*position:absolute;width:150px; float:left;*/
	position:absolute;width:150px;;float:left;z-index:1;
}
#menuInfo{
	/*position:absolute;margin-left:75px; float:left;*/
	position:absolute;width:150px;;float:left;z-index:1;
}


/* Content Styles */
h6 {
	color: #000;
}
h5 {
	color: #000;
}
h4 {
	color: #000;
}
h3 {
	color: #000;
}
h2 {
	color: #ff6633;
	font-size:22px;
}

#content h1 {
	color: #503750;
}
t img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer {
	text-align: center;
	clear: both;
	width: 100%;/*618*/
	background:#616162;
	padding:5px 0;
	position:relative;
	margin-top:55px;

}
#footer p{
	padding:0px 15px 0 15px;
	color: #808080;
	font-size:9pt;
}

#footer a, a:active, a:visited, a:hover {
	color: #fff;
	text-decoration: underline;
}

a, a:active, a:visited, a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.formText
{
}


#dropmenudiv{
position:absolute;
/*border: 1px solid #708090;*/
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;

background-color:#8fbc8f;
border: 1px solid #708090;
color:#fff;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #261;
background-color: #ccc;

}
