@charset "utf-8";
body {
	background-color:#7ea046;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	z-index: 0;
	margin-left: 40px;
	background-position:top center;
	background-image:url(/images/home_newday_main_bg.jpg);
	background-repeat:repeat-x;
}
intro {
	background-image: url(/images/home_newday_headerbg.jpg);
}
img {
	border:0;
}
/*PNG fix for CSS background images -- add div class or ID after comma (.div1, #div2, etc)*/

#leftWrapper #logo .logoBG, #ehoFooter, #miniKitGraphicVisit, #miniKitGraphic, #guideGraphic, #guideGraphicVisit {
	behavior: url('/CSS/pngfix/iepngfix.htc');
}
/*----------------------------------------------------------------------------------------*/
a.white:link, a.white:visited, a.white:active {
	color:#FFFFFF;
	text-decoration:none;
}
a.white:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.gray:link, a.gray:visited, a.gray:active {
	color:#333;
	text-decoration:none;
}
a.gray:hover {
	text-decoration:underline;
}
a.backtotop {
	padding-left: 16px;
	background-image: url(/images/build/backToTopArrow.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.linebreaker {
	height: 20px;
	clear: left;
}
#wrapper {
/*	margin-top: 27px;*/
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 920px;
	background-color: transparent;
	height: auto;
}
#wrapper.home {
	margin-top:27px;
}
#contentWide {
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height:641px;
	width:910px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0;
	margin: 0px;
	float: left;
}
#contentWide h1 {
	font-size: 18px;
	color: #794400;
	font-weight: bold;
	margin-bottom: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#contentWide h3 {
	clear: both;
	float: left;
	font-size: 18px;
	color: #3A7AAF;
	font-weight: bold;
	width: 200px;
	display: block;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
#contentWide #mapLarge {
	text-align: center;

}
#contentWide #communitySelection {
	float: right;
	margin-right: 50px;
	background-color: #CCCCCC;
	width: 250px;
	height: 335px;
}
#contentWide #quickLinks {
	background-color: #efefef;
	clear: both;
	float: left;
	height: 200px;
	width: 855px;
	padding-left: 50px;
	padding-top: 10px;
}
#contentWide #quickLinks ul {
	width: 145px;
	height: auto;
	float: left;
	list-style-type: none;
	line-height: 20px;
	margin-left: 20px;
}
#contentWide #quickLinks ul ul {
	float: none;
	margin-left: 0px;
}
#contentWide #quickLinks ul li {
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
}
#contentWide #quickLinks ul li ul li {
	font-weight: normal;
	text-indent: 10px;
	font-size: 13px;
	margin-top: 0px;
}
#contentWide #quickLinks ul li a:link, #contentWide #quickLinks ul li a:active, #contentWide #quickLinks ul li a:visited {
	color: #794400;
	text-decoration: none;
}
#contentWide #quickLinks ul li a:hover {
	color: #CE7200;
}
#contentWide #quickLinks ul li ul li a:link, #contentWide #quickLinks ul li ul li a:active, #contentWide #quickLinks ul li ul li a:visited {
	color:#133495;
	text-decoration:underline;
}
#contentWide #quickLinks ul li ul li a:hover {
	color:#0066CC;
	text-decoration:none;
}

#leftWrapper {
	background-color: transparent;
	width: 685px;
	float: left;
	height: auto;
	position: relative;
	z-index: 0;
}
#logo {
	height: 125px;
	width:400px;
	display:block;
	z-index: 999;
	overflow: visible;
}
#logo .logoBG {
	/* background-image: url(/images/build/elLogo.png); 
	background-image: url(/images/build/ellogo_alt.gif);*/
	position:relative;
	left:-49px; 
	background-repeat: no-repeat;
	background-position: top left;
}

#logo .logoBG-alt {}

#leftWrapper #content {
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	min-height:700px;
	background-repeat: no-repeat;
	background-position: center 275px;
	padding-bottom: 0px;
	padding-top:5px;
	margin-bottom:0px;
}
*html #leftWrapper #content {
	height: expression( this.scrollHeight < 701 ? "700px" : "auto" ); /* sets min-height for IE6 */
	padding-bottom: 0px;
	margin-bottom:0px;
}

#leftWrapper #content #searchHeader {
	padding:12px;
	height:26px;
	text-align:center;
	background-color:#98CF70;
	background-image: url(/images/build/searchHeaderBar_bg.jpg);
	background-repeat: repeat-x;
}
#leftWrapper #content #searchHeader #q{
	background-image: url(/images/build/searchHeader_bg.png);
	background-repeat: no-repeat;
	font-size:14px;
	padding:3px;
}
#leftWrapper #content #searchHeader #sa{
	margin-left:7px;
	font-size:14px;
	font-weight:bold;
}

#leftWrapper #contentHome {
	/*background-color: #F5F5F5;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(/images/build/content_bg.png);
	background-repeat: no-repeat;
	background-position: center 275px;*/
	/*height:590px;*/
	margin-top:30px;
	padding-bottom:5px;
	height:625px;
}

#leftWrapper #contentHome #intro {
	position:absolute;
	top:526px;
	left:0;
	border:5px solid #fff;
	width:675px;
	height:120px;
	/*margin-top:40px;
	padding-top:57px;
	padding-bottom:3px;
	padding-left:33px;
	height: 45px;*/
	/*background: #fff url(/images/home_newday_headerbg2.jpg) top left no-repeat;*/
	background: #fff url(/images/fear_of_change_home/intro.jpg) top left repeat-x;
	overflow:hidden;
}

#leftWrapper #contentHome #intro h1, #leftWrapper #contentHome #intro p {
	text-align:left;
	margin:0 10px;
	color:#000;
	margin-top:7px;
}

#leftWrapper #contentHome #intro h1 {
	font-family:'Memphis LT W01 Bold', Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:35px;
}

#leftWrapper #contentHome #intro p {
	font-size:16px;
	font-family: 'UniversLTW01-57Condense 723821','Univers LT W01 57 Condensed' Arial, Helvetica, sans-serif;
	line-height:20px;
}

#leftWrapper #contentHome #main_foc_banner {
	position:absolute;
	top:40px;
	left:0;	
	background:#fff;
	width:685px;
	height:285px;
	padding-top:1px;
}

#leftWrapper #contentHome #small_foc_banner, #leftWrapper #contentHome #floor_plan_banner {
	position:absolute;
	top: 330px;
	width:340px;
	height:190px;
	left:0;
	background:#fff;
}

#leftWrapper #contentHome #floor_plan_banner {
	left:345px;
}

#leftWrapper #title {
	background-color: #FFFFFF;
	height: 55px;
	z-index: 0;
	position: relative;
}

body.newFont #leftWrapper #title {
	margin-top:4px;
	margin-bottom:4px;
}

body.newFont #title h1 {
	font-family: "news-gothic-std-1","news-gothic-std-2",Helvetica,Arial,sans-serif;
	font-weight:700;
	/*letter-spacing:1px;*/
	letter-spacing:normal;
	text-rendering:optimizeLegibility;
}


#leftWrapper #title h1 {
  	color:#3A7AAF;
	font-size:29px;
	line-height:52px;
	margin-left:46px;
	text-align:left;
	letter-spacing:normal;
}

#wrapper #leftWrapper #content #copy #intro .indent {
	padding-left: 16px;
}

#leftWrapper #title #pagetitle {
border:0px;
}

#leftWrapper #banner {
	height: 220px;
	z-index: 0;
	position: relative;
	
}
#leftWrapper #bannerHome {
	height: 370px;
	z-index: 0;
	position: relative;
	overflow: hidden;
	padding-top: 5px;
}
#leftWrapper #buckets {
	background-color: #CCCC00;
	margin-top: 5px;
	height: auto;
}
#leftWrapper #buckets div {
	float: left;
	height: 205px;
	width: 335px;
}
#leftWrapper #buckets #bucketLeft {
	background-image: url(/images/home_bucket1.jpg);
}
#leftWrapper #buckets #bucketRight {
	margin-left: 5px;
	background-image: url(/images/home_bucket2.jpg);
}
#leftWrapper #banner #staticTabs {
	position: absolute;
	background-color: transparent;
	z-index: 9999;
	width: 675px;
	height: 28px;
	visibility: visible;
	bottom: 4px;
	left: 45px;
}
/*////////////////////////New sub nav with Continuing Care added/////////////////*/
#leftWrapper #banner #staticTabs_cc {
	position: absolute;
	background-color: transparent;
	z-index: 9999;
	width: 685px;
	height: 28px;
	visibility: visible;
	bottom: 4px;
	left: -3px;
}
#leftWrapper #banner #staticTabs_cc a:hover {
	color: #333333;
	background-color:#98c6e0;
}
/*Setting the exact width so it stretches to the width of the banner in all browsers*/
#leftWrapper #banner #staticTabs_cc #aptHomes {
	width:133px;
}
#leftWrapper #banner #staticTabs_cc #movingServices {
	width:181px;
}
#leftWrapper #banner #staticTabs_cc #reservingYourHome {
	width:158px;
}
#leftWrapper #banner #staticTabs_cc #pricing {
	width:82px;
}
/*for the pricing drop down menu*/
#leftWrapper #banner #staticTabs_cc #pricing #drMtop2 {
	width:55px;
}
#leftWrapper #banner #staticTabs_cc #continuingCare {
	width:123px;
}
#leftWrapper #banner #staticTabs a:hover {
	color: #333333;
	background-color:#98c6e0;
}
*html #leftWrapper #banner #staticTabs { /*IE 6 specific style*/
	bottom: -1px;
}
#leftWrapper #functionBar {
	height: 15px;
	width: 300px;
	float: right;/*
	position: relative;
	bottom: -20px;*/
	z-index: 4;
	background-color: transparent;
	margin-right: 35px;
	margin-top: 20px;
}

body.newFont #leftWrapper #functionBar {
	margin-top:7px;
}

#leftWrapper #functionBar span {
	padding-left: 20px;
	float: right;
	margin-left: 10px;
	font-size: 12px;
	display: block;
	width: auto;
	z-index: inherit;
}
#leftWrapper #functionBar #email {
	background-image: url(/images/build/functionBar_email.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#leftWrapper #functionBar #print{
	background-image: url(/images/build/functionBar_print.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#leftWrapper #functionBar #textResize {
	background-image: url(/images/build/functionBar_textSize.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 65px;
	text-align:right;
}
#leftWrapper #copy {
	width: 675px;
	z-index: 0;
	padding-top: 40px;
	padding-bottom:40px;
	
}
#leftWrapper #copy2 {
	width: 675px;
	z-index: 0;
	padding-top: 40px;
	padding-bottom:40px;
}

body.newFont #leftWrapper #copy2 {
	padding-top:30px;
}

#leftWrapper .copyTabs {
	width: 675px;
	height:60em;
	padding-top: 40px;
	padding-bottom:40px;
	
}
*html #leftWrapper #copy {
	padding-top: 20px;

}
#leftWrapper .searchResults iframe {
	margin-left:18px;
	width: 620px;
	z-index: 0;
}
#leftWrapper #copy #intro {
	margin-right: 45px;
	margin-left: 46px;
	padding-bottom:25px;

}
#leftWrapper #copy2 #intro {
	margin-right: 45px;
	margin-left: 46px;
	padding-bottom:25px;

}
#leftWrapper #copy #callOutBox {
	background-color: #468617;
	width: 564px;
	height: auto;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
#leftWrapper #copy #callOutBox p {
	margin-top: 0.1em;
	margin-bottom: 0.2em;
	color: #FFFFFF;
}
#leftWrapper #copy #callOutBox h1 {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0.3em;
}
#leftWrapper #copy #callOutBox a:link, #leftWrapper #copy #callOutBox a:active, #leftWrapper #copy #callOutBox a:visited{
color:#fff;
text-decoration:underline;
}

#leftWrapper #copy #callOutBox a:hover {
color:#003399;
text-decoration:none;
background-color:#CCFF33;
}


#leftWrapper #desc{
	line-height: 135%;
	z-index: 99;
	position: relative;
	color: #d56227;
	font-weight: bold;
	font-size: 19px;
}
#leftWrapper #copy h1 {
	font-size: 18px;
	color: #794400;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0.3em;
}
#leftWrapper #copy2 h1 {
	font-size: 18px;
	color: #794400;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0.3em;
}
#leftWrapper #copy h2 {
	font-size: 16px;
	color: #3a7aaf;
	margin-bottom: 0.2em;
	margin-top: 1.8em;
}
#leftWrapper #copy2 h2 {
	font-size: 18px;
	color: #794400;
	margin-bottom: 1em;
	margin-top: 0.3em;
}
#leftWrapper #copy h2.info {
	color: #003366;
	margin-top: 0em;
	padding:6px;
	background-color:#DDEFCF;
}

#leftWrapper #copy h3 {
	font-size: 14px;
	color: #264975;
	margin-bottom: 1.6em;
	margin-top: 15px;
}
#leftWrapper #copy2 h3 {
	font-size: 14px;
	color: #264975;
	margin-bottom: 1.6em;
	margin-top: 15px;
}

/* alan added 2.2.11 */
body.newFont #leftWrapper #copy h2 {
	font-size:18px;
	margin-bottom: 0.18em;
	/*letter-spacing:0.9px;*/
}

body.newFont #leftWrapper #copy2 h2 {
	font-size:20px;
	margin-bottom: 0.4em;
	/*letter-spacing:0.7px;*/
	margin-top:0.2px;
}

body.newFont #leftWrapper #copy h3, body.newFont #leftWrapper #copy2 h3 {
	font-size:17px;
	margin-bottom:1.2em;
	/*letter-spacing:0.9px;*/
	margin-top: 5px;
}
/* end alan add */

#leftWrapper #copy p {
	margin-bottom: 20px;
	line-height: 18px;
}
#leftWrapper #copy2 p {
	margin-bottom: 20px;
	line-height: 18px;
}
#leftWrapper #copy p.question {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 30px;
	display: block;
	color: #3a7aaf;
	font-size: 15px;
}
#leftWrapper #copy p.backtotop {
	font-size: 10px;
	color: #794400;
}

#leftWrapper #copy p.callout1, #leftWrapper #copy span.callout1{
	font-weight:bold;
	color:#3a7aaf;
}
#leftWrapper #copy p.callout1, #leftWrapper #copy span.callout2{
	padding:0px;
	background-color:#70B43D;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.callout2, .callout2 a, .callout2 a:link, .callout2 a:visited {
	padding:8px;
	display: block;
	color:#FFFFFF;
}
.callout2:hover, a.callout2:hover, .callout2 a:hover {
	background-color:#009999;
}
#leftWrapper #copy p.footnote{
font-size:9px;
}

#leftWrapper #copy div ul, #leftWrapper #copy table ul {
	list-style-position: outside;
	list-style-image: url(/images/build/bullet.png);
	list-style-type: none;
	display: block;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#leftWrapper #copy2 div ul, #leftWrapper #copy2 table ul {
	list-style-position: outside;
	list-style-image: url(/images/build/bullet.png);
	list-style-type: none;
	display: block;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 10px;
}


#leftWrapper #copy table.floorplanInfo {
margin-top:-18px;
width:400px;
padding-left:10px;
float:left;

}


#leftWrapper #copy div span li {
list-style-position: outside;
	list-style-image: url(/images/build/bullet.png);
	list-style-type: none;
}

#leftWrapper #copy div ol, #leftWrapper #copy table ol {
	list-style-position: outside;
	display: block;
	margin-left: 30px;
	margin-bottom: 30px;
	line-height: 130%;
	margin-top: 15px;
}
#leftWrapper #copy ul li {
	line-height: 140%
}
#leftWrapper #copy .thumbLeft {
	float: left;
	margin-right: 20px;
	margin-top: 8px;
	margin-bottom: 15px;
}
#leftWrapper #copy .thumbRight {
	float: right;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 15px;
}

*html #leftWrapper #copy .dynamicTabContent {
 height: expression( this.scrollHeight < 250 ? "227px" : "auto" ); /* IE6 MIN HEIGHT FIX*/
	padding-bottom: 20px;
}

#leftWrapper #copy .dynamicTabContent {
	padding-top: 20px;
	min-height: 227px;
	height: auto;
	width: 584px;
	background-color: #FFFFFF;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 46px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #754200;
	clear: both;
}
#leftWrapper #copy .dynamicTabContentLeadership {
	padding-top: 10px;
	min-height: 227px;
	height: auto;
	width: 584px;
	background-color: #FFFFFF;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 46px;
	clear: both;
}
#rightWrapper {
	height: auto;
	width: 230px;
	float: right;
	background-color: transparent;
}
#rightWrapper #searchBar {
	background-color: #55a51c;
	height: 40px;
}
#rightWrapper #searchBar input {
	background-image: url(/images/build/searchBar_bg.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 146px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border: none;
	padding: 2px;
}
#rightWrapper #searchBar input#sa {
	float: left;
	width:55px;
	height: 20px;
	margin-left: 7px;
	background-image:none;
	background-color:#F7F7F5;

}

#rightWrapper #searchBar input#sa:hover {
cursor:pointer;
cursor:hand;
}
#rightWrapper #searchBar span a {
	margin-top: 13px;
	float: left;
	margin-left: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 12px;
}
#rightWrapper #searchBar span a:hover {
	text-decoration:underline;
}
#rightWrapper #dynamicWidgets {
	background-color: transparent;
	height: auto;
	width: 230px;
}
#rightWrapper #myCommunityWidget {
	background-color:#fefefe;
	width:220px;
	/*height:264px;*/
	height:300px;
	border: 5px solid #fff;
	position: relative;
	overflow:hidden;
}


#rightWrapper #myCommunityWidget #links {
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 8px;
	height:150px;
	display:block;
}
#rightWrapper #myCommunityWidget #links ul {
	list-style-position: inside;
	list-style-image: url(/images/build/bullet.png);
    #list-style-image: url(/images/build/bullet_ie.png);
	list-style-type: none;
}
#rightWrapper #myCommunityWidget #links ul li {
	line-height: 145%;
}
#rightWrapper #myCommunityWidget #links ul li a.selected {
	text-decoration:none;
	font-weight:bold;
}


#rightWrapper #myCommunityWidget #anotherComBtn {
	overflow: hidden;
	height:69px;
}
#rightWrapper #myCommunityWidget #anotherComBtn a {
	background-image: url(/images/build/selectAnotherCom.png);
	background-repeat: no-repeat;
	text-indent: -999px;
	height: 69px;
	width: 222px;
	display: block;
}
#rightWrapper #myCommunityWidget h2 {
	font-size: 18px;
	color: #06C;
}
#rightWrapper #myCommunityWidget h3 {
	font-size: 15px;
}
#rightWrapper #myCommunityWidget h2.comName {
	text-indent: -600px;
	background-repeat: no-repeat;
	background-position: center top;
	height:70px;
	width:220px;
}
#rightWrapper #myCommunityWidget h3.comAddress {
	display: none;
}
#rightWrapper #myCommunityWidget #comLabel {
	height: 70px;
	width: 220px;
	overflow: hidden;
}

/*STATE comLabel STYLES*/
#rightWrapper #myCommunityWidget .labelACH {
	background-image:url(/images/comLabels/labelACH.gif);
}
#rightWrapper #myCommunityWidget .labelAPL {
	background-image:url(/images/comLabels/labelAPL.gif);
}
#rightWrapper #myCommunityWidget .labelBBV {
	background-image:url(/images/comLabels/labelBBV.gif);
}
#rightWrapper #myCommunityWidget .labelCCI {
	background-image:url(/images/comLabels/labelCCI.gif);
}
#rightWrapper #myCommunityWidget .labelCCV {
	background-image:url(/images/comLabels/labelCCV.gif);
}
#rightWrapper #myCommunityWidget .labelETH {
	background-image:url(/images/comLabels/labelETH.gif);
}
#rightWrapper #myCommunityWidget .labelFRV {
	background-image:url(/images/comLabels/labelFRV.gif);
}
#rightWrapper #myCommunityWidget .labelGSV {
	background-image:url(/images/comLabels/labelGSV.gif);
}
#rightWrapper #myCommunityWidget .labelHCH {
	background-image:url(/images/comLabels/labelHCH.gif);
}
#rightWrapper #myCommunityWidget .labelHFV {
	background-image:url(/images/comLabels/labelHFV.gif);
}
#rightWrapper #myCommunityWidget .labelHSD {
	background-image:url(/images/comLabels/labelHSD.gif);
}
#rightWrapper #myCommunityWidget .labelLPH {
	background-image:url(/images/comLabels/labelLPH.gif);
}
#rightWrapper #myCommunityWidget .labelMGC {
	background-image:url(/images/comLabels/labelMGC.gif);
}
#rightWrapper #myCommunityWidget .labelMLN {
	background-image:url(/images/comLabels/labelMLN.gif);
}
#rightWrapper #myCommunityWidget .labelOCV {
	background-image:url(/images/comLabels/labelOCV.gif);
}
#rightWrapper #myCommunityWidget .labelRWV {
	background-image:url(/images/comLabels/labelRWV.gif);
}
#rightWrapper #myCommunityWidget .labelSBV {
	background-image:url(/images/comLabels/labelSBV.gif);
}
#rightWrapper #myCommunityWidget .labelSED {
	background-image:url(/images/comLabels/labelSED.gif);
}
#rightWrapper #myCommunityWidget .labelTCK {
	background-image:url(/images/comLabels/labelTCK.gif);
}
#rightWrapper #myCommunityWidget .labelWCD {
	background-image:url(/images/comLabels/labelWCD.gif);
}
/*END STATE comLabel STYLES*/


#rightWrapper #myCommunityWidget #comLabel:hover{
cursor:pointer;
cursor:hand;
}
#rightWrapper #selectCommunityWidget {
	background-color: #F5F5F5;
	/*height: 255px;*/
	height:265px;
	border: 5px solid #FFFFFF;
	background-color: #F7F7F5;
	text-align: center;
	padding-top: 10px;
}
#rightWrapper #selectCommunityWidget select {
	width: 160px;
	height:21px;
}
#rightWrapper #selectCommunityWidget select option.select {
}

#rightWrapper #selectCommunityWidget select option.state {
	background:#3a7aaf;
	color:#fff;
	margin-top:8px;
	padding-left:4px;
}

#rightWrapper #selectCommunityWidget select option.comm {
	padding-left:4px;
}


#rightWrapper #selectCommunityWidget p {
	font-size: 14px;
	font-weight: bold;
	color: #3a7aaf;
	margin-bottom: 5px;
}
#rightWrapper #selectCommunityWidget a.browseBtn {
	display: block;
	height: 32px;
	width: 212px;
	cursor:pointer;
	cursor: hand;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#rightWrapper #selectCommunityWidget #mapSmall {
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#rightWrapper #selectCommunityWidget a.browseBtn:link, #rightWrapper #selectCommunityWidget a.browseBtn:active, #rightWrapper #selectCommunityWidget a.browseBtn:visited {
	background-image: url(/images/build/browseCommunities_btn.png);
}
#rightWrapper #selectCommunityWidget a.browseBtn:hover {
	background-image: url(/images/build/browseCommunities_btn_hover.png);
}
.flexheight {
	height:auto;
}

/*************************************
** KIT REQUEST WIDGET FOR HOME PAGE **
*************************************/

#rightWrapper #kitRequestWidget {
	background-image: url(/images/build/bg_kitreq.gif);
	height: 251px;
	overflow:visible;
	margin-top: 5px;
	border: 5px solid #FFFFFF;
	position: relative;
}
#rightWrapper #kitRequestWidget p{
	font-weight: bold;
	color:#4c64ad;
	font-size: 20px;
}
#rightWrapper #kitRequestWidget p.title{
	margin-top:10px;	
	text-align:center;
	text-shadow: 2px 2px 2px #fff;
}
#rightWrapper #kitRequestWidget #guideGraphic, #rightWrapper #kitRequestWidget #guideGraphicVisit {
	display:block;
	width:252px;
	height:147px;
	position:absolute;
	left:0px;
	top:50px;
}

#rightWrapper #kitRequestWidget #guideGraphic {
		background:url(../images/build/kit_graphic.png) no-repeat;
}
#rightWrapper #kitRequestWidget #guideGraphicVisit {
		background:url(../images/build/kit_visit.png) no-repeat left;
}

#rightWrapper #kitRequestWidget a.hidden{
	display:none;
}

#rightWrapper #kitRequestWidget .requestBtn{
	margin:130px 0px 0px 55px;
	height:24px;
	float:left;
	width:115px;
	background: url(/images/build/requestOnline_btn2.png) no-repeat 0px 0px;
	cursor:pointer;
	cursor:hand;
}
#rightWrapper #kitRequestWidget .requestBtn:hover{
	margin:130px 0px 0px 55px;
	height:24px;
	float:left;
	width:115px;
	background: url(/images/build/requestOnline_btn2.png) no-repeat 0px -24px;
	cursor:pointer;
	cursor:hand;
}
#rightWrapper #kitRequestWidget p.schedule{
	margin:130px 0px 0px 10px;
	height:24px;
	float:left;
	width:180px;
	background:#CC6600;
	cursor:pointer;
	cursor:hand;
}
#rightWrapper #kitRequestWidget p.phone{
	text-align:center;
	margin: 7px 0px 0px 20px;
	font-size:17px;
	font-weight:normal;
	color:#28260d;
	clear:both;
	display:block;
	float:left;
	width:180px;
	position:absolute;
	left:1px;
	top:215px;
}

/**********************************
** KIT REQUEST WIDGET SHORT FORM **
********************************s**/

#rightWrapper #kitRequestWidget form p{
	font-weight: bold;
	color:#4c64ad;
	font-size: 20px;
}

#rightWrapper #kitRequestWidget form p.phoneNumber, #rightWrapper #kitRequestWidget form p.phoneNumberHome {
	font-weight: normal;
	color:#000;
	font-size: 14px;
	text-align:center;
}

#rightWrapper #kitRequestWidget form p.phoneNumberHome {
margin-top:4px;
}

#rightWrapper #kitRequestWidget form p.title{
	margin-top:10px;	
	text-align:center;
	text-shadow: 2px 2px 2px #fff;
}
#rightWrapper #kitRequestWidget form #guideGraphic, #rightWrapper #kitRequestWidget form #guideGraphicVisit {
	display:block;
	width:252px;
	height:147px;
	position:absolute;
	left:0px;
	top:50px;
}
#rightWrapper #kitRequestWidget form #guideGraphic {
		background:url(../images/build/kit_graphic.png) no-repeat;
}
#rightWrapper #kitRequestWidget form #guideGraphicVisit {
		background:url(../images/build/kit_visit.png) no-repeat left;
}

.guideGraphic, .guideGraphicVisit {
	display:block;
	width:252px;
	height:147px;
	position:relative;
	left:0px;
	background:url(../images/build/kit_graphic.png) no-repeat;
}

#rightWrapper #kitRequestWidget form .guideGraphicVisit {
	background:url(../images/build/kit_visit.png) no-repeat;
}

#rightWrapper #kitRequestWidget form a.hidden{
	display:none;
}

#rightWrapper #kitRequestWidget form .requestBtn{
	margin:0 0 0 55px;
	height:24px;
	width:115px;
	background: url(/images/build/requestOnline_btn2.png) no-repeat 0px 0px;
	cursor:pointer;
	cursor:hand;
	display:block;
}
#rightWrapper #kitRequestWidget form .requestBtn:hover{
	margin:130px 0px 0px 55px;
	height:24px;
	float:left;
	width:115px;
	background: url(/images/build/requestOnline_btn2.png) no-repeat 0px -24px;
	cursor:pointer;
	cursor:hand;
}


/*#rightWrapper #kitRequestWidget form .guideGraphic {
	margin-bottom: -16px;
	margin-top: -10px;
}

#rightWrapper #kitRequestWidget form .guideGraphicVisit {
	margin-bottom: -25px;
	margin-top: 3px;
}*/

#rightWrapper #kitRequestWidget form .guideGraphic {
	margin-bottom: -10px;
}

#rightWrapper #kitRequestWidget form .guideGraphicVisit {
	margin-bottom: -19px;
}


#rightWrapper #kitRequestWidget form label {
	display:block;
	width:100%;
	font:13px/13px Arial, Helvetica, sans-serif;
	color:#435aa0;
	margin: 5px 0 2px 20px;
}


#rightWrapper #kitRequestWidget form input, #rightWrapper #kitRequestWidget form select {
	margin:0 0 0 20px;
	border:1px solid #728b48;
	font:12px/12px Arial, Helvetica, sans-serif;
	color:#505050;
	width:175px;
	height: 20px;
}

#rightWrapper #kitRequestWidget form select, #rightWrapper #kitRequestWidget form select option {
	line-height:16px;
}

#rightWrapper #kitRequestWidget form label.chbox {
	width:auto;
	display:inline;
	margin:5px 0 0 0;
}

#rightWrapper #kitRequestWidget form input#emailUpdate_chbox {
	margin:5px 0 0 20px;
	border:1px solid #728b48;
	width:14px;
	height: 14px;
}

#rightWrapper #kitRequestWidget form input.downloadNow, input.downloadNow {
	text-align:center;
	margin:8px 0 0 47px;
	height:24px;
	width:126px;
	border:none;
	background:#3a5198;
	color:#FFF;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
}

#rightWrapper #kitRequestWidget form p.schedule{
	margin:130px 0px 0px 10px;
	height:24px;
	float:left;
	width:180px;
	background:#CC6600;
	cursor:pointer;
	cursor:hand;
}
#rightWrapper #kitRequestWidget form p.phone{
	text-align:center;
	margin: 7px 0px 0px 20px;
	font-size:17px;
	font-weight:normal;
	color:#28260d;
	clear:both;
	display:block;
	float:left;
	width:180px;
	position:absolute;
	left:1px;
	top:215px;
}

#rightWrapper #kitRequestWidget form input.error, #rightWrapper #kitRequestWidget form select.error {
	border:1px solid #FF0000;
	background:#ff8080;
	color:#fff;
}

/**********************************
** End KIT REQUEST WIDGET styles **
**********************************/


#rightWrapper #miniSocialWidget{
	background-color: #f7f7f5;
	height: 45px;
	margin-top:5px;
}

#rightWrapper #rotatingWidget {
	background-color: #f7f7f5;
	height: auto;
	/*height: 305px;*/
	margin-top: 5px;
	border: 5px solid #FFFFFF;
	position: relative;
	/*overflow: hidden;*/
	overflow:visible;
}
*html #rightWrapper #rotatingWidget {
	float: left;
	width: 222px;
}
#rightWrapper #rotatingWidgetHome {
	background-color: #f7f7f5;
	height: 201px;
	margin-top: 5px;
	border: 5px solid #FFFFFF;
	position: relative;
	overflow: hidden;
}
#rotatingWidgetHome #rotatingWidgetControls {
	top:175px;
}

#rotatingWidgetHome #homeSocialWidget {
	border:#aaaea7 solid 1px;
	padding-top:46px;
	overflow:hidden;
	position:relative;
	background-image:url(/images/home_botright_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}


#rotatingWidgetHome #homeSocialWidget .arrow {
	position:absolute;
	top:19px;
	left:165px;
}

#rotatingWidgetHome #homeSocialWidget a {
	border-top:#aaaea7 solid 1px;
	width:220px;
	height:75px;
	display:block;	
	background-repeat:no-repeat;
}

#rotatingWidgetHome #homeSocialWidget .homeFacebook {
	background-image:url(/images/home_botright_fb_init.jpg);
}

#rotatingWidgetHome #homeSocialWidget .homeTwitter {
	background-image:url(/images/home_botright_yt_init.jpg);
}

#rotatingWidget #rotatingWidgetControls {
	top:5px;
}
#rotatingWidgetControls {
	position:relative;
	z-index: 1000;
	height: 1px;
}
#rotatingWidgetControls span {
	display: block;
}
#rotatingWidgetControls #prev, #next{
	/*border:solid 3px #7DD85F;
	padding:2px 5px;
	background-color:#FFFFFF;*/
	height:26px;
	width:41px;
	cursor:pointer;
}
#rotatingWidgetControls #prev {
	float:left;
	background-image:url(/images/build/rotatingWidgetArrowLeft_btn.png);
	background-repeat:no-repeat;
}
#rotatingWidgetControls #next {
	float:right;
	background-image:url(/images/build/rotatingWidgetArrowRight_btn.png);
	background-repeat:no-repeat;
}
#rotatingWidgetControls #prev:hover,#rotatingWidgetControls #next:hover {
	color:#003300;
	background-color:#99CC33;
}
#rotatingWidgetControls #prev:hover {
	background-image:url(/images/build/rotatingWidgetArrowLeft_over_btn.png);
	color:#003300;
	background-color:#99CC33;
}
#rotatingWidgetControls #next:hover {
	background-image:url(/images/build/rotatingWidgetArrowRight_over_btn.png);
	color:#003300;
	background-color:#99CC33;
}
#rotatingWidget #rotatingWidgetContent {
	height: auto;
	overflow: visible;
}
#rotatingWidget #staticWidgetContent {
	height:305px;
	overflow: hidden;
}
#rightWrapper #didYouKnowWidget {
	width: 230px;
	height: 323px;
	margin-top: 5px;
}
#jumpDropDown {
	margin-right: 8px;
}
.right {
	float:right;
	padding-left: 16px;
	padding-bottom: 20px;
}
.map {
	padding-left: 40px;
	padding-bottom: 55px;
	background-image: url(/images/build/magnify.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.largeMap {
	display:none;
}


/* SITE MAP STYLES */
#contentWide.siteMapContent {
	height: auto;
}
#contentWide #siteMap {
	float: left;
	width: 855px;
	padding-left: 50px;
	padding-top: 10px;
	margin-bottom: 20px;
}
*html #contentWide #siteMap { /* IE 6 */
	padding-left: 30px;
	margin-bottom: 20px;
}
#contentWide #siteMapCommunities, #contentWide #siteMapCorporate {
	clear: both;
	float: left;
	width: 855px;
	padding-left: 50px;
	padding-bottom: 0px;
}
#contentWide #siteMapCommunities {
	margin-bottom: 20px;
}
#contentWide #siteMapCorporate {
	padding-bottom: 20px;
}
#contentWide #siteMapCommunities h1, #contentWide #siteMapCorporate h1 {
	margin-left: 20px;
	margin-bottom: 5px;
}
#contentWide #siteMapCommunities a.maplink {
	margin-left: 20px;
	height: 34px;
	line-height: 34px;
	background-image: url(/images/build/mapIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 55px;
	padding-top: 7px;
	padding-bottom: 12px;
}
#contentWide #siteMapCommunities a.maplink span {
	height: 34px;
	line-height: 34px;
	padding-bottom: 12px;
}
#contentWide #siteMapCommunities ul, #contentWide #siteMap ul, #contentWide #siteMapCorporate ul {
	width: 145px;
	height: auto;
	float: left;
	list-style-type: none;
	line-height: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}
#contentWide #siteMap ul {
	margin-bottom: 0px;
	width: 190px;
}
#contentWide #siteMap ul.home {
	margin-bottom: 20px;
}
*html #contentWide #siteMap ul { /* IE 6 */
	width: 185px;
}
#contentWide #siteMapCorporate ul {
	width: 180px;
	margin-bottom: 0px;
}
#contentWide #siteMapCommunities ul ul, #contentWide #siteMap ul ul {
	float: none;
	margin-left: 0px;
}
*html #contentWide #siteMapCommunities ul { /* IE 6 */
	margin-left: 10px;
}
*html #contentWide #siteMapCorporate ul {
	margin-left: 10px;
}
*html #contentWide #siteMapCommunities ul ul, #contentWide #siteMapCorporate ul ul { /* IE 6 */
	margin-left: 0px;
}
#contentWide #siteMapCommunities ul li, #contentWide #siteMapCorporate ul li {
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
}
#contentWide #siteMap ul li {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
#contentWide #siteMapCommunities ul li ul li, #contentWide #siteMap ul ul li, #contentWide #siteMapCorporate ul ul li  {
	font-weight: normal;
	text-indent: 10px;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contentWide #siteMapCorporate ul ul {
	margin-left: 0px;
}
#contentWide #siteMapCommunities ul li a:link, #contentWide #siteMapCommunities ul li a:active, #contentWide #siteMapCommunities ul li a:visited, #contentWide #siteMapCorporate ul li a:link, #contentWide #siteMapCorporate ul li a:active, #contentWide #siteMapCorporate ul li a:visited {
	color: #0066a4;
	text-decoration: none;
}

#contentWide #siteMap ul li a:link, #contentWide #siteMap ul li a:active, #contentWide #siteMap ul li a:visited, #contentWide #siteMapCommunities h1 a:link, #contentWide #siteMapCommunities h1 a:active, #contentWide #siteMapCommunities h1 a:visited, #contentWide #siteMapCorporate h1 a:link, #contentWide #siteMapCorporate h1 a:active, #contentWide #siteMapCorporate h1 a:visited {
	color: #794400;
	text-decoration: none;
}
#contentWide #siteMapCommunities ul li a:hover, #contentWide #siteMapCorporate ul li a:hover, #contentWide #siteMap ul li a:hover, #contentWide #siteMapCommunities h1 a:hover,#contentWide #siteMapCorporate h1 a:hover {
	color: #CE7200;
}
#contentWide #siteMapCommunities ul li ul li a:link, #contentWide #siteMapCommunities ul li ul li a:active, #contentWide #siteMapCommunities ul li ul li a:visited, #contentWide #siteMap ul ul li a:link, #contentWide #siteMap ul ul li a:active, #contentWide #siteMap ul ul li a:visited, #contentWide #siteMapCorporate ul ul li a:link, #contentWide #siteMapCorporate ul ul li a:active, #contentWide #siteMapCorporate ul ul li a:visited {
	color:#133495;
	text-decoration:underline;
}
#contentWide #siteMapCommunities ul li ul li a:hover, #contentWide #siteMap ul ul li a:hover, #contentWide #siteMapCorporate ul ul li a:hover {
	color:#0066CC;
	text-decoration:none;
}
/* SITE MAP STYLES END */

/* HIPAA STYLES */
#contentWide #hipaa {
	background-color: #efefef;
	clear: both;
	float: left;
	height: 200px;
	width: 855px;
	padding-left: 50px;
	padding-top: 10px;
}
#contentWide #hipaa ul {
	width: 145px;
	height: auto;
	float: left;
	list-style-type: none;
	line-height: 20px;
	margin-left: 20px;
}
#contentWide #hipaa ul ul {
	float: none;
	margin-left: 0px;
}
#contentWide #hipaa ul li {
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	color: #794400;
}
#contentWide #hipaa ul li ul li {
	font-weight: normal;
	text-indent: 10px;
	font-size: 13px;
	margin-top: 0px;
}
#contentWide #hipaa ul li a:link, #contentWide #quickLinks ul li a:active, #contentWide #quickLinks ul li a:visited {
	color: #794400;
	text-decoration: none;
}
#contentWide #hipaa ul li a:hover {
	color: #CE7200;
}
#contentWide #hipaa ul li ul li a:link, #contentWide #quickLinks ul li ul li a:active, #contentWide #quickLinks ul li ul li a:visited {
	color:#133495;
	text-decoration:underline;
}
#contentWide #hipaa ul li ul li a:hover {
	color:#0066CC;
	text-decoration:none;
}
/* HIPAA STYLES END */

/* PRIVACY POLICY STYLES */
#privacyPolicy {
	padding-left: 70px;
	padding-right: 70px;
	margin-top: 10px;
}
#privacyPolicy p {
	line-height: 18px;
	margin-bottom: 20px;
}
#privacyPolicy ol {
	margin-bottom: 20px;
	margin-left: 25px;
}
#privacyPolicy ol li {
	margin-bottom: 10px;
}
#privacyPolicy ol li li {
	margin-left: 25px;
}
#privacyPolicy div.lineBreaker {
	margin-bottom: 20px;
}
/* PRIVACY POLICY STYLES END */

#errorText {
	padding-left: 70px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	background-color: #efefef;
}
#errorText ul {
	list-style-position: outside;
	list-style-image: url(/images/build/bullet.png);
	list-style-type: none;
	display: block;
	margin-left: 30px;
	margin-bottom: 25px;
	margin-top: 10px;
}
#errorText ul li {
	margin-bottom: 5px;
}

/*Just for Apartment Homes tab*/
#leftWrapper #copy h2.VTTitle {
	font-size: 16px;
	color: #3a7aaf;
	margin-bottom: 0.2em;
	margin-top: 0px;
	padding-top:0px;
	}
#leftWrapper #copy .dynamicTabContent#virtualTours {
	padding-left: 10px;
	padding-right: 10px;
	width: 630px;
	min-height: 350px;
	}
p.disclaimer {
	font-size:10px;
	}

#leftWrapper #copy ul#careersNav {
    border-bottom: 1px solid #3E7DBD;
    border-top: 1px solid #3E7DBD;
    height: 22px;
    margin: 10px 0 20px;
    padding-left: 28px;
}

#leftWrapper #copy ul#careersNav li a, ul#careersNav .tabs-nav a  {
    color: #3E7DBD;
	text-decoration: underline;
	background-color: #FFFFFF;
	padding: 0;
	position:inherit;
}

#leftWrapper #copy ul#careersNav li a:hover {
	text-decoration: none;
}
	
#leftWrapper #copy ul#careersNav li {
    display: inline;
    margin: 0;
    min-width: inherit;
    padding: 2px 8px;
}

ul#careersNav li.tabs-selected a {
    border:none;
    height: auto;
    white-space: nowrap;
	cursor:pointer;
}

h1.careers {
    color: #3A7AAF;
}

/* Employee Testimonials Page*/
#leftWrapper #copy div.emp_testimonial_single ul{
	min-height: 100px;
	list-style: none;
	list-style-image: none;
}

ul#testimonials li{
	display:none; /* hide the items at first only */
}
	
.emp_testimonial {
    border-top: 1px solid #CCCCCC;
    padding: 15px 0;
}

.emp_testimonial:first-child {
    border-top: none;
}
	
.beginQuote {
    color: #5FA731;
    display: inline-block;
    font-size: 100px;
    left: 30px;
    position: absolute;
}
	
.endQuote {
    color: #5FA731;
    display: inline-block;
    float: right;
    font-size: 100px;
    margin: -85px 0;
    position: absolute;
    right: 30px;
}
	
#leftWrapper #copy p.testimonial_text {
    font-size: 16px;
    line-height: 22px;
    padding: 28px 25px 0;
}

.empolyee_name {
    color: #5FA731;
    font-size: 16px;
    margin-right: 40px;
    margin-top: -10px;
    text-align: right;
}

/* Single Employee Testimonials */
.emp_testimonial_single {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #fafafa 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top, #fafafa 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f4f4f4',GradientType=0 );
	background: linear-gradient(top, #fafafa 0%,#f4f4f4 100%);	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
    padding-bottom: 5px;
}

.emp_testimonial_single .beginQuote {
    color: #5FA731;
    display: inline-block;
    font-size: 100px;
    left: 65px;
    position: absolute;
}

.emp_testimonial_single .endQuote {
    color: #5FA731;
    display: inline-block;
    float: right;
    font-size: 100px;
    margin: -100px 0;
    position: absolute;
    right: 60px;
	}
	
#leftWrapper #copy p.testimonial_text_single {
    font-size: 16px;
    line-height: 22px;
    padding: 28px 60px 0;
 }
 
.emp_testimonial_single .empolyee_name {
    color: #5FA731;
    font-size: 16px;
    margin-left: 60px;
    margin-top: -10px;
    text-align: left;
	}
	
 .more_test {
    margin-top: -31px;
    padding: 8px 12px;
    text-align: right;
	float: right;
    width: 165px;
	background-color: #5976b7;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px; 
}

.more_test a:link, .more_test a:visited {
	font-size: 16px;
	color: #FFFFFF;
}

/* Virtual Tours */

div.VTWrapper {
	padding:10px 20px;
	overflow: hidden;
}

div.VTWrapper h2 {
	color: #3a7aaf;
	line-height: 175%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 15px;
}

div#leftWrapper div#content div.VTWrapper h3 {
	color:  #666;
	line-height: 175%;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
    margin: 0 15px;
	margin-bottom:0;
	clear:both;
}

div.VTthumbnail {
    float: left;
    margin: 30px 15px 5px;
    max-width: 180px;
	height: 140px;
    text-align: center;
}

div.VTthumbnail img {
    border: 1px solid #CCCCCC;
    box-shadow: 2px 2px 2px #CCCCCC;
    padding: 10px;
}

div.VTthumbnail img:hover {
    background-color: #ccc;
}

p.VT_title {
    font-size: 14px;
    margin-top: 10px;
}

.VTclear {clear:both;}

#virtualTours div.VTWrapper {padding:0;}

a.viewFP {
	color: #3A7AAF;
	display: block;
	margin-left: 15px;
	background: url("/ourcommunities/wcd/virtual_tours/floorplan_icon.gif") center left no-repeat;
	padding: 10px 0 0 45px;
	height: 25px;
}

.achVTApartments {
	display: block;
	clear: both;
	font-size: 20px;
	color: #333;
	padding: 20px 80px;
	margin: 10px -20px 10px;
	border-top: 5px solid #4C65AC;
	text-align: center;
}

/* TALL COMMUNITY WIDGET */
#rightWrapper #myCommunityWidget.FRV, 
#rightWrapper #myCommunityWidget.TCK, 
#rightWrapper #myCommunityWidget.WCD {
	height: 310px;
}

#rightWrapper #myCommunityWidget.FRV #links, 
#rightWrapper #myCommunityWidget.TCK #links, 
#rightWrapper #myCommunityWidget.WCD #links {
	height: 160px;
}
