@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	background-color: #01583e;
	margin: 0px;
	background-image: url(../images/content-background.png);
	background-repeat: repeat-x;
}
#header {
	background-image: url(../images/header-background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 170px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


img.logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#roundcorner-top {
	background-image: url(../images/roundcorner-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 12px;
	width: 961px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#roundcorner-bottom {
	background-image: url(../images/roundcorner-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	height: 16px;
	width: 961px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dcdbdb;
	width: 215px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
}
#sidebar  #testimonials p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	color: #999999;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	margin: 0px;
	font-weight: bold;
}
#testimonials {
	margin: 0px;
	padding: 0px;
}



#nav li {
	margin: 0px;
	padding: 0px;
	float: none;
	display: block;
	height: 65px;
	width: 215px;
}
#nav a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 53px;
	width: 215px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#nav-home a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 53px;
	width: 215px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav-home a:link {
	background-image: url(../images/nav-home-off.png);
}
#nav-home a:active {
	background-image: url(../images/nav-home-on.png);
}
#nav-home a:visited {
	background-image: url(../images/nav-home-off.png);
}
#nav-home a:hover {
	background-image: url(../images/nav-home-on.png);
}
#nav-home-selected a {
	background-image: url(../images/nav-home-on.png);
}



#nav-comm a:link {
	background-image: url(../images/nav-comm-off.png);
}
#nav-comm a:active {
	background-image: url(../images/nav-comm-on.png);
}
#nav-comm a:visited {
	background-image: url(../images/nav-comm-off.png);
}
#nav-comm a:hover {
	background-image: url(../images/nav-comm-on.png);
}
#nav-comm-selected  a {
	background-image: url(../images/nav-comm-on.png);
}

#nav-icf a:link {
	background-image: url(../images/nav-icf-off.png);
}
#nav-icf a:active {
	background-image: url(../images/nav-icf-on.png);
}
#nav-icf a:visited {
	background-image: url(../images/nav-icf-off.png);
}
#nav-icf a:hover {
	background-image: url(../images/nav-icf-on.png);
}
#nav-icf-selected a {
	background-image: url(../images/nav-icf-on.png);
}


#nav-about a:link {
	background-image: url(../images/nav-about-off.png);
}
#nav-about a:active {
	background-image: url(../images/nav-about-on.png);
}
#nav-about a:visited {
	background-image: url(../images/nav-about-off.png);
}
#nav-about a:hover {
	background-image: url(../images/nav-about-on.png);
}
#nav-about-selected a {
	background-image: url(../images/nav-about-on.png);
}


#nav-contact a:link {
	background-image: url(../images/nav-contact-off.png);
}
#nav-contact a:active {
	background-image: url(../images/nav-contact-on.png);
}
#nav-contact a:visited {
	background-image: url(../images/nav-contact-off.png);
}
#nav-contact a:hover {
	background-image: url(../images/nav-contact-on.png);
}
#nav-contact-selected a {
	background-image: url(../images/nav-contact-on.png);
}

#nav-awards a:link {
	background-image: url(../images/nav-awards-off.png);
}
#nav-awards a:active {
	background-image: url(../images/nav-awards-on.png);
}
#nav-awards a:visited {
	background-image: url(../images/nav-awards-off.png);
}
#nav-awards a:hover {
	background-image: url(../images/nav-awards-on.png);
}
#nav-awards-selected a {
	background-image: url(../images/nav-awards-on.png);
}

#nav-associations a:link {
	background-image: url(../images/nav-associations-off.png);
}
#nav-associations a:active {
	background-image: url(../images/nav-associations-on.png);
}
#nav-associations a:visited {
	background-image: url(../images/nav-associations-off.png);
}
#nav-associations a:hover {
	background-image: url(../images/nav-associations-on.png);
}
#nav-associations-selected a {
	background-image: url(../images/nav-associations-on.png);
}



#footer {
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 20px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
#footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	padding-right: 20px;
	padding-left: 230px;
	float: none;
}
#content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
}

#content p {
	margin: 0px;
	font-size: 110%;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#home-content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 1350px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
}
#comm-content {
	margin: 0px;
	width: 743px;
	float: right;
	padding: 0px;
}


#comm-content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 2100px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
}
#comm-list {
	list-style-image: url(../images/kings-ridge.jpg);
	vertical-align: top;
}
#comm-table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBDB;
}
#icf-content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 1500px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
}

#icf-head {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#icf-text {
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}
#icf-block {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#icf-content {
	margin: 0px;
	width: 743px;
	float: right;
	padding: 0px;
	height: 100%;
}
#about-content {
	margin: 0px;
	width: 743px;
	float: right;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
}
#home-content {
	margin: 0px;
	width: 735px;
	float: right;
	padding: 0px;
	height: 100%;
}
#home-subitem {
	height: 100px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 17px;
	padding-bottom: 10px;
	background-image: url(../images/home-item-back.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#home-subitem-bottom {
	height: 100px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#home-subitem-top {
	height: 100px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 15px;
	background-image: url(../images/home-feature-item.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
}

fieldset {
	width: 80%;
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 4px;
}
fieldset ol {
	list-style: none;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}
#contact-content input.text {
	width: 300px;
}

fieldset li {
	padding-bottom: 4px;

}

fieldset.submit {  
border-style: none;
}
label {
	float: left;
	width: 150px;
	margin-right: 1em;
}
#contact-content {
	width: 700px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	float: left;
	margin: 0px;
}
#contact-content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 2000px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
}
#contact-heading {
	width: 80%;
	margin-left: 70px;
	padding-top: 15px;
}
#location-box {
	background-color: #dcdbdb;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#home-details  li {
	padding-bottom: 5px;
	list-style-type: square;
	padding-left: 0px;
}
#home-details ul {
	padding-bottom: 5px;
	list-style-type: square;
	padding-left: 15px;
}
#home-details {
	width: 525px;
	margin-right: auto;
	margin-left: auto;
}
#about-content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
	height: 700px;
}
#home-content ol {
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 10px;
}
#home-content li {
	padding-bottom: 20px;
}
#about-block {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

#openhouse-content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 975px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
}
#openhouse2-content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
}
#openhouse3-content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
}
#openhouse5-content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
}
#tax-credit-content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 575px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
}
#tax-credit {
	float: left;
	width: 715px;
	padding-top: 20px;
}
#tax-credit div.content {
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	width: 450px;
}
#tax-column {
	width: 200px;
	float: left;
}


h1.tax {
	color: #063;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 15px;
}
#tax-credit .content a {
	color: #063;
	text-decoration: none;
	font-weight: bold;
}
#tax-credit .content a:hover {
	text-decoration: underline;
}




.seminar-list {
	padding-left: 15px;
}
.news {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #DCDCDC;
	text-align: center;
	padding: 10px;
	color: #01583E;
	font-size: 95%;
}
.news span {
	margin-left: 20px;
}
.news a {
	font-weight: bold;
	color: #01583E;
	font-size: 95%;
}
.icf-youtube {
	float: right;
	margin-left: 30px;
}

:focus {
	outline: 0;
}
#liveperson {
	position: absolute;
	width: 180px;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
#openhouse {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#openhouse h2 {
	color: #2F9565;
}
#openhouse h3 {
	color: #2F9565;
}
#home-content div.col1 {
	float: left;
	width: 340px;
	margin-bottom: 15px;
}
#home-content div.col2 {
	float: left;
	width: 360px;
	margin-bottom: 15px;
}
a.map {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.join-us {
	clear: both;
	padding-right: 10px;
	margin-top: 15px;
}
#home-content h1.muddy-shoe {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00624A;
	font-weight: bold;
	font-style: italic;
}
#home-content .col1 a, #home-content .col2 a {
	color: #2F7661;
}
#home-content div.join-us h2 {
	color: #206C55;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
span.green {
	color: #1E6B54;
	font-weight: bold;
}
span.black {
	color: #000;
}
div.join-us p a {
	color: #18674F;
}
#open-house-5 {
	float: left;
	padding: 10px;
	width: 670px;
}
#awards-content {
	margin: 0px;
	width: 743px;
	float: right;
	padding: 0px;
}
#awards-content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 710px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
}
#awards-content h1.awards {
	display: block;
	background-image: url(../images/awards.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 57px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-bottom: 5px;
}
#awards-content p.award-header {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #333;
}
#awards .awards-panel {
	display: block;
	float: left;
	width: 210px;
	text-align: center;
	padding: 8px;
	border: 1px solid #CCC;
	margin-right: 15px;
}
#awards .awards-panel:hover {
	border: 1px solid #666;
}
#awards {
	margin: 15px;
}
#awards-content h1.associations {
	display: block;
	background-image: url(../images/associations.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 50px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-bottom: 5px;
}
.facebook {
	display: block;
	float: right;
	background-image: url(../images/facebook-sm.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 20px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #36579A;
	font-weight: normal;
	margin-right: 5px;
}
.facebook:hover {
	text-decoration: underline;
}
#facebook-wrap {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.image-galleries {
	display: block;
	float: left;
	background-image: url(../images/gallery.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 20px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #36579A;
	font-weight: normal;
	clear: both;
	margin-left: 5px;
}
.image-galleries:hover {
	text-decoration: underline;
}
.parade-teaser {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#parade-content-wrap {
	background-color: #FFFFFF;
	width: 959px;
	margin-right: auto;
	margin-left: auto;
	height: 1730px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdbdb;
	border-left-color: #dcdbdb;
}
#parade2010 {
	padding-right: 10px;
	padding-left: 10px;
}
#parade2010 p {
	padding-bottom: 10px;
}
#parade2010 h2 {
	display: block;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 8px;
}
.thumbs {
	list-style-type: none;
}
.thumbs li {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #999;
	padding: 0px !important;
}
#photos {
	list-style-type: none;
}
#photos li {
	list-style-type: none;
}
