﻿/*----------------------------------------------------
	GENERAL
	page layout overview

		autowrapper (auto-centers all page elements below)
			contentborder2
				contentborder1 (border1)
					contentmargin (solid color wrapping)
						contentwrapper (tightcontainer - holds all page design elements and copy)
				
-----------------------------------------------------*/
* 
{
	margin: 0px;
	padding: 0px;
	color: #000000;
}
img
{
	border: 0px;
}
body
{
	background-color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}




#autowrapper
{
	margin: 10px auto;
	width: 960px;
	background-color: #fffdee;
}
#contentmargin
{
	padding: 10px;
}
#contentborder2
{
	border: 1px #999966 solid;
}
#contentborder1
{
	margin: 3px;
	border: 2px #999966 solid;
}
#contentwrapper
{
}
.content
{
	margin: 0px auto;
	width: 779px;
}
h2
{
	color: #808361;
	font-size: 18px;
}
h2.return
{
	color: #808361;
	font-size: 18px;
	margin-bottom: 10px;
}
h3
{
	color: #808361;
	font-size: 12px;
}
h4
{
	color: #666633;
	font-size: 14px;
	font-weight: normal;
}
p
{
	line-height: 18px;
}
p.return
{
	line-height: 18px;
	margin-bottom: 10px;
}
blockquote
{
	margin: 2px auto 30px 15px;
	color: #999966;
	width: 600px;
	font-size: 12px;
	line-height: 18px;
	text-indent: -4px;
}
.header
{
	width: 780px;
	margin: 25px auto 20px auto;
}
.header h1 a
{
	display: block;
	text-indent: -9999px;
	height: 59px;
	width: 205px;
	background-color: transparent;
	background-image: url(  '../images/logo.gif' );
	background-repeat: no-repeat;
	text-align: left;
	overflow: hidden;
	float: left;
}
.header ul
{
	list-style-type: none;
	float: right;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.header ul li
{
	display: inline;
	padding-left: 3px;
	margin-left:3px;
	border-left: 1px #ccc solid;
}
.header li:first-child
{
	padding-left: 0px;
	border-left: none;
}
.header li a
{
	color: #4c4b40;
	text-decoration: none;
	border-left: 4px #fffdee solid;
	border-right: 4px #fffdee solid;
}
.header li a:hover
{
	background-color: #9ea374;
	color: #FFF;
	border-top: 1px #9ea374 solid;
	border-bottom: 1px #9ea374 solid;
	border-left: 4px #9ea374 solid;
	border-right: 4px #9ea374 solid;
}
.header li a.selected
{
	background-color: #9ea374;
	color: #FFF;
	border-top: 1px #9ea374 solid;
	border-bottom: 1px #9ea374 solid;
	border-left: 4px #9ea374 solid;
	border-right: 4px #9ea374 solid;
}
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 20px 0;
}
.footer div.container
{
	margin: 0 auto;
	padding: 0px;
}
.footer ul
{
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}
.footer li
{
	padding: 0px 10px;
	border-left: 1px solid #91907b;
	display: inline;
}
.footer li:first-child
{
	padding-left: 0px;
	border-left: none;
}
.footer li a
{
	color: #91907b;
	text-decoration: none;
}
.footer li a:hover
{
	text-decoration: underline;
}
.footer li a.selected
{
	text-decoration: underline;
}
.footer span
{
	color: #91907b;
	float: right;
}
.footer email
{
	background-color: #999966;
	border: 3px #faf3e6 double;
	color: #faf3e6;
}
.spacer
{
	clear: both;
}
#utility
{
	width: 779px;
	margin: 0 auto 15px auto;
}
#tools
{
	float: right;
}
#tools li
{
	display: inline;
	color: #91907B;
	float: left;
	padding-left: 15px;
}
#tools li a
{
	color: #91907B;
	padding-left: 22px;
}
#contactLink
{
	background: url(../images/comment.gif) no-repeat left;
}
#print
{
	background: url(../images/printer.gif) no-repeat left;
}
#breadcrumbs
{
	padding: 0px;
	float: left;
}
#breadcrumbs ul
{
	height: 11px;
}
#breadcrumbs li
{
	float: left;
	display: inline;
	margin-right: 4px;
	color: #91907B;
}
#breadcrumbs a
{
	color: #91907B;
	background-image: url(../images/listArrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 15px;
}