/* CSS Document */

/* global */

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	margin: 0px;
}
a {
	color: #496E1D;
	text-decoration: underline;
}
		a:hover {
			color: #496E1D;
			text-decoration: none;
		}
h1,h2,h3,h4,h5,h6 {
	color: #496E1D;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*-- nav-bar --*/

#mainNav {
	margin: 0px;
	width: 755px;
	text-align: center;
}
		#mainNav ul{
			margin: 0px;
			padding: 0px;
			float: left;
			width: 755px;
			list-style-type: none;
			background-image: url(images/navBGround.gif);
			background-repeat: repeat-x;
		}
		#mainNav li{
			float: left;
			vertical-align: middle;
		}
		#mainNav a{
			line-height: 1.8em;
			color: #ffffff;
			text-decoration: none;
			float: left;
			display: block;
			padding-top: 4px;
			padding-right: 0.7em;
			padding-bottom: 4px;
			padding-left: 0.7em;
			background-image: url(images/navDivider.gif);
			background-repeat: no-repeat;
			background-position: left center;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			font-size: 1em;
			margin: 0px;
		}
		#mainNav ul .first a{
			background: none;
			padding-left: 30px;
		}
		#mainNav ul .first a:hover{
			background: #496E1D;
			text-decoration: none;
		}
		#mainNav a:hover {
			text-decoration: none;
			background-color: #496E1D;
		}

/* main layout boxes */

#top {
	width: 785px;
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 20px;
}
#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 785px;
}
#header {
	padding: 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#container {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 755px;
	text-align: center;
}
#content {
	padding: 0px 0px 10px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: .9em;
}
		#mainContent {
			padding: 0px;
			float: left;
			width: 465px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 20px;
			margin-right: 10px;
		}
		#mainContent p, #mainContent ul{
			line-height: 1.2em;
		}
		#secondaryContent {
	padding: 10px;
	float: left;
	width: 205px;
	background-color: #CACBCE;
	background-image: url(images/secondaryContent-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
		}
		#column2 {
			padding: 0px;
			float: left;
			width: 340px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
			margin-right: 10px;
		}
		#fullspread {
			padding: 0px;
			float: left;
			width: 700px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
			margin-right: 10px;
		}
#bottom {
	width: 785px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 10px;
	background-image: url(images/fdic-ehl-logos-mini.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 755px;
}
		#footer a {
			color: #999999;
			text-decoration: underline;
		}
		#footer a:hover {
			color: #000066;
			text-decoration: none;
		}

/* staff-headshots */

#staff {
	float: left;
	list-style-type: none;
}
		#staff li {
			float: left;
			display: block;
			text-align: center;
			margin: 3px;
			padding: 5px;
			font-size: .8em;
			width: 200px;
		}
		#staff li .name {
			color: #BB0011;
			font-size: 1.2em;
			font-weight: bold;
		}
		#staff li img {
			margin: 3px;
			border: 2px solid #B8CEE1;
		}
		
/* drop down menu */

#dropmenudiv{
	position:absolute;
	border:1px solid #BDBFC1;
	border-bottom-width: 0;
	z-index:100;
}

		#dropmenudiv a{
			width: 100%;
			display: block;
			text-indent: 3px;
			border-bottom: 1px solid #BDBFC1;
			padding: 1px 0;
			text-decoration: none;
			line-height:2em;
			background-image: url(images/navBGround.gif);
			background-repeat: repeat-x;
		}
		
		#dropmenudiv a:hover{ /*hover background color*/
	background-color: #E5E6E6;
	background-image: none;
		}

	
/* classes */

.break {
	clear: both;
}
.graphic-border {
	border: 2px solid #496E1D;
	margin: 4px;
	padding: 0px;
}
.fine-print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.numbers {
	font-family: "Times New Roman", Times, serif;
}
.cpa-tax-store {
	color: #496E1D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.cutline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/cutline-bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	width: 392px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-style: italic;
}
.white-text {
	color: #FFFFFF;
}
.black-text {
	color: #000000;
}