/* CSS Document */
body{
	font-size:16px;
}

h3{
	padding-bottom:3px;
	margin-bottom:5px;
	font-size:1.1em;
}

#outer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width:60em;
	margin:0 auto;
	border:1px solid #999999;
	min-height:400px;
}

#native{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width:60em;
	margin:0 auto;
	color:#000000;
}

#native p{
	margin:5px 0;
	text-align:right;
	font-size:0.75em;
}

#native a{
	color:#F77B31;
}



#topItems:after, #links:after, #nav:after, #columnContent:after, #outer:after, .content:after{
	visibility:hidden;
	clear:both;
	display:block;
	height:0;
	content:"&nbsp;";
}

/*--------------------------------------------styles for the top banner and navigation*/
#logo{
	float:left;
	padding:1em 0.75em 0 0.75em;
}

#logo a img{
	border:none;
}

#links{
	float:right;
	width:47.55em;
}

#search{
	float:left;
	margin-top:5px;
	margin-right:20px;
}

#search form{
	background-color:#9C9D9F;
	padding:3px;
	position:relative;
	padding-right:20px;
}

input.searchInput{
	background-image:url(../images/inputBack.jpg);
	background-repeat:repeat-y;
	background-color:#9C9D9F;
	border:1px solid #ffffff;
	color:#FFFFFF;
	font-size:0.85em;
	padding-left:5px;
}

#goButton{
	position:absolute;
	right:-10px;
}

#breadcrumb{
	margin-left:40px;
	font-size:0.85em;
}

#breadcrumb p{
	margin:8px 0 0 0;
	color:#666666;
}

#breadcrumb a{
	color:#666666;
}

#breadcrumb a:hover{
	color:#0055A0;
}

#nav{
	float:right;
	background-color:#9C9D9F;
	background-image:url(../images/navBack.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top:5px;
	width:47.55em;
}

#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav ul li{
	float:left;
}

#nav ul li a{
	color:#FFFFFF;
	text-decoration:none;
	padding:5px 4px 5px 4px;
	display:block;
}

#nav ul li a:hover{
	color:#000000;
	text-decoration:underline;
}

/*-----------------------------------------------banner image and tagline*/
#banner{
	text-align:right;
	margin-top:5px;
}

#tagline{
	border:1px solid #999999;
	margin-left:5px;
	margin-bottom:10px;
	letter-spacing:3px;
	text-transform:uppercase;
	background-color:#FFFFFF;
	float:left;
	padding:3px;
}

#tagline h1, #tagline p{
	margin:0;
	font-size:1.3em;
	font-weight:bold;
	color:#666666;
}

.highlight{
	color:#0055A0;
}

/*-------------------------------------------------------------column layout*/

#columnContent{
	clear:both;
	margin-bottom:10px;
}

#leftCol{
	width:11.8em;
	float:left;
	border-right:1px solid #999999;
	margin:0 8px 0 4px;
	padding-right:4px;
	min-height:300px;
}

#middleCol, #rightCol{
	width:21.75em;
	float:left;
	border-right:1px solid #999999;
	margin-right:10px;
	padding-right:10px;
}

#middleCol.large{
	width:45.5em;
	border:none;
	margin-right:0;
}

#rightCol{
	border-right:none;
	margin-right:0;
	padding-right:5px;
}

/*--------------------------------------------------------homepage contentBoxes*/

.header{
	border-bottom:1px solid #999999;
	padding:0 0 5px 25px;
	margin-bottom:5px;
	margin-top:10px;
	background-repeat:no-repeat;
	color:#666666;
}

.header p, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6{
	margin:0;
	font-size:1.3em;
	font-weight:normal;
}

.header h1 a{
	text-decoration:none;
}

#about .header, #aboutRight .header{
	background-image:url(../images/purplesquares.jpg);
}

#property .header, #propertyRight .header{
	background-image:url(../images/lightbluesquares.jpg);
}

#news .header, #newsRight .header{
	background-image:url(../images/greensquares.jpg);
}

#development .header, #developmentRight .header{
	background-image:url(../images/darkbluesquares.jpg);
}

#investment .header, #investmentRight .header{
	background-image:url(../images/pinksquares.jpg);
}

#funding .header, #fundingRight .header{
	background-image:url(../images/orangesquares.jpg);
}


/*-----------------------------------------------------text areas in content boxes*/
.content{
	background-color:#F6F6F7;
	background-image:url(../images/contentBoxBack.jpg);
	background-repeat:repeat-x;
	font-size:0.85em;	
}

.imageCol{
	width:5.5em;
	float:left;
	border-right:1px solid #999999;
	padding:5px;
	text-align:center;
}

.imageCol a img{
	border:none;
}

#middleCol.large .imageCol{
	float:right;
	border-left:1px solid #999999;
	border-right:none;
}

.textCol{
	width:18em;
	float:left;
	padding:5px;
	color:#666666;
	position:relative;
	padding-bottom:10px;
}

#middleCol.large .textCol{
	width:45em;
	line-height:1.5em;
	padding:10px;
}

.textCol p{
	margin:0 0 5px 0;
}

a.button{
	position:absolute;
	bottom:-5px;
	right:-5px;
	height:20px;
	width:31px;
	background-repeat:no-repeat;
}

a.button span{
	display:none;
}

a.button:hover{
	background-position:0 -20px;
}

#about a.button{
	background-image:url(../images/purplebutton.jpg);
}

#development a.button{
	background-image:url(../images/darkBluebutton.jpg);
}

#property a.button{
	background-image:url(../images/lightBluebutton.jpg);
}

#investment a.button{
	background-image:url(../images/pinkbutton.jpg);
}

#news a.button{
	background-image:url(../images/greenbutton.jpg);
}

#funding a.button{
	background-image:url(../images/orangebutton.jpg);
}

/*---------------------------------------------------left column text styles*/

#submenu{
	border-top:1px solid #999999;
	margin-bottom:10px;
}

#submenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#submenu ul li{
	border-bottom:1px solid #999999;
}

#submenu ul li a{
	display:block;
	padding:5px 5px 5px 20px;
	background-image:url(../images/greySquares.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	color:#666666;
	text-decoration:none;
	margin-left:5px;
}

#submenu.about ul li a:hover{
	background-image:url(../images/purplesquares.jpg);
	color:#5f2177;
	text-decoration:underline;
}

#submenu.development ul li a:hover{
	background-image:url(../images/darkBluesquares.jpg);
	color:#005596;
	text-decoration:underline;
}

#submenu.property ul li a:hover{
	background-image:url(../images/lightBluesquares.jpg);
	color:#64B5E4;
	text-decoration:underline;
}

#submenu.investment ul li a:hover{
	background-image:url(../images/pinkSquares.jpg);
	color:#BD025D;
	text-decoration:underline;
}

#submenu.news ul li a:hover{
	background-image:url(../images/greenSquares.jpg);
	color:#C7CF22;
	text-decoration:underline;
}

#submenu.funding ul li a:hover{
	background-image:url(../images/orangeSquares.jpg);
	color:#E37C2D;
	text-decoration:underline;
}

/*------------------------------------sub-sub menu styles*/

#submenu ul li ul{
	margin-left:30px;
	margin-bottom:5px;
	list-style-type:square;
	color:#666666;
}

#submenu ul li ul li{
	border:none;
}

#submenu ul li ul li a{
	background-image:none;
	padding:0;
	margin-bottom:5px;
}

#submenu.about ul li ul li a:hover{
	color:#5f2177;
	background-image:none;
}

#submenu.development ul li ul li a:hover{
	color:#005596;
	background-image:none;
}

#submenu.property ul li ul li a:hover{
	color:#64B5E4;
	background-image:none;
}

#submenu.investment ul li ul li a:hover{
	color:#BD025D;
	background-image:none;
}

#submenu.news ul li ul li a:hover{
	color:#C7CF22;
	background-image:none;
}

#submenu.funding ul li ul li a:hover{
	color:#E37C2D;
	background-image:none;
}


/*-----------------------------------------------property search stuff*/


#propertySearch{
	background-color:#FFFFFF;
	background-image:url(../images/searchBack.jpg);
	background-repeat:repeat-x;
	border:1px solid #0055A0;
	padding:5px;
	font-size:0.85em;
	margin-bottom:5px;
	color: #0055A0;
}

#propertySearch p{
	margin:0 0 5px 0;
}

#propertySearch img{
	display:block;
	margin:10px auto 0 auto;
	border:1px solid #0055A0;
}

#propertySearch a img{
	border:none;
}

p.searchButton, p.registerButton{
	position:relative;
	left:-5px;
	background-color:#5EB1DE;
	background-image:url(../images/buttonBlueBack.jpg);
	background-repeat:repeat-x;
	padding:5px;
}

p.registerButton{
	background-image:url(../images/registerButtonBack.jpg);
	background-color:#C1C2C4;
}

p.searchButton a, p.registerButton a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.4em;
}

p.searchButton a.button{
	background-image:url(../images/darkBluebutton.jpg);
}

p.registerButton a.button{
	background-image:url(../images/greyButton.jpg);
}

#newsBox{
	background-color:#F6F6F7;
	background-image:url(../images/contentBoxBack.jpg);
	background-repeat:repeat-x;
	font-size:0.85em;
	border:1px solid #999999;
	color:#666666;
	padding-bottom:5px;
}

#newsBox hr{
	border:1px solid #ffffff;
}

#newsBox p{
	margin:0 5px 5px 5px;
}

#newsBox ul, #newsBox ol{
	padding-left:20px;
	margin-left:0;
}

#newsBox h1{
	font-size:1.4em;
	font-weight:normal;
	margin:0;
	padding:5px 5px 0 5px;
}

#newsBox h2, #newsBox h3, #newsBox h4, #newsBox h5{
	font-size:1.2em;
	font-weight:normal;
	padding:0 5px;
	margin:0;
}

#newsBox a{
	color:#666666;
}

#newsBox p.registerButton a{
	color:#FFFFFF!important;
}

/*----------------------------------------------------------general text styles*/

#middleCol.large h1, #middleCol.general h1, #rightCol.general h1{
	font-weight:bold;
}

#middleCol.large h2, #middleCol.general h2, #rightCol.general{
	padding-bottom:3px;
	margin-bottom:5px;
	font-size:1.4em;
}

#middleCol a, #rightCol a{
	color:#666666;
}

#about a:hover, #aboutRight a:hover{
	color:#5f2177;
}

#development a:hover, #developmentRight a:hover{	
	color:#005596;
}

#property a:hover, #propertyRight a:hover{
	color:#64B5E4;
}

#investment a:hover, #investmentRight a:hover{
	color:#BD025D;
}

#news a:hover, #newsRight a:hover{
	color:#C7CF22;
}

#funding a:hover, #fundingRight a:hover{
	color:#E37C2D;
}

#middleCol a img{
	border:none;
}

#middleCol.large #about h2, #middleCol.general #about h2, #rightCol.general #aboutRight h2{
	border-bottom:1px solid #5F2177;
}

#middleCol.large #about .headerHighlight, #middleCol.general #about .headerHighlight, #rightCol.general #aboutRight .headerHighlight{
	color:#5F2177;
}

#middleCol.large #development h2, #middleCol.general #development h2, #rightCol.general #developmentRight h2{
	border-bottom:1px solid #005596;
}

#middleCol.large #development .headerHighlight, #middleCol.general #development .headerHighlight, #rightCol.general #developmentRight .headerHighlight{
	color:#005596;
}

#middleCol.large #property h2, #middleCol.general #property h2, #rightCol.general #propertyRight h2{
	border-bottom:1px solid #64B5E4;
}

#middleCol.large #property .headerHighlight, #middleCol.general #property .headerHighlight, #rightCol.general #propertyRight .headerHighlight{
	color:#64B5E4;
}

#middleCol.large #investment h2, #middleCol.general #investment h2, #rightCol.general #investmentRight h2{
	border-bottom:1px solid #BD025D;
}

#middleCol.large #investment .headerHighlight, #middleCol.general #investment .headerHighlight, #rightCol.general #investmentRight .headerHighlight{
	color:#BD025D;
}

#middleCol.large #news h2, #middleCol.general #news h2, #rightCol.general #newsRight h2{
	border-bottom:1px solid #C7CF22;
}

#middleCol.large #news .headerHighlight, #middleCol.general #news .headerHighlight, #rightCol.general #newsRight .headerHighlight{
	color:#C7CF22;
}

#middleCol.large #funding h2, #middleCol.general #funding h2, #rightCol.general #fundingRight h2{
	border-bottom:1px solid #EA7D2A;
}

#middleCol.large #funding .headerHighlight, #middleCol.general #funding .headerHighlight, #rightCol.general #fundingRight .headerHighlight{
	color:#EA7D2A;
}

#middleCol form{
	margin-left:10px;
	margin-top:20px;
}	

#middleCol form.registerForm{
	width:300px;
}

#middleCol label{
	display:block;
	width:100px;
	float:left;
}

#middleCol input{
	margin-bottom:10px;
}

#middleCol input.findPersonRadio{
	margin-bottom:0;
}

#middleCol .goButton{
	float:right;
	margin-right:5px;
}

.clear{
	clear:both;
}

.floatleft{
	float:left;
	margin-right:5px;
}

.floatright{
	float:right;
	margin-left:5px;
}

#middleCol table td{
	vertical-align:top;
	padding:5px;
}

#middleCol ul.specialisms{
	list-style:none;
	padding:0;
	margin:0;
}

/*----------------------------------------------------------------styles for links like buttons in contribute*/


.textButton a{
	background-repeat:repeat-x;
	padding:5px 40px 5px 5px;
	font-size:1.4em;
	background-repeat:no-repeat;
	background-position:right center;
	width:140px;
	color:#FFFFFF!important;
	font-weight:bold;
}


#development .textButton a, #developmentRight .textButton a {
	background-color:#005596;
	border-right:3px solid #005596;
	background-image:url(/images/darkblueButtonCut.jpg);
}

#development .textButton a:hover, #developmentRight .textButton a:hover {
	background-image:url(/images/darkblueButtonCut2.jpg);
}

#investment .textButton a, #investmentRight .textButton a{
	background-image:url(/images/pinkButtonCut.jpg);
	border-right:3px solid #BD025D;
	background-color:#BD025D;
}

#investment .textButton a:hover, #investmentRight .textButton a:hover{
	background-image:url(/images/pinkButtonCut2.jpg);
}

#property .textButton a, #propertyRight .textButton a{
	background-image:url(/images/lightBluebuttonCut.jpg);
	border-right:3px solid #64B5E4;
	background-color:#64B5E4;
}

#property .textButton a:hover, #propertyRight .textButton a:hover{
	background-image:url(/images/lightBluebuttonCut2.jpg);
}

#news .textButton a, #newsRight .textButton a{
	background-image:url(/images/greenbuttonCut.jpg);
	border-right:3px solid #C7CF22;
	background-color:#C7CF22;
}

#news .textButton a:hover, #newsRight .textButton a:hover{
	background-image:url(/images/greenbuttonCut2.jpg);
}

#about .textButton a, #aboutRight .textButton a{
	background-image:url(/images/purplebuttonCut.jpg);
	border-right:3px solid #5F2177;
	background-color:#5F2177;
}

#about .textButton a:hover, #aboutRight .textButton a:hover{
	background-image:url(/images/purplebuttonCut2.jpg);
}

#funding .textButton a, #funding .textButton a{
	background-image:url(/images/orangeButtonCut.jpg);
	border-right:3px solid #EA7D2A;
	background-color:#EA7D2A;
}

#funding .textButton a:hover, #funding .textButton a:hover{
	background-image:url(/images/orangeButtonCut2.jpg);
}

#middleCol .textButton a, #rightCol .textButton a{
	color:#333333;
	text-decoration:none;
}

#development .textButton a, #developmentRight .textButton a, #investment .textButton a, #investmentRight .textButton a{
	color:#FFFFFF!important;
	font-weight:bold;
}

#middleCol .textButton a:hover, #rightCol .textButton a:hover{
	color:#FFFFFF!important;
}


/*-----------------------------------------------property search form*/

#middleCol #propertyForm{
	width:95%;
}

#propertySearchResults{
	margin-top:10px;
	width:100%;
}


#propertyForm table, #propertySearchResults{
	border-collapse:collapse;
}

#propertyForm table td, #propertySearchResults td{
	border:1px solid #0055A0;
	padding:5px;
	background-color:#FFFFFF;
	background-image:url(../images/searchBack.jpg);
	background-repeat:repeat-x; 
	vertical-align:top;
}

#propertySearchResults td.thumb{
	padding:0;
	width:100px;
}

#propertyForm table td table{
	width:100%;
}

#propertyForm table td table td{
	border:none;
	background-image:none;
	background:transparent;
	vertical-align:top;
}

#propertyForm table tr.header td, #propertySearchResults th{
	background-color:#68B5E3;
	border:1px solid #0055A0;
	background-image:none;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
}

#propertySearchResults th{
	padding:5px;
}

#propertyForm table tr.buttons td{
	text-align:right;
}

#middleCol #property-form input{
	margin:0;
}

#propertySearchResults tr.even td{
	background-color:#ffffff;
	background-image:none;
}

#propertySearchResults td a img{
	border:none;
}

#propertyDetails .imageThumb{
	width:166px;
	height:149px;
	float:left;
	margin-bottom:10px;
}

#propertyDetails a img{
	border:none;
}

#propertyDetails h1{
	font-size:1.4em;
	line-height:1.7em;
}

#buttonLinks{
	float:left;
	width:170px;
	margin-left:30px;
}

#buttonLinks .textButton{
	margin-bottom:10px;
}

#buttonLinks .textButton a{
	display:block;
	width:170px;
}

#middleCol .person table{
	margin-top:-5px;
}

#middleCol .person table td{
	padding:0 10px 0 0;
}

#middleCol .staffImage{
}

#middleCol hr{
	clear:both;
	display:block;
}

/*-----------------------------------------------------styles for the footer*/
#footer{
	clear:both;
	background-color:#9C9D9F;
	background-image:url(../images/navBack.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:0.85em;
}

#footer ul{
	margin:0;
	padding:0;
	text-align:center;
}

#footer ul li{
	display:inline;
}

#footer ul li a{
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
	top:-5px;
	padding:0 5px 0 5px;
}

#footer ul li a:hover{
	text-decoration:underline;
}

/*-------------------------------------------------------------styles from zoom search*/
.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; }
		.zoom_searchform input{position:relative; top:10px; margin-bottom:10px;}
		.zoom_searchform select{margin-top:10px;}
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
		
		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #E2F0F9; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}

/*-------------------------------------------------------table styles added by PS - 08_06_07 */
table.propertyTable tr td ul{
	margin:0 0 0 5px;
	padding:0;
	list-style-type:square;
	color:#666666;
}

table.propertyTable tr td ul li{
	padding:0 0 6px 0;
	margin:0 0 0 5px;
}