@charset "iso-8859-1";

body { font-family: Tahoma, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
color: #000000;
background: #D0D1C9 url('../images/gradient-gray.jpg');
background-repeat: repeat-x; } 
	
}

/*=======================================================================
indicates no border around any image
========================================================================*/
body img {
	border: 0px;
	text-decoration: none;
}
/*========================================================================
margins auto center the container on the page
=========================================================================*/
#container {
	margin: 10px auto 10px auto;
	padding: 30px;
	width: 790px;
	border-right: 2px solid #574d60;
	border-left: 2px solid #574d60;
	border-top: 2px solid #574d60;
	border-bottom: 2px solid #574d60;
	background-color: #fffded;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
/*==========================================================================
styles for Masthead
=============================================================================*/
#sitename {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	color: #fffffe;
	font-weight: bolder;
	padding: 0px 0px;
	margin: 0px 0px;
}
#sitename .tagline {
	font-size: 0.45em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #fffffe;
}
#banner {
	background-position: center right;
	padding: 10px 10px 10px 10px;
	background-color: #393C29;
	border: 1px solid #744F97;
	background-image: url('../images/grave-woman-dk.jpg');
	height: 220px;
	background-repeat: no-repeat;
	color: #000000;
}
/*==================================================================
This colors the topmenu background 
styles for top menu =======================================================================*/
#topmenu {
	background-color: #393C29;
	text-align: center;
	font-size: .90em;
	color: #ffffff;
	padding: 5px 0px;
	margin: 5px 0px;
	border-top: 2px solid #978da0;
	border-bottom: 2px solid #978da0;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
#topmenu a:link {
	font-weight: bold;
	color: #ffffff;
	background: transparent;
	text-decoration: underline;
}
#topmenu a:visited {
	font-weight: bold;
	color: #ffffff;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
#topmenu a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #dcd9df;
	color: #ffffff;
}
/*================================================================== 
Styles for main content area 
=====================================================================*/
#content {
	margin-left: 240px;
	text-align: left;
	color: #574d60;
	vertical-align: top;
	padding-left: 5px;
}
#content ul li {
	list-style-image: url('../images/tirright2.jpg');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../images/tirright2.jpg');
	padding: 2px 0;
}
.orange {
	text-align: center;
	font-weight: bold;
	background-color: orange;
	color: black;
}
.special {
	line-height: 150%;
}
/* =========================
full width content styling
========================= */
#fullcontent {
	background-color: #fffded;
	color: inherit;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
	padding: 2px 5px 5px 5px;
	margin: 10px;
	float: left;
	display: block;
}
#leftmenu .heading {
	display: block;
	background-color: #393C29;
	color: #ecf2eb;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 2px solid #dcd9df;
	margin: 0px;
	width: 159px;
	font-weight: bold;
}
#leftmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#leftmenu ul li {
	margin: 0px;
	padding: 0px;
}
#leftmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #dcd9df;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #574d60;
	width: 160px;
}
#leftmenu ul li a:focus {
	color: #000000;
	background-color: #D0D1C9;/*lt purple*/
}
#leftmenu ul li a:hover {
	color: #000000;
	background-color: #D0D1C9;/*lt purple*/
}

/*================================================================== 
styles the search button color
====================================================================*/
.search {
	background-color: #F0F1E2;
	color: black;
	font-weight: bold;
}
/*================additional styles==============*/
p.credit {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
p.titles {
	font-size: 1.0em;
	text-align: center;
}
/*=============================================================
all site links
=================================================================*/
a:link {
	font-weight: bold;
	color: #5F6153; /*this colors the text viewed*/
	background: transparent;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #4B4C77;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #bab4c0;
	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #DDDAE0;
	color: #829C9C;
}
/* ********************************************************************
Styles for footer - General information at the bottom of each page
********************************************************************** */
#footer {
	background-color: #393C29; /*purple*/;
	text-align: center;
	font-size: 90%;
	color: #ffffff;
	padding: 5px 0px;
	margin: 5px 0px;
	border-top: 2px solid #32622e;
	border-bottom: 2px solid #32622e;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 90%;
}
#footer {
	border-top: 2px solid #978da0;
	border-bottom: 2px solid #978da0;
	clear: both;
	padding: 5px;
	background-color: #393C29;
	text-align: center;
}
/*================== general styles =================*/
hr {
	width: 80%;
	text-align: center;
	background-color: #574d60;
	height: 2px;
}
/* ******************************************************
Styles for heading tags 
****************************************************** */
h4 {
	color: #574d60;
	background-color: inherit;
}
h3 {
	color: #574d60;
	background-color: inherit;
}
h2 {
	color: #574d60;
	background-color: inherit;
}
h1 {
	color: #574d60;
	background-color: inherit;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 0.9em;
}
/*==================================================================
Used to center anything
================================================================*/
.center {
	text-align: center;
}

.smtxt {
	width: 95%;
	font-size: .8em;
	text-align: center;
}

/*=====================================================================
Used to float images 
========================================================================*/
.floatright {
	float: right;
	width: 2px;
	margin: 0 0 0px 0px;
	background-color: #cccc99;
	color: #455C45;
	font-size: 0.7em;
	padding: 2px;
	border-top: 0px solid #999;
	border-right: 0px solid #555;
	border-bottom: 0px solid #555;
	border-left: 0px solid #999;
}
div.floatright img {
	border-top: 0px solid #555;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	border-left: 0px solid #555;
}
p {
	margin-top: 0;
}
.floatleft {
	float: left;
	width: 222px;
	margin: 0 0 0px 0px;
	background-color: #f6f3d8;
	color: #455C45;
	font-size: 0.7em;
	padding: 2px;
	border-top: 0px solid #999;
	border-right: 0px solid #555;
	border-bottom: 0px solid #555;
	border-left: 0px solid #999;
}
/*=======================================================================
breadcrumb style
========================================================================*/
#breadcrumb {
	font-size: .8em;
	color: #000000;
	background-color: #fffded;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
/*======================================================================
signature style
========================================================================*/
.sign {
	font-size: 3.1em;
	font-family: "Mistral";
	color: #574d60;
}
.floatleft {
	float: left;
}
/*===========changes the default styling of the caption=============*/
caption {
	caption-side: top; /*margin-bottom: 16px;*/;
	font-weight: bolder;
}
.buttons {
	border: 1px #d9d9b3 ridge;
	background-color: #999973;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.unique {
	font-size: 75%;
}
