/* CSS Document */

body 
{
    background: url("/images/bg/bg-texture-inner.jpg") #fff repeat-x center top;
    padding: 0;
    margin: 0 auto;
    font-family:Arial, Helvetica, sans-serif;
    color: #747679;
}

a img {border:none;}

body.home 
{
    background: url("/images/bg/bg-texture.jpg") #fff repeat-x center top;
	font-family: georgia,garamond,serif;
}

.wrapper.home
{
    background: url("/images/bg/bg-home.jpg") no-repeat center top;
    width: 100%;
}

.wrapper
{
    background: url("/images/bg/bg-inner.jpg") no-repeat center top;
    width: 100%;
}

.content 
{
    background: url("/images/bg/bg-content.png") repeat-y center top;
    width: 962px;
    padding: 10px 10px 0 10px;
    margin: 0 auto;
    min-height: 300px;
    position: relative;
    color: #4d4e53;
}
.content-bottom { background: url("/images/bg/bg-content-bottom.png") no-repeat center bottom; width: 962px; height: 3px; margin: 0 auto; }
.clear { clear: both; }
.logoBox { width: 372px; height: 49px; margin: 10px 28px; }

/* Nav */

.nav 
{
    font-family: Verdana, Arial, Sans-Serif;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    position: relative;
}

.nav-main {
	height:30px;
	overflow:hidden;
	border-bottom:10px solid #F38A11;
}

.selected-apartments {
	border-bottom:10px solid #F38A11;
}

.selected-senior-apartments {
	border-bottom:10px solid #216470;
}

.selected-assisted-living {
	border-bottom:10px solid #5F8F21;
}

.selected-student-housing {
	border-bottom:10px solid #A92931;
}

.nav-main ul {
	list-style:none;
	margin:0;
	padding:0;	
	float:right;
	text-transform:uppercase;
}


.nav-main li {
	float:left;	
	margin-left:-13px;
	position:relative;
}

.nav-main li.active {
	z-index:5 !important;	
}

.nav-main a {
	display:block;
	line-height:30px;
	text-align:center;
	width:180px;	
}

.nav-contact
{
    height: 31px;
    position: absolute;
    right: 24px;
    top: 0;
    text-align: right;
    line-height: 24px;
}

.nav-contact a {
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	display:block;
	line-height:22px;
    background: #FA8900;
	font-size:11px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom:1px solid #EB851F;
	border-right:1px solid #EB851F;
	border-left:1px solid #EB851F;
	padding:3px 5px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.template-senior .nav-contact a {background:#106470; border-left:1px solid #106470;border-right:1px solid #106470;border-bottom:1px solid #106470}

.nav-contact a:hover {
	text-decoration: underline;
}

.nav a 
{
    text-decoration: none;
    color: #fff;
}

.nav.contact a img { margin-right: 10px; vertical-align: text-top; }

.nav.main { width: 960px; height: 40px; position: relative; text-align: center; line-height: 28px; }


.nav-main #tab-students 
{ 
    background: url("/images/tabs/tab-red.png") no-repeat;
	z-index:1;
}


.nav-main #tab-assisted
{ 
    background: url("/images/tabs/tab-green.png") no-repeat;
	z-index:2;
}

.nav-main #tab-seniors
{ 
    background: url("/images/tabs/tab-blue.png") no-repeat;
	z-index:3;
}

.nav-main #tab-apartments
{ 
    background: url("/images/tabs/tab-orange.png") no-repeat;
	z-index:4;
}

.nav.main .bottomBar 
{ 
    border-top: 1px solid #d97700; 
    background-color: #fa8900; 
    height: 10px; 
    width: 960px;
     margin-top: -1px; 
     margin-left: 1px; 
     position: absolute;
     left: 0px;
     top: 30px;
     z-index: 10; 
}

/* /nav */

.hidden { display: none; }
.content .home { padding: 30px 40px; height: 292px; }
.content .home p
{
    font-size: 24px;
    margin: 0 0 10px 0;
}

.home .home-content p.cta { font-size: 28px; }
.home .home-content p.cta a { text-decoration: none; padding-right: 36px; }

.home .home-content {
	height: 293px;
    padding: 30px 40px;	
	position:relative;
}

.home .home-content .content-image {
	position: absolute;
    bottom: 0;
    left: 10px;	
}

.home .home-content p {
    font-size: 18px;
    margin: 0 0 10px;
}

#apartment-search-wrapper {position:relative}


.home #content-apartments
{
    background: url(/images/bg/bg-map-apt-region.jpg) no-repeat right top;
}

.map-layer {
	display:block;
	width:100%;
	height:100%;	
}

#map-photo 
{
    position: absolute;
    bottom: 0;
    left: 1px;
    margin: 0;
    padding: 0;
}

.home #content-apartments.content-ohio {
	background:url(/images/bg/bg-map-oh.jpg) no-repeat right top;
}

.home #content-apartments.content-indiana {
	background:url(/images/bg/bg-map-in.jpg) no-repeat right top;
}

.home #content-apartments.content-pa {
	background:url(/images/bg/bg-map-pa.jpg) no-repeat right top;
}

.home #content-apartments.content-mi {
	background:url(/images/bg/bg-map-mi.jpg) no-repeat right top;
}

.home #content-apartments.content-wi {
	background:url(/images/bg/bg-map-wi.jpg) no-repeat right top;
}

.home #content-apartments.content-il {
	background:url(/images/bg/bg-map-il.jpg) no-repeat right top;
}

.home #content-apartments.content-ky {
	background:url(/images/bg/bg-map-ky.jpg) no-repeat right top;
}

.home #content-apartments.content-il {
	background:url(/images/bg/bg-map-il.jpg) no-repeat right top;
}

.home #content-apartments.content-mo {
	background:url(/images/bg/bg-map-mo.jpg) no-repeat right top;
}

.home #content-apartments.content-mn {
	background:url(/images/bg/bg-map-mn.jpg) no-repeat right top;
}

.home #content-apartments a {
	color: #fa8900;
}

.home #content-seniors
{
    background: url("/images/bg/bg-senior-map.jpg") no-repeat right top;
}

.home #content-seniors.content-ohio {
	background:url(/images/bg/bg-map-oh-sr.jpg) no-repeat right top;	
}

.home #content-seniors.content-indiana {
	background:url(/images/bg/bg-map-in-sr.jpg) no-repeat right top;	
}

.home #content-seniors.content-mn {
	background:url(/images/bg/bg-map-mn-sr.jpg) no-repeat right top;	
}

.home #content-seniors.content-ky {
	background:url(/images/bg/bg-map-ky-sr.jpg) no-repeat right top;	
}

.home #content-seniors.content-mo {
	background:url(/images/bg/bg-map-mo-sr.jpg) no-repeat right top;	
}

.home #content-seniors.content-il {
	background:url(/images/bg/bg-map-il-sr.jpg) no-repeat right top;	
}

.home #content-seniors a {
	color: #106470;
}

.home #content-assisted
{
    background: url("/images/bg/bg-green.jpg") no-repeat right top;
}

.home #content-assisted a {
	color: #5a8e22;
}

.home #content-students
{
    background: url("/images/bg/bg-red.jpg") no-repeat right top;
}

.home #content-students a {
	color: #af292e;
}

.home-text-wrapper {clear:both; position:relative;}

.home.text { font-size: 24px; margin: 0 auto 60px auto; padding: 10px 30px; width: 900px; }
.home.text h1 { font-size: 24px; font-weight: bold; color: #4d4e53; }
.home.text .blue h1 { font-size: 21px; }
.home.text .orange a { color: #fa8900; }

.home.text .blue a { color: #106470; }
.home.text .green a { color: #5a8e22; }
.home.text .red a { color: #af292e; }
.home.text .orange a:hover,
.home.text .blue a:hover,
.home.text .green a:hover,
.home.text .red a:hover {color:#747679;}
p.cta {
	position:relative;
	z-index:2;
	display: inline-block;
    padding-right: 32px;
}
.content #content-apartments p.cta {
	color:#FA8900;
	background:url(/images/arrow-orange.png) no-repeat right .2em;
}
.content #content-seniors p.cta {
	color: #106470; 
	background:url(/images/arrow-blue.png) no-repeat right .2em;
}
.content #content-assisted p.cta {
	color: #5a8e22;
	background:url(/images/arrow-green.png) no-repeat right .2em;
}
.content #content-students p.cta {
	color: #af292e;
	background:url(/images/arrow-red.png) no-repeat right .2em;
}

.footer { background: url("/images/bg/bg-footer.jpg") repeat-x; height: 61px; position: relative; }

.footer .inner 
{ 
    background: url("/images/bg/bg-footer-inner.jpg") no-repeat bottom left; 
    margin: 1px auto 0 auto; 
    width: 960px; 
    height: 60px; 
    text-align: right; 
    color: #fff;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}
.footer .inner p { line-height: 36px; float: right; }
.footer .inner ul { list-style-type: none; margin: 0 0 0 10px; padding: 0; float: right; }

.footer .inner ul li 
{
    display: inline-block; 
    line-height: 60px;
    padding: 0 2px;
}
.footer .inner ul li a, .footer .inner a { color: #fff; }
.footer .inner ul li a:hover, .footer .inner a:hover { text-decoration: none; }

.header 
{
    background: url("/images/bg/bg-header-inner.png") repeat-x;
    height: 65px;
    margin: 0 auto;
    width: 832px;
    position: relative;
    padding: 10px 64px;
}

.header p.breadcrumb { font-size: 10px; font-family: Arial, Sans-Serif; margin: 10px 0 10px 0; }
.header p a { text-decoration: none; color: #fa8900; }

.header p.breadcrumb a:hover {text-decoration:underline}

.header h1 { font-size: 21px; font-family: Arial, Sans-Serif; margin:10px 0; }

.map { margin: 0 1px; }

/* Search Results */

.back  
{
    position: absolute;
    top: 1px;
    left: 64px;
    background: #FA8900;
	font-size:11px;
	color:#ffffff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom:1px solid #EB851F;
	border-right:1px solid #EB851F;
	border-left:1px solid #EB851F;
	padding:3px 5px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.home #apartment-search-wrapper a.back {color:#ffffff; left: 847px; top: -133px; height:22px; line-height:22px;}

.home #apartment-search-wrapper #content-seniors a.back {background:#106470; border-left:1px solid #106470;border-right:1px solid #106470;border-bottom:1px solid #106470}

.property-info 
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    padding: 10px 1px;
    border-top: solid 1px #c3c19b;
}
 
.property-info .info 
{
    color: #7d7d7d;
    width: 290px;
    margin-left: 64px;
    float: left;
} 

.property-info .info .prop-desc-search {
	margin:1em 0;	
}

.property-info .info a { color: #fa8900; }

.property-info .info a:hover {text-decoration:none;}
p.black, p.black a, .info div.address { color: #000; }
p.black a:hover { text-decoration: none; }

.property-info .amenities 
{
    float: left;
    margin-left: 20px;
	width:160px;
	color:#7d7d7d;
} 

.property-info .amenities h3 { color: #fa8900; font-size: 14px; margin: 12px 0 0 0; }

.property-info .amenities .map
{
    margin-top: 50px;
    color: #000;
}

.map-text a:hover {
	text-decoration:underline !important;	
}

.property-info .amenities .map a { color: #000; text-decoration: underline; padding-right:13px; line-height:18px; display:inline-block; background:url(/images/map-pin-orange-small.gif) no-repeat right top; }
.property-info .amenities .map a:hover { text-decoration: none; }


.property-info .amenities ul 
{
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}

.property-info .amenities ul li 
{
    padding: 1px 0 1px 10px;
    background: url(/images/bullet-arrow.gif) no-repeat 0 5px;
	list-style:none;
}

.property-info .amenities ul li.see-more a { color: #FA8900; }
.property-info .amenities ul li.see-more a:hover { text-decoration: none; }

.template-senior .property-info .amenities ul li.see-more a { color: #106470; }
.template-senior .property-info .amenities ul li.see-more a:hover { text-decoration: none; }

.buttons 
{
    float: left;
    position: relative;
}

.buttons ul
{
    list-style-type: none;
    margin: 32px 0 0 16px;
    padding: 0;
}

.buttons ul li  {
	width:50px;	
	position:relative;
	margin-bottom:8px;
}

.buttons ul li a {
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	height: 46px; 
	width: 65px;	
}

.buttons ul li.rent-assist a
{
    background: url("/images/buttons/btn-rent-assist-apt.png") no-repeat 11px top;
    height: 46px;
}

.buttons ul li.rent-assist:hover a
{
    background: url("/images/buttons/btn-rent-assist-apt.png") no-repeat 11px bottom;
    height: 46px;
}

.template-senior .buttons ul li.rent-assist a
{
    background: url("/images/buttons/btn-rent-assist-sr.png") no-repeat 11px top;
}

.template-senior .buttons ul li.rent-assist:hover a
{
    background: url("/images/buttons/btn-rent-assist-sr.png") no-repeat 11px bottom;
}

.template-assisted .buttons ul li.rent-assist a
{
    background: url("/images/buttons/btn-rent-assist-asst.png") no-repeat 11px top;
}

.template-assisted .buttons ul li.rent-assist:hover a
{
    background: url("/images/buttons/btn-rent-assist-asst.png") no-repeat 11px bottom;
}

.template-student .buttons ul li.rent-assist a
{
    background: url("/images/buttons/btn-rent-assist-student.png") no-repeat 11px top;
}

.template-student .buttons ul li.rent-assist:hover a
{
    background: url("/images/buttons/btn-rent-assist-student.png") no-repeat 11px bottom;
}

.buttons ul li.voucher a
{
    background: url("/images/buttons/btn-voucher-apt.png") no-repeat 0px top;
    height: 39px;
}

.buttons ul li.voucher:hover a
{
    background: url("/images/buttons/btn-voucher-apt.png") no-repeat 0 bottom;
    height: 39px;
}

.template-senior .buttons ul li.voucher a
{
    background: url("/images/buttons/btn-voucher-sr.png") no-repeat 0px top;
}

.template-senior .buttons ul li.voucher:hover a
{
    background: url("/images/buttons/btn-voucher-sr.png") no-repeat 0 bottom;
}

.template-assisted .buttons ul li.voucher a
{
    background: url("/images/buttons/btn-voucher-asst.png") no-repeat 0px top;
}

.template-assisted .buttons ul li.voucher:hover a
{
    background: url("/images/buttons/btn-voucher-asst.png") no-repeat 0 bottom;
}

.template-student .buttons ul li.voucher a
{
    background: url("/images/buttons/btn-voucher-student.png") no-repeat 0px top;
}

.template-student .buttons ul li.voucher:hover a
{
    background: url("/images/buttons/btn-voucher-student.png") no-repeat 0 bottom;
}

.buttons ul li.tax-credit a
{
    background: url("/images/buttons/btn-tax-credit-apt.png") no-repeat 10px top;
    height: 46px;
}

.buttons ul li.tax-credit:hover a
{
    background: url("/images/buttons/btn-tax-credit-apt.png") no-repeat 10px bottom;
    height: 46px;
}

.template-senior .buttons ul li.tax-credit a
{
    background: url("/images/buttons/btn-tax-credit-sr.png") no-repeat 10px top;
}

.template-senior .buttons ul li.tax-credit:hover a
{
    background: url("/images/buttons/btn-tax-credit-sr.png") no-repeat 10px bottom;
}

.template-assisted .buttons ul li.tax-credit a
{
    background: url("/images/buttons/btn-tax-credit-asst.png") no-repeat 10px top;
}

.template-assisted .buttons ul li.tax-credit:hover a
{
    background: url("/images/buttons/btn-tax-credit-asst.png") no-repeat 10px bottom;
}

.template-student .buttons ul li.tax-credit a
{
    background: url("/images/buttons/btn-tax-credit-student.png") no-repeat 10px top;
}

.template-student .buttons ul li.tax-credit:hover a
{
    background: url("/images/buttons/btn-tax-credit-student.png") no-repeat 10px bottom;
}

.buttons ul li.accessible a
{
    background: url("/images/buttons/btn-handicap-apt.png") no-repeat 12px top;
    height: 47px;
}

.buttons ul li.accessible:hover a
{
    background: url("/images/buttons/btn-handicap-apt.png") no-repeat 12px bottom;
    height: 47px;
}

.template-senior .buttons ul li.accessible a
{
    background: url("/images/buttons/btn-handicap-sr.png") no-repeat 12px top;
}

.template-senior .buttons ul li.accessible:hover a
{
    background: url("/images/buttons/btn-handicap-sr.png") no-repeat 12px bottom;
}

.template-assisted .buttons ul li.accessible a
{
    background: url("/images/buttons/btn-handicap-asst.png") no-repeat 12px top;
}

.template-assisted .buttons ul li.accessible:hover a
{
    background: url("/images/buttons/btn-handicap-asst.png") no-repeat 12px bottom;
}

.template-student .buttons ul li.accessible a
{
    background: url("/images/buttons/btn-handicap-student.png") no-repeat 12px top;
}

.template-student .buttons ul li.accessible:hover a
{
    background: url("/images/buttons/btn-handicap-student.png") no-repeat 12px bottom;
}

.property-info .property-image 
{
    float: right;
    height: 203px;
    width: 323px;
    margin-right: 16px;
}

.property-info .property-image img {
	width:323px;	
}

.buttons .tooltip
{
    background: url("/images/baloon.png") no-repeat;
    height: 125px;
    width: 231px;
    padding: 17px 30px 40px 60px;
    position: absolute;
	bottom:25px;
	left:50px;
	z-index:999;
	display:none;
}

.buttons .tooltip h4 {
	font-size:18px;
	margin:0 0 .75em 0;
	color:#f8981d;
	font-weight:normal;
}

.buttons .tooltip h4 a {
	color:#f8981d;
}

.buttons .tooltip p {
	margin:0;	
}

/* Apartment Search */

#content-apartments h1 {
	font-size:28px;
	color: #fa8900;
	font-weight:normal;
	margin:0;
}

#content-seniors h1 {
    color: #106470;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
}

#apartment-search-wrapper h2 {
    font-size: 18px;
	color:#4D4E53;
	font-weight:normal;
	margin:0;
	width:410px;
}

.home .home-content p.jump {
	width:380px;
	font-size:16px;	
}

.community-list-wrapper {
	height:190px;
	overflow:auto;
	width:35%;	
	margin:10px 0;
}

.community-list-wrapper ul {
	list-style:none;
	margin:0;
	padding:0;	
}

.map-wrapper {
    height: 352px;
    position: absolute;
    right: 0;
    top: 0;
    width: 505px;
}

.ky-apartments {width:600px;}

.wi-apartments {width:550px;}

.mi-apartments {width:570px;}

.mo-apartments {width:550px;}

.mn-apartments {width:550px;}

#content-apartments .ohio-hovered {background:url(/images/bg/states/ohio-over-blk.png) no-repeat 299px 158px transparent;}
#content-apartments .indiana-hovered {background:url(/images/bg/states/in-over-black.png) no-repeat 246px 182px transparent;}
#content-apartments .illinois-hovered {background:url(/images/bg/states/il-over-blk.png) no-repeat 172px 174px transparent;}
#content-apartments .kentucky-hovered {background:url(/images/bg/states/ky-over-blk.png) no-repeat 226px 250px transparent;}
#content-apartments .michigan-hovered {background:url(/images/bg/states/mi-over-blk.png) no-repeat 174px 52px transparent;}
#content-apartments .minnesota-hovered {background:url(/images/bg/states/mn-over-blk.png) no-repeat 48px 7px transparent;}
#content-apartments .missouri-hovered {background:url(/images/bg/states/mo-over-blk.png) no-repeat 85px 232px transparent;}
#content-apartments .pennsylvania-hovered {background:url(/images/bg/states/pa-over-blk.png) no-repeat 380px 131px transparent;}
#content-apartments .wisconsin-hovered {background:url(/images/bg/states/wi-over-blk.png) no-repeat 131px 64px transparent;}

#content-apartments .nw-ohio-hovered {background:url(/images/bg/regions/ohio-nw.png) no-repeat 7px 70px transparent;}
#content-apartments .ne-ohio-hovered {background:url(/images/bg/regions/ohio-ne.png) no-repeat 181px 2px transparent;}
#content-apartments .central-ohio-hovered {background:url(/images/bg/regions/ohio-central.png) no-repeat 131px 159px transparent;}
#content-apartments .w-ohio-hovered {background:url(/images/bg/regions/ohio-w.png) no-repeat 39px 181px transparent;}
#content-apartments .e-ohio-hovered {background:url(/images/bg/regions/ohio-e.png) no-repeat 212px 162px transparent;}
#content-apartments .s-ohio-hovered {background:url(/images/bg/regions/ohio-s.png) no-repeat 141px 248px transparent;}
#content-apartments .sw-ohio-hovered {background:url(/images/bg/regions/ohio-sw.png) no-repeat 49px 292px transparent;}

#content-apartments .n-indiana-hovered {background:url(/images/bg/regions/in-n.png) no-repeat 80px 0 transparent;}
#content-apartments .s-indiana-hovered {background:url(/images/bg/regions/in-s.png) no-repeat 93px 157px transparent;}

#content-apartments .all-pennsylvania-hovered {background:url(/images/bg/regions/pa.png) no-repeat -23px 5px transparent;}

#content-apartments .n-kentucky-hovered {background:url(/images/bg/regions/ky-n.png) no-repeat 290px 41px transparent;}
#content-apartments .w-kentucky-hovered {background:url(/images/bg/regions/ky-w.png) no-repeat 31px 105px transparent;}

#content-apartments .n-illinois-hovered {background:url(/images/bg/regions/il-n.png) no-repeat 47px 0 transparent;}
#content-apartments .s-illinois-hovered {background:url(/images/bg/regions/il-s.png) no-repeat 47px 85px transparent;}

#content-apartments .all-wisconsin-hovered {background:url(/images/bg/regions/wi.png) no-repeat -8px 0 transparent;}

#content-apartments .n-michigan-hovered {background:url(/images/bg/regions/mi-n.png) no-repeat 112px 0 transparent;}
#content-apartments .s-michigan-hovered {background:url(/images/bg/regions/mi-s.png) no-repeat 90px 179px transparent;}
#content-apartments .all-michigan-hovered {background:url(/images/bg/regions/mi.png) no-repeat 120px 0 transparent;}

#content-apartments .all-missouri-hovered {background:url(/images/bg/regions/mo.png) no-repeat 3px 0 transparent;}

#content-apartments .all-minnesota-hovered {background:url(/images/bg/regions/mn.png) no-repeat 26px 0 transparent;}

#content-seniors .ohio-hovered {background:url(/images/bg/states-seniors/oh-over-blk.png) no-repeat 299px 159px transparent;}
#content-seniors .indiana-hovered {background:url(/images/bg/states-seniors/in-over-blk.png) no-repeat 247px 183px transparent;}
#content-seniors .illinois-hovered {background:url(/images/bg/states-seniors/il-over-blk.png) no-repeat 172px 175px transparent;}
#content-seniors .kentucky-hovered {background:url(/images/bg/states-seniors/ky-over-blk.png) no-repeat 227px 251px transparent;}
#content-seniors .michigan-hovered {background:url(/images/bg/states-seniors/mi-over-blk.png) no-repeat 174px 53px transparent;}
#content-seniors .minnesota-hovered {background:url(/images/bg/states-seniors/mn-over-blk.png) no-repeat 48px 7px transparent;}
#content-seniors .missouri-hovered {background:url(/images/bg/states-seniors/mo-over-blk.png) no-repeat 86px 233px transparent;}
#content-seniors .pennsylvania-hovered {background:url(/images/bg/states-seniors/pa-over-blk.png) no-repeat 380px 132px transparent;}
#content-seniors .wisconsin-hovered {background:url(/images/bg/states-seniors/wi-over-blk.png) no-repeat 131px 65px transparent;}

#content-seniors .nw-ohio-hovered {background:url(/images/bg/regions-seniors/oh-nw.png) no-repeat 7px 69px transparent;}
#content-seniors .ne-ohio-hovered {background:url(/images/bg/regions-seniors/oh-ne.png) no-repeat 181px 1px transparent;}
#content-seniors .central-ohio-hovered {background:url(/images/bg/regions-seniors/oh-central.png) no-repeat 131px 158px transparent;}
#content-seniors .w-ohio-hovered {background:url(/images/bg/regions-seniors/oh-w.png) no-repeat 39px 180px transparent;}
#content-seniors .e-ohio-hovered {background:url(/images/bg/regions-seniors/oh-e.png) no-repeat 212px 161px transparent;}
#content-seniors .s-ohio-hovered {background:url(/images/bg/regions-seniors/oh-s.png) no-repeat 141px 247px transparent;}
#content-seniors .sw-ohio-hovered {background:url(/images/bg/regions-seniors/oh-sw.png) no-repeat 49px 291px transparent;}

#content-seniors .n-indiana-hovered {background:url(/images/bg/regions-seniors/in-n.png) no-repeat 81px 0 transparent;}
#content-seniors .s-indiana-hovered {background:url(/images/bg/regions-seniors/in-s.png) no-repeat 94px 157px transparent;}

#content-seniors .all-missouri-hovered {background:url(/images/bg/regions-seniors/mo.png) no-repeat 3px 0 transparent;}

#content-seniors .all-minnesota-hovered {background:url(/images/bg/regions-seniors/mn.png) no-repeat 26px 0 transparent;}

#content-seniors .n-kentucky-hovered {background:url(/images/bg/regions-seniors/ky-n.png) no-repeat 290px 41px transparent;}
#content-seniors .w-kentucky-hovered {background:url(/images/bg/regions-seniors/ky-w.png) no-repeat 31px 105px transparent;}

#content-seniors .n-illinois-hovered {background:url(/images/bg/regions-seniors/il-n.png) no-repeat 47px 0 transparent;}
#content-seniors .s-illinois-hovered {background:url(/images/bg/regions-seniors/il-s.png) no-repeat 47px 85px transparent;}

.map-wrapper ul {
	list-style:none;
	margin:0;
	padding:0;	
}

.map-wrapper ul li {
	position:absolute;	
}

.map-wrapper ul li a {
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
/*	border:1px solid #ff0000;	*/
	text-indent:-9999px;
}

.map-wrapper ul li.ohio {
	left: 266px;
    top: 168px;
}

.map-wrapper ul li.ohio a {
	height: 86px;
    width: 83px;
}

.map-wrapper ul li.kentucky {
	left: 197px;
    top: 266px;
}

.map-wrapper ul li.kentucky a {
	height: 52px;
    width: 144px;	
}

.map-wrapper ul li.michigan {
	left: 214px;
    top: 66px;
}

.map-wrapper ul li.michigan a {
	height: 101px;
    width: 95px;
}

.map-wrapper ul li.wisconsin {
	left: 113px;
    top: 72px;
}

.map-wrapper ul li.wisconsin a {
	height: 101px;
    width: 78px;
}

.map-wrapper ul li.illinois {
	left: 142px;
    top: 174px;
}

.map-wrapper ul li.illinois a {
	height: 120px;
    width: 66px;
}

.map-wrapper ul li.indiana {
	left: 209px;
    top: 174px;
}

.map-wrapper ul li.indiana a {
	height: 90px;
    width: 55px;
}

.map-wrapper ul li.minnesota {
	left: 5px;
    top: 0;
}

.map-wrapper ul li.minnesota a {
	height: 160px;
    width: 106px;
}

.map-wrapper ul li.missouri {
	left: 50px;
    top: 220px;
}

.map-wrapper ul li.missouri a {
	height: 115px;
    width: 106px;
}

.map-wrapper ul li.pennsylvania {
	left: 351px;
    top: 128px;
}

.map-wrapper ul li.pennsylvania a {
	height: 82px;
    width: 106px;
}

.ohio-apartments ul li.central-ohio {
	left: 0;
    top: 0;
}

.ohio-apartments ul li.central-ohio a {
	height: 342px;
    width: 474px;
}



.ajax-loader {
	position:absolute;
	left:50%;
	margin-left:-8px;
	top:50%;
	margin-top:-8px;
	display:none;	
}

/* Sticky Footer */

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -62px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 61px; /* .push must be the same height as .footer */
}

/* Property Details */

#property-details-template #property-info {
	position:relative;
	overflow:hidden;
	background:url(/images/bg/bg-thumbnails.jpg) repeat-x right top;
	margin:0 1px;
}

#property-details-template .header {
	background:#f9f9f9;	
	height:auto;
	clear:both;
}

#property-details-template .header h1 {
	color:#000000;
	font-size:28px;
	margin:0 0 0.2em 0;	
}

#property-details-template .header p,
#property-details-template .header  {
	color:#7d7d7d;
	font-size:12px;
	margin:0 0 2em 1px;	
}

#property-details-template .header p.breadcrumb {
	font-size:10px;
	clear:both;
	margin:0 0 .5em 0;	
}

#property-details-template #property-details {
	background:url(/images/bg/bg-header-inner.png) repeat-x left top;
	padding:30px 65px;
	margin:0 1px;
	font-size:12px;
	line-height:1.3em;
}

#property-details-template #property-details h5 {
	font-size:12px;
	font-weight:bold;	
}

#property-details-template #property-details #content-primary {
	width:390px;
	float:left;
}

#property-details-template #property-details #content-secondary {
	width:410px;
	float:right;	
}

#property-details-template #property-details h3 {
	font-size:14px;
	color:#ef8200;
	margin:0 0 .5em 0;
	font-weight:normal;
}

#property-details-template #property-details #articles-block h3 {
	margin:0;	
}

#property-details-template #property-details p {
	margin:0 0 1.5em 0;	
}

#property-details-template #property-details ul,
#property-details-template #poi ul {
	margin:0 0 1.5em 0;
	list-style:none;
	padding:.25em 0 0 0;
	overflow:hidden;
}

#property-details-template #property-details ul li,
#property-details-template #poi ul li {
	background:url(/images/bullet-arrow.gif) no-repeat left .4em;
	padding-left:15px;
	margin:0 0 .1em 0;	
	float:left;
	width:40%;
	margin-right:5%;
}

#property-details-template #property-details ul.articles-list li {
	float:none;
	clear:both;
	width:100%;	
}

ul.articles-list a {
	color:#ef8200;	
}

ul.articles-list a:hover {
	text-decoration:none;	
}

#property-details-template #property-details .detail-block {
	overflow:hidden;
	clear:both;
	margin:0 0 10px 0;	
}

#property-details-template #property-details .phone {
	color:#bbb898;
	font-weight:bold;
	font-size:26px;
	padding:8px 0 8px 43px;
	line-height:27px;
	min-height:27px;
	margin:0;	
	background:url(/images/icon-phone.gif) no-repeat 0 center;
}

#property-details-template #property-details .contact-link {
	margin:.5em 0;	
}

#property-details-template #property-details .contact-link a {
	background:url(/images/bullet-arrow-small.gif) no-repeat left .6em;
	display:block;
	padding:0 0 0 11px;	
	color:#7d7d7d;
	font-size:10px;
	text-decoration:none;
}

#property-details-template #property-details ul.form#form-1 {
	width:200px;
	float:left;	
}

#property-details-template #property-details ul.form#form-2 {
	float:right;
	width:200px;	
}

#property-details-template #property-details ul.form li {
	background:none;
	padding:0;
	margin:0 0 6px 0;
	float:none;
	width:auto;
}

#property-details-template #property-details ul.form#form-2 li {
	margin-bottom:0;
	width:auto;
}

#property-details-template #property-details ul.form li label {
	display:none;	
}

#property-details-template #property-details ul.form li input.input-text,
#property-details-template #property-details ul.form li textarea,
#property-details-template #property-qualifications ul.form li input.input-text,
#property-info .gsmsc-controls form.gsc-search-box input.gsc-input {
	background:#efeee2;
	border:1px solid #adafb2;
	padding:8px 4px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	width:190px;
	color:#bbb898;
	display:block;
}

#property-details-template #property-details ul.form li input.input-text {
	height:10px;	
}

#property-details-template #property-details ul.form li textarea {
	height:77px;	
}

#property-details-template #property-details ul.form li.submit-row {
	margin-top:-2px;
	text-align:right;	
}

#property-details-template #property-details ul.form li.submit-row input,
#property-info input.gsc-search-button {
	background:url(/images/buttons/button-submit.gif) no-repeat left top;
	font-size:11px;
	overflow:hidden;
	width:101px;
	font-weight:bold;
	height:21px;
	border:none;
	cursor:pointer;
	color:#ffffff;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:2px;
}

.pricing-table {
	border-left:1px solid #adafb2;
	border-top:1px solid #adafb2;
	width:100%;
	color:#7d7d7d;
	margin:0 0 1.5em 0;
}

.pricing-table td,
.pricing-table th {
	padding:18px 10px 6px;
	border-right:1px solid #adafb2;
	border-bottom:1px solid #adafb2;
	text-align:left;
}

.pricing-table th {
	font-size:14px;
	text-transform:uppercase;
	background:#fafafb;
}

.pricing-table tr.even td {
	background:#fafafb;
}

/* Property Gallery */

#property-gallery .property-photo,
#property-floorplans .property-photo {
	float:left;
	width:626px;
	position:relative;
	height:375px;
	margin-top:1px;
}

#property-gallery .property-photo img,
#property-floorplans .property-photo img {
	position:absolute;
	top:0;
	left:0;	
	width:626px;
	height:375px;
}

#property-gallery .property-thumbs,
#property-floorplans .property-thumbs {
	float:right;
	width:305px;	
	margin-right:13px;
}

#property-gallery ul,
#property-floorplans ul {
	list-style:none;
	margin:0 0 0 45px;
	padding:0;
}

#property-gallery ul li,
#property-floorplans ul li {
	float:left;	
	background:url(/images/bg/bg-thumb.png) no-repeat left -70px;
	padding:4px;
	margin:0 8px;
}

#property-gallery ul li img,
#property-floorplans ul li img {
	display:block;	
	border:3px solid #ffffff;
	height:49px;
	width:78px;
}

#property-gallery ul li:hover img,
#property-gallery ul li.selected img,
#property-floorplans ul li:hover img,
#property-floorplans ul li.selected img {
	border:3px solid #EF8200;	
}

#thumbs,
#floorplanThumbs {
	position:relative;	
}

#property-info h2 {
	color:#ef8200;
	font-size:18px;
	margin:35px 0 .25em 35px;
}

#property-info p {
	font-size:10px;
	color:#7d7d7d;
	margin:0 0 20px 35px;	
}

#property-info .property-thumbs h2,
#property-info .property-thumbs p {
	margin-left:55px;
}

.previous-button {
	background:url(/images/buttons/gallery-arrow-back.png) no-repeat left top;
	display:block;
	position:absolute;
	width:28px;
	height:55px;
	top:60px;
	left:0;
	text-indent:-9999px;
	overflow:hidden;
}

.next-button {
	background:url(/images/buttons/gallery-arrow-forward.png) no-repeat left top;
	display:block;
	position:absolute;
	width:28px;
	height:55px;
	top:60px;
	right:0;
	text-indent:-9999px;
	overflow:hidden;
}

/* Property Nav */

#nav-property {
	clear:both;
	background:url(/images/bg/bg-property-tabs.gif) repeat-x left -3px #f9f9f9;
	height:45px;
	padding-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	position:relative;
}

#nav-property .facebook-link {
	position:absolute;
	right: 10px;
    top: 20px;	
}

#nav-property ul {
	list-style:none;
	margin:0;
	padding:0;	
}

#nav-property ul li {
	float:left;	
	margin-right:-10px;
	position:relative;
}

#nav-property ul li.active {
	z-index:3;
		
}
#nav-property ul li:hover {
	z-index:2;	
}

#nav-property ul li a {
	background:url(/images/tabs/tab-details.png) no-repeat left -40px;
	display:block;
	height: 35px;
    width: 178px;	
	text-align:center;
	height: 31px;
    line-height: 33px;
	vertical-align:middle;
	color:#ffffff;
	font-size:9px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#nav-property ul li.active a,
#nav-property ul li.active:hover a {
	background-position:0 0;	
}

#nav-property ul li:hover a {
	background-position:0 -80px;	
}

/* Property Info */

#property-info-container {
	height:376px;	
}

.property-info-block {
	display:none;
	height:376px;
}

#property-gallery {
	display:block;	
}

#property-details-template .buttons {
	position:absolute;
	right:64px;
	bottom:0;	
	width:260px;
}

#property-details-template .buttons ul {
	clear:both;	
}

#property-details-template .buttons ul li {
	float:right;	
	margin-left:10px;
}

#property-details-template .buttons ul li a {
	height:46px !important;
	background-position:center top;	
}

#property-details-template .buttons ul li a:hover {
	background-position:center bottom;	
}

#property-details-template .buttons ul li.voucher a {
	height:46px !important;
	background-position:center 7px;	
}

#property-details-template .buttons ul li.voucher a:hover {
	background-position:center -32px;	
}

#property-details-template .buttons ul li.accessible a {
	height:47px !important;	
}

#property-details-template .buttons .tooltip {
	z-index:999;
	display:none;
	background:url(/images/balloon-2-detail.png) no-repeat left top;	
	padding: 17px 60px 40px 30px;
	right:25px;
	left:auto;
}

/* Rent Special Block */

#property-details-template #property-details #rent-special-block {
	background:url(/images/bg/bg-rent-special-tab.png) no-repeat left bottom;
	width:379px;
	padding:0 25px;
	color:#ffffff;
	margin:0;
	position:relative;
}

#property-details-template #property-details #rent-special-block .instructions {
	bottom: 6px;
    color: #7D7D7D;
    left: 201px;
    position: absolute;
}

#property-details-template #property-details #rent-special-block.open {
	background:url(/images/bg/bg-rent-special.png) no-repeat left bottom;
}

#property-details-template #property-details #rent-special-block .rent-block-inner {
	padding-bottom:15px;	
}

#property-details-template #property-details #rent-special-block.open .instructions {
	display:none;	
}

#rent-special-wrapper {
	margin:-29px 0 10px 0;
	overflow:hidden;
	width:430px;	
}

a.rent-special-tab {
	color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 173px;	
}

#property-details-template #property-details #rent-special-block h3 {
	color:#ffffff;
	text-transform:uppercase;
	font-size:26px;
	margin-top:.75em;
	font-weight:bold;
}

#property-details-template #property-details #rent-special-block p {
	font-weight:bold;
	font-size:14px;
}

/* Map */

#map-wrapper {
	width:626px;
	float:left;
	height: 380px;
    margin-top: -3px;	
}

#poi {
	float: right;
    font-size: 12px;
    margin-right: 35px;
    margin-top: 120px;
    width: 262px;
}

#map_canvas {
    width:626px;
	height:376px;	
}

#property-info .gsmsc-mapDiv, #property-info .gsmsc-idleMapDiv {
	height:376px !important;	
}

#property-info .gsmsc-controls {
	right: 35px;
    position: absolute;
    top: 35px;
    width: 262px;
}

#property-info .gsmsc-controls form.gsc-search-box input.gsc-input {
	position: relative;
    width: 252px;
    z-index: 2;
}

#property-info input.gsc-search-button {
	margin-top:-2px;	
}

#property-info table.gsc-search-box td {
	display:block;
	width:262px;	
}

#property-info table.gsc-search-box td.gsc-search-button {
	display:block;	
	text-align:right;
}

#property-info .gsmsc-idleMapDiv,
#property-info .gsmsc-mapDiv {
	border:none;
}

#poi a {
	color:#FA8900;	
}

#poi a:hover {text-decoration:none;}

#property-info #poi h2 {
	margin-left:0;	
}

#property-info .gsc-branding-user-defined {
	display:none;	
}

#property-info table.gsc-branding, table.gcsc-branding {
	width:auto;
	margin-left: 6px;
    margin-top: -19px;
}

a.gsmsc-user-title,
.gsmsc-result-wrapper a.gs-title,
.gsmsc-result-wrapper a.gs-title * {
	color:#FA8900;
	font-size:14px;	
}

a.gsmsc-user-title:hover,
.gsmsc-result-wrapper a.gs-title:hover,
.gsmsc-result-wrapper a.gs-title:hover *,
.gs-result a:hover,
.gsmsc-result-wrapper a.gs-title:hover,
.gs-secondary-link:hover, .gs-secondary-link:hover * {
	text-decoration:none;	
}

.gsmsc-result-wrapper a.gs-directions,
.gsmsc-result-wrapper a.gs-directions * {
	
}

div.gsmsc-user-title {
	margin-bottom:.5em;	
}

div.gsmsc-result-wrapper-user-selected-directions,
div.gsmsc-result-wrapper {
	font-size:12px;	
}

.gs-result a,
.gsmsc-result-wrapper a.gs-title {
	color:#FA8900;
}

.gsmsc-result-wrapper .gs-result .gs-directions, .gs-result .gs-directions * {
	color:#FA8900;	
}

.gsmsc-result-wrapper .gs-title,
.gsmsc-result-wrapper .gs-address,
.gsmsc-result-wrapper .gs-phone {
	margin-bottom:.5em;	
}

/* Income Calculator */

#property-qualifications {overflow:hidden;height:250px;background:url(/images/bg/bg-income-calc.jpg) no-repeat left top;}

#property-info #property-qualifications h2 {
	color:#000000;
	font-size:28px;
	margin:55px 0 30px 40px;	
}

#property-info #property-qualifications ul.form li {
	margin:0 0 10px 0;	
}

#property-info #property-qualifications ul.form label {
	color:#f8981d;
	font-size:14px;	
	float:left;
	display:block;
	width:315px;
	padding:8px 0;
	font-weight:bold;
}

#property-details-template #property-qualifications ul.form li input.input-text {
	width:100px;	
}

#property-details-template #property-qualifications ul.form li select {
	width:145px;
	background:#EFEEE2;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 8px 4px;
	border:1px solid #ADAFB2;	
}

#property-info ul.form {
	list-style:none;
	margin:0 0 0 40px;
	padding:0;	
}

#property-info #property-qualifications ul.form li.submit-row a.submit-button {
	background:#b9b596;	
	padding:6px 4px;
	width:135px;
	border:1px solid #adafb2;
	height:14px;
	color:#ffffff;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	margin-left:315px;
	cursor:pointer;
	display:block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#income-calculator {
	width:505px;
	float:left;	
}

.calc-description {
	width:350px;
	float:right;
	margin-top:65px;
	margin-right:64px;	
}

#property-info .calc-description p {
	color:#bbb898;
	font-size:18px;
	line-height:1.5em;
}

#search-results #map_canvas {
	border-top:1px solid #C3C19B;
	border-left:1px solid #C3C19B;
	border-right:1px solid #C3C19B;
	width:958px;
	height:259px;	
}

#property-qualifications .calculator {
	overflow:hidden;	
}

#property-qualifications .results {
	clear:both;
	overflow:hidden;
	display:none;	
}

#property-info #property-qualifications .results h2 {
	margin-bottom:5px;	
}

#property-qualifications .results p {
	font-size:18px;
	color:#bbb898;
	margin-left:40px;
	line-height: 1.5em;
}

#property-qualifications .qualify-message {
	width:531px;
	float:left;	
}

#property-qualifications .qualify-properties {
	float: right;
    font-size: 12px;
    height: 199px;
    margin-right: 65px;
    padding-bottom: 21px;
    padding-top: 30px;
    width: 300px;
	border-left:1px solid #c4c1a0;
	padding-left:50px;
}

#property-qualifications .results .qualify-properties p {
	margin-left:0;	
	margin-bottom:12px;
	font-size:15px;
}

#property-qualifications .community-list-wrapper {
	height: 135px;
    overflow: auto;
    width: 286px;	
	padding:7px;
	border:1px solid #fafafa;
}

#property-qualifications .community-list-wrapper a {
	color:#EF8200;
	font-size:16px;
}	

#property-qualifications .community-list-wrapper div.address {
	font-size:10px;
	color:#000000	
	margin:.25em 0 0 0;
}

#property-qualifications .community-list-wrapper li {
	margin:0 0 16px 0;	
}

/* Terms */

dt {
	color: #EF8200;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0.5em;	
}

dd {
	margin:0 0 1em 0;	
}

dd a {
	color: #EF8200;
}

dd a:hover {color:#4D4E53;}

/* Generic Tempalte */

.template-generic #nav-property {
	height: 35px;
    padding-left: 38px;
}

.template-generic #property-details-template #property-details ul.form li.submit-row input.submit-button {
    background: url(/images/buttons/button-submit-text.gif) no-repeat scroll center center #B9B596;
    border: 1px solid #ADAFB2;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 32px;
    margin-left:0;
    overflow: hidden;
    padding: 6px 4px;
    text-indent: -9999px;
    width: 135px;
}

#property-details-template #property-details ul.site-map li ul {
	margin:0;	
}

#property-details-template #property-details ul.site-map li ul li {
	clear:both;
	float:none;	
	width:100%;
	margin:0;
}

#property-details-template #property-details ul.site-map li {
	margin:0 0 1em 0;
}

#property-details-template #property-details ul.site-map li a {
	color:#4D4E53;	
}

#property-details-template #property-details ul.site-map li.even {
	clear:none;
}

area, area:focus, area:hover {border:none; outline:none; outline:0;}

.footer .inner ul li.housing { line-height: 14px; text-align: center; vertical-align: middle; }
.footer .inner .subfoot, .footer .inner .subfoot p { text-align: left; line-height: 14px !important; color: #747679; }

#property-details-template #property-details ul.articles-list {
    color: #333333;
    font-size: 14px;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 5px;
    padding-left: 0;
}

#property-details-template #property-details ul.articles-list .monthly-menu, 
#property-details-template #property-details ul.articles-list .daily-menu, 
#property-details-template #property-details ul.articles-list .monthly-activities {
    height: 40px;
    padding-left: 47px;
    padding-top: 10px;
}

#property-details-template #property-details ul.articles-list .monthly-activities {
    background: url("/images/icon-activities.gif") no-repeat scroll left top transparent;
}

#property-details-template #property-details ul.articles-list .daily-menu {
    background: url("/images/icon-menu-daily.gif") no-repeat scroll left top transparent;
}

#property-details-template #property-details ul.articles-list .monthly-menu {
    background: url("/images/icon-menu-monthly.gif") no-repeat scroll left top transparent;
}


.brochure-link {
	margin-top:1em;
	font-weight:bold;	
}

.brochure-link a {
	color:#EF8200;
}

.brochure-link a:hover {
	text-decoration:none;	
}

/* Applicaiton Form */

#property-details-template #property-details ul.form-application li {
	float:left;
	width:45%;	
	clear:both;
}

#property-details-template #property-details ul.form-application li.even {
	float:right;
	width:45%;	
	clear:none;
}

#property-details-template #property-details ul.form-application li label {
	display:block;
	float:left;
	width:165px;
	clear:both;
}

ul.form-application span.checkboxes {
    display: block;
    width: 190px;	
	float:left;
}

#property-details-template #property-details ul.form-application li input.input-text {
	float:left;	
}

.template-assisted #property-details-template #property-details h3.alternate 
{
    clear: both;
}

