@charset "utf-8";
/* CSS Document */
/************************************************************************

	Site: 
	Author:		eROI		[www.eroi.com] 

	Listing Order:

	==============

	1 - Global
	2 - Structure/layout
	3 - Main content
	

************************************************************************/
/***********************************************************************
	1 - GLOBAL
************************************************************************/
div.corner {
	background: url(../imgs/bg_corner.png) right top no-repeat;
	width: 13px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}

div#propCorner {
	background: url(../imgs/bg_corner.png) right top no-repeat;
	width: 13px;
	height: 15px;
	position: absolute;
	right: 4px;
	top: 0;
	z-index: 1000;
}

div#rightCorner {
	background: url(../imgs/bg_corner.png) right top no-repeat;
	width: 13px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT
************************************************************************/

/***********************************************************************
	3 - MAIN CONTENT
************************************************************************/
div#lColumn div#propImage {
	background: url(../imgs/img_lrg-plaza.jpg) left top no-repeat;
	width: 432px;
	height: 466px;
	margin: 0 0 0 14px;
}

div#lColumn div#propTitle {
	background: url(../imgs/bg_home-title-bar.gif) left top no-repeat;
	width: 436px;
	height: 29px;
	padding: 5px 0 0 14px;
}

div#lColumn div#propTitle h4 {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

div#lColumn div#propTitle h4 span {
	font-weight: bold;
}

div#lColumn div#thumbContainer {
	width: 432px;
	background: #ceceb5;
	margin: 0 0 0 14px;
	height: 41px;
}

div#thumbContainer a img {
	border: none;
	margin: 0 0 0 5px;
}

/* photo gallery */
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 450px; /*width of featured content slider*/
	height: 500px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	text-align: right;
	width: 432px;
	height: 41px;
}

div#rColumn div#topTxt {
	width: 438px;
	background: url(../imgs/bg_top-text.gif) left top repeat-x;
	height: 75px;
	position: relative;
	margin: 0 0 24px 3px;
	padding: 13px 0 0 13px
}

div#topTxt p {
	color: #fff;
	padding: 0 15px 5px 0;
	line-height: 125%;
}

div#rColumn div#rContent p {
	padding: 0 15px 10px 3px;
}

div#rColumn div#rContent ul {
	padding: 0 0 13px 25px;
}

div#rColumn div#rContent ul li {
	padding: 0 0 5px 0;
}

div#rColumn div#recentNewsTitle {
	background: url(../imgs/bg_recent-news.gif) left top no-repeat;
	width: 450px;
	height: 29px;
	padding: 8px 0 0 18px;
}

div#rColumn div#recentNewsTitle h4 {
	color: #fff;
	font-size: 12px;
}

div#recentNewsContent div#featuredImg {
	float: left;
	height: 80px;
	margin: 0 20px 0 0;
	width: 130px;
}

div#recentNewsContent div#featuredImg img {
	border: none;
	height: 80px;
	width: 130px;
}

div#recentNewsContent div#featuredInfo {
	float: left;
	width: 265px;
}

div#rColumn div#recentNewsContent div#featuredInfo h1 a {
	color: #3c3930;
	font-size: 13px;
	text-decoration: none;
}

div#rColumn div#recentNewsContent div#featuredInfo p {
	line-height: 122%;
	padding: 10px 0 0 0;
}

div#rColumn div#recentNewsContent {
	width: 421px;
	background: #ceceb5;
	margin: 0 0 0 3px;
	padding: 4px 15px 15px 15px;
}
