/* CSS Document - Pointens Independant Estate Agents*/

body {
	background:#002d62;
	text-align:center;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	}
a {
	color:#002d62;
	text-decoration:none;
	}

a:hover {
	border-bottom:1px solid;
	color:#fff;
	}
#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#fff;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("../images/leftcolor_bg.gif") repeat-y top left;
	}
#header {
	background:#9cc5ca url(../images/header_bg.gif) repeat-x;
	padding:0;
	margin:0;
	text-align:center;
	color:#FFF;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol {
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#dbe1e2;
	z-index:100;
	background-color: #dbe1e2;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:99;
	text-align: center;
	font-size: 80%;
	color: #666;
	line-height: 1.5em;
	}
#centercol {
	position:relative;
	padding:0 240px 50px 240px;
	}

#homecol {
	position:relative;
	padding:0 0 50px 240px;
	}

.noright {
	position:relative;
	padding:0 20px 36px 240px;
	}

p {
	font-size: 0.9em;
	padding: 0;
	line-height: 1.4em;
	margin: 0 0 16px 0;
	}
h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	}

h1 {
	font-family: "Palatino Linotype",Georgia,"Tahoma","Century Schoolbook L",Arial,Helvetica;
	margin: 16px 0 10px 0;
	font-size: 32px;
	color: #314862;
	line-height: 1.25em;
	}

h2 {
	margin: 30px 0 4px 0;
	font-size: 1.3em;
	color: #666;
	}

h2.contact {
	color: #002d62;
	font-style: oblique;
	font-size: 1.3em;
	padding-top: 20px;
	}

a:hover {
	border-bottom:1px solid;
	color:#002d62;
	}
#footer {
	position:relative;
	top:1px;
	background:#9cc5ca;
	width:100%;
	clear:both;
	margin:0;
	padding:6px 0 0;
	text-align:center;
	color:#002d62;
	font-size: 20px;
	height: 32px;
	}

#footer2 {
	position:relative;
	top:1px;
	background:#002d62;
	width:100%;
	clear:both;
	margin:0;
	padding: 18px 0 36px;
	text-align:center;
	color:#9cc5ca;
	font-size: 20px;
	}

#navlist li {
	display: inline; /* for IE5 and IE6 */
	}

#navlist {
	width: 186px;
	margin: 0 0 0 0;
	padding: 0;
	border-top: 1px #b0bdbe solid;
	font-size: 1em;
	font-weight: normal;
	}

#navlist a {
	width: 99.99%; 	/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #637d80;
	border-bottom: 1px #b0bdbe solid;
	text-align: left;
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	padding: 6px 0 6px 10px;
	}

#navlist a#current {
	background-color: #666;
	}

#navlist a:hover {
	background-color: #002d62;
	color: #fff;
	}

#wrapper1 #wrapper2 #maincol #leftcol img {
	margin: 20px 0 0 10px;
	}

#wrapper1 #wrapper2 #footer2 .info {
	color: #fff;
	}

#wrapper1 #wrapper2 #footer2 a:link, #wrapper1 #wrapper2 #footer2 a:visited,
#wrapper1 #wrapper2 #footer2 a:hover, #wrapper1 #wrapper2 #footer2 a:active {
	color: #fff;
	text-decoration: none;
	}
#wrapper1 #wrapper2 #maincol .left {
	position: relative;
	margin: 0px 20px 15px 0px;
	float: left;
}
#wrapper1 #wrapper2 #maincol .right {
	position: relative;
	margin: 0px 0 5px 20px;
	float: right;
}
#wrapper1 #wrapper2 #maincol .center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/* --- forms --- */

.row {
		clear: both;
		padding-top: 5px;
		}

form {
		margin-bottom: 3em;
		}
		
fieldset {
		margin-bottom: 10px;
		padding: 10px;
		border: none;
		}		

legend {
		padding: 0;
		text-transform: uppercase;
		color: #666666;
		}

.formLabel {
		font-size: 0.9em;
		color: #666;
		line-height: 1.6em;
		text-align: right;
		margin-right: 10px;
		width: 100px;
		float: left;
		}

.formControl {
		float: left;
		width: 326px;
		}
		
input, textarea {
		border: 1px solid #666666;
		padding: 2px;
		}	
		
input {
		font-size: 1em;
		width: 322px;
		}			

input.locations {
		width: 20px;
		border: none;
		}

textarea {
		width: 454px;
		}
		
.submitButton {
	background: #dbe1e2;
	color: #333;
	padding: 3px 4px;
	width: auto;
		}		

#wrapper1 #wrapper2 #maincol table {
	font-size: 0.9em;
}

#wrapper1 #wrapper2 #maincol table td.mainheading {
	font-weight: bold;
	padding-bottom: 10px;
}

#wrapper1 #wrapper2 #maincol table td.heading {
	font-weight: bold;
	color: #666;
	font-size: 1.1em;
	padding-bottom: 0px;
	padding-top: 20px;
}

#wrapper1 #wrapper2 #maincol table td.offer {
	text-align: right;
	font-weight: bold;
	color: #314862;
}

#wrapper1 #wrapper2 #maincol table td.menu {
	text-align: center;
	padding-bottom: 0px;
}

#wrapper1 #wrapper2 #maincol table td.image {
	text-align: left;
	vertical-align: top;
}

#wrapper1 #wrapper2 #maincol table td.desc {
	padding-left: 15px;
	vertical-align: top;
}

form.select {
		margin-bottom: 0;
		}

#wrapper1 #wrapper2 #maincol table h3 {
	font-size: 1em;
	font-weight: bold;
}

#wrapper1 #wrapper2 #maincol table {
}

#wrapper1 #wrapper2 #footer2 img {
	margin: 12px 0px 0px;
	border: none;
}

#wrapper1 #wrapper2 #footer2 .josh {
	text-decoration:none;
	}

#footer_new {
	position:relative;
	top:1px;
	background:#9cc5ca;
	clear:both;
	margin:0;
	padding:1% 0;
	color:#002d62;
	font-size: 0.9em;
	height: 18px;
	}

#footer_new2 {
	position:relative;
	top:1px;
	background:#002d62;
	width:100%;
	clear:both;
	margin:0;
	padding: 18px 0 36px;
	color:#9cc5ca;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.holt {
   float: left;
   width: 49%;
   margin-left: 6px;
   }

.sheringham {
   float: right;
   width: 49%;
   text-align: right; /* depends on element width */
   margin-right: 6px;
   } 
#wrapper1 #wrapper2 #footer_new2 a:link, #wrapper1 #wrapper2 #footer_new2 a:visited,
#wrapper1 #wrapper2 #footer_new2 a:hover, #wrapper1 #wrapper2 #footer_new2 a:active {
	color: #fff;
	text-decoration: none;
	}

#ftr {
	font-size: 0.9em;
	}

#ftr #bottom .left {
	text-align: left;
}

#ftr #bottom .right {
	text-align: right;
}

#ftr #bottom .centre {
	text-align: center;
}

#ftr #bottom tr.one {
	background: #9cc5ca;
	color: #002d62;
	}
	
#ftr #bottom tr.two {
	background: #002d62;
	color:#9cc5ca;
	}
	
#ftr #bottom tr.two .info {
	color: #fff;
	}

#ftr #bottom tr.one p, #ftr #bottom tr.two p {
	line-height: 1.5em;
	}

#wrapper1 #wrapper2 #ftr a:link, #wrapper1 #wrapper2 #ftr a:visited,
#wrapper1 #wrapper2 #ftr a:hover, #wrapper1 #wrapper2 #ftr a:active {
	color: #fff;
	text-decoration: none;
	}

#wrapper1 #wrapper2 #maincol #office {
	background: #dbe1e2;
	padding: 20px;
	margin-bottom: 10px;
	font-size: 0.9em;
	width: 300px;
	float: left;
	margin-right: 12px;
	border: 1px solid #666666;
	text-align: center;
	min-height: 600px;
	}

#wrapper1 #wrapper2 #maincol #office h2 {
	margin-top: 14px;
	color: #585858;
	}

#office a:link, #office a:visited {
	color: #666666;
	}
	
#office a:hover, #office a:active {
	color: #666666;
	}
	
#wrapper1 #wrapper2 #maincol #leftcol #assoc_links {
	padding: 15px 10px 20px;
	font-size: 0.8em;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 10px;
	line-height: 1em;
	background: #AEBBBD;
}

#wrapper1 #wrapper2 #maincol #leftcol #assoc_links h3 {
	margin: 0 0 14px 0;
	padding: 0px;
	font-size: 1.4em;
	color: #333;
}

#wrapper1 #wrapper2 #maincol #leftcol #assoc_links p {
	line-height: 1.5em;
	padding: 0;
	margin: 10px 0 0 0;
	color: #002d62;
	}

#wrapper1 #wrapper2 #maincol #leftcol #assoc_links a:hover {
	color: #002d62;
	}
	
	
#wrapper1 #wrapper2 #maincol #offices {
	background: #EBEBEB;
	text-align: center;
	margin-top: 0;
	clear: none;
}
#wrapper1 #wrapper2 #maincol #offices h2 {
	margin-top: 0px;
}
.josh img {
	margin-bottom: 1em;
}
#wrapper1 #wrapper2 #maincol ul {
	font-size: 0.9em;
	line-height: 1.25em;
}
#header img {
	border-style: none;
}
#wrapper1 #wrapper2 #maincol .special_offer {
	border: 3px solid #990000;
	padding: 10px 10px 10px 20px;
	background: #EBEBEB;
	color: #333333;
	width: 440px;
}
#wrapper1 #wrapper2 #maincol .special_offer h2 {
	color: #990000;
}
#wrapper1 #wrapper2 #maincol .first {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #494949;
	margin-top: 14px;
}

.slideshow { height: 284px; width: 628px; margin: 0 }
.slideshow img {
	border: 1px solid #666;
	background-color: #ccc;
	margin: 4px 0 0px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#footer p {
	margin: 0;
	padding: 0;
}
