@charset "utf-8";
/* RMS REAL ESTATE CSS STYLES */

/* RIGHT COLUMN */
#content #right-column {
	width: 651px;
	float: right;
	margin: 5px 0 0 0;
}

#content #right-column.realEstate {
	background: transparent url(../media/images/bg_gradient-lg.jpg) top left repeat-x;	
}
/* MEDIA */
#content #right-column #media-sm {
	width: 100%;
	height: 94px;
	position: relative;
	margin: -5px 0 0 0;
	display: inline-block;
}

#content #right-column #media-lg {
	width: 100%;
	height: 263px;
	position: relative;
	margin: -5px 0 0 0;
	display: inline-block;
}

#content #right-column #media-sm h1.left, #content #right-column #media-sm h1.right, #content #right-column #media-lg h1.left, #content #right-column #media-lg h1.right {
	background: transparent url(../media/images/bg_headline-yellow.png) top left repeat-x;
	display: inline-block;
	padding: 0 25px 0 25px;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	height: 59px;
	width: auto;
	position: absolute; 
	z-index: 5;
	top: 0;
	line-height: 48px;
}

#content #right-column #media-sm h1.left, #content #right-column #media-lg h1.left {
	left: 30px;
}

#content #right-column #media-sm h1.right, #content #right-column #media-lg h1.right {
	right: 30px;
}

#content #right-column #media-sm h1.left, #content #right-column #media-lg h1.right, #content #right-column #media-sm h1.left, #content #right-column #media-lg h1.right {
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='http://192.168.1.32/Clients/RMS/media/images/bg_headline-yellow.png', sizingMethod='scale');
}

#content #right-column #media-sm img, #content #right-column #media-lg img {
	width: 651px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#content #right-column #media-sm h2, #content #right-column #media-lg h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #495647;
	width: auto;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 8px 15px 8px 15px;
	font-size: 14px; 
	font-weight: normal;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	z-index: 10;
	margin: 0 0 0 39px;
}

#content #right-column #media-sm p, #content #right-column #media-lg p {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #495647;
	opacity: 0.95;
	filter: alpha(opacity=95);
	width: 601px;
	padding: 10px 25px 15px 25px;
	font-size: 12px; 
	color: #ffffff;
	line-height: 18px;
	z-index: 10;
}

#content #right-column #media-sm p strong, #content #right-column #media-lg p strong {
	font-size: 14px;
}

#content #right-column #featured {
	width: 240px;
	margin: 24px 0 0 0;
	padding: 26px 0 0 0;
	float: left;
}

#content #right-column #featured h3 {
	border-bottom: 1px solid #465046;
	height: 26px;
	margin: -26px 0 0 0;
	font-weight: normal;
}

#content #right-column #featured h3 span {
	font-size: 14px;
	color: #ffffff;
	padding: 5px 15px 5px 15px;
	background-color: #465046;
	text-align: center;
	margin: 0 0 0 12px;
	display: inline-block;
	width: auto;
}

#content #right-column #featured #property {
	width: 240px;
	background: transparent url(../media/images/bg_gradient.jpg) top left repeat-x;
	padding: 15px 0 0 0;
}

#content #right-column #featured #property img {
	width: 187px;
	height: auto;
	margin: 0 0 0 22px;
	border: 3px solid #ffffff;
	background: transparent url(../media/images/bg_featured-drop.png) bottom left no-repeat;
}

#content #right-column #featured #property #description {
	width: 187px;
	margin: 15px auto 0 auto;
}

#content #right-column #featured #property #description p {
	width: 123px;
	float: left;
	font-size: 12px;
	color: #465046;
	text-align: left;
}

#content #right-column #featured #property #description p strong {
	font-size: 14px;
}

#content #right-column #featured #property #description a {
	float: left;
}
/* END OF MEDIA */

#content #right-column #copy {
	width: 393px;
	margin: 19px 0 0 0;
	padding: 0 0 5px 0;
	float: right;
	background: #ffffff url(../media/images/bg_copy.jpg) bottom left no-repeat;
}

#content #right-column #copy h2 {
	border-bottom: 1px solid #465046;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#content #right-column #copy h2 span {
	font-size: 18px;
	color: #ceb539;
	padding: 0 0 10px 0;
	margin: 0 0 0 12px;
	display: inline-block;
	width: auto;
}

#content #right-column #copy p {
	color: #465046;
	font-size: 13px;
	line-height: 18px;
	width: 90%;
	margin: 5px auto 10px auto;
}

/* END OF RIGHT COLUMN */
/* END OF CONTENT */

/* EXTRA */
.featuredimages {
	height: 150px;
	overflow: hidden;
}
/* END OF EXTRA */

