body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
color:#707070;
}

a { color:#4a749a; text-decoration:none; }
a:hover { text-decoration:underline; }

h1 { font-size:26px; font-weight:normal; font-family:"Times New Roman", Times, serif; color:#FDB824; }

#main {
	position:relative;
	width:989px;
	background:url(../new-images/bg_b.gif) repeat-y center top;
}

.boxes {
	float:left;
	width:67px;
	height:204px;
}

#center {
	float:left;
	width:855px;
}

#slide {
	position:relative;
	left:0;
	top:5px;
	width:855px;
	height:85px;
	border-top:2px solid #a2a4a7;
}

#nav {
	width:855px;
	height:35px;
	padding-top:3px;
	text-align:left;
	background:url(../new-images/nav_bg.gif) no-repeat;
}

#content {
	padding:20px;
	width:815px;
	text-align:left;
}

#nav-home {
float:left;
	width:53px;
	height:20px;
	padding-left:83px;
}

#nav-group {
float:left;
	width:92px;
	height:20px;
	padding-left:55px;
}

#nav-listings {
float:left;
	width:98px;
	height:20px;
	padding-left:26px;
}

#nav-community {
float:left;
	width:121px;
	height:20px;
	padding-left:20px;
}

#nav-links {
float:left;
	width:97px;
	height:20px;
	padding-left:20px;
}

#nav-search {
float:left;
	width:115px;
	height:20px;
	padding-left:17px;
}

.agent-photo {
	background:url(../new-images/group_photo_bg.jpg) no-repeat;
	padding: 18px 26px 25px 26px;
}
.agent-photo p {
padding-top:20px;
text-align:center;
font-size:14px;
}

.agent-spacer {
padding:25px;
}

.profiles { margin:30px; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
.profiles img { float:right; margin:0 0 20px 20px;
background:url(../new-images/group_photo_bg.jpg) no-repeat;
	padding: 18px 26px 25px 26px;
	 }
.profiles h1 { font-weight:normal; font-size:18px; margin:0 0 30px 0; }
.profiles h2 { font-size:12px; display:inline; margin-right:100px; }

.agent-gallery {}
.agent-gallery img { margin:5px; padding:5px; background:none; border:2px solid #CCC; }

#links { margin-left: 35px; }
#links ul { margin-left:-23px; padding-bottom:5px; }
#links li { list-style-image:url(../new-images/li_bullet.gif);  padding-bottom:5px;}
#links h2 { float:left; font-size:21px; font-weight:normal; font-family:"Times New Roman", Times, serif; color:#4b6f6d; }
#links .text { float:left; padding: 8px 0 0 15px;}

.center-wide { width:500px; text-align:left; }
.center-frame { width:855px; text-align:left; }

.clear {
clear:both;
}

.float-left {
float:left;
}

.float-right {
float:right;
}

.hover-full {
	opacity: .0;
	-moz-opacity: .0;
	filter: alpha(opacity=0);
}
.hover-full:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
}
