/* CSS Document */

.clrgr	{color: #0A7350;}
.bggr	{background: #0A7350;}
.clrprl	{color: #fff4b5;}
.bgprl	{background: #800d54;}
.whitxt,
.whitxt a,
.whitxt a:link,
.whitxt a:visited,
.whitxt a:hover,
.whitxt a:active {color:#FFFFFF;}

h1	{margin:0;
	padding:0;
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#0A7350;
	}

html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
body	{
	margin:0 auto;
	padding:0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	line-height:18px;
	background:#F6F5F7 url(../images/bgin.gif) center repeat-y;
	}
#wrapper	{
	width:775px;
	height:auto;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	}

#content	{
	background:#fff;
	width: 760px;
	border: 1px solid #696969;
	min-height:400px;
	margin: 0 auto;
	text-align:left;
	padding: 5px;
	margin-top:5px;
	}
#content p	{padding: 0 15px;
	}
	
#sidepm	{
	background: url(../images/side-propertymanagement.gif) top left no-repeat;
	width: 70px;
	height:	700px;
	float:left;
	}
#sideapart	{
	background: url(../images/side-searchapartments.gif) top left no-repeat;
	width: 70px;
	height:	700px;
	float:left;
	}
	
.pgheading	{
	color:#fff;
	width: 100%;
	font: 19px Georgia, "Times New Roman", Times, serif;
	line-height:45px;
	text-indent: 30px;
	}
	
.clear	{clear: both;}
.clrright	{clear: right;}
.left	{float:left;}
.right	{float:right;}
img.border	{border: 1px solid #696969;background:#fbfbfc;padding:2px;}	

a,
a:link,
a:visited,
a:hover,
a:active	{color:#696969;}

/* BEACON NAV */
#grnavlist	{width: 425px; float:left; background: #0A7350;margin:0; padding: 10px 7px;border-bottom:4px solid #fff4b5;}

#grnavlist ul
{
margin: 0;
padding: 0;
white-space: nowrap;
}

#grnavlist li
{
display: inline;
list-style-type: none;
}

#grnavlist a { padding: 11px 7px; }

#grnavlist a:link, #grnavlist a:visited
{
color: #fff;
text-decoration: none;
}

#grnavlist a:hover
{
color: #696969;
background-color: #fff4b5;
text-decoration: none;
}







/* SOCAYR NAV */
#prlnavlist	{width: 425px; float:left; background: #800d54;margin:0; padding: 10px 7px;border-bottom:4px solid #fff4b5;}

#prlnavlist ul
{
margin: 0;
padding: 0;
white-space: nowrap;
}

#prlnavlist li
{
display: inline;
list-style-type: none;
}

#prlnavlist a { padding: 11px 7px; }

#prlnavlist a:link, #prlnavlist a:visited
{
color: #fff;
text-decoration: none;
}

#prlnavlist a:hover
{
color: #696969;
background-color: #fff4b5;
text-decoration: none;
}











form#contact 	{
	margin:0;
	padding: 5px;
	float:left;
	width: 275px;
	background:#fff;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
}

#contact br {
	clear: left;
}
#contact fieldset	{
	border: 1px solid #7c5b47;	
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	}

#socayrform #contact fieldset	{background: #fff7e8;}
#socayrform #contact legend		{color:#800d54;}

#beaconform #contact fieldset	{background: #fff7e8;}
#beaconform #contact legend		{color:#0A7350;}
	
#contact legend	{
	font-weight:bold;
	font-variant:small-caps;
	padding:2px 5px;
	margin:0px 0px 10px 0px;
	position:relative;
	top: -12px;
	}
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
}
#contact #comments	{
	display: block;
	width: 240px;
	height:70px;
	margin-bottom: 15px;
	}
#contact #submit	{
	width: 95px;
	height:35px;
	margin-left:70px;
	cursor: pointer;
	}
#socayrform #contact #submit	{background:#800d54;color:#fff;border:2px solid #fff;}
#beaconform #contact #submit	{background:#0A7350;color:#fff;border:2px solid #fff;}

