/**
* Clemme website CSS.
*
* Copyright (c)2008 44 Interactive. All Rights Reserved.
*
* SVN File: $Id: testsvn.php 31 2008-05-22 14:32:48Z Mike Neugebauer $
* @author $Author: Mike Neugebauer $
* @version $Revision: 31 $
* @lastrevision $Date: 2008-05-22 09:32:48 -0500 (Thu, 22 May 2008) $
* @modifiedby $LastChangedBy: Mike Neugebauer $
* @lastmodified $LastChangedDate: 2008-05-22 09:32:48 -0500 (Thu, 22 May 2008) $
* @filesource $URL: svn+ssh://miken@svnhost/svnhome/base/trunk/testsvn.php $
*/

* { margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 62.5%;
	height:100%;
}



body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background:#ebe4d3 url(/_cust/images/bodyBGTile.jpg) repeat-y center;
	color:#382513;
	height:100.1%;
}

html body#home{
	height:100%;
}

h1, h2, h3, h4, h5 {
	color:#382513;
}

h1 {
    font-size: 2.1em;
	margin-bottom:8px;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.7em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.3em;
}

a:link {
	color:#382513;
	text-decoration: underline;
}

a:visited {
	color:#7e6145;
	text-decoration: underline;
}

a:hover {
	color:#7e6145;
	text-decoration: none;
}

a:active {
	color:#000000;
	text-decoration: underline;
}

p { margin-bottom:10px; }



/*------------------------------------------------------- HOME PAGE STYLES -----------------------------------------------------*/
body#home {
	width:100%;
	height:100%;
}

#containerindex {
	width:100%;
	height:100%;
}

#indexmain {
	width:100%;
	height:100%;
	position:relative;
	z-index:100;
}


#flashindex {
	width:100%;
	height:100%;
	/*z-index:150;
	position:absolute;
	top:0;*/
}

#footerindex{
	position:absolute;
	bottom:0;
	/*margin:auto 0;*/
	width:100%;
	z-index:600;
	height:30px;
	color:#CCCCCC;
	overflow:hidden;
	background:url(/_cust/images/footerBG.jpg) repeat-x;
}



#footerindex{
	position:absolute;
	bottom:0;
	/*margin:auto 0;*/
	width:100%;
	z-index:600;
	height:38px;
	color:#CCCCCC;
	overflow:hidden;
	background:url(/_cust/images/footerIndexBG.jpg) repeat-x;
}

#footerindex ul li {
	float:left;
	margin:10px 4px;
	padding-right:8px;
	list-style:none;
	border-right:solid #FFFFFF 1px;
	font-size:10px;
}

#footerindex ul li.jdi {
	border-right:none;
	float:right;
	margin-right:12px;
}

#footerindex a {
	text-decoration:none;
}

#footerindex a:link {
	color:#CCCCCC;
}

#footerindex a:visited {
	color:#999999;
}

#footerindex a:hover {
	color:#FFFFFF
}

#footerindex a:active {
	color:#000000;
}

.logo44i {
	margin-top: -4px;
}

/*----------------------------------------------------------- MAIN PAGE STYLES -----------------------------------------------------------*/


#header {
	width:100%;
	height:95px;
	background:#231509 url(/_cust/images/headerBGTile.jpg) repeat-x;
}

body#home #header {
	position:absolute;
	z-index:150;
	background:none;
	background:url(/_cust/images/headerBGTile.png) repeat-x;
}

#nav {
	width:750px;
	margin:0 auto;
}

#nav img.logo {
	margin:0px 36px 0 0;
	float:left;
}


#container {
	width:776px;
	margin:12px auto;
}
/*
#container h1.title {
	margin-left:13px;
}*/

#container h1 {
	margin-left:12px;
}

#content {
	margin:18px 13px 36px 13px;
	background:url(/_cust/images/contBGTile.jpg) repeat-y top;
}

#content h1 {
	margin:0 18px 18px 18px;
	padding-bottom:12px;
	color:#382513;
	background:url(/_cust/images/headingBorder.jpg) repeat-x bottom;
}

#contentTop {
	background:url(/_cust/images/contTop.jpg) no-repeat;
	height:18px;
	float:left;
	width:750px;
}

#contentBtm {
	 background:url(/_cust/images/contBtm.jpg) no-repeat;
	 height:18px;
	 float:left;
	 width:750px;
}

#contentBody {
	line-height:1.4em;
	padding:0 24px;
	width:458px;
	float:left;
	margin-right:8px;
}

#contentBody h2 {
	margin:24px 0 8px 0;
}

#contentBody p.wide{
	width:694px;
}

#contentBody ul {
	margin-bottom:8px;
}

#contentBody ul.info {
	font-weight:bold;
}


#contentBody ul li {
	margin-left:12px;
	padding:3px 0;
	list-style:none;
}

#panels {
	width:218px;
	float:left;
}

#panels img {
	margin-bottom:12px;
}

#footer {
	width:734px;
	height:50px;
	margin:0 auto 12px auto;
	background:url(/_cust/images/footerBG.jpg) no-repeat;
	color:#FFFFFF;
	padding:0 8px;
}

#footer ul li {
	float:left;
	margin:12px 4px 0 4px;
	padding-right:8px;
	list-style:none;
	border-right:solid #FFFFFF 1px;
	font-size:10px;
}

#footer ul li.jdi {
	border-right:none;
	float:right;
	/*margin-right:12px;*/
}

#footer a {
	text-decoration:none;
}

#footer a:link {
	color:#CCCCCC;
}

#footer a:visited {
	color:#999999;
}

#footer a:hover {
	color:#FFFFFF
}

#footer a:active {
	color:#000000;
}

img.equal {
	margin:9px 0 0 18px;
}




/*--------------------------------------------------------- HOME CATEGORY PAGES STYLES --------------------------------------------------------*/

h1.title {
	font-size:2.6em;
}


/*
#qpl {
	width:200px;
	height:20px;
	background-color:#00FF00;
	position:absolute;
	z-index:500;
	top:2px;
}*/


#qpl {
	width:693px;
	height:20px;
	top:2px;
	position:relative;
	z-index:105;
}

.qplSelect{
	/*margin-top: 4px; */
	color: #382513;
	font-size:.95em;
}

#qpl select {
	width: 200px;
	float:right;
}


.propPanel {
	margin:18px 13px 36px 13px;
	background:url(/_cust/images/contBGTile.jpg) repeat-y top;
}

.propPanel h1 {
	margin:0 18px 18px 18px;
	padding-bottom:12px;
	color:#382513;
	background:url(/_cust/images/headingBorder.jpg) repeat-x bottom;
}

.propPanel h1 a, .propPanel h1 a:visited {
	text-decoration:none;
}




.propPanelTop {
	background:url(/_cust/images/contTop.jpg) no-repeat;
	height:18px;
	/*float:left;*/
	width:750px;
}

.propPanelBtm {
	 background:url(/_cust/images/contBtm.jpg) no-repeat;
	 height:18px;
	/* float:left;*/
	 width:750px;
}

.propPanelBody {
	line-height:1.4em;
	padding:0 24px;
	margin-right:8px;
}

.propPanelBody img.thumb {
	border:2px solid #382513;
	float:left;
	margin:0 18px 18px 0;
}

.propPanelBody ul {
	float:left;
	width:265px;
	list-style:none;
	margin-bottom:8px;
}


.propPanelBody li {
	padding:2px 0;
	font-weight:bold;
}

.propPanelBody ul ul {
	margin-left:8px;
	list-style:disc;
	width:256px;
}

.propPanelBody ul ul li {
	margin-left:12px;
}



.propPanelBody img.icons {
	margin:0 8px;
	float:right;
}



.propPanelBody p {
	float:left;
	width:253px;
	margin-bottom:8px;
	font-weight:bold;
	line-height:1.8em;
}



/*--------------------------------------------------------- PROPERTIES PAGE STYLES --------------------------------------------------------*/

#panelLeft {
	float:left;
	width:404px;
	margin-right:12px;
}

#iconPanel {
	width:404px;
	float:left;
}

#iconPanel a {
	margin:8px;
}

#iconPanel img {
	padding:8px 4px;
}

a.mapIcon, a.mapIcon:visited {
	display:block;
	float:left;
	width:30px;
	height:44px;
	overflow:hidden;
	background:url(/_cust/images/mapIcon.png) top no-repeat;
	text-indent:-10000px;
}




a.fpIcon, a.fpIcon:visited {
	display:block;
	float:left;
	width:57px;
	height:44px;
	overflow:hidden;
	background:url(/_cust/images/fpIcon.png) top no-repeat;
	text-indent:-10000px;
}

a.spIcon, a.spIcon:visited {
	display:block;
	float:left;
	width:57px;
	height:44px;
	overflow:hidden;
	background:url(/_cust/images/spIcon.png) top no-repeat;
	text-indent:-10000px;
}

#iconPanel a.pdfIcon, #iconPanel a.pdfIcon:visited {
	display:block;
	float:left;
	width:59px;
	height:54px;
	overflow:hidden;
	background:url(/_cust/images/pdfIcon.png) top no-repeat;
	text-indent:-10000px;
}

.propPanelBody a.pdfIcon, .propPanelBody a.pdfIcon:visited {
	display:block;
	float:right;
	width:59px;
	height:54px;
	overflow:hidden;
	background:url(/_cust/images/pdfIcon.png) top no-repeat;
	text-indent:-10000px;
	margin:8px 6px;
}

a.mailIcon, a.mailIcon:visited {
	display:block;
	float:left;
	width:56px;
	height:54px;
	overflow:hidden;
	background:url(/_cust/images/mailIcon.png) top no-repeat;
	text-indent:-10000px;
	font-size:.8em;
}

a.mailIcon2, a.mailIcon2:visited {
	display:block;
	float:left;
	width:81px;
	height:55px;
	overflow:hidden;
	background:url(/_cust/images/mailIcon2.png) top no-repeat;
	text-indent:-10000px;
	font-size:.8em;
}


a.infoIcon, a.infoIcon:visited {
	display:block;
	float:right;
	width:65px;
	height:54px;
	overflow:hidden;
	background:url(/_cust/images/infoIcon.png) top no-repeat;
	text-indent:-10000px;
	margin:8px 5px;
	font-size:.8em;
}

a.websiteIcon, a.websiteIcon:visited {
	display:block;
	float:left;
	width:98px;
	height:29px;
	overflow:hidden;
	background:url(/_cust/images/websiteIcon.png) top no-repeat;
	text-indent:-10000px;
	margin:8px 5px;
	font-size:.8em;
}

a.downloadIcon, a.downloadIcon:visited {
	display:block;
	float:left;
	width:114px;
	height:29px;
	overflow:hidden;
	background:url(/_cust/images/downloadIcon.png) top no-repeat;
	text-indent:-10000px;
	margin:8px 5px;
	font-size:.8em;
}

a.covenantsIcon, a.covenantsIcon:visited {
	display:block;
	float:left;
	width:84px;
	height:29px;
	overflow:hidden;
	background:url(/_cust/images/covenantsIcon.png) top no-repeat;
	text-indent:-10000px;
	margin:8px 5px;
	font-size:.8em;
}
a.brochureIcon, a.brochureIcon:visited {
	display:block;
	float:left;
	width:100px;
	height:29px;
	overflow:hidden;
	background:url(/_cust/images/brochureIcon.png) top no-repeat;
	text-indent:-10000px;
	margin:8px 5px;
	font-size:.8em;
}

a.mapIcon:hover,
a.fpIcon:hover,
a.spIcon:hover,
#iconPanel a.pdfIcon:hover,
.propPanelBody a.pdfIcon:hover,
a.pdfIcon:hover,
a.mailIcon:hover,
a.mailIcon2:hover,
a.infoIcon:hover,
a.websiteIcon:hover,
a.downloadIcon:hover,
a.covenantsIcon:hover,
a.brochureIcon:hover{
	background-position:bottom;
}



#backBtn {
	width:62px;
	height:27px;
	float:right;
	margin:4px 12px;
	background:url(/_cust/images/backBtnBG.jpg) no-repeat;
	text-align:center;
	font-size:.9em;
	color:#382513;
	padding-top:3px;
}

#backBtn a {
	color:#382513;
	text-decoration:none;
}

a.backBtn:link, a.backBtn:visited  {
	width:62px;
	height:26px;
	float:right;
	margin:0 18px 0 0;
	background:url(/_cust/images/backBtnBG.jpg) top no-repeat;
	text-align:center;
	font-size:.9em;
	color:#382513;
	padding-top:1px;
	color:#382513;
	text-decoration:none;
}

a.backBtn:hover {
	background-position:bottom;
	color:#FFFFFF;
}



/*--------------------------------------------------------- PROJECT PAGE STYLES --------------------------------------------------------*/

h4.projectDate {
	text-decoration:underline;
	margin-bottom:8px;
}

h5.projectDesc {
	line-height:1.3em;
}

.projectPanel {
	margin:18px 13px 36px 13px;
	background:url(/_cust/images/contBGTile.jpg) repeat-y top;
}

.projectPanel:hover {
	cursor:pointer;
}

.projectPanel h1 {
	margin:0 18px 18px 18px;
	padding-bottom:12px;
	color:#382513;
	background:url(/_cust/images/headingBorder.jpg) repeat-x bottom;
}

.projectPanel a, .projectPanel a:visited {
	color:#382513;
	text-decoration:none;
}

.projectPanelTop {
	background:url(/_cust/images/contTop.jpg) no-repeat;
	height:18px;
	/*float:left;*/
	width:750px;
}

.projectPanelBtm {
	 background:url(/_cust/images/contBtm.jpg) no-repeat;
	 height:18px;
	/* float:left;*/
	 width:750px;
}

.projectPanelBody {
	line-height:1.4em;
	padding:0 24px;
	margin-right:8px;
}

.projectPanelBody img.thumb {
	border:2px solid #382513;
	float:left;
	margin:0 18px 18px 0;
}

.projectPanelBody ul {
	float:left;
	width:265px;
	list-style:none;
	margin-bottom:8px;
	background-color:#FF0000;
}


.projectPanelBody li {
	padding:2px 0;
	font-weight:bold;
}

.projectPanelBody ul ul {
	margin-left:8px;
	list-style:disc;
	width:256px;
}

.projectPanelBody ul ul li {
	margin-left:12px;
}



.projectPanelBody img.icons {
	margin:0 8px;
	float:right;
}

img.project {
	border: 2px solid #382513;
	/*float:left;*/
	margin: 0 18px 18px 0;
}

.projectPanelBody p {
	font-weight:bold;
}












/*--------------------------------------------------------- CONTACT STYLES --------------------------------------------------------*/
.contact {
	width:190px;
	height:112px;
	float:left;
	margin-right:12px;
	padding:12px;
	background:url(/_cust/images/contactBG.png) no-repeat;
	overflow:hidden;
	display:block;
}



/*--------------------------------------------------------- SITEMAP STYLES --------------------------------------------------------*/

body#sitemap ul {

}

body#sitemap #contentBody a, body#sitemap #contentBody a:visited {
	text-decoration:none;
	color:#382513;
}

body#sitemap #contentBody a:hover{
	text-decoration:underline;
}

body#sitemap #contentBody a.aboutBtn, body#sitemap #contentBody a.aboutBtn:visited,
body#sitemap #contentBody a.commBtn, body#sitemap #contentBody a.commBtn:visited,
body#sitemap #contentBody a.findBtn, body#sitemap #contentBody a.findBtn:visited,
body#sitemap #contentBody a.neighborhoodBtn, body#sitemap #contentBody a.neighborhoodBtn:visited,
body#sitemap #contentBody a.servicesBtn, body#sitemap #contentBody a.servicesBtn:visited,
body#sitemap #contentBody a.contactBtn, body#sitemap #contentBody a.contactBtn:visited {
	width:225px;
	padding:4px;
	display:block;
	background-color:#382513;
	color:#FFFFFF;
}

body#sitemap #contentBody a.aboutBtn:hover,
body#sitemap #contentBody a.commBtn:hover,
body#sitemap #contentBody a.findBtn:hover,
body#sitemap #contentBody a.neighborhoodBtn:hover,
body#sitemap #contentBody a.servicesBtn:hover,
body#sitemap #contentBody a.contactBtn:hover {
	text-decoration:none;
	background-color:#7e6145;
}








/*--------------------------------------------------------- MENU STYLES --------------------------------------------------------*/



/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

.menu {
	/*width:745px;*/
	height:54px;
	position:relative;
	z-index:100;
	float:left;
	margin-top: 0px;
	/* margin-left: 132px; */
	/*border-right:1px solid #000;*/
}

.menu_qpl {
	/*width:745px;*/
	position:relative;
	z-index:100;
	margin-left: 30%;
	margin-top:0px;
	/*border-right:1px solid #000;*/
}

.menu_cont {
}

.menu img.ends {
	float:left;
}

/* hack to correct IE5.5 faulty box model
* html .menu {
	width:746px;
	w\idth:745px;
}*/

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
}

/*useless?*/
/*
.menu ul ul {
	width:149px;
}*/

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	/*width:149px;*/
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	/*font-size:11px;*/
	text-decoration:none;
	color:#fff;
	width:138px;
	height:54px;
	/*padding-left:10px;*/
	line-height:54px;
	position:relative;
	z-index:150;
}



/*direction:ltr*/



/* a hack so that IE5.5 faulty box model is corrected */
/*
* html .menu a, * html .menu a:visited {
	width:149px;
	w\idth:138px;
}
*/

/* style the second level background
.menu ul ul a.drop,
.menu ul ul a.drop:visited {
	background:#d4d8bd url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
	background-color:#FF0000;

}*/

/* style the second level hover
.menu ul ul a.drop:hover{
	background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
	background-position:bottom;
}

.menu ul ul :hover > a.drop {
	background:#c9ba65 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;
}*/

/* style the third level background
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
}*/

/* style the third level hover
.menu ul ul ul a:hover {
	background:#b2ab9b;
}
*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:46px;
	left:0;
	width:125px;
	z-index:300;
	/*border-top:1px solid #000;*/
}

/* another hack for IE5.5
* html .menu ul ul {
	top:30px;
	t\op:31px;
}

	*/

/* position the third level flyout menu
.menu ul ul ul{
	left:149px;
	top:-1px;
	width:149px;
}
*/
/* position the third level flyout menu for a left flyout
.menu ul ul ul.left {
	left:-149px;
} */

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:8px;
	left:0;
	border-collapse:collapse;
	z-index:300;
}

.menu a {
	display:block;
	overflow:hidden;
}

/* style the second level links */
.menu ul ul a,
.menu ul ul a:visited {
	color:#ffc626;
	height:24px;
	line-height:24px;
	/*padding:5px 10px;*/
	width:136px;
	padding-left:8px;
	/*border-width:0 1px 1px 1px;*/
	background:url(/_cust/images/menuDropBG.jpg) repeat-x top;
	text-decoration:none;
	position:relative;
	z-index:300;

}

/* yet another hack for IE5.5
* html .menu ul ul a,
* html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
*/

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff;
	/*background:#949e7c;
	background:#00FFFF;*/
	background-position:bottom;
	text-decoration:none;
	position:relative;
	z-index:300;
}

.menu :hover > a,
.menu ul ul :hover > a {
	color:#fff;
	/*background:#949e7c;*/
	background-position:bottom;
	position:relative;
	z-index:300;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link
.menu ul :hover ul ul{
	visibility:hidden;
}
 */
/* make the third level visible when you hover over second level list OR link
.menu ul :hover ul :hover ul{
	visibility:visible;
}
*/


.menu a.aboutBtn, .menu a.aboutBtn:visited {
	background:url(/_cust/images/aboutBtnBG.jpg) no-repeat top;
	width:64px;
	text-indent:-10000px;
}

.menu a.aboutBtn:hover {
	background-position:bottom;
}

.menu a.commBtn, .menu a.commBtn:visited {
	background:url(/_cust/images/commBtnBG.jpg) no-repeat top;
	width:94px;
	text-indent:-10000px;
}

.menu a.commBtn:hover {
	background-position:bottom;
}

.menu a.findBtn, .menu a.findBtn:visited {
	background:url(/_cust/images/findHomeBtnBG.jpg) no-repeat top;
	width:94px;
	text-indent:-10000px;
}

.menu a.findBtn:hover {
	background-position:bottom;
}

.menu a.neighborhoodBtn, .menu a.neighborhoodBtn:visited {
	background:url(/_cust/images/hoodBtnBG.jpg) no-repeat top;
	width:121px;
	text-indent:-10000px;
}

.menu a.neighborhoodBtn:hover {
	background-position:bottom;
}

.menu a.servicesBtn, .menu a.servicesBtn:visited {
	background:url(/_cust/images/servicesBtnBG.jpg) no-repeat top;
	width:75px;
	text-indent:-10000px;
}

.menu a.servicesBtn:hover {
	background-position:bottom;
}

.menu a.contactBtn, .menu a.contactBtn:visited {
	background:url(/_cust/images/contactBtnBG.jpg) no-repeat top;
	width:75px;
	text-indent:-10000px;
}

.menu a.contactBtn:hover {
	background-position:bottom;
}


body#about .menu a.aboutBtn,
body#commercial .menu a.commBtn,
body#findahome .menu a.findBtn,
body#neighborhoods .menu a.neighborhoodBtn,
body#services .menu a.servicesBtn,
body#contact .menu a.contactBtn {
	background-position:center;
	cursor:default;
}






/*----------------------------------------------------------- SUBNAV STYLES -----------------------------------------------------*/

/*
#sub {
	height:32px;
	width:100%;
	background:#00FF00;
}*/



#subnav {
	margin:-7px auto 0 auto;
	height:32px;
}

#subnav.homes {
	width:403px;
}

#subnav.hoods {
	width:734px;
	height:52px;
	background:url(../images/hoodSubBG.jpg) no-repeat;
	padding:1px 12px 0 12px
}


#subnav img.ends {
	float:left;
}

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

#subnav li {
	float:left;
	position:relative;
	text-indent:-10000px;
}

#subnav a {
	display:block;
	overflow:hidden;
}


/* style the links for the top level */
#subnav a, #subnav a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	height:32px;
	line-height:27px;
}


/* style the top level hover */
#subnav a:hover, #subnav ul ul a:hover{
	color:#fff;
	background-position:bottom;
	text-decoration:none;

}

#subnav :hover > a,
#subnav ul ul :hover > a {
	color:#fff;
	background-position:bottom;
}

#subnav.hoods li {
	float:left;
	text-indent:0;
	color:#ffc526;
}


#subnav.hoods li a, #subnav.hoods li a:visited {
	display:block;
	height:18px;
	padding:2px 6px 3px 6px;
	margin:0 6px 1px 0;
	color:#ffc526;
	line-height:18px;
}

#subnav.hoods li a:hover {
	background-color:#221300;
}






#hoodnav {
	width:734px;
	height:52px;
	background:url(../images/hoodSubBG.jpg) no-repeat;
	padding:1px 12px 0 12px;
	margin:-7px auto 0 auto;
}

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

#hoodnav ul li {
	float:left;
	text-indent:0;
	color:#ffc526;
}



/* style the links for the top level */
#hoodnav ul li a, #subnav ul li a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	height:32px;
	line-height:27px;
	float:left;
}


/* style the top level hover */
#hoodnav ul li a:hover, #hoodnav ul li ul a:hover{
	color:#fff;
	background-position:bottom;
	text-decoration:none;

}




#hoodnav ul li a, #hoodnav ul li a:visited {
	display:block;
	height:18px;
	padding:2px 6px 3px 6px;
	margin:0 6px 1px 0;
	color:#ffc526;
	line-height:18px;
}

#hoodnav ul li a:hover {
	background-color:#221300;
}

/*
#subnav a.tgpBtn, #subnav a.tgpBtn:visited {
	width:111px;
	background:url(/_cust/images/tgpBtnBG.jpg) no-repeat;
}

#subnav a.tgpBtn:hover {
	background-position:bottom;
}

#subnav a.gpeBtn, #subnav a.gpeBtn:visited {
	width:128px;
	background:url(/_cust/images/gpeBtnBG.jpg) no-repeat;
}

#subnav a.gpeBtn:hover {
	background-position:bottom;
}

#subnav a.gpvBtn, #subnav a.gpvBtn:visited {
	width:121px;
	background:url(/_cust/images/gpvBtnBG.jpg) no-repeat;
}

#subnav a.gpvBtn:hover {
	background-position:bottom;
}

#subnav a.theVillasBtn, #subnav a.theVillasBtn:visited {
	width:107px;
	background:url(/_cust/images/theVillasBtnBG.jpg) no-repeat;
}

#subnav a.theVillasBtn:hover {
	background-position:bottom;
}

#subnav a.gvBtn, #subnav a.gvBtn:visited {
	width:98px;
	background:url(/_cust/images/gvBtnBG.jpg) no-repeat;
}

#subnav a.gvBtn:hover {
	background-position:bottom;
}

#subnav a.aaBtn, #subnav a.aaBtn:visited {
	width:106px;
	background:url(/_cust/images/aaBtnBG.jpg) no-repeat;
}

#subnav a.aaBtn:hover {
	background-position:bottom;
}

#subnav a.nlBtn, #subnav a.nlBtn:visited {
	width:109px;
	background:url(/_cust/images/nlBtnBG.jpg) no-repeat;
}

#subnav a.nlBtn:hover {
	background-position:bottom;
}

#subnav a.ffBtn, #subnav a.ffBtn:visited {
	width:81px;
	background:url(/_cust/images/ffBtnBG.jpg) no-repeat;
}

#subnav a.ffBtn:hover {
	background-position:bottom;
}

#subnav a.boulderBtn, #subnav a.boulderBtn:visited {
	width:131px;
	background:url(/_cust/images/boulderBtnBG.jpg) no-repeat;
}

#subnav a.boulderBtn:hover {
	background-position:bottom;
}*/

body#thegrandprairie #hoodnav ul li a.tgpBtn,
body#grandprairieestates #hoodnav ul li a.gpeBtn,
body#prairiegardensvillas #hoodnav ul li a.theVillasBtn,
body#artisanaddition #hoodnav ul li a.aaBtn,
body#grandprairievillas #hoodnav ul li a.gpvBtn,
body#norwalklanding #hoodnav ul li a.nlBtn,
body#fossfields #hoodnav ul li a.ffBtn,
body#boulder #hoodnav ul li a.boulderBtn,
body#prairiegardens #hoodnav ul li a.pgaBtn,
body#timberline #hoodnav ul li a.tlBtn {
	/*background-position:center;*/
	color:#f4d277;
	cursor:default;
	background:none;
}


#subnav a.villasBtn, #subnav a.villasBtn:visited {
	width:52px;
	background:url(/_cust/images/villasBtnBG.jpg) no-repeat;
}

#subnav a.villasBtn:hover {
	background-position:bottom;
}

#subnav a.homesBtn, #subnav a.homesBtn:visited {
	width:60px;
	background:url(/_cust/images/homesBtnBG.jpg) no-repeat;
}

#subnav a.homesBtn:hover {
	background-position:bottom;
}

#subnav a.thBtn, #subnav a.thBtn:visited {
	width:84px;
	background:url(/_cust/images/thBtnBG.jpg) no-repeat;
}

#subnav a.thBtn:hover {
	background-position:bottom;
}

#subnav a.condosBtn, #subnav a.condosBtn:visited {
	width:62px;
	background:url(/_cust/images/condosBtnBG.jpg) no-repeat;
}

#subnav a.condosBtn:hover {
	background-position:bottom;
}

#subnav a.vacationBtn, #subnav a.vacationBtn:visited {
	width:113px;
	background:url(/_cust/images/vacationBtnBG.jpg) no-repeat;
}

#subnav a.vacationBtn:hover {
	background-position:bottom;
}

body#homes #subnav a.homesBtn,
body#villas #subnav a.villasBtn,
body#twinhomes #subnav a.thBtn,
body#condos #subnav a.condosBtn,
body#vacation #subnav a.vacationBtn {
	background-position:center;
	cursor:default;
}







#subnav a.resBtn, #subnav a.resBtn:visited {
	width:150px;
	background:url(/_cust/images/resBtnBG.jpg) no-repeat;
}

#subnav a.resBtn:hover {
	background-position:bottom;
}

#subnav a.commDevBtn, #subnav a.commDevBtn:visited {
	width:152px;
	background:url(/_cust/images/commDevBtnBG.jpg) no-repeat;
}

#subnav a.commDevBtn:hover {
	background-position:bottom;
}

#subnav a.desBtn, #subnav a.desBtn:visited {
	width:152px;
	background:url(/_cust/images/desBtnBG.jpg) no-repeat;
}

#subnav a.desBtn:hover {
	background-position:bottom;
}

#subnav a.steelBtn, #subnav a.steelBtn:visited {
	width:99px;
	background:url(/_cust/images/steelBtnBG.jpg) no-repeat;
}

#subnav a.steelBtn:hover {
	background-position:bottom;
}

body#residential #subnav a.resBtn,
body#commercialdevelopment #subnav a.commDevBtn,
body#design #subnav a.desBtn,
body#steel #subnav a.steelBtn {
	background-position:center;
	cursor:default;
}


img, #iconPanel {
	behavior: url(iepngfix.htc)
}

img, #iconpanel {
	behavior: url(iepngfix.htc)
}

img {
	behavior: url(iepngfix.htc)
}



/*----------------------------------------------------------- CLEARFIX -----------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */