#content {
	border:none;
	}

#search {
	padding-bottom:10px;
	}

	#search h3 {
		padding-bottom:10px;
		}

	#searchResultsTable {
		border:1px solid #333366;
		font-family:Helvetica, sans-serif;
		font-size:12px;
		width:608px;
		margin:10px 0;
		}
		
		#searchResultsTable a {
			text-decoration:underline;
			}
		
		table.sortable th {
			text-align: center;
			padding: 2px 4px 2px 4px;
			border:none;
			background-color: #D9D4C4;
		}
		table.sortable td {
			text-align: center;
			padding: 2px 4px 2px 4px;
			border:1px solid #D9D4C4;
			border-width: 0px 1px 0px 1px;
		}

	label, select {
		font-family:Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#333366;
	}
	
	select {
		width:125px;
		}
#project_list {
	clear:both;
	}
.project {
	padding:8px 1px;
	float:left;
	}

	h3 {
		margin:0;
		padding:0;
		font-size:14px;
		}
		
		.project_name {
			/*float:left;*/
			}
		
		.project_address {
			/*float:right;*/
			}
	.projectLeftColumn, .projectRightColumn {
		width:294px;
		height:129px;
		border:1px solid #000000;
		padding:2px;
		}
	
	.projectLeftColumn {
		float:left;
		}
	
		.project_logo {
			float:left;
			}
		
		.project_image {
			float:right;
			}
	
	.projectRightColumn {
		float:right;
		}
	
		.agent_image {
			float:left;
			}
		
		.agent_details {
			float:right;
			}
			
			.agent_details p {
				text-align:right;
				line-height:2em;
				margin:0;
				padding:0;
				}
				
				.agent_email a {
						text-decoration:underline;
						}

#backtotop {
	position:fixed;
	bottom:10px;
	right:10px;
	}
	
	#backtotop a {
		color:#91775C;
	}