body, div, input, td {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #404040;
}
div#homeGalleryInfo div {font-size: 11px}
#map_info {
	width: 312px;
	height: 466px;
	background: url(images/map_info_bg.jpg) left top no-repeat;
	float: left;
	position: relative;
}
#location_input {
	width: 132px;
	height: 19px;
	position: absolute;
	left: 14px;
	top: 42px;
	border: none;
}
#go_button { 
	width: 38px;
	height: 20px;
	position: absolute;
	left: 153px;
	top: 42px;
	display: block;
	text-indent: -9000px;
}
#reset_button { 
	width: 78px;
	height: 20px;
	position: absolute;
	left: 213px;
	top: 42px;
	display: block;
	text-indent: -9000px;
}
#wheelScroll {
	left: 17px;
	top: 110px;
	position: absolute;
	width: 273px;
	height: 262px;
}
#scrollable {
	position: relative;
	width: 250px;
	height: 262px;
	overflow: hidden;
}
#wrap {
    background: url(images/track.gif) top no-repeat;  
    top: 0px;
    left: 251px;
    padding: 12px 0;
    position: absolute; 
    height: 237px;
    width: 17px;
}
#track {
	height: 245px;
    width: 17px;
}
#handle {
    height: 66px;
	margin: 0 0 0 4px;
}
.tabInfo  {
	width: 250px; 
}
.location {
    margin-bottom: 14px;
	float:left;
	width: 283px;
}
.icon, .info {
    float: left;
}
.icon {
    height: 46px;
    width: 41px;
	padding: 0 20px 0 10px;
}
.info div {
    line-height: 16px;
}
a {
	color: #404040;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}

.hours {
    line-height: 16px;
    width: 180px;
}

.community, .gallery {
	width: 283px;
	padding-left: 63px;
	margin-bottom: 12px;
}
.community {
	background: url(images/icon_community.gif) 5px top no-repeat;
}
.gallery {
	background: url(images/icon_gallery.gif) 5px top no-repeat;
}
#directionLinks a  {
	text-decoration: underline; 
}
#toFromBox  {
	margin-top: 8px; 
}
#toFromBox label  {
	font-size: 10px; 
	font-weight: bold 
}
#toFromBox .rollover img  {
	position: relative; 
	top: 2px; 
	left: 2px;
}
input#theAddress { width:200px; }
#topStuff h2 {
	width:170px;
	float:left;
	margin: 0 0 10px 0;
}		
#printButton  {
	width:40px; 
	height:21px; 
	margin-left: 20px;
	float:left;
}
#emailButton  {
    margin-top:10px;
	width:40px; 
	height:21px; 
	margin-left: 20px;
	float:left;
}
#drivingDirections h2 { 
	font-size:18px; 
	font-weight:bold; 
	margin-top:0;
	margin-bottom:10px; 
}
#drivingDirections #locationAddress  {
	font-weight:bold; 
}
#drivingDirections #googleDirections {
	width:230px; 
}
#drivingAddress { margin: 5px; }
.addressLabel { float:left; margin-left: 10px; }
.addressColumn {float:left; width: 150px; margin-right: 10px; }
#printContent #printButton {
	position: absolute;
	left: 481px;
	top: 20px;
}
#map_frame {
	width: 577px;
	height: 465px;
	background: url(images/map_frame.png) left top no-repeat;
	behavior: url(images/pngbehavior.htc); 
	float: left;
	z-index: 2;

}
#map_canvas {
	width: 571px;
	height: 459px;
	background: #FFF;
	z-index:0;
	position: absolute;
	top: 3px;
	left: 3px;
}
.clear {
	clear: both;
}

  /**********************/
 /* AMENITIES INFOCARD */
/**********************/

#infoCard{
    width: 189px;
}
.infoCard_contents2{
    background: url(../siteImages/maps/amenitiesInfoCardShadow.png) no-repeat;
    width: 189px; /* AMENITIES INFOCARD full size with shadow */
    height: 94px; 
    display: block;
    padding: 0 0 0 5px;
}
#infoCard_contents .cardBorder{
 	background-color: #E7E3DD;
 	width: 162px; /* AMENITIES INFOCARD size minus shadow */
 	height: 67px;
 	display: block;
 	float: left;
 	margin: 0 0 0 0px;
 	padding: 5px;
 	border: 3px solid #fff;
}
#infoCard_contents .cardBorder .cardClose{
  display: block;
  float: right;
  width: 9px;
  height: 9px;
  background: url(../siteImages/maps/amenitiesInfoCardClose.jpg) no-repeat;
  color: white;	
  text-indent: -9999px;
}
#infoCard_contents .cardBorder .cardClose:hover{
  background: url(../siteImages/maps/amenitiesInfoCardCloseOver.jpg);
}
#infoCard_contents .cardBorder .cardCopy{
  display: block;
  float: left;
  width: 162px;
  height: 58px; /* AMENITIES INFOCARD size minus shadow - 19px for close button. */
  color: #464646;	
  font-size: 10px;
  text-align: left;
}
#infoCard_contents .cardBorder .cardCopy strong{
    font-size: 11px;
}
#infoCard_red_beak{
    width: 0px;
    height: 0px;
}
* html #infoCard_beak{
    /* Alpha transparencies hack for IE */
    background-image:none;
}
#infoCard_tl, #infoCard_tr, #infoCard_bl, #infoCard_br,
#infoCard_t,#infoCard_l,#infoCard_r,#infoCard_b{
    visibility: hidden;
    height: 0px;
    width: 0px;
}
  /**************************/
 /* END AMENITIES INFOCARD */
/**************************/


#theWrapper{
	width: 900px;
	display: block;
	margin: 90px auto;
}
#mapCanvas div div div
{
    text-align:center;
}

 /**********************/
 /* COMMUNITY INFOCARD */
/**********************/

#CommunityInfoCard{
    width: 388px;
}
.CommunityInfoCard_contents2{
    background: url(../siteImages/maps/amenitiesInfoCardShadow.png) no-repeat;
    width: 388px; /* AMENITIES INFOCARD full size with shadow */
    height: 94px; 
    display: block;
    padding: 0 0 0 5px;
}

#CommunityInfoCard_red_beak{
    width: 0px;
    height: 0px;
}
* html #CommunityInfoCard_beak{
    /* Alpha transparencies hack for IE */
    background-image:none;
}
#CommunityInfoCard_tl, #CommunityInfoCard_tr, #CommunityInfoCard_bl, #CommunityInfoCard_br,
#CommunityInfoCard_t,#CommunityInfoCard_l,#CommunityInfoCard_r,#CommunityInfoCard_b{
    visibility: hidden;
    height: 0px;
    width: 0px;
}
.communityInfoCard, .communityClusterInfoCard{
    width: 388px;  
    height: 217px;
    display: block;
    background: url(../siteImages/maps/fyhCommunityInfoCard.png); 
}
.communityClusterInfoCard {
	background: url(../siteImages/maps/fyhCommunityClusterInfoCard.png); 	
}
#mapCanvas div .communityClusterInfoCardInfo {	
	padding: 5px 10px 5px 11px;	
	text-align: left;
} 
#mapCanvas div .communityClusterInfoCardHeader {
	background:none repeat scroll 0 0 #E4E4E4;
	border-bottom:2px solid #FFFFFF;
	height:55px;
	width:366px;

}
.communityClusterInfoCardHeader div, .communityClusterInfoCardHeader img,
.communityClusterInfoCard ul img {
	display: inline;
	float: left;	
}
.communityClusterInfoCard ul span.txt
{
	display: inline;
	float: left;
	font-weight:bold;
}
.communityClusterInfoCardHeader img {margin: 8px 0 0 14px;}
.communityClusterInfoCardHeader a {font-weight: bold}
#mapCanvas div .communityClusterInfoCardHeader div {
	line-height:20px;
	text-align: left;	
	padding: 10px 0 0 20px;
	width: 290px;
}
.communityClusterInfoCard a, .communityClusterInfoCard li, .communityClusterInfoCard ul span  {
	color: #493C2B;
}
.communityClusterInfoCard ul, .communityClusterInfoCard li {
	list-style: none;
	margin:0;
	padding:0;
}
.communityClusterInfoCard ul  {	
	height:125px;	
	overflow: auto;
	padding: 8px 0;
	width: 366px;
}
.communityClusterInfoCard li {
	clear: both;
	overflow: hidden;
}
.communityClusterInfoCard a {text-decoration: underline}
.communityClusterInfoCard a:hover {text-decoration: none}
.communityInfoCardImage {
    display: block;
    float: left;
    height: 196px;
    margin: 5px 0 0 11px;
    width: 188px;
}
.communityClusterInfoCard ul img {
	margin: 0 20px 11px 20px;
	width: 22px;
}
.communityClusterInfoCard ul .txt {	
	line-height: 20px;
	width: 270px;
}
.communityClusterInfoCard ul .txt span {white-space:nowrap}
* html .communityInfoCardImage{
    margin: 5px 0 0 5px;
}
.communityInfoCardInfo{
    width: 162px;  
    height: 149px;
    color: #333333;
    display: block;
    background-color: #e7e3dd;
    float: left;
    margin: 25px 0 0 0;
    font-size: 11px;
    padding: 0 8px;
    text-align: left ! important;
    overflow:hidden;
}
* html .communityInfoCardInfo { height: 144px; }
.communityInfoCard a
{
    display: block;
    float: left;
    width: 148px; 
    height: 29px;
    line-height: 28px;
    text-align: right;
    padding-right: 30px;
    font-weight: bold;
    color: #ffffff;
}
.communityInfoCard a:hover
{
    color: #b1aba3;
}
.communityInfoCard a.x, .communityClusterInfoCard a.x{
	background: url(../siteImages/maps/amenitiesInfoCardClose.jpg) no-repeat;
	display: block;
	height: 9px;  
	padding: 0px;
	position:absolute;
	right: 15px;
	text-indent: -9999px;
	top: 10px;
	width: 9px;
}
.communityClusterInfoCard a.x {
	background: url(../siteImages/maps/groupClose.gif) no-repeat;
}

* html .communityInfoCard a.x, * html .communityClusterInfoCard a.x { margin-right: 8px; }
.communityInfoCard a.x:hover
{
     background: url(../siteImages/maps/amenitiesInfoCardCloseOver.jpg);
}

  /**************************/
 /* END COMMUNITY INFOCARD */
/**************************/




