body{
    margin-top:0;
    background-image:url('/images/background.jpg');
}

.greybackground{
    background-image:url('/images/backgroundCV.jpg');
}
.bottomshadow{
    background-image:url('/images/bottomshadow.png');
}
    
ul.greendiamond{
    list-style-image:url('/images/bullet.png');
}

ul.greendiamond_white{
    list-style-image:url('/images/bullet.png');
    margin-top:0;
    padding-top:10px;
}

ul.greendiamond li,ul.greendiamond_white li{
    color: #333333;
    font-size: 12px;
    padding: 1px;
    margin-left:-15px;
}

.input-prompt {
    position: absolute;
    color: #bbbbbb;
    margin: 0.2em 0 0 0.5em;
    font-size:13px;
    font-weight:bold;
}

#ddt1r2c1{
/* #ddt1r2c1,#ddt1r2c2{ */
    display:none;
}

.floor_plan_shadows{
    float:left;
}

.floor_plan_description{
    float:left;
    width:327;
    background-color:#999e19;
}

.floor_plan_container{
    padding:10px 10px 0 10px;
    font-family:arial;
    background-color:#999e19;
}

.floor_plan_white_part{
    background-color:#fff;
    height:155px;
    /* padding-top:20px; */
}

.floor_plan_white_part_2{
    background-color:#fff;
    height:38px;
    /* margin-top:15px;
    padding-top:20px; */
}

.floor_plan_white_part_3{
    background-color:#fff;
    height:80px;
    /* margin-top:15px;
    padding-top:20px; */
}

.floor_plan_white_part_3cobble{
    background-color:#fff;
    height:82px;
    /* margin-top:15px;
    padding-top:20px; */
}

.floor_plan_white_part_4{
    background-color:#fff;
    height:285px;
    /* margin-top:15px;
    padding-top:20px; */
}

.floor_plan_white_part_4bristol{
    background-color:#fff;
    height:195px;
}

.floor_plan_white_part_4kensington{
    background-color:#fff;
    height:215px;
}

.floor_plan_white_part_4lenox{
    background-color:#fff;
    height:195px;
}

.floor_plan_white_part_4sorrento1{
    background-color:#fff;
    height:225px;
}

.floor_plan_white_part_4sorrento2{
    background-color:#fff;
    height:165px;
}

.floor_plan_title{
    font-size:13px;
    background-color:#4e545c;
    height:20px;
    padding-top:3px; 
    color:white;
    padding-left:5px;
    font-weight:bold;
}

.floor_plan_text{
    /* padding:5px; */
    color:#333;
    font-size:12px;
}

.floor_plan_text a{
    color:#333;
    font-size:14px;
    text-decoration:none;
    font-weight:bold;
    padding-left:10px;
}

#floor_plan_picture_text,#floor_plan_picture_text_top,.threedtour_title{
    margin-top:0px;
    color:#333;
    font-weight:normal;
    padding-left:10px;
    font-size:18px;
    font-weight:bold;
    padding-top:6px;
}

.threedtour_title{
    margin-top:30px;
 }

#floor_plan_picture_text_top{
    text-align:center;
}

#picture_div{
    margin-top:5px;
}



/* 
   
   dkkddldklfdlfjdl
   
   
   
   */



/* ... slide show .. */

ul.slideshow {
	list-style:none;
	width:470px;
	height:313px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:470px;
	height:20px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin: -2px 0 0 0;
	padding:0;	
	font-size:12px;
}

#slideshow-caption p {
	margin:0px 0 0 0;
	padding:0;
}

/* show files form */
.file_list{
    text-align:left;
    padding-left:300px;
}

/* ... slide show .. */

ul.portfolio {
	list-style:none;
	width:564px;
	height:376px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.portfolio li {
	position:absolute;
	left:0;
	right:0;
}

ul.portfolio li.pshow {
	z-index:500;	
}


#portfolio-caption {
	width:564px;
	height:20px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#portfolio-caption .portfolio-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#portfolio-caption h3 {
	margin: -2px 0 0 0;
	padding:0;	
	font-size:12px;
}

#portfolio-caption p {
	margin:0px 0 0 0;
	padding:0;
}





		/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width:564px;
			display:none;
                        margin-bottom:10px;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
			width:564;
			height:400px;
			display:block;
		}
		
		/*
			Optional:
			Reset list default style
		*/
		.pagination {
			list-style:none;
			margin-top:-20px;
			padding:0;
		}

		/*
			Optional:
			Show the current slide in the pagination
		*/
		.pagination .current a {
			color:red;
		}

                .pagination li a{
                        color:#4e5e54
		}

.next,.prev{
    color:#4e545c;
    text-decoration: none;
}

.portfoliio_picture_title{
    font:bold;
    color:#565656;
    font-size:18px;
}

#special_creeksedge_announcement{
    /* display:none; */
}

.image-wrapper{
    width: 577;
}

.slideshow1_image{
    height: 400px;
    display: none;
}
.slideshow1_image_hor{
    width: 577px;
}

.ps_prev, .ps_playpause, .ps_next{
    display:none;
}

.home_model{
    background-color: white;
    border: 1px solid;
    cursor: pointer;
    vertical-align: top;
}

.home_model_cobblestone{    
    position: relative;
    width: 107px;
    height: 396px;
}

.home_model_title {
    width:70px;
    border-bottom:1px solid;
    color:#989c38;
    margin:10px 0 0 10px;
    font-weight:bold;
    padding-bottom:5px;
    font-size:14px;
}

.home_model_detail{
    background-color:#4e545c;
    color:white;
    padding:5px;
    font-weight:bold;
    font-size:12px;
    height:30px;
    width:70px;
    margin:10;
}

.home_model_detail_cobblestone{
    position:absolute;
    bottom: 5px;
}

.home_model_img{
    height: 100px;
    width: 70px;
}





/* remove the list style */
#maintop {
    margin:0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:12px;
}  

#maintop li {
    padding:5px 0px;
    float:left;
    display:block;
    width:174px;
    background-color:#999e19 ;/* b2b382; */
    position:relative;
    z-index:500;
    margin:0 1px;
    height:14px;
    text-align:center;
    vertical-align:bottom;
}

#maintop li.community_drop{
    width:184px;
    text-align:left;
    padding-left:3px;
}

/* header */
#maintop li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    color:#fff;
    /*88 text-align:center; 88*/
    color:#4a541f;
}

#maintop li a:hover {
    color:#fff;
}

/* page you are on */
#maintop a.selected {
    color:#e2e382;
}

/* dropdown */
#maintop ul {
    position:absolute;
    left:0;
    display:none;
    /*88 margin:0 0 0 -1px; 88*/
    margin:5 0 0 -40px;
    /*88 padding:0; 88*/
    list-style:none;
}

#maintop ul li {
    width:174px;
    float:left;
    border-top:1px solid #fff;
}

#maintop ul a {
    display:block; /* makes whole box a link */
    /*88 height:15px; 88*/
    /*88 padding: 8px 5px; 88*/
    color:#666;
}

#maintop ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #maintop ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#maintop li.firstdrop{
    margin:0 1 0 0;
}





/* remove the list style */
#communitygrey {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey li {
    padding:5px 0px;
    float:left;
    display:block;
    width:152px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey li.firstdrop{
    margin:0 0 0 0;
    width:104px;/* 147 */
}

#communitygrey li.elevdrop{
    margin:0 0 0 0;
    width:203px; /* 292 */
}

#communitygrey li.lastdrop{
    margin:0 0 0 0;
    width:114px;
    background-image:url('/images/pixel.gif');
}


#communitygrey li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey li.noclubhouse_firstdrop{
    margin:0 0 0 0;
    width:147px;
}

#communitygrey li.noclubhouse_elevdrop{
    margin:0 0 0 0;
    width:292px;
}

#communitygrey li.noclubhouse_standard{
    width:162px;
}

#communitygrey li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_cobblestone {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_cobblestone li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_cobblestone li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_cobblestone li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_cobblestone a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_cobblestone ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_cobblestone ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_cobblestone ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_cobblestone ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_cobblestone ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_cobblestone li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_cobblestone li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_cobblestone li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_cobblestone li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_cobblestone li.cobblestone_standard{
    width:207px;
}

#communitygrey_cobblestone li.cobblestone_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#maintop {
    margin:0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:12px;
}  

#maintop li {
    padding:5px 0px;
    float:left;
    display:block;
    width:174px;
    background-color:#999e19 ;/* b2b382; */
    position:relative;
    z-index:500;
    margin:0 1px;
    height:14px;
    text-align:center;
    vertical-align:bottom;
}

#maintop li.community_drop{
    width:184px;
    text-align:left;
    padding-left:3px;
}

/* header */
#maintop li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    color:#fff;
    /*88 text-align:center; 88*/
    color:#4a541f;
}

#maintop li a:hover {
    color:#fff;
}

/* page you are on */
#maintop a.selected {
    color:#e2e382;
}

/* dropdown */
#maintop ul {
    position:absolute;
    left:0;
    display:none;
    /*88 margin:0 0 0 -1px; 88*/
    margin:5 0 0 -40px;
    /*88 padding:0; 88*/
    list-style:none;
}

#maintop ul li {
    width:174px;
    float:left;
    border-top:1px solid #fff;
}

#maintop ul a {
    display:block; /* makes whole box a link */
    /*88 height:15px; 88*/
    /*88 padding: 8px 5px; 88*/
    color:#666;
}

#maintop ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #maintop ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#maintop li.firstdrop{
    margin:0 1 0 0;
}





/* remove the list style */
#communitygrey_cobblestone {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_cobblestone li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_cobblestone li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_cobblestone li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_cobblestone a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_cobblestone ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_cobblestone ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_cobblestone ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_cobblestone ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_cobblestone ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_cobblestone li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_cobblestone li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_cobblestone li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_cobblestone li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_cobblestone li.cobblestone_standard{
    width:207px;
}

#communitygrey_cobblestone li.cobblestone_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey li {
    padding:5px 0px;
    float:left;
    display:block;
    width:152px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey li.firstdrop{
    margin:0 0 0 0;
    width:104px;/* 147 */
}

#communitygrey li.elevdrop{
    margin:0 0 0 0;
    width:203px; /* 292 */
}

#communitygrey li.lastdrop{
    margin:0 0 0 0;
    width:114px;
    background-image:url('/images/pixel.gif');
}


#communitygrey li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey li.noclubhouse_firstdrop{
    margin:0 0 0 0;
    width:147px;
}

#communitygrey li.noclubhouse_elevdrop{
    margin:0 0 0 0;
    width:292px;
}

#communitygrey li.noclubhouse_standard{
    width:162px;
}

#communitygrey li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}




/* remove the list style */
#communitygrey_noclubhouse {
    margin:-3 0 0 0;
    padding:0;
    list-style:none;
    font-family:arial;
    font-size:11px;
    /*background:#d3d3d3 ; */ /* b2b382; */
}  

#communitygrey_noclubhouse li {
    padding:5px 0px;
    float:left;
    display:block;
    width:146px;
    background:#d3d3d3 ;  /* b2b382; */
    position:relative;
    z-index:400;
    margin:0 0px;
    background-image:url('/images/navseparator.png');
    /* background-size:3px 10px; */
    background-position:100% 50%; 
    background-repeat:no-repeat;
    height:14px;
}

/* header */
#communitygrey_noclubhouse li a {
    display:block;
    /*88 padding:8px 5px 0 5px; 88*/
    font-weight:700; 
    /*88 height:23px; 88*/
    text-decoration:none;
    /* color:#fff; */
    text-align:center;
    color:#4a541f;
}

#communitygrey_noclubhouse li a:hover {
    color:#999e19;
}

/* page you are on */
#communitygrey_noclubhouse a.selected {
    color:#999e19; /* #e2e382; */
}

/* dropdown */
#communitygrey_noclubhouse ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#communitygrey_noclubhouse ul li {
    width:146px;
    float:left;
    border-top:1px solid #fff;
}

#communitygrey_noclubhouse ul a {
    display:block; /* makes whole box a link */
    height:15px;
    padding: 8px 5px;
    color:#333;
}

#communitygrey_noclubhouse ul a:hover {
    text-decoration:underline; 
}

/* for ie6 */
*html #communitygrey_noclubhouse ul {
    margin:0 0 0 -2px;
}

.clear {
    clear:both;
    margin-bottom:5px;
}

#communitygrey_noclubhouse li.firstdrop{
    margin:0 0 0 0;
    width:127px;
}

#communitygrey_noclubhouse li.elevdrop{
    margin:0 0 0 0;
    width:222px;
}

#communitygrey_noclubhouse li.lastdrop{
    margin:0 0 0 0;
    width:147px;
    background-image:url('/images/pixel.gif');
}


#communitygrey_noclubhouse li.floorplan_drop{
    width:282px;
    height:25px;
    text-align:left;
    padding-left:3px;
    margin-top:0px;
    background-image:none;
}


#communitygrey_noclubhouse li.noclubhouse_standard{
    width:207px;
}

#communitygrey_noclubhouse li.noclubhouse_lastdrop{
    width:114px;
    background-image:url('/images/pixel.gif');
}



