﻿body  {
	margin: 0;
	padding: 0;
	/*background:#FFFFFF URL(../images/background-gradient.jpg) center top no-repeat;*/
	text-align: center; /* for IE */
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}

form { margin:0px; }

#container 
{
	width: 980px;
	margin: 0 auto;
	text-align: left; /* for IE */
}

h3 { font-size:24px; }

/* header ---------------------------------------- */

#header 
{
	height:65px;
	padding: 65px 0px 20px 20px;
} 

#header h1 {
	margin: 0;
	padding: 10px 0;
}

#logo {
	width:237px;
	height:52px;
	float:left;
}

#main-navigation {
	float:right;
}

/* sidebar ---------------------------------------- */

#left-col {
	float: left; 
	width: 281px;
	margin-bottom:20px;
}

#search-properties 
{
	width:221px;
	margin:0px 0px 20px 0px;
	padding:10px 30px 0px 30px;
	color:#2e3092;
	text-transform:uppercase;
}

#search-properties-text 
{
	width:221px;
	margin:0px;
	padding-left:10px;
}

select
{
	width:190px;
	border:1px solid #2e3092;
	text-transform:Capitalize;
	color:#2e3092;
}

#search-properties form 
{
	margin:0px;
	padding:0px;
}


/* mainContent ---------------------------------------- */
#main-content 
{
	width:696px;
	float:right;
} 

#image { float:right; background:#FFFFFF; }

#content-box {
	width:676px;
	background:#2e3092 URL(../images/blue-background.gif) repeat-y;
	padding:2px 10px 0px 10px;
	color:#FFFFFF;
}

#content-box h3 {
	font-size: 21px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	margin:0px 0px 5px 0px;
	}

#content-box p {
	margin:0px 0px 20px 0px;
	}
	
#content-box a:link, #content-box a:visited {
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: underline;
	line-height:1.4em;
}

#content-box a:hover {
	color:#fdda5f;
}

#content-box ul {
	list-style-type:none;
}

#content-box li {
	margin:0px 0px 10px -40px;
}

#content-box .form-field { width: 320px; }

/* footer ---------------------------------------- */
#footer 
{ 
	height:15px;
	font-size:11px;
	color:#FFFFFF;
	padding: 5px;
	background:#2e3092;
} 
#footer p 
{
	margin: 0;
	padding: 10px 0;
}
#footer-contact 
{
	float:left;
	margin-left:15px;
}
#footer-tenant 
{
	float:right;
	margin-right:45px;
}
#footer a:link, 
#footer a:visited 
{
	color:#fdda5f;
	font-weight:bold;
}
/* float classes ---------------------------------------- */
.fltrt 
{
	float: right;
	margin-left: 8px;
}
.fltlft 
{
	float: left;
	margin-right: 8px;
}
.clearfloat 
{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.nav-item { float:left; margin:0px; }

/* rounded corners <div> ---------------------------------------- */


/* results styles */

#key
{
	margin-bottom:10px;
	padding:10px;
}
	
.listing { 
	width:653px;
	margin:0px 0px 10px 0px;
	padding:9px;
	color:black;
	}

.listing-rst {
	background-color: #d0d1e8;
	color:black;
}

.listing-hlt {
    background-color: #e6e7fe;
    color: black;
}

.property-thumbnail {
	width:150px;
	float:left;
	}

.property-name 
{
	margin-right:40px;
	width:170px;
	float:left;
	}
	
.property-name a:link, .property-name a:visited
{
	color:#2e3092;
	}

#property-rental-header
{
	margin-left: 380px; 
	padding: 4px 0px 4px 0px; 
	font-family: arial, sans-serif;
	font-size: 9px; 
	float: left; 
	text-decoration: underline;
}

.property-rental 
{
	margin-right:50px;
	width:100px;
	float:left;
	font-size:13px;
	color:#2e3092;
	text-align:center;
	}

#property-footage-header
{
	margin-left: 70px; 
	padding: 4px 0px 4px 0px; 
	font-family: arial, sans-serif;
    font-size: 9px; 
    float: left; 
    text-decoration: underline
}

.property-footage 
{
	margin-right:15px;
	width:120px;
	float:left;
	font-size:13px;
	color:#2e3092;
	text-align:center;
	}

a:link.property-name, 
a:visited.property-name,
a:hover.property-name {
	font-size:13px;
	font-weight:bold;
	color:#2e3092;
	}
	

.header-rental {
	margin-right:10px;
	width:100px;
	float:left;
	color:white;
	font-size:9px;
	}
	
.header-footage {
	margin-right:15px;
	width:100px;
	float:left;
	font-size:9px;
	color:#2e3092;
	text-align:center;
	}
	
.header-relevance {
	width:125px;
	float:left;
	}

.small { color:#2e3092;
	font-size:9px;
	}
	
/* results box */
	
#results-box {
	background:#2e3092 URL(../images/blue-background.gif) repeat-y;
	padding:2px 10px 0px 10px;
	color:#FFFFFF;
}

#results-box h3 {
	font-size: 21px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	margin:0px 0px 5px 0px;
	}

#results-box p {
	margin:0px 0px 20px 0px;
	}
	
#results-box a:link, #results-box a:visited {
	color:#2e3092;
	font-size: 13px;
	line-height:1.4em;
}

#results-box a:hover {
	color:#fdda5f;
}

/* Detail specific */

.overview-copy 
{
	padding:5px; 
	color: #2e3092;
	line-height:1.4em;
}

/* Agent */

.overview-details { width:100%; margin:15px 0px 0px 0px; }
.overview-details-header { font-size:13px; color:#2e3092; padding:0px 0px 5px 0px; font-weight:bold; border-bottom:1px solid #333333; }
.overview-details-left { width:300px; float:left; padding:5px 0px 0px 0px; line-height:1.4em; }
.overview-details-right { width:300px; float:left; padding:5px 0px 0px 0px; line-height:1.4em; }
.overview-details-label { float:left; }
.overview-details-data { float:left; }


#breadcrumb-nav { color:#2e3092; font-size:9px; text-transform:uppercase; }
#breadcrumb-nav a:link, #breadcrumb-nav a:visited { margin-left:10px; color: #2e3092; } 


/* NEW DETAILS CSS */

#detail-container {
		width:696px;
		background: #2e3092 url('../images/blue-background.gif') repeat-y;
	}

	#detail-top {
		width:666px;
		text-align:left;
		margin:0px 0px 0px 13px;
		padding:0px;
	}
	
	#detail-top-hd {
		width:666px;
		margin:0px;
		padding:0px 0px 15px 10px;
		font-size:24px;
		font-family:"Times New Roman", Times, serif;
		color:white;
	}
	
	#detail-top-lg-img {
		width:316px;
		height:210px;
		margin-right:9px;
		margin-left:10px;
		background:#2e3092;
		float:left;
	}
	
	#detail-top-sm-thumbs {
		width:96px;
		margin-right:30px;
		float:left;
	}
	
	#detail-top-overview 
	{
		width:190px;
		float:left;
		color:white;
	}
	
	#detail-top-overview p 
	{
		margin:5px 0px 10px 0px;
		font-size:11px;
	}	
	
	#detail-top-overview h5 
	{
		margin:0px;
		font-size:13px;
	}

	#detail-top-overview ul
	{
		margin:0px;
		padding:0px;
	}
	
	#detail-top-overview li
	{
		list-style-type:none;
		margin-top:10px;
	}
	
	#detail-top-overview li a:link,
	#detail-top-overview li a:visited
	{
		color:White;
	}
	
	
	#detail-overview-hd {
		width:440px;
		padding:0px 0px 5px 15px;
		font-size:24px;
		font-family:"Times New Roman", Times, serif;
		color:white;
		float:left;
	}
	
	#detail-pdf {
		width:200px;
		margin-top:-15px;
		padding:5px;
		vertical-align:middle;
		float:left;
	}
		
	#detail-overview-container {
		padding:15px;
		background-color: #d0d1e8;
	}
	
	#detail-overview {
		margin-bottom:15px;
		color:#2e3092 ;
		line-height:1.4em;
	}
	
	.detail {
		width:600px;
		margin:10px 0px 0px 0px;
	}
	
	.detail-hd {
		margin:0px 0px 5px 0px;
		padding:0px 0px 5px 0px;
		font-size:12px;
		font-weight:bold;
		color:#2e3092;
		text-transform:uppercase;
		border-bottom:1px solid #333333;
	}

	.detail-left-col 
	{
		line-height:1.5em;
		width:300px;
		float:left;
		color:#2e3092;
	}
	
	.detail-right-col 
	{
		line-height:1.5em;
		width:250px;
		float:left;
		color:#2e3092;
	}
	
	.detail-full-width
	{
		line-height:1.5em;
		width:550px;
		float:left;
		color:#2e3092;
	}
	
	.sm-thumbnail {
		width:96px;
		height:64px;
		background:#2e3092;
		margin-bottom:9px;
		position:relative;
	}


/* FORM STYLES */

.search-input
{
width:200px;
}

#left-col-insert
{
	color:#333333;
	padding:0px 20px 0px 20px;
}


input {
	margin: 0.1em;
}

input.invalid, textarea.invalid {
	background-color: #FFE813;
	border: 0.1em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.1em !important;
}

input.invalid:focus, textarea.invalid:focus {
	background-color: #FFE813;
	border: 0.2em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0 !important;
}

.required {
	background-image: url(../images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}





