@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FDFCDB url(images/bodyBack.gif) repeat-x scroll 0 0;
	color: #49617A;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
	color: #003366;
	outline: none;
}
a:hover {
	color: #993300;
}
a.pdf {
	padding-right: 20px;
	background-image: url(images/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

p, li {
	text-align: justify;
	line-height: 1.4;
	font-size: 13px;
}

p {
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
	text-align: center;
	padding: 3px 0px;
}

br.clear {
	clear: both;
}
#header {
	display: block;
	background-image: url(images/logo2.gif);
	width: 550px;
	height: 68px;
	margin: 35px auto;
}

#mission {
	background-color: #49617A;
	width: 100%;
}
#mission h2 {
	color: #FDFCDB;
	font-size: 14px;
	padding: 10px 0px;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#mission h2 em {
	font-size: 130%;
	font-style: normal;
}
#business a img {
	margin-right: 30px;	
}
#midWrapper {
	background-color:  #49617A; 
	width: 100%;
	float: left;
	margin: 5px 0px;
	height: 270px
}
	
#midHeader {
	background-color:  #FDFCDB; 
	margin: 0 auto;
	width: 870px;
}
#midHeader img {
	float: left;
	display: block;
	padding: 0px 0px 4px 4px;
	background-color:  #FDFCDB; 
}
#homeQuote {
	float: left;
	background-color:  #FDFCDB; 
	background-image: url(images/quoteBackground.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 260px;
	width: 423px;
	padding: 7px 0px 7px 10px;
}
#homeQuote p {
	text-align: center;
	margin-top: 75px;
	font-weight: bold;
	line-height: 1.4;
	font-size: 16px;
}
#nav {
	background-color:  #49617A; 
	width: 100%;
	margin-top: 0px;
	float: left;
}
#nav ul {
	display: block;
	list-style-type: none;
	margin: 0 auto;
	width: 720px;
	border-left: 1px solid #FDFCDB;
}
#nav ul li {
	float: left;
/*	height: 40px;
*/	border-right: 2px solid #FDFCDB;
}
#nav ul li a {
	display: block;
	color:  #FDFCDB; 
	text-decoration: none;
	text-align: center;
	border-bottom: 3px solid #49617A;
	border-top: 3px solid #49617A;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 25px;
	line-height: 1.0;
	letter-spacing: 1px;
}
#nav ul li a.current {
	background-color:  #FDFCDB;
	color: #49617A; 
	border-top: 3px solid #49617A;
	border-bottom: 3px solid #FDFCDB;
	font-weight: bold;
}

#nav ul li#first {
	border-left: 2px solid #FDFCDB;
}
#nav ul li a:hover{
	border-bottom: 3px solid #547e61;
	background-color: #547e61;
	color: #FDFCDB;
}

#content {
	float: left;
	width: 980px;
	position: relative;
	margin-top: 10px;
}
#leftSide,
#contactInfo {
	width: 340px;
	float: left;
	margin-bottom: 40px;
}
#contactInfo p.address {
	text-align: center;
	margin: 40px 0px 10px 30px;
	color: #336633;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
}
#contact p.address {
	padding-right: 0;
}
#contactInfo img {
	margin: 20px auto;
	display:block;
}
#home #contactInfo p.address {
	border-right: 1px solid #D6C8AB;
}	
#contactInfo p.address em {
	font-size: 125%;
	font-style: normal;
}
#contactInfo p.address span {
	text-transform: uppercase;
}
#textArea {
	float: left;
	margin-left: 40px;
	width: 590px;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
#textArea a {
	font-weight: bold;
	color: #003366;
}
#textArea a:hover {
	color: #990000;
}

#textArea p {
	color: #333333;
}
#textArea .panel {
	background-color: #FDFCDB;
}

#textArea .panel h2 {
	text-align: left;
	font-size: 16px;
	background: transparent url(images/arrow.gif) no-repeat scroll left center;
	padding-left: 24px;
	margin-top: 10px;
}
#textArea .panel ul {
	margin-top: 20px;
}

#textArea ul{
	list-style-type: square;
}
#textArea ol li,
#textArea ul li {
	color: #333333;
	font-size: 13px;
	margin-left: 30px;
	margin-bottom: 10px;
	padding-right: 40px;
}
#textArea ol li {
	margin-left: 60px;
}

#textArea .panel div {
	margin-top: 20px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#textArea .panel p {
	font-size: 13px;
	padding: 5px 20px;
}
#textArea li.question {
	background: transparent url(images/separator.gif) no-repeat scroll center bottom;
	padding: 10px 0px 20px 0px;
	color: #336633;
	font-size: 14px;
	margin: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}	

#home li.question a {
	color: #333333;
	display: block;
	margin-top: 4px;
	font-weight: normal;
}
#home li.question a:hover {
	text-decoration: underline;
}

#contactInfo p.trigger {
	text-align: center;
}
p.trigger a {
	display: block;
	font-size: 10px;
}
.toggle_container {
	padding: 0;
	border: 1px solid #d6d6d6;
	overflow: auto;
	clear: both;
	margin: 0px 15px;
}
.toggle_container .block {
	padding: 2px 5px;
	width: 250px;
	margin: 0 auto;
}
.block p {
	font-size: 11px !important;
	padding: 0 !important;
	text-align: left;
	margin-bottom: 3px;
	color: #333333;
}
#leftSide {
	float: left;
}

#leftSide p {
	color: #333333;
}

#leftSide #navLeft {
	width: 300px;
	margin: 0 auto;
}
#leftSide h2 {
	text-align: center;
	font-size: 16px;
	color: #FDFCDB;
	background-color: #49617A;
	margin-top: 4px;
}
#leftSide ul {
	list-style-type: none;
	padding-left: 20px;
}
#leftSide ul li {
	margin: 10px 0px;
}
#leftSide ul li a {
	display: block;
	color: #49617A;
	font-size: 12px;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 4px;
	text-align: left;
}
#leftSide ul li {
	background: transparent url(images/check.gif) no-repeat scroll left top;
}
#leftSide #navLeft li img {
	display:none;
	position: absolute;
	left: 20px;
	top: 0px;
}
#leftSide #navLeft li.active img {
	display:block;
}
#leftSide ul li a:hover {
	text-decoration: underline;
	color: #336633;
}

#leftSide ul li.active,
#leftSide ul li:hover {
	background: transparent url(images/hoverCheck.gif) no-repeat scroll left top;
}
#leftSide #navLeft {
	background-image: url(images/separator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
}
#contact #contactInfo p {
	text-align: left;
}
#contact #contactInfo {
	width: 600px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contact #contactInfo p.address {
	border-right: none;
	margin-top: 10px;
}
#contact #textArea h2 {
	text-align: left;
}
#contact #contactInfo h2 {
	font-size: 16px;
	color: #49617A;
	background-color: #FDFCDB;
	margin: 10px 0px 10px 30px;
	font-weight: bold;
}
#contact p.directions {
	margin-left: 30px;
	margin-top: 20px;
}
#contact p#privacy {
	font-size: .75em;
	padding: 10px 30px;
}
#contact #leftSide p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 30px;
}
#contactForm {
	margin-bottom: 20px;
}

input.printIt {
	background-color:#49617a;
	color:#FDFCDB;
	cursor:pointer;
	font-weight:bold;
	margin-left:20px;
	padding:3px;
	width: 300px;
}
#contactForm p {
	clear: both;
}
	
#contactForm p span {
	font-size: 11px;
}
#contactForm .label {
	width: 150px;
	float: left;
	color: #49617A;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
}
#contactFrom .input {
	margin-bottom: 10px;
	border: 1px solid #49617A;
	background-color: #FDFCDB;
	
}
#confirmMail p {
	color: #990000;
	margin-left: 30px;
}
#contactForm p.error {
	font-size: 11px;
	color: #990000;
	margin-bottom: 5px;
}
fieldset {
	padding: 5px;
}
#subButton {
	background-color:#49617a;
	color:#FDFCDB;
	padding: 5px;
	margin: 5px 0px 10px 30px;
}	
#footer {
	clear:both;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	display:block;
	border-top: 1px solid #999999;
	padding-top: 10px;
}
#footer img {
	margin: 0 auto;
	display:block;
	margin-bottom: 5px;
}
#footer p {
	font-size: 10px;
	color: #333333;
	text-align: center;
}
#footer p span {
	color: #666666;
	margin-left: 10px;
}

#home p.contactMe {
	padding: 7px 20px;
	font-size: .9em;
	border: 2px solid #49617A;
	margin-top: 20px;
}
p.poem {
	text-align: center;
	display:block;
}
#easements h3 {
	font-weight: normal;
	text-align: center;
	font-size: .9em;
	color: #000000;
}
span.author {
	font-size: .8em;
	color: #000000;
	display: block;	
}
img#map {
	display:block;
	margin: 0 auto;
}
