/* GENERAL */

* {
	margin:0;
	padding:0;
}

html {
	background:url("/images/background_footer_repeat.gif");
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background:#fff;
}

h1 {
	font:normal 15px Trebuchet MS, helvetica, arial, sans-serif;
	line-height:1em;
	font-weight:bold;
	line-height:1em;
	color:#bd801b;
	padding:0;
	margin:0 0 0.6em 0;
}

h2 {
	font:normal 15px Trebuchet MS, helvetica, arial, sans-serif;
	text-transform:uppercase;
}


h3 {
	font:normal 15px Trebuchet MS, helvetica, arial, sans-serif;
	line-height:1em;
	color:#fff;
	padding:0;
	margin:0 0 0.3em 0;
}

img {
	display:block;
}

p {
	font:normal 13px Trebuchet MS, helvetica, arial, sans-serif;
	line-height:1.7em;
	color:#939191;
	padding:0 0 20px 0;
	margin:0;
}

a {
	font:normal 13px Trebuchet MS, helvetica, arial, sans-serif;
	line-height:1.7em;
	text-decoration:none;
	color:#939191;
}

a:hover {
	text-decoration:underline;
}

div#sub_content_text p strong{
	color:#989000;
}

/* LAYOUT */

#wrapper {
	width:960px;
	background:url("/images/background_home_wrapper.gif") top left repeat-y;
	position:relative;
	margin:0;
	padding:0;
}

#top {
	width:960px;
	height:61px;
	background:#fff url("/images/background_top.gif") top left repeat-x;
}

#logo {
	width:220px;
	height:61px;
	float:left;
}

#top_navigation {
	width:326px;
	height:54px;
	float:right;
	background:url("/images/background_top_navigation.gif") top left no-repeat;
	padding:7px 0 0 0;
	margin:0;
}

#search {
	float:right;
}

#search_box {
	width:171px;
	height:16px;
	border:1px solid #989000;
	float:left;
	font:11px verdana, arial, sans-serif;
	color:#989000;
	text-align:right;
	padding:4px;
	margin:0 9px 0 0;
}

#search_button {
	width:14px;
	height:25px;
	float:left;
	padding:0;
	margin:0 5px 0 0;
}

#header_photo {
	width:960px;
	height:306px;
	background:#fff;
	position:relative;
	padding:0 0 12px 0;
	margin:0;
}

#subheader_photo {
	width:724px;
	height:251px;
	float:left;
	background:#fff;
	position:relative;
	padding:0 0 12px 0;
	margin:0;
}

/* NAVIGATION */

#navigation {
	width:203;
	list-style:none;
	position:absolute;
	top:28px;
	left:17px;
	padding:0;
	margin:0;
}

#navigation li {
	list-style:none;
	padding:0 0 5px 0;
	margin:0;
}

#navigation li a {
	width:206px;
	height:28px;
	font-family:arial, verdana, sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	display:block;
}

#navigation li a.aboutdash {
	background:url("/images/nav_aboutdash.png") top left no-repeat;
	text-indent:-10000px;
}

#navigation li a.neighborhoods {
	background:url("/images/nav_neighborhoods.png") top left no-repeat;
	text-indent:-10000px;
}

#navigation li a.homeownership {
	background:url("/images/nav_homeownership.png") top left no-repeat;
	text-indent:-10000px;
}

#navigation li a.homesforsale {
	background:url("/images/nav_homesforsale.png") top left no-repeat;
	text-indent:-10000px;
}

#navigation li a.economicdevelopment {
	background:url("/images/nav_economicdevelopment.png") top left no-repeat;
	text-indent:-10000px;
}

#navigation li a.waystohelp {
	background:url("/images/nav_waystohelp.png") top left no-repeat;
	text-indent:-10000px;
}

#navigation li a:hover {
	background-position:0 -28px;
}

#navigation_home {
	position:absolute;
	top:-25px;
	left:220px;
}

/* Content */

#wrapper_background {
	width:960px;

}

#wrapper_content {
	width:724px;
	float:left;
}

#wrapper_content ul {
	list-style-type:none;
	padding:0 0 20px 0;
	margin:-15px 0 0 0;
}

#wrapper_content ul li {
	font:italic 13px Trebuchet MS, helvetica, arial, sans-serif;
	line-height:1.7em;
	color:#939191;
	padding:0;
	margin:0;
}

/* Home Slideshow */

#slideshow {
	width:691px;
	height:89px;
	position:relative;
	padding:0 0 0 33px;
	margin:0;
}

#button_slideshow {
	float:left;
}

#slides {
	width:504px;
	float:right;
}

#slides img {
	float:left;
	margin:0 15px 0 0;
}

/* End Slideshow */

/* jquery carousel */

.infiniteCarousel {
  	width:504px;
	height:90x;
	float:right;
  	position:relative;
}

.infiniteCarousel .wrapper {
	width:481px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	height:76px;
	overflow:auto;
	position:absolute;
	top:0;
	padding:0;
	margin:0;
}

.infiniteCarousel .wrapper ul {
  	width:9999px;
  	list-style-image:none;
  	list-style-position:outside;
  	list-style-type:none;
	position:absolute;
  	top:0;
  	margin:0;
  	padding:0;
}

.infiniteCarousel ul li {
	float:left;
  	display:block;
  	padding:0;
	
}

.infiniteCarousel ul li a img {
  	display:block;
	margin:0 15px 0 0;
}

.infiniteCarousel .header_photo_overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}

.infiniteCarousel .header_navigation {
	width:481px;
	position:absolute;
	cursor:pointer;
	top:65px;
	left:0px;
	z-index:999;
}

.infiniteCarousel .next {
	width:48px;
	float:right;
	text-align:left;
	color:#989000;
  	background:url("/images/more_arrow.jpg") 32px 5px no-repeat;
	padding:0;
	margin:0;
}

/* End Carousel */

/* BACKGROUND HEADERS */

#content_visionmission {
	width:504px;
	background:url("/images/background_visionmission.gif") top left no-repeat;
	padding:13px 0 80px 220px;
	margin:0;
}

#content_homeownership {
	width:724px;
	background:url("/images/background_homeownership.gif") top left no-repeat;
	padding:13px 0 80px 0;
	margin:0;
}

#content_about {
	width:724px;
	background:url("/images/background_about.gif") top left no-repeat;
	padding:13px 0 80px 0;
	margin:0;
}

#content_neighborhoods {
	width:724px;
	background:url("/images/background_neighborhoods.gif") top left no-repeat;
	padding:13px 0 80px 0;
	margin:0;
}

#content_hillside {
	width:724px;
	background:url("/images/background_hillside.gif") top left no-repeat;
	padding:13px 0 80px 0;
	margin:0;
}

#content_dunson {
	width:724px;
	background:url("/images/background_dunson.gif") top left no-repeat;
	padding:13px 0 80px 0;
	margin:0;
}

#content_homesforsale {
	width:724px;
	background:url("/images/background_homesforsale.gif") top left no-repeat;
	padding:13px 0 80px 0;
	margin:0;
}

#content_ways_to_help {
	width:724px;
	background:url("/images/background_waystohelp.gif") top left no-repeat;
	padding:13px 0 80px 0;
	margin:0;
}

/* Subpage Navigation */

#sub_navigation {
	width:204px;
	float:left;
	padding:0 0 0 16px;
	margin:0;
}

#sub_navigation ul {
	list-style-type:none;
	padding:0;
	margin:0 0 0 0;
}

#sub_navigation ul li {
	margin:0;
}


#sub_navigation ul li a {
	font:normal 13px Trebuchet MS, helvetica, arial, sans-serif;
	line-height:1.25em;
	display:block;
	text-transform:uppercase;
	color:#989000;
	padding:0 10px 7px 15px;
	margin:0;
}

#sub_navigation ul li a:hover {
	background:url("/images/sub_navigationarrow.gif") top left no-repeat;
	text-decoration:none;
}


/* End Subpage Navigation */

#content_text {
	width:260px;
	padding:0 0 0 9px;
}

#sub_content {
	width:503px;
	float:left;
}

#sub_content_text {
	width:467px;
	padding:0 0 0 9px;
}

.subhead {
	color:#989000;
}

/* ABOUT SECTION */


#header_about_dash {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_about_dash.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_visionmission {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_visionmission.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_vision_and_mission {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_visionmission.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_history {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_history.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_a_story_of_success {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_a_story_of_success.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_building_communities {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_building_communities.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_building_houses {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_building_houses.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_media {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_media.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_board_members {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_board_members.gif") top left no-repeat;
	text-indent:-10000px;
}

div.mediabrief a{
	color:#989000;
	text-decoration:underline;
}

/* NEIGHBORHOODS SECTION */


#header_neighborhoods {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_neighborhoods.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_hillside {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_hillside.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_dunson {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_dunson.gif") top left no-repeat;
	text-indent:-10000px;
}

#subheader_hillside{
	background:#939191 url(/images/header_hillside.gif) no-repeat scroll left top;
	height:55px;
	text-indent:-10000px;
	width:230px;
	float:left;
}

#subheader_dunson{
	background:#939191 url(/images/header_dunson.gif) no-repeat scroll left top;
	height:55px;
	text-indent:-10000px;
	width:230px;
	float:left;
}

/* NEIGHBORHOODS SECTION */


#header_neighborhoods {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_neighborhoods.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_hillside {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_hillside.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_dunson {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_dunson.gif") top left no-repeat;
	text-indent:-10000px;
}


/* HOMEOWNERSHIP SECTION */


#header_homeownership_through_dash {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_homeownership_through_dash.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_i_am_interested {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_i_am_interested.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_homeownership_services {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_homeownership_services.gif") top left no-repeat;
	text-indent:-10000px;
}



/* HOMES FOR SALE SECTION */


#header_homesforsale {
	width:478px;
	height:33px;
	background:#989000 url("/images/headers/header_homesforsale.gif") top left no-repeat;
	text-indent:-10000px;
}

div.homelisting{
	border-top:solid 1px #c6c374;
	height:198px;
}
.homelisting img{
	padding:22px 10px 0 0;
	display:block;
	float:left;
	border:none;
}
.homelisting h2{
	line-height:1em;
	margin:15px 0 0 0 ;
}
.homelisting h2 a{
	color:#989001;
}

.homedetail h2{
	color:#989001;
	line-height:1em;
	margin:15px 0 0 0 ;
}

/* WAYS TO HELP SECTION */

#header_overview, #header_search, #header_partnership_opportunities, #header_donations_grants, #header_paint_the_town {
	text-indent:-10000px;
	width:478px;
	height:33px;
}

#header_overview {
	background:#989000 url("/images/headers/header_overview.gif") top left no-repeat;
}

#header_search {
	background:#989000 url("/images/headers/header_searchResults.gif") top left no-repeat;
}


#header_partnership_opportunities {
	background:#989000 url("/images/headers/header_partnership_opportunities.gif") top left no-repeat;
}

#header_donations_grants {
	background:#989000 url("/images/headers/header_donations_grants.gif") top left no-repeat;
}

#header_paint_the_town {
	background:#989000 url("/images/headers/header_paint_the_town.gif") top left no-repeat;
}



#sidebar {
	width:208px;
	float:left;
	background:url("/images/background_sidebar2.gif") top left no-repeat;
	padding:2px 0 80px 28px;
}

#sidebar a {
	text-transform:uppercase;
	padding:0 0 0 9px;
}

#sub_sidebar {
	width:208px;
	float:left;
	background:url("/images/background_sidebar2.gif") top left no-repeat;
	padding:2px 0 0 28px;
}

#sub_sidebar a {
	text-transform:uppercase;
	padding:0 0 0 9px;
}


#header_media_sidebar {
	width:152px;
	height:33px;
	background:#939191 url("/images/header_media_sidebar.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_howcanihelp {
	width:152px;
	height:55px;
	background:#939191 url("/images/header_howcanihelp.gif") top left no-repeat;
	text-indent:-10000px;
}

#header_hiiminterested {
	width:152px;
	height:53px;
	background:#939191 url("/images/header_hiiminterested.gif") top left no-repeat;
	text-indent:-10000px;
	
}
#header_facebook {
	width:152;
	height: 50px;
	background: url("/images/header_facebook.gif") top left no-repeat;
	text-indent:-10000px;
	
}

.sidebar_box {
	width:208px;
	height:100px;
	padding:0;
	margin:0;
}

.sub_sidebar_box {
	width:208px;
	height:75px;
	padding:0;
	margin:0;
}

.green_text {
	color:#989000;
}

/* Footer */

#footer {
	background:url("/images/background_footer.gif") top left repeat-x;
	padding:0 0 0 220px;
	margin:0;
}

#timeline {
	width:740px;
	height:24px;
}

#footer_text {
	padding:20px 0 0 9px;
	margin:0;
}

#footer_text p {
	padding:0;
	margin:0;
}

#footer_text p.footer_links a {
	font:normal 12px Trebuchet MS, helvetica, arial, sans-serif;
	color:#989000;
	padding:0 10px 0 0;
	margin:0;
}

#footer_text p.footer_copy  {
	font:normal 12px Trebuchet MS, helvetica, arial, sans-serif;
	padding:0 0 20px 0;
	margin:0;
}

/*-- Random --*/

.clearer {
	clear:both;
}

.searchresult a {
	font-size: 1.2em;
	text-decoration: underline;
}

.searchresult a:hover {
	text-decoration: none;
}

#printcontainer {
	width: 575px;
	margin: 0 auto;
	margin-top: 10px;
	line-height: 1.6;
}

#mediainfo {
	width: 250px;
	margin-left: 325px;
	font-size: 0.9em;
	text-align: right;
}

.icon_pdf {
	background:url("/images/icon_pdf.gif") top left no-repeat;
	padding:0 0 0 10px;
	margin:0;
}