/* CSS Document */
body
{
	margin: 0;
	padding:0;
	background-color: #C8C19C;
	color: #293859;
}
a{
	outline:none;
	border:none;
	color: #293859;
	text-decoration: underline;
}
/*-------------------Header Styles-------------------*/

#logo
{
/*	position: absolute;
	left: 1px;
	top: 2px;*/
	width: 745px;
	height: 125px;
	background-image: url(images/logo-bkgnd.jpg);
	background-repeat: no-repeat;
}

#logo-top
{
/*	position: absolute;
	left: 1px;
	top: 2px;
	padding-left: 20px;*/
	width: 745px;
	height: 9px;
	background-image: url(images/logo-top.jpg);
	background-repeat: no-repeat;
}

#logo-box
{
/*	position: absolute;
	left: 1px;
	top: 2px;
	padding-left: 20px;*/
	float: left;
	width: 165px;
	padding-left: 20px;
	padding-top: 9px;
	
/*	background-image: url(images/logo-bkgnd.jpg);
	background-repeat: repeat;*/
}

#logo-text
{
/*	position: absolute;
	left: 1px;
	top: 2px;
	padding-left: 20px;*/
	float: right;
	width: 342px;
	padding-right: 103px;
	padding-top: 60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
	letter-spacing: 2px;
	
/*	background-image: url(images/logo-bkgnd.jpg);
	background-repeat: repeat;*/
}
/*-------------End of Header Styles------------------*/

/*-----------------Navigation Styles-----------------*/
a.nav:link { color: #FFF; text-decoration: none }
a.nav:visited { color: #FFF; text-decoration: none }
a.nav:hover { color: #293759; text-decoration: none }

a.finance:link { color: #445FA4; text-decoration: underline }
a.finance:visited { color: #445FA4; text-decoration: none }
a.finance:hover { color: #293759; text-decoration: none }

a.info:link { color: #293759; text-decoration: underline }
a.info:visited { color: #293759; text-decoration: underline }
a.info:hover { color: #445FA4; text-decoration: none }

.form-fields
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #445FA4;
}

#navigation
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	letter-spacing: 2px;
}
/*-------------End of Navigation Styles--------------*/

/*-------------------Content Styles------------------*/
#content-area
{
	width: 745px;
	padding-left: 2px;
	padding-right: 3px;
}

#flash
{
	width: 740px;
	height: 275px;
}

#center-spacer
{
	width: 740px;
	height: 11px;
	padding-top: 4px;
}

#text-area
{
	width: 745px;
	padding-bottom: 22px;
	border: solid 1px #000;
}

#textBox-1
{
	float: left
	width: 235px;
}

#textBox-2
{
	float: left
	width: 219px;
	font-family: "Times New Roman", Times, serif;
}

#textBox-3
{
	float: left
	width: 225px;
	padding-top: 2px;
	padding-left: 4px;
}

#bottom-spacer
{
	width: 745px;
	padding-bottom: 2px;
}
/*---------------End of Content Styles---------------*/

/*-------------------Footer Styles-------------------*/
#copyright
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A4660;
	padding-left: 35px;
	padding-top: 9px;
	width: 314px;
}

#footer-logo
{
	float: right;
	padding-top: 5px;
	padding-right: 24px;
	width: 207px;
}
.mapmenu {
	text-transform: uppercase;
	font: 11px Arial, Helvetica, sans-serif;
	color: #293759;
	text-decoration: none;
	padding: 0px;
}
.mapmenu a {
	text-transform: uppercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #293759;
	text-decoration: none;
	height: 20px;
	border: 1px none #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 5px;
	letter-spacing: .1em;
}
.commmapheader {
	font: normal 15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #293759;
	padding: 10px 10px 5px;
}
.mapmenu a:hover {
	text-transform: uppercase;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	border: 1px none #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-left: 18px;
	padding-bottom: 5px;
	background: url(images/map/images/arrow.gif) no-repeat left center;
	letter-spacing: .1em;
}
.mapmenu a .sml {
	font-size: 9px;
}
