﻿body
{
	background-image: url(/images/backgroundFade.jpg);
	background-repeat: no-repeat;
	background-color: #3AA1D8;
	text-align: center;
	font-family: Arial, Verdana;
	color: #3F3F3F;
	font-size: 10pt;
}

#container
{
	width: 850px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 7px;
}

#header
{
	background-image: url(/images/headerLogo.jpg);
	background-repeat: no-repeat;
	height: 193px;
	margin-bottom: 7px;
}

	#headerLinks
	{
		padding-top: 150px;
		padding-left: 10px;
		color: #6F090E;
		font-size: 11pt;
		font-weight: bold;
	}
	
		#headerLinks a
		{
			color: #6F090E;
			font-size: 11pt;
			font-weight: bold;
		}

	#header img
	{
		float: right;
		width: 614px;
		height: 193px;
	}
	
	#bar1
	{
		background-color: #CCCCCC;
		width: 209px;
		float: left;
		padding: 0px 10px 10px 10px;
		min-height: 750px;
	}
	
		#bar1 ul
		{
			font-size: 11pt;
			margin-left: 0px;
			padding-left: 0px;
		}
		
			#bar1 ul li
			{
				list-style: none;
				line-height: 22px;
				border-bottom: solid 1px #3F3F3F;
			}
			
				#bar1 ul li a
				{
					color: #3F3F3F;
					text-decoration: none;
				}
	
	#bar2
	{
		background-color: #EAEAEA;
		width: 391px;
		float: left;
		margin-left: 7px;
		margin-right: 7px;
		padding: 0px 10px 10px 10px;
		min-height: 750px;
	}
	
	#bar3
	{
		background-color: #CCCCCC;
		width: 176px;
		float: right;
		padding: 0px 10px 10px 10px;
		min-height: 750px;
		margin-top: 0px;
	}
	
	#fullContent
	{
		background-color: #EAEAEA;
		width: 594px;
		float: right;
		margin-left: 7px;
		margin-right: 0px;
		padding: 0px 10px 10px 10px;
		margin-top: 0px;
	}
	
	#footer
	{
		background-color: #CCCCCC;
		padding: 10px 10px 0px 10px;
		height: 70px;
		text-align: center;
		margin-top: 7px;
	}
	
.articleImage
{
	width: 180px;
	float: left;
}

.resultImage
{
	width: 160px;
	float: left;
	margin-right: 0px;
	margin-bottom: 15px;
}

.propertyListingDescription
{
	background-color: #DADADA;
	height: 110px;
	float: right;
	width: 415px;
	padding: 5px;
}

.pages
{
	text-align:center;
	clear: both;
	padding: 10px 0px 10px 140px;
	
}

.page, .next, .previous, .selected
{
	padding: 2px 5px 2px 5px;
	color: #000000;
	text-decoration: none;
	margin-right: 2px;
}

.disabled
{
	display: none;
}

/** Property Details Page **/

.mainPhoto
{
	width: 380px;
	float:left;
}

#propertyDetails img
{
	padding: 0px;
	width: 265px;
	border: 1px solid black;
}

#propertyText
{
	float: right;
	width: 200px;
}

.propertySpecs
{
	line-height: 1.5em;
}

.userdefined
{
}
	.userdefinedLabel
	{
		float: left;
		text-align: right;
		width: 260px;
	}
	
	.userdefinedValue
	{
		width: 272px;
		height: 21px;
		margin: 5px 0px 0px 5px;
		border: solid 1px #910005;
		float:left;
		padding: 3px 0px 0px 3px;
	}

.tiled
{
	float: left;
	width: 155px;
	margin-left: 10px;
	border: 1px solid #970C13;
	margin-bottom: 10px;
	padding: 5px;
	height: 117px;
	overflow: hidden;
}
	.tiled:hover
	{
		overflow: visible;
	}
	.tiled .caption
	{
		height: 26px;
		color: #000000;
		font-size: 10pt;
		text-align: left;
		font-family: Franklin Gothic Book;
		padding-top: 4px;
		padding-left: 5px;
		margin-bottom: 4px;
	}

	.tiled .photo
	{
		width: 155px;
		height: auto;
		padding: 0px;
		margin: 0px;
	}
	.tiled .photo:hover
	{
		width: 208px;
		height: auto;
		z-index: 100;
		position: relative;
		padding: 5px;
		background-color: White;
		border: 1px solid #970C13;
		margin-top: -35px;
		margin-left: -28px;
		margin-bottom: -9px;
	}
	
	.tiled .plan
	{
		width: 155px;
		height: 125px;
		padding: 0px;
		margin: 0px;	
	}
	

#contactDetails
{
	padding: 10px;
}

/** featured properties **/

.featuredProperty
{
	background-color: #EAEAEA;
	margin-bottom: 7px;
	text-align: center;
	padding-bottom: 5px;
}

.featuredPropertyTitle
{
	color: #AC2930;
	line-height: 21px;
	font-weight: bold;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

.featuredImage
{
	border: solid 1px #CCCCCC;
	margin-top: 5px;
}

.featuredPropertyPrice, .featuredPropertyText
{
	text-align: left;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
}

	.featuredPropertyPrice
	{
		color: #AC2930;
	}
	
	.resultsLink
	{
		color: #3F3F3F;
	}

/** end featured properties **/

/** search form **/

.searchForm
{
	display: block;
}

label
{
	font-size: 9pt;
}

.searchForm select
{
	width: 205px;
	margin-bottom: 10px;
}

.searchForm input
{
	width: 200px;
	margin-bottom: 15px;
}

.searchForm input[type=submit]
{
	width: 100px;
	margin-bottom: 15px;
}
	
/** end search form **/
	
/** general css **/

h1
{
	color: #AC2930;
	font-size: 12pt;
	background-image: url(/images/h1bg.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-top: 10px;
}

h2
{
	font-size: 13pt;
}

a img
{
	border: none;
}

.clear
{
	clear: both;
}

/** end general css **/