@charset "UTF-8";
body{
	font-size:11pt;	
	margin:0 auto;
}
img{
	border:0;	
}
.hide{
  display:none;	
}
.caption{
	font-size:10pt;	
	font-style:italic;
}
a:link {
	color: #082b85;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #082b85;
}
a:hover {
	text-decoration: underline;
	color: #f50021;
}
a:active {
	text-decoration: none;
	color: #00458B;
}
.red{
	color:#900;	
}
.top {
	background-image: url(images/design_elements/top_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #082b85;
	text-align: left;
	text-transform: capitalize;
	font-variant: small-caps;
}
.border {
	border: thin solid #082b85;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
}
.bottomctext {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00458B;
	text-align: center;
}
.H2Underlined {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #00458B;
	text-decoration: underline;
}
.bodytextbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #082b85;
}
.image {
	border: 1pt solid #00458B;
}
hr{
	background-color:#00458B;
}
#properties-nav{
	background:url(images/nav-properties/p-bg.gif) repeat; height:25px;
}
#properties-content{
	padding:10px 50px 10px 80px;
}
#properties-content-sp{
	padding:10px 0 10px 80px;
}
.smaller{
	font-size:80%;
}
/********* nav ************/
.nav {
	background-image: url(images/nav-bg.gif);
	background-repeat:repeat;
	color:#fff;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul#nav{
	margin:18px 0 0 0;
	padding:0;
	width:134px;
	text-indent:0;
}
#nav li{
	padding:10px 0 8px 0;
	margin:0;
	list-style:none;
	text-align:right;
	width:134px;
}
#nav a:link, #nav a:visited{
	color:#fff;
	display:block;
	width:122px;
	padding:2px 0px 2px 0;
}
#nav a:hover{
	background:url(images/nav-bg-hover.gif) no-repeat bottom right;
	text-decoration:none;
}
#nav li.mcurrent a{
	background:url(images/nav-bg-hover.gif) no-repeat bottom right;
}
/********* properties subnav *********/
.subnav{
	font-size:10px;
	text-align:right;
	padding:0;
	margin:5px 0 0 0;
	background:#e5ecf3;
	width:134px;
	font-family:Geneva, Verdana, sans-serif;
}
.subnav2{
	background:#fff;
	margin:-3px 0 0 0;
}
ul#nav ul{
	list-style:none;
	padding:0;
	margin:0;
}
ul#nav ul li{
	list-style:none;
	padding:0;
	margin:0 0 3px 0;
}
ul#nav .subnav ul a:link, ul#nav .subnav ul a:visited{
	color:#082a85;
	display:block;
	width:110px;
	padding:4px 25px 4px 0;
	text-decoration:none;
	background-image:none;
}
ul#nav .subnav2 ul a:link, ul#nav.subnav2 ul a:visited{
	color:#082a85;
	display:block;
	width:100px;
	padding:4px 35px 4px 0;
	text-decoration:none;
	background-image:none;
}
ul#nav .subnav ul a:hover, ul#nav .subnav2 ul a:hover{
	color:#f50021; /*ACCORDIA RED */
	background-image:none;
}
ul#nav .subnav ul li.current a, ul#nav.subnav2 ul li.current a{
	color:#f50021; /*ACCORDIA RED */
	background-image:none;
}

/*********** properties map *******/
#map {
	margin:0;
	padding:0;
	width:530px;
	height:382px;
	background:url(images/properties-map/properties-map.gif) no-repeat top left;
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
	position:relative;
}

#map li {
	margin:0;
	padding:0;
	list-style:none;
}

#map li a {
	position:absolute;
	display:block;
	/*
	   Specifying a background image
	   (a 1px by 1px transparent gif)
	   fixes a bug in older versions of
	   IE that causeses the block to not
	   render at its full dimensions.
	*/
	
	text-decoration:none;
	background:transparent;
	left: 412px;
	top: 130px;
	width: 21px;
	height: 22px;
}

#map li a span { display:none; }

#map li a:hover span {
	position:relative;
	display:block;
	width:200px;
	left:-55px;
	top:0px;
	border:none;
	background:transparent;
	padding:5px;
	/*filter:alpha(opacity=80);
	opacity:0.8;*/
}

#map a.p34 {
	top:272px;
	left:274px;
	width:36px;
	height:33px;
}

#map a.p9sylvan {
	top:189px;
	left:290px;
	width:36px;
	height:34px;
}

#map a.priverdrive {
	top:167px;
	left:377px;
	width:31px;
	height:31px;
}

#map a.p85chestnut {
	top:110px;
	left:392px;
	width:25px;
	height:28px;
}

#map a.pgreenbrook {	
	top:173px;
	left:335px;
	width:33px;
	height:30px;
}

#map a.p40west {
	top:132px;
	left:379px;
	width:27px;
	height:26px;
}
#map a.p305w {
	top:127px;
	left:412px;
	width:27px;
	height:26px;
}
#map a.pchester {
	top:220px;
	left:230px;
	width:33px;
	height:30px;
}
#map a.ppolk {
	top:252px;
	left:362px;
	width:33px;
	height:30px;
}
#map a.pchapel {
	top:234px;
	left:392px;
	width:33px;
	height:30px;
}

#news{
	text-indent:0;
	padding-left:15px;
	margin-left:0;
}
#news li{
	font-size:14px;
	line-height:2em;
}
/*********** home page image rotator **********/
div#rotator {
	position:relative;
	height:327px;
	margin-left:0;
}
/* rotator css */
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	padding:10px 0;
	left: 0;
	top: 0;
}
/* rotator image style */	
div#rotator ul li img {
	background: #FFF;
}
div#rotator ul li.show {
	z-index:500
}
/*********** header image rotator **********/
div#rotator-header {
	position:relative;
	height:73px;
	margin:0;
	background:url(images/photos/hp/header-rotator-bg.jpg) top left no-repeat;
}
/* rotator css */
div#rotator-header ul{
	margin:0;
	padding:0;
}
div#rotator-header ul li {
	float:left;
	position:absolute;
	list-style: none;
	padding:0;
	left: 0;
	top: 0;
}
/* rotator image style */	
div#rotator-header ul li img {
	background: #FFF;
}
div#rotator ul li.show {
	z-index:500
}

