/* CSS Document */

/* BASIC */

body {
	margin: 0;
	padding: 0;
	height:100%;
	background-color:#cccccc;
	font: 67.5% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	line-height: 140%; 
}

body#searchformpage {
	background-color:#FFFFFF;
	}

h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 2em;
	font-weight: bold;
	color:#000066;
	line-height: 120%;
	margin-bottom: 8px;
}
	
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color:#000066;
	margin-bottom: 12px;
}
	
h3 {
	font-size: 1.1em;
	color:#000066;
}
.lineBelow {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	}
	
.lineAbove {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #FF6600;
	}	

p {
	font-size: 1em;
	margin-bottom: 12px;
}

.intro {
	font-size: 1.2em;
	color: #FF6600;
	margin-bottom: 20px;
	line-height: 120%;
	}
		
.bottomLine {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #FF6600;
}

.bold {font-weight: bold;}

.spaceBelow {margin-bottom: 20px;}

.spaceAbove {margin-top: 35px;}

.logos {
	margin-right: 8px;
	margin-bottom: 10px;
	}


.noBottomMargin {margin-bottom: 0px;}

#content ul {
	list-style: circle url(../images/bullet.gif) outside;
	margin-left: 10px;
}

#content li {
	margin-bottom: 10px;
}

#content table {
	margin: 0px;
}	
	
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000066;
	}
	
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000066;
	}

a:hover {color: #FF6600;}	
	
a:active {color: #000066;}	
		

/* LAYOUT */

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:2px #000066 solid;
	width: 760px;
	background-color:#FFFFFF;
}

#header {margin-bottom: 15px;}

#menu {
	float: left;
	width: 130px;
	margin-bottom: 7px;
}

#home #content {
	width: 600px;
	margin: 0px 0px 15px 15px;
	padding-right: 15px;
	background: url(../images/boultons-couple.jpg) no-repeat left top;
	float: left;
	height: auto;
}

#content {
	width: 600px;
	margin: 0px 0px 15px 15px;
	padding-right: 15px;
	float: left;
	height: auto;
}

.mainImage {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

#footer {
	clear: both;
}

.bottomLinks {
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	margin-top: 8px;
}


/* NAVIGATION */

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 130px;
	}

/* IE6 MARGIN FIX */

* html #menu li {
	margin-bottom: -5px;
} 

#menu li {margin-bottom: 9px;}

#menu a:link {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	display: block;
	background-color: #000066;
	text-align: center;
	padding: 10px 20px 10px 20px;
	line-height: 130%;
}

#menu a#homeLink,
#menu a#lettingsLink,
#menu a#contactLink {padding: 15px 20px;}

#menu a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	display: block;
	background-color: #000066;
	text-align: center;
	padding: 10px 20px 10px 20px;
	line-height: 130%;
}

#menu a:hover {
  font-weight: bold;
  color: #FFFFFF;
}

#menu a:active {
  font-weight: bold;
  color: #FFFFFF;
}
  
 /* YOU ARE HERE LINKS */	
	
body#home a#homeLink, 
body#about a#aboutLink, 
body#searching a#searchLink,
body#selling a#sellingLink,
body#surveys a#surveysLink,
body#mortgage a#mortgageLink,
body#commercial a#commercialLink,
body#lettings a#lettingsLink,
body#auctions a#auctionsLink,
body#contact a#contactLink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	display: block;
	background-color: #000066;
	text-align: center;
	padding: 10px 20px 10px 20px;
	line-height: 130%;
	}
	
body#home a#homeLink, 
body#lettings a#lettingsLink,
body#contact a#contactLink {padding: 15px 20px;}			 


/* SEARCH BOX */

#search {
	width: 255px;
	background: #FF6600;
	margin-left:315px;
	padding: 15px;
	}
	
#search h1 {margin-bottom: 6px;}
	
#search h2 {
	color: #000066;
	padding-top: 9px;
	font-size: 1.3em;
	}
	
#search h2.go {
	color: #000066;
	padding-top: 9px;
	font-size: 1.3em;
	text-align: right;
	}
	
#content #search ul {
	color:#FFFFFF;
	font-size: 1.1em;
	font-style: oblique;
	font-weight: bold;
	list-style: none;
	margin-bottom: 12px;
	margin-top: 14px;
	}		
	
#content #search li {
	margin-top: 2px;
	padding: 0px;
	padding-bottom: 2px;
	line-height: 140%;
	list-style: none;
	margin-left: 0px;
}

.rightAlign {
	float: right;
	margin-left: 8px;
	clear: right;
}	


/* FEATURE BOXES */

.feature {
	width: 255px;
	background: #000066;
	margin-left:315px;
	padding: 15px;
	margin-top: 10px;
}

.feature h1 {
	color: #FF6600;
	margin-bottom: 0px;
}

.feature h1 strong {
	font-size: 1.1em;
	color: #FFFFFF;
	padding-bottom: 0px;
}

.feature h2 {
	font-weight: normal;
	color: #FFFFFF;
}

.feature h2 strong {
	color: #FF6600;
	margin-bottom: 0px;
}

.feature a:link {color: #FF6600;}

.feature a:visited {color: #FF6600;}
	
.feature a:hover {color: #FFFFFF;}

.feature a:active {color: #FFFFFF;}
	
.feature img {
	float: right;
	margin-left: 10px;
}
		
.feature p {
	color: #FFFFFF;
	line-height: 160%;
	margin-bottom: 0px;
	margin-top: 8px;
}


/* TEAM TABLE */

#content table.team {
	font-weight: bold;
	margin-left: 0px;
	width: 550px;
}

#content table.team td.left {
	margin-bottom: 10px;
	margin-left: 0px;
	width: 325px;
}

#content table.team td.right {
	margin-bottom: 10px;
	margin-left: 0px;
	width: 225px;
}

#content table.team img {
	float: left;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.team a:link {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
}

.team a:visited {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
}

.team a:hover {
	font-weight: bold;
	text-transform: uppercase;
	color: #000066;
}

.team a:active {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
}


/* NEW PERSONNEL BOXES */

.personnelBox {
	padding: 10px;
	width: 575px;
	margin-bottom: 10px;
	border: 1px solid #FF6600;
}

.personnelBox h1 {
	font-size: 1.6em;
	font-weight: bold;
	color:#000066;
	line-height: 120%;
	margin-bottom: 6px;
}

.jobTitle {
	font-size: 1em;
	color: #FF6600;
	margin-bottom: 12px;
	line-height: 140%;
	font-weight: bold;
	text-transform: uppercase;
	}

.personnelBox img {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.qualification {
	font-size: 0.6em;
}


/* FORMS */

#searchForm .label {
	float: left;
	width: 165px;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
	clear: left;
	}
	
#searchForm {
	padding: 10px;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	text-align: left;
	width: 578px;
	margin-top: 0px;
}

input#searchButton {
	margin-left: 175px;
}


#enquiryForm {
	padding: 10px;
	border: 1px solid #FF6600;
}

#enquiryForm .label {
	float: left;
	width: 165px;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
	clear: left;
	}
	
#contactForm {
	padding: 10px;
	border: 1px solid #FF6600;
	margin-top: 20px;
}

#contactForm .label {
	float: left;
	width: 165px;
	text-align: right;
	font-weight: bold;
	margin-right: 10px;
	clear: left;
	}	
	
input#submit {
	margin-left: 175px;
}


/* FLOAT DROP FIX */

br.clear {clear: both;}
	
.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	}

.clear {min-height: 1px;}
	
* html .clear {height: 1px;}	


/* MARK */

#results {
	width: 450px;
	height:70px;
	float: left;
	padding: 5px;
	background: #FFFFFF;
	margin-left:0px;
	text-align:left;
	overflow:auto;
	}
	
	.resultsdiv {
	width: 430px;
	height:130px;
	border:2px #000066 solid;
	float: left;
	padding: 5px;
	background: #FFFFFF;
	margin-bottom:6px;
	text-align:left;
	}
	
	.resultsdiv h1 {
	font: bold 1.8em Times, Verdana, Arial, Helvetica;
	color:#FF6600;
	}
	
	.resultsdiv h2 {
	font: bold 1em Verdana, Arial, Helvetica;
	color:#03347A;
	}
	
	.resultsdiv h3 {
	font: bold 1em Verdana, Arial, Helvetica;
	text-align:left;
	color:#FF6600;
	}
		
.resultimage {
	border: 1px solid #03347A;
}

.resultslink a {
	font: bold 1em Verdana, Arial, Helvetica;
	text-align:left;
	color:#FF6600;
}
.resultimage {
	border: 1px solid #03347A;
}

.detailssdiv {
	width: 420px;
	border:2px #000066 solid;
	float: left;
	padding: 5px;
	background: #FFFFFF;
	margin-bottom:6px;
	text-align:left;
	}
	
	.detailsdiv h1 {
	font: bold 1.8em Times, Verdana, Arial, Helvetica;
	color:#FF6600;
	}
	

.detailsImage {
	width: 205px;
	float: right;
	padding: 5px;
	background: #FF6600;
	margin-left:10px;
	text-align:center;
	border: 1px #0066CC solid;
	}
	
	.detailsImage img {
	border-bottom: 5px solid #F8971C;
	float:left;
	}
	
	.searchheader {
	width: 438px;
	height:75px;
	float: left;
	background: #FF6600;
	text-align:left;
	padding-left:5px;
	margin-bottom:5px;
	}
	
	.searchheaderTitle {
	font: bold 1.5em Verdana, Arial, Helvetica;
	color:#000066;
	}



	
