/*============================================*/
/* -------Property Management-----------*/ 
/*============================================*/

#content  {
font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
}
#content #heading-area {
float:left;
width:970px;
}
#content h1 {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
color: rgb(0,67,30); /*dark green rgb(31,92,115); */
font-size:36px;
font-weight:200;
margin: -10px 0 25px 0px; 
line-height:75px;
text-align:center;
}
#content .heading-pinkline {
border-bottom: 2px solid #f341b2;
}
#management {
float:left;
font-size:16px;
line-height:25px;
width:450px;
border-right: 1px solid #ebebeb; /*really light grey*/
padding:10px 30px 10px 10px;
margin-left:75px;
}
#management-p2 {
margin-top:10px;
}
#services {
clear:left;
float:left;
margin-top:10px;
font-size:16px;
line-height:25px;
margin-left:75px;
}
#services p {
width:450px;
}
.services-bold {
margin-left:0px;
font-family: Arial Narrow, Trebuchet MS, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color: rgb(31,92,115); /*dark blue-green*/
}
#management-services {
margin-left:15px;
width:500px;
}
#services ul {
list-style-type:none;
}
#download {
float:right;
margin-right:25px;
overflow:hidden;
width: 350px;
height:auto;
text-align:center;
text-decoration:none;
cursor:pointer; /*ie6 + ie7 hack to get the cursor to remain a pointer (hand)*/
/*border: 1px solid rgb(205,219,226); dirty light blue*/
}
.photo-panel { 
padding:10px;
margin-left: auto;
margin-right: auto;
display:block;
text-decoration:none;
}
.photo-heading {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
text-align:center;
margin: 10px 0;
cursor:pointer; /*ie6 + ie7 hack to get the cursor to remain a pointer (hand)*/
	font-size: 18px;
	color: rgb(0,67,30); /*dark green */
	font-weight:bold;
}

#download:hover,
.photo-panel:hover {
background:#ebebeb; /*really light grey*/
}

