@charset "utf-8";
/* CSS Document */
/*Sucketree Menu: http://www.dynamicdrive.com/style/csslibrary/item/suckertree-menu-horizontal/ */
.suckertreemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.suckertreemenu ul li {
	position: relative;
	display: inline;
	float: left;
	background-color: #fff; /*overall menu background color*/
	z-index: 900;
}
/*Top level menu link items style*/
.suckertreemenu ul li a {
	display: block;
	/*Width of top level menu link items*/
padding: 0;
	border-left-width: 0;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	z-index: 900;
}
/*1st sub level menu*/
.suckertreemenu ul li ul {
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	border-left: 1px solid #dcd7d0;
	border-right: 1px solid #dcd7d0;
	border-bottom: 1px solid #dcd7d0;
	background: #fff;
	z-index: 900;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul {
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}
/* Sub level menu links style */
.suckertreemenu ul li ul li {
	display: block;
	width: 125px; /*width of sub menu levels*/
	color: #9a8c7e;
	text-decoration: none;
	font-size: 10px;
	line-height: 5px;
	padding: 4px 0 4px 0;
}
.suckertreemenu a,
.suckertreemenu a:link,
.suckertreemenu a:visited {
	display: block;
	/*width: 125px;*/ /*width of sub menu levels*/
	color: #9a8c7e;
	text-decoration: none;
	line-height: 5px;
	font-size: 10px;
	padding: 4px 0 4px 0;
}
.suckertreemenu a:active,
.suckertreemenu a:hover {
	display: block;
	/*width: 125px;*/ /*width of sub menu levels*/
	color: #8C8634;
	text-decoration: none;
	font-size: 10px;
	padding: 4px 0 4px 0;
	}
.theHomes {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/the_homes.png) no-repeat;
	width:129px;
	height: 29px;
}
.theHomes:hover {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/the_homes_over.png) no-repeat;
	color: white;
}
.theCommunity {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/the_community.png) no-repeat;
	width: 145px;
	height: 29px;
}
.theCommunity:hover {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/the_community_over.png) no-repeat;
	color: white;
}
.location {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/location.png) no-repeat;
	width: 131px;
	height: 29px;
}
.location:hover {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/location_over.png) no-repeat;
	color: white;
}
.gallery {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/gallery.png) no-repeat;
	width: 108px;
	height: 29px;
}
.gallery:hover {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/gallery_over.png) no-repeat;
	color: white;
}
.golf {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/golf.png) no-repeat;
	width: 95px;
	height: 29px;
}
.golf:hover {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/golf_over.png) no-repeat;
	color: white;
}
.relocating {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/relocating.png) no-repeat;
	width: 138px;
	height: 29px;
}
.relocating:hover {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/relocating_over.png) no-repeat;
	color: white;
}
.happenings {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/happenings.png) no-repeat;
	width: 130px;
	height: 29px;
}
.happenings:hover {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/happenings_over.png) no-repeat;
	color: white;
}
.contact {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/contact.png) no-repeat;
	width: 112px;
	height: 29px;
}
.contact:hover {
	background: transparent url(http://praderacolorado.businesscatalyst.com/images/contact_over.png) no-repeat;
	color: white;
}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon {
	background: transparent;
	height:20px;
}
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {
	background: #F3F3F3 url(http://praderacolorado.businesscatalyst.com/media/arrow-right.gif) no-repeat center right;
}
* html p#iepara { /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .suckertreemenu ul li {
	float: left;
	height: 1%;
}
* html .suckertreemenu ul li a {
	height: 1%;
}
# nav {
}
/* End */

/*===== Footer Links and Nav =====*/

#footer {
	text-align: center;
	font-size: 9pt;
	font-family: helvetica, arial;
	}
	
#footer ul, #footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
#footer a {
	color: #B3A99E;
	text-decoration: none;
	}
	
#footer li a {
	display: inline-block;
	background: url(images/dot.jpg) right center no-repeat;
	padding: 3px 12px 3px 4px;
	}
	
#footer li#sd a, #footer li#eight a {
	background: none;
	}
