/* <!-- */
/* General styles */
body {
	/* margin:0;
	padding:0;
	border:0;			
	width:100%;
	background:#ffffff; 
	min-width:600px;    

	font-size:90%;
	text-align:center;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	*/
}

a:visited{
	color:#800080;
}

/* h2 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	display:inline;
	text-decoration:none;
} */
.general-header {
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
/*wrapper styles */
.wrapper {
	width:960px;
	text-align:left;
	margin:0 auto;
	/* margin-left: 0px; set page to diplay to the left */
}
/* Header styles */
.header-wrapper {
    clear:both;
	background:#005b8c;
	height:81px;
	width:960px;
    margin:0px 0px 0px 0px; /* (top right bottom left) */
}
.header {
    margin:0px 0px 0px 0px; /* (top right bottom left) */
	width:100%;
}
.pcr-logo {
    float:right;
	display:inline;
	position:relative;
}
.pcr-logo img {
    margin:10px 10px 10px 10px; /* (top right bottom left) */
}
.explore-private-communities {
	float:left;
	color:#fff;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
}
.explore-private-communities p {
	display:inline;
}
.explore-private-communities h1 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
	display:inline;
}
.explore-private-communities h2 {
	color:#fff;
	font-size:14px;
	font-weight:normal;
	display:inline;
}
.share-this-button {
	background:white;
	float:left;
	padding:0px 0px 0px 0px;
	display:inline;
	margin-left:30px;
	margin-top:15px;
}
.main-navigation {
	height:22px;
	background:#cdc7ba;
	padding-top:1px;
	/* margin-top:5px; */
}
.main-navigation-content {
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin-top:3px;
}

main-navigation-content-showcase{
	background-color:#fff000;
	text-align:center;
	font-weight:bold;
	margin-top:5px;
	border: 1px solid green;
}

.pipe {
	padding-left:2px;
	padding-right:2px;
}
a.main-navigation-link {
	color:#005B8C;
	text-decoration:none;
}
a:hover.main-navigation-link  {
	color:#005B8C;
	text-decoration:underline;
}



.statelink,
.statelink:hover {
	color:#005b8c;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.statelink:visited{
	color:#800080;
}

.statelink:hover {
	text-decoration:none;
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	 float:left; 
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin-top:6px;
}

/* holy grail 3 column settings */
.pcr {
    background:#f7f7e7;    	/* Right column background colour */
	}
.pcr .colmid {
	float:left;
	width:200%;
	margin-left:-245px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#ffffff; /* background and yadas */    	/* Centre column background colour */
	border-right:5px solid #fff; /* background and yadas */
   }
.pcr .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:445px;         	/* Left column width + right column width */
	background:#f7f7e7;    	/* Left column background colour eae7df */
	border-right:5px solid #fff; /* background and yadas */
   }
.pcr .col1wrap {
	float:left;
    width:50%;
    position:relative;
    right:200px;        	/* Width of left column */
    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.pcr .col1 {
	margin:-10px 245px 0px 205px;     	/* Centre column side padding:(top right bottom left)
	      	                               Left padding = left column width + centre column left padding width
	      	                               Right padding = right column width + centre column right padding width 
										   was -10 245 0 205
										   */
	position:relative;
	left:200%;
	overflow:hidden;
}
.pcr .col2 {
	float:left;
	float:right;					/* This overrides the float:left above */
	width:200px;					/* Width of left column content (left column width minus left and right padding) HERE */
	position:relative;
	right:0px;         				/* Width of the left-hand side padding on the left column */
   }
.pcr .col3 {
	float:left;
	float:right;			/* This overrides the float:left above */
	width:245px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
   }
.community-lifestyles {
    padding-left:4px;
	width:190px;
}
.community-lifestyles-intro {
	width:190px;
	margin-TOP:3px;
	margin-right:10px;
	margin-left:-5px;
	padding-left:15px; /* was 15 */
}
.community-lifestyles-intro h1 {
	font-size:13px;
	font-weight:normal;
	display:inline;
}
.list-community-lifestyles {
	color:#005b8c;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 7px;
	width:274px; /* 195 then 264 then 254 */
	
}	
.list-community-lifestyles h2 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	line-height:150%;
}

.list-community-lifestyles a,
.list-community-lifestyles a:visited,
.list-community-lifestyles a:hover {
	color:#005b8c;
	font-size:12px;
	font-weight:bold;
    margin:0;
    padding:0;
	text-decoration:underline;
}
.list-community-lifestyles a:visited{
	color: #800080;
}

.list-community-lifestyles a:hover {
	text-decoration:none;
}

.list-community-lifestyles h3 a:hover {
	text-decoration:none;
}
.lifestyle-desc {
	color:#000;
	font-size:11px;
	font-weight:normal;
}
.find-communities-by-google-map {
	 clear:both;
	float:left;	  			/* When these are in the google map will not display in ie */
	float:right;	 	 	/* This overrides the float:left above */
	text-align:center;
	 margin-top:0px;
	margin-bottom:20px;/* */
}
.private-communities {
	clear:both;
	float:left;				/* When these are in the top communities will not display in ie */
	float:right;			/* This overrides the float:left above */
	background:#ffffff;  /* ffff99 */
	margin-top:5px;
	padding:10px 5px 10px 5px;	
}
.header-link,
.header-link:hover {
	color:#005b8c;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.header-link:hover {
	text-decoration:underline;
}
.homepage-private-communities {
	vertical-align:top;
}
.private-community-img,
.home-for-sale-img,
.stay-and-play-package-img
 {
	border:1px solid #000;
}
.city-name {
	font-size:11px;
}
.pickoneselecthomepage {
	width:365px;
	font-size:12px;
	font-family:arial, verdana, geneva, "san serif";
	font-weight:normal;
	border-width:1px;
}
.find-communities-by-name {
	color:#005b8c;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;

}
.find-communities-form {
	margin-top:-10px;
}
#private-communities-header-left {
	margin-bottom:5px;
	clear:both; 
	float:left;
}
#private-communities-header-right {
	margin-bottom:5px;
	float:right;
	text-align:right;
	display:inline;
}
.private-communities-wrapper {
	width:638px; /* was 500 - changed on new state page */
}
.private-communities-table-header {
	width:638px; /* was 500 - changed on new state page */
}
.private-communities-table-row {
	width:638px;
	clear:both;
	/*margin-top:5px;*/
	margin-left:10px;
}
/* .private-communities-table-cell {
	width:120px;
	float:left;
	margin-bottom:1px;
	padding-right:5px;
} */
.luxury-real-estate-wrapper,
.discovery-packages-wrapper {
	clear:both;
    margin:5px 5px 10px 8px;  /* (top right bottom left) */
}
.discovery-packages-description {
	color:#000;
	font-size:12px;
	font-weight:normal;
	margin-top:-5px;
}
.luxury-real-estate,
.discovery-packages-header {
	margin-top:5px;
}
.luxury-real-estate h2,
.discovery-packages-header h2 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	display:inline;
}
.real-estate,
.discovery-packages {
	margin-top:5px;
	margin-bottom:15px;
}
.real-estate a,

.real-estate a:hover,
.discovery-packages a,

.discovery-packages a:hover {
	color:#005b8c;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.real-estate a:visited,
.discovery-packages a:visited{
	color:#800080;
}

.real-estate a:hover,
.discovery-packages a:hover {
	text-decoration:none;
}
.real-estate h3,
.discovery-packages h3 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	display:inline;
}
.homes-for-sale,
.discovery-package {
    margin:5px 0px 0px 0px;  /* (top right bottom left) */
}
.home-listing-wrapper,
.discovery-package-wrapper {
       clear:both;
    margin:0px 0px 5px 0px;  /* (top right bottom left) */
    margin-bottom:5px;
	height:71px;
	display:block;
}
.home-for-sale,
.stay-and-play-package {
	float:left;
	width:101px;
	margin-right:5px;
}
.home-listing,
.stay-and-play-package-listing {
	color:#000;
	font-size:11px;
	font-weight:normal;
	text-align:top;
}
.home-listing a,
.home-listing a:hover,
.stay-and-play-package-listing a,
.stay-and-play-package-listing a:hover {
	color:#005b8c;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.home-listing a:visited,
.stay-and-play-package-listing a:visited{
	color:#800080;
}

.home-listing a:hover,
.stay-and-play-package-listing a:hover
 {
	text-decoration:none;
}
.real-estate-search,
.discovery-package-search {
    margin:0px 0px 0px 0px;  /* (top right bottom left) */
	padding:0;
}
.real-estate-search a,
.real-estate-search a:hover,
.discovery-package-search a,
.discovery-package-search a:hover {
	color:#005b8c;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.real-estate-search a:visited,
.discovery-package-search a:visited{
	color:#800080;
}

.real-estate-search a:hover,
.discovery-package-search a:hover
 {
	text-decoration:none;
}
.real-estate-search li {
	color:#005b8c;
	list-style:square;
    margin-bottom:2px;
}
.join-mailing-list-wrapper {
	clear:both;
	width:264px;
	/* was height:75px; */
	/* was border:solid 1px #005b8c; */
}
.join-mailing-list {
	float:left;
	margin:5px 0px 0px 0px;
}
#join-mailing-list-submit {
	color:#095575; 
	background:#d8d6c4; 
	border-width:2px; 
	font-size:12px;
	font-weight:bold;
	width:85px;
}
.state-information-wrapper {
	clear:both;
	width:627px; /* was 508 */
	margin-top:10px;
	/* border:solid 1px #005b8c; */
}
.region-city-wrapper {
	clear:both;
	width:627px; /* was 508 */
	margin-top:5px;
	/* border:solid 1px #005b8c; */
}
.state-information {
	float:left;
	margin:0px;
}
.state-information h3 {
	color:#000000;
	font-size:16px;
	font-weight:bold;
}
/*
.state-information-headlines ul {
	display:inline;		
	margin-top:-10px;
	margin-left:-10px;
}
.state-information-headlines li {
	color:#005b8c;
	list-style:square;
	margin-bottom:8px;
	margin-left:-25px;
}
*/
.state-information a,
.state-information a:hover {
	color:#005b8c;
	text-decoration:none;
}

.state-information a:visited{
	color:#800080;
}

.state-information a:hover {
	text-decoration:none;
}
.state-information-content {
	color:#000;
}
/* Footer styles */
.footer-wrapper {
	clear:both;
	float:left;
	width:100%;
	background:#f2f2ef;
	margin-top:5px;
   }
.footer {
	color:#000;
	font-weight:normal;
	clear:both;
	float:left;
	width:100%;
	background:#f2f2ef;
   }
.bottom-nav-wrapper {
	text-align:center;
	padding:10px;
	margin:0;
}
.bottom-nav-wrapper td {
	text-align:left;
}
.contentheader {
	color:#005b8c;
	font-size:16px;
	font-weight:bold;
	display:inline;
}
.bottom-nav {
	margin-bottom:5px;
}
.bottom-copyright {
	font-size:11px;
	margin-top:15px;
}

.googlemapheader {
	color: #000000; /*#095575; */
	font-size:13px;
	font-weight:bold;
}
.googlemap {
	color:#000000;
	font-size:12px;
	font-weight:normal;
}
.googlemaplink {
	color:#095575;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
.googlemaplink:hover {
	text-decoration:none;
}

a.homepageheader {
	color : #095575;
	font-size : 16px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
}

a.homepageheader:hover {
	text-decoration : none;
}

.pickoneselecthomepage {
	width: 365;
	color: #000000; 
	background-color: #F2F2EF; 
	font-size: 12px;
	font-family: arial, verdana, geneva, "san serif";
	font-weight: normal;
	border-width: 1px;
}

td {
	color : #000000;
	font-size : 12px;
	font-family : arial, verdana, geneva, "san serif";
}

.globalnav {
	color : #0F4973;
	font-weight : bold;
	text-decoration : none;
}

.globalnav:visited {
	color : #800080;
}

.globalnav:hover {
	color : #0F4973;
	font-weight : bold;
	text-decoration : underline;
}

.globalnavon {
	color : #0F4973;
	font-weight : bold;
	text-decoration : underline;
}



.footerlink {
	color : #919191;
	font-size : 11px;
	font-family : arial, verdana, geneva, "san serif";
	font-weight : normal;
	text-decoration : underline;
}

.footerlink:hover {
	color : #919191;
	font-size : 11px;
	font-family : arial, verdana, geneva, "san serif";
	font-weight : normal;
	text-decoration : none;
}

.footertext {
	color : #919191;
	font-size : 10px;
	font-family : arial, verdana, geneva, "san serif";
}

.footerlinksmall {
	color : #919191;
	font-size : 10px;
	font-family : arial, verdana, geneva, "san serif";
	font-weight : bold;
	text-decoration : underline;
}

.footerlinksmall:hover {
	color : #919191;
	font-size : 10px;
	font-family : arial, verdana, geneva, "san serif";
	font-weight : bold;
	text-decoration : none;
}

a {
	color : #095575;
	text-decoration : none;
}

a:hover {
	text-decoration : none;
}

/*.communitynameheaderlight, h2 {
font-family: arial, verdana, geneva, "san serif";
color: #F2F2EF;
font-size: 20px;
text-align:left;
}*/


.communitynamesubheaderlight {
font-family: arial, verdana, geneva, "san serif";
color: #F2F2EF;
font-size: 12px;
text-align:left;
}

/* --> */
