/* Color Codes
Orange:		 #FEA303;
Dark Blue:   #1A016B;
darker Blue: #003399;
Medium Blue: #022ED9;
blue: #204097;
*/

body
{
	height: 100%;
	width: 790px;
	margin: 10px auto 10px auto;
	background-color: #003399;
	font-family: verdana, arial, helvetica, Serif;
	font-size: 10pt;
	text-align: center;
}

a
{
	color: #000000; 
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;	
}

img
{
	border: none;
}

img a
{
	border: none;
}

h1, h1 a, h2, h3, h4, .propertyResultsListingHeader, .propertyResultsListingHeader a
{
	color: #1A016B;
	text-decoration: none;
}

h1
{
	color: #3D3D93;
	font-size: 16pt;
	font-weight: normal;
	font-family: Tahoma;
}

.firstLine
{
	padding-top: 20px;
}

h2
{
	text-align: left;
	font-size: 10pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3
{
		background-color: #FEA303;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		border-top: solid 1px #FEA303;
		border-bottom: solid 1px #FEA303;
		color: #1A016B;
		font-size: 12px;
		line-height: 24px;
		padding-left: 4px;
		margin-top: 0px; 
}

h4
{
	font-family: sans Serif;
	font-size: 11pt;
}

#container
{
	height: 100%;
	width: 792px;
	border: solid 1px #FFFFFF;
	margin: 0px auto 0px auto;
	text-align: left;
	background-image: url(/images/leftbarfill.gif);
	background-repeat: repeat-y;
}

#container p
{
	color: #111111;
	text-align: left;
	line-height: 12pt;
	font-size: 10pt;
	margin-top: 2px;
}

#header
{
	background-color: #F4F4F4;
	height: 170px;
	text-align: center;
	padding: 1px 3px 1px 3px;
}

	#headerBottom
	{
		color: #EFEFEF;
		font-size: 18pt;
		background-color: #3366FF;
		height: 45px;
		padding-top: 15px;
		text-align: center;
		border-bottom: 1px solid white;
	}

#telBox
{
	width: 385px;
	background-color: #354F80;
	height: 85px;
	float: right;
	border: solid 1px #F1F4FA;
	text-align: center;
	color: #FFFFFF;
	padding-top: 40px;
	font-size: 11pt;
}

	#telBox p
	{
		font-size: 16pt;
		margin-top: 5px;
		text-align: center;
		color: #FFFFFF;
	}

.headerBox
{
	width: 246px;
	height: 233px;
	background-color: #FBE166;
	border: 2px solid #E4E7EE;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	text-align: center;
	padding-top: 4px;
	font-weight: bold;
	font-family: Arial;
}

	.headerBox a
	{
		font-size: 10px;
		text-decoration: none;
		color: #000000;
		font-weight: normal;
	}
	
	.headerBox img
	{
		margin-bottom: 10px;
	}

	#header .headerText
	{
		font-family: arial, verdana, helvetica, Serif;
		margin: 7px 0px 2px 20px;
		font-size: 11pt;
		font-weight: normal;
		margin-right: 10px;
		color: #FFFFFF;
		float: right;
		text-align: right;
		width: 240px;
	}

	#header .headerText a
	{
		color: #1A016B;
	}

	#logo
	{
		height: 105px;		
		margin: 5px 0px 10px 5px;
		float: left;
		width: 400px;		
	}

#referenceSearchForm
{
	color: #354F80;
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 0px;
}

#referenceSearchForm .input
{
	width: 125px;
}

#head
{
	margin: 0px 15px 0px 10px;
}

#logoSamll
{
	margin-left: 30px;
	margin-bottom: 10px;
}

#callBackForm input[type:text]
{
	width: 35px !Important;
}

	.callMeBackLabel
	{
		width: 100px;
	}

#navSearchContainer
{
	background-color: #003399;
}

.leftBarBox
{
	width: 200px;

	border: solid 1px #003399;
	padding: 10px 6px 10px 6px;
	margin-bottom: 6px;
	min-height: 680px;
}

	.leftBarBox h1
	{
		text-align: center;
	}

	.navigationBar
	{
		min-height: 720px;
		background-color: #003399;
		padding: 0px 1px 1px 1px;
		font-size: 7pt;
		font-weight: bold;
		width: 160px;
		float: left;
	}	
	
	.navigationBar .link
	{
		background-color: #FEA303;
		background-image: url(/images/navBarOrange.gif);
		background-repeat: repeat;
		line-height: 18px;
		color: #FFFFFF;
		font-size: 7pt !important;
		font-weight: bold;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #FFFFFF;
		padding: 3px 0px 0px 5px;
	}

	.navigationBar .link:hover
	{
				background-color: #FEA303;
		background-image: url(/images/navBarblue.gif);
		background-repeat: repeat-x;
	}

	.navigationBar .link a, .navigationBar .link a:hover
	{
		color: #FFFFFF;
		display: block;
	}

	.navigationBar a
	{
		text-decoration: none;
		color: #1A016B;
	}
		.navigationBar a:hover
		{
			text-decoration: none;
			color: #FEA303; 
		}
	#search
	{
		font-size: 10pt;
		color: #FEA303;
		padding-left: 5px;
	}
		#search select
		{
			width: 140px;
			margin-bottom: 5px;
		}
		#search input
		{
		}
		


.navLink
{
	height: 29px;
	width: 155px;
	background-color: #FBFCFF;
	border: solid 1px #EFF3FF;
	font-family: Arial;
	font-size: 12px;
	display: block;
	margin-bottom: 3px;
}

	.navLink a
	{
		padding: 7px 0px 0px 5px;
		background-color: #FBFCFF;
		padding-left: 7px;
		display: block;
		height: 22px;
		width: 148px;
	}
	
	.navLink a:hover
	{
		background-color: #EFF3FF;
		color: #1C0975;
	}

.navBar
{
	height: 21px;
	background-color: #003399;
	background-image: url(/images/navbarblue.gif);
	background-repeat: repeat-x;
	text-align: right;
	display: block;
	color: #FFFFFF;
}

.navBar a
{
	color: #FFFFFF;
}
	.navBar .link
	{
		width: 130px;
		color: #FFFFFF;
		text-decoration: none;
		border-left: solid 1px #FFFFFF;
		height: 18px;
		text-align: center;
		float: right;
		padding-top: 3px;
		font-size: 7pt;
	}
	
	.navBar .oppLink
	{
		width: 90px;
		color: #FFFFFF;
		text-decoration: none;
		border-left: solid 1px #FFFFFF;
		height: 18px;
		text-align: center;
		float: right;
		padding-top: 3px;
		font-size: 7pt;
		background-image: url(/images/navbarorange.gif);
		background-repeat: repeat-x;
	}
	
	
	.navBar .link a, .navBar .oppLink a
	{
		color: #FFFFFF;
		text-decoration: none;
		font-size: 8pt;
		display: block;
	}
	
	.navBar .link:hover
	{
		background-color: #E5823E;
		background-image: url(/images/navbarorange.gif);
		background-repeat: repeat-x;
	}
	.navBar .oppLink:hover
	{		
		background-image: none;
		color: #FFFFFF !important;
	}
	
	
#mainContent
{
	width: 618px;
	float: left;
	padding: 6px 0px 0px 10px;
	background-color: #FFFFFF;
	margin-top: 1px;
}

#mainContentCenter
{
	width: 418px;
	float: left;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	margin-top: 1px;
	min-height: 632px;
}

	#mainContentCenter p
	{
		font-size: 10pt;
		line-height: 19px;
	}

#FeaturedBar
{
	width: 180px;
	text-align: center;
	float: right;
	padding: 10px 5px 0px 0px;
	background-color: #FFFFFF;
	margin-top: 1px;
	min-height: 630px;
}

	#FeaturedBar .box
	{
		width: 173px;
		height: 55px;
		border: solid 1px #003399;
		margin-top: -2px;
		margin-bottom: 5px;
		text-align: left;
		color: #003399;
		font-family: Tahoma, Verdana;
		padding-top: 5px;
		padding-left: 5px;
	}
	
	#FeaturedBar .featuredImage
	{
		width: 180px;
		padding: 0px;
		margin: 0px;
	}

#fullContent
{
	width: 616px;
	float: left;
	margin-right: 4px;
	border-top: 0px;
	border-bottom: solid 1px #1A016B;
	border-left: solid 1px #1A016B;
	border-right: solid 1px #1A016B;
	background-color: White;
	padding-bottom: 10px;
	padding-left: 5px;
}

	#fullContent h3.top
	{
		border-top: 0px;
		background-color: #FEA303;
		background-image: url(/images/titleback.gif);
		background-repeat: repeat-x;
		border-top: solid 1px #FEA303;
		border-bottom: solid 1px #FEA303;
		color: #1A016B;
		font-size: 12px;
		line-height: 24px;
		padding-left: 5px;
		margin-top: 0px; 
	}


#mainContentInner
{
	margin-top: 135px;
	background-color: #FFF1D7;
	padding: 10px;
}

#featuredProperties
{
	width: 730px;
	background-color: #FFEC9D;
	margin: 10px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

	#featuredProperties .property 
	{
		float: left;
		text-align: center;
		width: 210px;
		margin: 0px 10px 0px 10px;
	}

		#featuredProperties .property img
		{
			width: 200px;
			height: 135px;
			margin: 5px 5px 0px 5px;
			border: solid 1px #FFFFFF;
		}

#footer
{

	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #E4E7EE;
}
	#footer a
	{
		color: #FFFFFF;
	}
		#footer a:hover
		{
		}
		
	#copyRightEtc
	{
		padding: 0px;
		background-color: #FFFFFF;

		margin-top: 0px;
	}
	
	#copyRightEtc a
	{
		color: #FFFFFF;
		font-size: 8pt;
	}
	
/** Contact Page **/

.type
{
	width: 100px;
}

.contactDetails
{
	width: 150px;
}

.names
{
	width: 45px;
}

#contactTable
{
	margin: 19px 0px 10px 23px;
	width: 300px;
	font-size: 10pt;
	color: #333333;
}
	#contactTable .contactLabel
	{
		font-weight: bold;
	}
	
	#contactTable td
	{
		padding-bottom: 10px;
	}

	.mailLink
	{
		color: #FF6600;
		font-weight: bold;
	}
	
textarea
{
	width: 285px;
}	
/** end Contact page stuff **/

#linkBoxes
{
	margin-top: 35px;
	padding-left: 1px;
	border: solid 1px white;
}

.linkBox
{
	width: 125px;
	height: 17px;
	padding-top: 2px;
	text-align: center;
	color: #FFFFFF;
	background-color: Orange;
	border: solid 1px #003399;
	float: left;
	margin-left: 10px;
	font-size: 8pt;
	background-image: url(/images/navBarBlue.gif);
	background-repeat: repeat-x;
	display: block;
}

.linkBox:hover
{
	background-image: url(/images/navBarOrange.gif);
}

.linkBox a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

.first
{
	margin-left: 0px !important;
}

/** Content Management Pages **/

.article
{
	position: relative;
	margin: 5px;
	width: 600px;
}

	.article img
	{
		float: right;
		width: 170px;
		margin-left: 10px;
	}

	.article .description
	{
		padding-bottom: 10px;
	}


.article h1
{
	background-color: #FF6600;
	height: 20px;
	color: #FFFFFF;
	font-size: 9pt;
	padding: 2px 0px 0px 7px;
}


/** End Content Management Pages**/

/** Search Results **/

.summary
{
	background-color: white;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #999999;
}
	.summary h1
	{
		background-image: url(/images/heading.gif);
		background-repeat: repeat-x;
		background-color: #204097;
		color: White;
		padding: 2px;
		margin: 0px;
	}
	
	.summary a
	{
		color: #000000;
	}
	
	.summary a:hover
	{
		color: #000000;
	}
	
	.summary h3
	{
		margin: 0px -5px 3px -5px;
		border-top: none;
	}

.resultsTitle
{
	width: 500px;
	float: left;
}

.propertyResultsListingHeader
{
	font-size: 11pt;
	font-weight: bold;
	color: #1A016B;
}

	.summary .resultsPrice
	{
		font-size: 10pt;
		float: left;
		width: 100px;
		text-align: left;
		margin-right: 10px;
	}
	.summary .resultsRef
	{
		width: 400px;
		float: right;
		text-align: right;
		font-size: 10pt;
	}

.searchResultsImg
{
	width: 170px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
	.searchResultsImg img
	{
		width: 170px;
		border: solid 1px #000000;
	}
	
.resultsSummary
{
	float: left;
	margin-left: 7px;
	padding: 5px 5px 5px 5px;
	width: 270px;
	border-right: dashed 1px #CCCCCC;
	font-size: 7.5pt;
	min-height: 130px;
}

.summary .resultsSpecifics
{
	float: right;
	padding: 5px 0px 0px 0px;
	width: 140px;
	font-size: 7pt;
	font-weight: bold;
}

.spacing
{
	line-height: 2em;
}



/** end of Search results **/

/** Property Details **/

#controlButtons img
{
	width: 50px;
	height: 15px;
}

.propertyDescription
{
	font-size: 10pt;
	color: #222222;
	padding: 10px;
}

#mainPhoto
{
	width: 300px;
	float: left;
	margin: 1px;
}

#details
{
	padding: 0px 20px 5px 20px;
	font-weight: bold;
}

#details .li
{
		width: 240px;
		display: inline-block;
		float: left;
}

	#details ul li
	{
		list-style-type: disc;
		margin-left: 50px;
		list-style-position: inside;
	}
	
	#details .bulletsCol1
	{
		border: solid 1px green;
		width: 300px;
		float: left;
	}
	
	#details .bulletsCol2
	{
		border: solid 1px red;
		width: 300px;
		float: left;
	}

	
	.detailsPrice
	{
		text-align: center;
		font-weight: bold;
		font-size: 16pt;	
	}

#printButtons
{
	width: 210px;
	float: right;
	
}

	#printButtons a
	{
		width: 60px;
		height: 21px;
		border: solid 1px #000000;
		background-color: #FF6600;
		display: block;
		float: left;
		margin-right: 5px;
		text-align: center;
		text-decoration: none;
		padding-top: 3px;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	#printButtons a:hover
	{
		background-color: #003399;
		color: #FFFFFF;
	}

#h1title
{
	width: 190px;
	float: left;
}

.photo, .plan
{
	width: 280px;
	height: 200px;
	float: left;
	text-align: center;
	border: solid 1px #1A016B; 
	margin: 4px;
	overflow: hidden;
}

	.photo img, .plan img
	{
		width: 280px;
		height: 200px;
	}

	.photo .caption, .plan .caption
	{
		width: 220px;
		height: 25px;
		background-color: #FBF9EC;
		padding-top: 10px;
		font-size: 11pt;
		color: #006699;
	}

#enquiryForm
{
	width: 500px;
}

	#enquiryForm fieldset
	{
		color: #A39F7B;
	}

	#enquiryForm legend
	{
		font-size: 11pt;
		color: #9B3173;
		font-family: Arial;
		font-weight: bold;
		padding: 0px 10px 0px 10px;
	}
	
	#enquiryForm Table
	{
		font-size: 10pt;
		color: #333333;
	}

	#enquiryForm input[type="submit"]
	{
		margin-top: 15px;
	}


.printPageLink
{
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 10px 10px;
}

/** End of Property Details **/

#searchForm
{
	background-color: #FF6600;
	margin-top: 20px;
	padding-bottom: 10px;
}

#searchForm h1
{
	text-align: center;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #333333;
}

	.searchLegend
	{
		font: bold 14px/14px Tahoma, Verdana, Arial;
		color: #EFEFEF;
		background-color: #333333;
		padding: 4px;
		position: relative;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 10px;
		top: -12px;
	}
		
	#searchForm fieldset
	{
			background-color: #FF6600;
			border: none;
			border-top: 1px solid #C0C0C0;			
		}

.formDivInner
{
}

.formDivInner .label
{
	color: #FFFFFF;
	margin-top: 8px;
	margin-left :4px;
	margin-bottom: 3px;
}

.formDivInner .field
{
	width: 160px;
}

.formDivInner .field select, .formDivInner .field input
{
	width: 150px;
	margin-left: 4px;
	font-size: 7pt;
	font-weight: bold;
	font-family: Tahoma;
	color: #3D3D93;

}

.formDivInner .field input
{
	width: 145px;
	margin-left :4px;
}

/** Large Photos and Plans **/

#largePhoto img, #largePlan img
{
	width: 98%;
}

/** End photos and Plans


/** General classes and id **/

.padding
{
	padding: 2px 2px 2px 2px;
}

.standard
{
	line-height: 20px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.half
{
	width: 48%;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.border
{
	border: solid 1px #FFEC9D;
}

.hr
{
	margin-top: 5px;
	border-top: solid 1px #1A016B; 
}

.page
{
	padding: 0px 5px 3px 4px;
	border: solid 1px #1A016B;
	margin-left: 3px;
	margin-bottom: 2px;
}

.selected, .previous, .next
{
	padding: 0px 5px 3px 4px;
}

.pages
{
	text-align: center;
}

.selected
{
	background-color: #333333;
	border: 1px solid #EFF3FF;
	text-decoration: none;
	margin-left: 3px;
	color: White;
}

.disabled
{
	display:none;
}

.testBorder
{
	border: solid 1px red;
}

/** spain4u only **/

.subText
{
	padding: 3px;
	color: White;
	font-weight: normal;
}
	.subText a
	{
		color: #CCCCCC;
		font-size: inherit;
		text-decoration: underline;
	}
	
.disclaimer
{
	font-size: 7pt;
	color: #888888;
	padding: 10pt;
	border-top: solid 1px #CCCCCC;
	margin-top: 10pt;
}