@charset "utf-8";
/* CSS Document */
body {
	background:#cb2800 url(../images/page-bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	font-size: 12px;
}
.top-caption {
	height: 25px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	padding-top: 8px;
}
 #wrapper {
	width: 1065px;
	margin: 0 auto;
}
#header {
	margin-top: 12px;
	height: 127px;
	overflow: hidden;
	/*background: url(../images/header-bg.jpg) repeat-x left top;*/
}
div.logo {
	float: left;
	width: 50%;
	/**background: #FF0000;*/
	border-right: 1px solid #0060af;
	padding-right: 20px;
}
.header-right {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #57575a;
	font-family: "Trebuchet MS";
}
.header-right span {
	color: #0060af;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	
}

#navigation {
	height: 30px;
	clear: both;
	font-family: "Trebuchet MS";
	padding: 12px 0 0 10px;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation ul li {
	padding:0;
	margin: 0;
	list-style: none;
	display: inline;
	float: left;
}
#navigation ul li a {
	margin: 0;
	padding: 5px 0 0 0;
	color: #0f3b70;
	font-size: 13px;
	height: 25px;
	background: url(../images/menu-bg.jpg) no-repeat left top;
	width: 170px;
	text-align: center;
	display: inline-block;
	text-decoration:none;
}
#navigation ul li a:hover {
	color: #FFFFFF;
	background: url(../images/menu-hover-bg.jpg) no-repeat left top;
	text-decoration:none;
	
}
.selected_tab
{
	color: #FFFFFF;
	background: url(../images/menu-hover-bg.jpg) no-repeat left top;
	text-decoration:none;
}
#navigation ul li.last-item  {
	border: none;
	background: none;
}
.spotlight {
	background: url(../images/spotlight-bg.jpg) no-repeat left top;
	height: 310px;
	padding: 10px;
	overflow: hidden;
}
.flash-slideshow {
	padding: 5px 0 0 15px;
	width: 50%;
}
.spot-right {
	margin-left: 610px;
}
.offer {
	margin-left: -65px;
	margin-right: 2px;
	margin-top: -7px;
}
.contact-form {
	font-size: 14px;
	color: #FFFFFF;	
}
.contact-form p {
	margin: 5px 0;
}
.contact-form label {
	width: 80px;
	float: left;
	text-align: right;
	line-height: 1.8em;
}
.contact-form input.inputbox {
	width: 305px;
	background:#FFFFFF url(../images/inputbox-bg.jpg) repeat-x left top;
	border: 1px solid #448de7;
	height: 22px;
	margin-left: 5px;
	padding-top: 3px;
}
.search-box {
	position: absolute;
	top: 185px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}
.search-box ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.search-box ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	float: left;
	text-align: center;
}
.search-box ul li a {
	padding: 0;
	display: inline-block;
	float: left;
	height: 50px;
	text-align: center;
	padding-top: 145px; 
}
.search-box ul li a {
	color: #333333;
	text-decoration:none;
}
.search-box ul li.item1 a {
	background: url(../images/icon-rental_new.png) no-repeat left top;
	width: 120px;
}
.search-box ul li.item2 a {
	background: url(../images/icon-tenant_new.png) no-repeat left top;
	width: 123px;
}
.search-box ul li.item3 a {
	background: url(../images/icon-management_new.png) no-repeat left top;
	width: 123px;
}
.search-box ul li.item4 a {
	background: url(../images/icon-solve-problems_new.png) no-repeat left top;
	width: 118px;
}


/**************HOME PAGE CSS******************/
.search-box_home {
	position: absolute;
	top: 437px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}
.search-box_home ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.search-box_home ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	float: left;
	text-align: center;
}
.search-box_home ul li a {
	padding: 0;
	display: inline-block;
	float: left;
	height: 50px;
	text-align: center;
	padding-top: 145px; 
}
.search-box_home ul li a {
	color: #333333;
	text-decoration:none;
}
.search-box_home ul li.item1 a {
	background: url(../images/icon-rental_new.png) no-repeat left top;
	width: 120px;
}
.search-box_home ul li.item2 a {
	background: url(../images/icon-tenant_new.png) no-repeat left top;
	width: 123px;
}
.search-box_home ul li.item3 a {
	background: url(../images/icon-management_new.png) no-repeat left top;
	width: 123px;
}
.search-box_home ul li.item4 a {
	background: url(../images/icon-solve-problems_new.png) no-repeat left top;
	width: 118px;
}

/***************END OF CSS FOR HOME PAGE*********************/




#container {
	clear: both;
	padding: 0px 0 10px 10px;
	background:#FFFFFF url(../images/main-bg.jpg) no-repeat right top;
	border: 1px solid #b6bbb9;
	margin: 0 10px  10px 0;
}
#main {
	clear: both;
	margin: 110px 10px 0 0;
}

/*----------------------------------*/
div.clear {
	clear: both;
} 
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.col-left {
	width: 490px;
	background: url(../images/left-col-bg.jpg) no-repeat left top;
	margin-top: 50px;
	padding: 130px 10px 0px 10px;
}
.col-right {
	margin-left: 500px;

}

/*--------------------------------------      */
.follow-us {
	padding-top: 15px;
	width: 57%;
	float: left;
}
.login {
	padding: 6px 0 0 0;
}
.login a {
	padding: 0 6px 0 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.login a.border {
	border-left: 2px solid #FFFFFF;	
}

.module-vacancies {
	width: 230px;
}
.module-vacancies h3 {
	font-family: "Trebuchet MS";
	color: #d2222a;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0;
}
.module-vacancies p {
	margin: 2px 0;
	color: #0060af;
	font-size: 13px;
}
.module-vacancies p a{
	margin: 2px 0;
	color: #0060af;
	font-size: 13px;
	text-decoration:none;
}

.real-estate-service {
	font-family: "Trebuchet MS";
	margin-left: 260px;
}
.real-estate-service h3 {
	font-size: 22px;
	color: #004996;
	font-weight: normal;
	margin-top: 10px;
}
.real-estate-service ul {
	margin: 0;
	padding: 0 0 0 15px;
}
.real-estate-service ul li {
	margin: 0;
	padding: 0;
	color: #333333;
	font-weight: bold;
}
.real-estate-service ul li a {
	color: #333333;
	font-weight: bold;
	text-decoration:none;
}
.welcome {
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding: 0 50px;
	margin-top: 100px;
}
.content-heading {
	font-size: 24px;
	font-weight: bold;
	color: #0f3b70;
	font-family: "Trebuchet MS";
	margin-top: 50px;
}
span.subhead {
	font-size: 17px;
	color: #0060af;
	font-family: "Trebuchet MS";
}
.footer-menu {
	margin: 0 auto;
	width: 840px;
	font-size: 14px;
}
.footer-menu ul {
	padding: 0;
	margin: 0;
	text-align: center;
}
.footer-menu ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	line-height: 1.5em;
}
.footer-menu ul li a {
	padding: 0 10px;
	color: #d95843;
	border-right: 1px solid #d95843;
	text-decoration:none;
}
.footer-menu ul li a:hover {
	color: #0f3b70; 
}
.footer-menu ul li.last-item a {
	border: none;
}
.copyright {
	text-align: center;
	font-size: 14px;
	color:#FFFFFF;
	margin-bottom: 10px;
}
.users {
	padding-left: 510px;
}




/************ cSS for content area **************/
#pw_webpage_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	min-height:400px;
}
#pw_webpage_content h1,#pw_webpage_content h2, #pw_webpage_content h3, #pw_webpage_content h4, #pw_webpage_content h5{
	text-align:left;
	font-family:Arial;
	font-weight:bold;
}
#pw_webpage_content h1{
	font-size:20px;
}
#pw_webpage_content a{
	text-decoration:none;
}

/***********Featured Listing css************/
#pw_featured_rental_listing_v2_label {background-color: #CA232A !important; color:#FFFFFF !important;}
#pw_featured_rental_listing_v2_view_detail {background-color: #CA232A !important}
#pw_featured_rental_listing_v2_summary_bar {background-color: #CA232A !important; color: #FFFFFF !important;}
#pw_featured_rental_listing_v2_previous {background-color: #CA232A !important;}
pw_featured_rental_listing_v2_next {background-color: #CA232A !important;}

/************** Tentant *******************/
#pw_tenant_portal_login_form{
	padding:10px 10px 10px 10px;
}
#pw_listing_widget{
	font-family:Arial, Helvetica, sans-serif;
	width:99%;
}

/**********Web form css**************/
.webform
{
	background-color:#FFFFFFF;
 	padding:10px;
}
.webform fieldset{
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}

.webform fieldset legend{
	border:none;
	background:transparent;
	color:#000000;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 20px;
}

.webform TH{
	width:25%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.webform TD{
	width:auto;
	font-weight:normal;
}

.webform TH.required{
    background: url(../../images/required.gif) left center no-repeat transparent;
	padding-left:15px;
}

.webform h3{
    margin:20px 0 5px 0;
	border-bottom:1px solid #06538F;
	color:#06538F;
	padding:5px;
}

/******* Rentals / Owners********/
#password{
	width:100px;
}
#username{
	width:100px;
}

#pw_rental_listing, #pw_forsale_listing {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
	width:99%;
	background-color:#FFFFFFF;
}

/***********Conatct Form **************/
#pw_contact_agent_form{
	background-color:#FFFFFFF;
	color:#000000;
	border:1px solid #4E5839;
}
/*************PW footer**************/
#pw_website_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#pw_website_footer_links{
	padding-top:10px;
	color:#D95843;
}
#pw_website_footer_links a
{
	text-decoration:none;
	color:#D95843;
	font-weight:100;
}

/*********************************************JQUERY FLASh******************************************************/

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:290px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:-600; 
		background-color:#000; 
		color:#ffffff; 
		height:40px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
		height:40px;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
		height:40px;
	}
	
.topbg_inner
{
	background: url(../images/round-top-bg.jpg) repeat-x;
	height:78px;
}
.topbg_inner_form
{
	background: url(../images/form-box-bg-box.jpg) no-repeat;
	height:320px;
	width:453px;
	position:relative;
	margin-left:13px;
	margin-bottom:8px;
}
