@charset "utf-8";

/* CSS Document */

@import url("default.css");
@import url("forms.css");

.Left {
	float						: left;
}

.Right {
	float						: right;
}

.Picture {
	margin-top					: 15px;
}

.Left .Image {
	margin-right				: 10px;
}

.Right .Image {
	margin-left					: 10px;
}

.Picture .Image {
	display						: block;
}

#sidebar {
	clear						: left;
	float						: left;

	width						: 208px;
	padding						: 30px;
	padding-top					: 10px;
	padding-bottom				: 60px;
	background-image			: url("res/b_back3.gif");
	background-position			: bottom;
	background-repeat			: no-repeat;
	background-color			: white;
}

#full {
	padding						: 30px;
	padding-top					: 10px;
	padding-bottom				: 40px;
	background-color			: white;
	background-position			: bottom left;
	background-repeat			: no-repeat;
}

#content {
	clear						: right;
	float						: right;

	width						: 438px;
	padding						: 30px;
	padding-top					: 10px;
	padding-bottom				: 40px;
	background-color			: white;
	background-image			: url("res/b_back2.gif");
	background-position			: bottom left;
	background-repeat			: no-repeat;
}

#content p,
#full p,
#sidebar p {
	text-align					: justify;
	line-height					: 20px;
}

#ben-copyright {
	color						: #747474;
	float						: right;
	clear						: right;
	width						: 438px;
	text-indent					: -1.3em;
	padding						: 18px 30px 30px 30px;
	background-image			: url("res/b_back6.gif");
	background-repeat			: repeat-x;
	background-position			: top;
}

#ben-copyright a {
	color						: #ADADAD;
}

#footer {
	color						: #747474;
	clear						: both;
}

img {
	display						: block;
	border						: 0px;
}

a img {
	border						: 0px;
}

fieldset {
	border						: none;
	margin						: 0px;
	padding						: 0px;
}

.Field {
	margin-bottom				: 5px;
}

.Field label {
	display						: block;
	line-height					: 18px;
	font-size					: 12px;
	text-transform				: lowercase;
	font-style					: italic;
}

#top {
	position					: relative;
	height						: 150px;/*251px;*/
	margin-top					: 0px;
	padding						: 0px;
	padding-top					: 71px;
	background					: url("res/room0.jpg") no-repeat;
	background-position			: 0px 0px;
	font-family					: Futura, Tahoma, Arial;
	border-bottom				: 1px solid black;
}
#index #top {
	background-image			: url("res/room0.jpg");
}
#brokerage #top {
	background-image			: url("res/room1.jpg");
	background-position			: 0px 40px;
}
#investment #top {
	background-image			: url("res/room4.jpg");
	background-position			: 0px 60px;
}
#rentals #top {
	background-image			: url("res/room3.jpg");
	background-position			: 0px -36px;
}
#listings #top {
	background-image			: url("res/room2.jpg");
}
#management #top {
	background-image			: url("res/room5.jpg");
	background-position			: 0px -36px;
}
#contact #top {
	background-image			: url("res/room6.jpg");
	background-position			: 0px 60px;
}

#header {
	padding						: 0px;
	color						: white;
	background					: url("res/company-logo.png") no-repeat -1px bottom;
	height						: 100px;
	border-top					: 1px solid black;
}

#header h1 {
	margin						: 0px;
	padding						: 0px;
}

#header a {
	display						: block;
	margin						: 0px;
	padding						: 0px;
	width						: 275px;
	height						: 100px;
	color						: inherit;
	text-indent					: -1000em;
	overflow					: hidden;
}

#header span {
	display						: none;
}

#navigation {
	display						: block;
	position					: absolute;
	top							: 0px;
	left						: 0px;
	width						: 766px;
	height						: 71px;
	background-color			: #FFFFFF;
}

#navigation .Menu {
	display						: block;
	margin						: 0px;
	padding						: 0px;
	padding-left				: 3px;
	list-style					: none;
}

#navigation .Menu li {
	display						: block;
	position					: relative;
	float						: left;
}

#navigation .Menu li a {
	display						: block;
	width						: 107px;
	padding						: 28px 0px 23px 20px;
	height						: 20px;
	background					: url("res/navbutton.gif") no-repeat top right;
	font-size					: 15px;
	/*text-transform				: lowercase;*/
	text-align					: center;
	text-decoration				: none;
}

#navigation .Menu li a:hover,
#navigation .Menu li.Active a {
	background-image			: url("res/navbutton_over.gif");
}

#navigation .Menu a label {
	color						: black;
}

#mls {
	height						: 700px;
}

dl {
}
dl dd, dl dt {
	line-height					: 20px;
	text-align					: justify;
}

dl dt {
	float						: left;
	clear						: left;
	font-weight					: bold;
	margin-right				: 1em;
}
dl dd {
	margin-bottom				: 0.5em;
}

.IndexRecord {
	background-color			: #E0E0E0;
	position					: relative;
}
.IndexRecord .Numeral {
	position					: absolute;
	display						: block;
	left						: 0;
	top							: 0;
	padding						: 0.5em 0 0 0;
	text-align					: center;
	font-size					: 1.2em;
	color						: white;
	width						: 30px;
}

.IndexRecord.Published {
	background-color			: #93cc83;
}
.IndexRecord.Active {
	background-color			: #FFCC66;
}
.IndexRecord.Active.Published {
	background-color			: #4ddf26;
}

.GroupHeader {
	margin						: 1em 0 4px 0;
	padding						: 0 0 4px 0;
	border-bottom				: 1px solid #CF0202;
	font-size					: 14px;
	color						: #999999;
}

.Callout {
	margin						: 0 6em 0 6em;
}
.Callout dt {
}

.FullListing {
}
.FullListing h3 {
	position					: relative;
}
.FullListing h3 .Id {
	position					: absolute;
	right						: 0;
}
.FullListing dl {
	margin						: 1em 0 1em 0;
}
.FullListing dl dt {
	display						: block;
	clear						: left;
	float						: left;
	font-weight					: bold;
}
.FullListing dl dd {
	display						: block;
}
.FullListing .Map {
	height						: 500px;
	margin						: 1em 0 0 0;
	border						: 1px solid #E0E0E0;
}
.FullListing .Map object {
	z-index						: -1000;
}

.SmallListing {
	border-bottom				: 1px solid #E0E0E0;
	margin						: 0 0 1em 30px;
	padding						: 0 0 0 1em;
	background-color			: white;
}
.SmallListing .Datum {
	margin						: 0;
	font-weight					: bold;
}
.SmallListing h4 {
	margin-bottom				: 0.5em;
	padding-bottom				: 0.2em;
	border-bottom				: 1px dotted black;
}
.SmallListing .Tools {
	float						: right;
	margin						: 0 0 0.2em 0;
	padding						: 0;
}
.SmallListing .Tools li {
	display						: block;
	float						: left;
	margin						: 0 0 0 1em;
}

dl.Inline {
	margin						: 0 0 0.4em 0;
	padding-left				: 2em;
	text-indent					: -2em;
}
dl.Inline dt,
dl.Inline dd {
	text-align					: left;
	display						: inline;
	float						: none;
	margin						: 0;
	line-height					: normal;
}
dl.Inline dt {
	font-weight					: bold;
}
dl.Inline dd {
	padding-right				: 1em;
}
.SmallListing .Map {
	float						: right;
	width						: 300px;
	height						: 100px;
	border						: 1px solid black;
	margin						: 0.2em 0 0.2em 1em;
}
.ui-widget {
	background-color			: white;
}

.AddThisButton {
	margin						: 1em 0 0 0;
	text-align					: center;
}
