* { margin:0; padding:0; }
body {
	background: #ccc;
	font:normal 62.5%/1.2 georgia,times,serif;
	height: 100%;
	text-align:center;
}
a { color:#c00; font-weight:bold; text-decoration:none; }
a:hover { color: #f66; }
p {
  margin-bottom: 10px;	
}
h2 {
  margin-bottom: 10px;	
}
#page {
	margin: auto;
	width: 980px;
}
* html #page {
	width: 1000px;
}
#header {
	width: 100%;
}
h1#logo {
	background:url(/i/srd_logoHorizontal.png) 0 0 no-repeat;
	display:block;
	height:171px;
	text-indent:-9999px;
	width:902px;
	margin-bottom: 0;
	padding-bottom: 0;
}
h1#logo a {
	display:block;
	height:171px;
	position:relative;
	width:902px;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.divisions {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 0;
}
div.divisions div {
	float:left;
	width: 150px;
	margin: 0 6px;
}
div.divisions div a {
	text-indent:-9999px;
}
div.divisions div a {
  width: 150px;	
  height: 156px;
  display: block;
}

/* COMMERCIAL */
div.divisions div#commercial a.button {
	background:url(/i/commercial_small.png) 0 0 no-repeat;
}
div.divisions div#commercial a.button:hover { background:url(/i/commercial_small.png) 100% 0 no-repeat; }

/* OUTDOORS */
div.divisions div#outdoors a.button {
	background:url(/i/outdoors_small.png) 0 0 no-repeat;
}
div.divisions div#outdoors a.button:hover { background:url(/i/outdoors_small.png) 100% 0 no-repeat; }

/* RESIDENTIAL */
div.divisions div#residential a.button {
	background:url(/i/residential_small.png) 0 0 no-repeat;
}
div.divisions div#residential a.button:hover { background:url(/i/residential_small.png) 100% 0 no-repeat; }

/* RENTALS */
div.divisions div#rentals a.button {
	background:url(/i/rentals_small.png) 0 0 no-repeat;
}
div.divisions div#rentals a.button:hover { background:url(/i/rentals_small.png) 100% 0 no-repeat; }

/* PROPERTY MANAGEMENT */
div.divisions div#property-management a.button {
	background:url(/i/management_small.png) 0 0 no-repeat;
}
div.divisions div#property-management a.button:hover { background:url(/i/management_small.png) 100% 0 no-repeat; }

/* SEARCH */
div.divisions div#search-properties a.button {
	background:url(/i/search_small.png) 0 0 no-repeat;
}
div.divisions div#search-properties a.button:hover { background:url(/i/search_small.png) 100% 0 no-repeat; }

/* WATERFRONT */
div.divisions div#waterfront a.button {
	background:url(/i/waterfront.png) 0 0 no-repeat;
}
div.divisions div#waterfront a.button:hover { background:url(/i/waterfront.png) 100% 0 no-repeat; }

#contact { clear:both; font-size:13px;  margin:0 0 10px; padding:0 0 15px; }
#contact strong { font-size:11px; text-transform:uppercase; }
#contact div.address { float:left; text-align:left; }
div.phone { float:right; text-align:right; margin-right: 0; }

#footer {
	/* background:#e6e6e6;
	border:1px solid #ccc;
	border-bottom:0;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	bottom:0;
	clear:both; */
	color:#333;
	font-size:11px;
	margin:0 auto;
	margin-top: 8x;
	padding:15px;
	width: 980px;
	text-align: right;
}
#footer a {
	font-size:10px;
	text-transform:uppercase;
}
*:first-child+html #footer,
* html #footer {
	border-bottom:1px;
	margin:20px 0;
	position:static;
}
div.clear {
  clear: both;	
}

div#content {
  width: 690px;
  float: left;
  text-align: justify;
  padding-left: 12px;
  font-size: 14px;
}
div#sidebar {
	width: 250px;
	float: right;
	text-align: left;
	background:#e6e6e6;
	border:1px solid #ccc;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	padding: 8px 8px 4px 8px;
}
ul#sidebar-links {
   list-style: none;
   margin-bottom: 25px;
}
ul#sidebar-links a {
	font-size:13px;
}

fieldset {
  border: 0;
  margin-bottom: 10px;
}
fieldset label {
  width: 200px;	
}
#contact div {
  margin-bottom: 4px;	
}