@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #001851;
	background-color: #CCC;

}

.pagetop {
	font-size: large;
	color: #FC6;
	font-style: italic;
	font-weight: 700;
	padding:10px 0  0  0;
	width: 1000px;
}

.twoColFixLtHdr #container {
	width: 1000px;
	background-image: url(../images/2010/body_bg.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	width: 1000px;
	padding: 0 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to 	 remove the padding. */
	background-color: #001851;
	height: 115px;
	background-image: url(../images/2010/front/back_1103a.jpg);
} 
.twoColFixLtHdr #header_img {
	width: 1030px;
	padding: 0 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to 	 remove the padding. */
	background-color: #001851;
	height: 115px;
	background-image: url(../images/2010/front/back_1103a.jpg);
} 
.twoColFixLtHdr #topContent {
	padding: 0 0px 0px 0px;
	background-color: #001851;
	width: 1000px;
	height: 25px;
} 
.twoColFixLtHdr #topContent_img {
	padding: 0 0px 0px 0px;
	background-color: #001851;
	width: 1030px;
	height: 25px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 20px 600px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	clear: both;
	text-align: left;
}
.twoColFixLtHdr #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0px 20px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	clear: both;
	text-align: left;
	color: #FFC;
}
.twoColFixLtHdr #sidebar1 {
	width: 290px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 2px 5px;
	text-align: center;
	float: left;
	position: relative;
}
.twoColFixLtHdr #sidebar1vid {
	width: 1000px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 120px 0px 120px;
	
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0 0 310px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 60px 5px 5px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	text-align: left;
	border-left-width: thin;
	border-left-color: #000;
	border-left-style: none;
	background-image: url(../images/2010/body_bg2.gif);
} 
.twoColFixLtHdr #mainContent_img {
	padding: 0 0px 0px 0px;
	background: #FFF;
	width: 1030px;
	text-align: center;
} 
.twoColFixLtHdr #footer {
	text-align: center;
	margin: 0 auto;
} 
.twoColFixLtHdr #footer p {
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.centre {
	text-align: center;

}

fieldset {
	padding: 0;
	float: left;
	clear: left;
	width: 290px;
	margin: 0;
	padding: 0;
	background-color: #001851;
	border-color: #000;
}  
 
fieldset ol {
	padding: 2px 2px 0 2px;
	list-style: none;
}  
fieldset li {
	float: left;
	clear: left;
	width: 290px;
	padding-bottom: 1em;
	text-align: center;
	top: -300px;
	font-family: Arial, Helvetica, sans-serif;
}  
fieldset.submit {
	float: none;
	width: auto;
	padding-left: 1em;
	border: none;
	text-align: center;
}

.toplabel {
	margin-right: 1px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFC;
	font-style: italic;
	font-weight: bold;
	}
	
.labeled {
	float: left;
	width: 240px;
	margin-right: 1px;
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFC;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	}
.seform {
	height: 20px;
}
.submit {

}
.headline
	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #001851;
	padding: 7px;
	background-color: #CCC;
	width: 642px;
	margin: 2px;
	}
.headline_centre
	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #001851;
	padding: 7px;
	background-color: #CCC;
	width: 642px;
	margin: 2px;
	text-align: center;
	}
.subby
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	padding: 4px;
	}
.p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	color: #006;
	padding-left: 35px;
	padding-right: 35px;
	text-align: justify;
	padding-top: 3px;
	padding-bottom: 10px;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	color: #333;
}
.p1center{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 2px;
	text-align: center;
}
.p2center{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	background-color: #FFF;
	font-weight: bold;
}
.highlite {
	font-weight: bold;
	font-style: italic;
}
#topsearch{
	position: relative;
	width: 300px;
	margin: 0 auto;
	left: 0px;
	height: 80px;
	z-index: 11;
	visibility: visable;
			}
#advert1{
	position: relative;
	width: 300px;
	margin: 0 auto; 
	left: 0px;
	height: 230px;
	z-index: 10;
	visibility: visable;
			}
#advert-lettings{
	position: absolute;
	width: 300px;
	margin: 0 auto;
	top: 145px;
	height: 230px;
	z-index: 12;
	visibility: hidden;
			}
#advert-lettings2{
	position: absolute;
	width: 300px;
	margin: 0 auto;
	height: 230px;
	z-index: 12;
	visibility: visable;
			}
#below_search{
	position: relative;
	width: 300px;
	margin: 0 auto;
	height: 510px;
	z-index: 12;
	visibility: visable;
	text-align:center;
	margin-top: 10px;
			}
.sp1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #966;
	margin: 0px;
	padding: 4px 1px 4px 1px;
	text-decoration: none;
}
a.sp1:link {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #966;
	margin: 0px;
	padding: 4px 1px 4px 1px;
	text-decoration: none;
	border: thin;
	border-color: #FFF;
	border-style: dashed;
	}
a.sp1:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #966;
	margin: 0px;
	padding: 4px 1px 4px 1px;
	text-decoration: none;
	border: thin;
	border-color: #FFF;
	border-style: dashed;
	}
a.sp1:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #69F;
	border: thin;
	border-color: #C36;
	border-style: dashed;
	}
a.sp1:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: thin;
	border-color: #001851;
	border-style: dashed;
	}		

.sp1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6599FF;
	padding: 3px 2px 1px 2px;
	text-decoration: none;
	margin: 5px;border: thin;
	border-color: #001851;
	border-style: dashed;
	}
a.sp1a:link {
	color: #FFF;
	text-decoration: none;
	border: thin;
	border-color: #001851;
	border-style: dashed;
	}
a.sp1a:visited {
	color: #FFF;
	text-decoration: none;
	border: thin;
	border-color: #001851;
	border-style: dashed;
	}
a.sp1a:hover {
	text-decoration: none;
	color: #69F;
	border: thin;
	border-color: #ffffff;
	border-style: dashed;
	}
a.sp1a:active {
	text-decoration: none;
	border: thin;
	border-color: #001851;
	border-style: dashed;
	}	
	
a.spg1:link {
	color: #039;
	text-decoration: underline;
	border: none;
	border-width: 0;
	}
a.spg1:visited {
	text-decoration: none;
	border: none;
	border-width: 0;
	}
a.spg1:hover {
	text-decoration: none;
	border: none;
	border-width: 0;
	border-color: #ffffff;
	border-style: none; 
	border-width: thin;
	}
a.spg1:active {
	text-decoration: none;
	border-width: 0;
	}	

.sp1add {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00F;
	padding-left: 5px;
	}	
	
#featuretitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eeeeee;
	text-align: center;
	font-style: italic;
	margin: 20px  2px;
	padding: 0px;
	}
.propprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #054180
	margin: 0px;
	padding: 1px;
	text-align: right;
	}
#adpics {
	padding: 20px 0px 0px 0px;
	height: 290px;
}
#footcontent {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	background-color: #001851;
	padding: 10px 0px 5px 0px;
}
.maintitle_list {
	font-size: 14px;
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0;
	color: #FFF;
	}

.priceq {
	font-size: 9px;
	color:#F00;
	
	}
.pricefig {
	font-size: 18px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;

}
.bottom {
	font-size: 14px;
	color:#cccccc;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0px;
	text-align: center;

}
	.hidden1 {
	visibility: hidden;
				}
#big_map {
	position: absolute;
	z-index: 48;
	text-align:center;
	background-color:#999;
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #104781;
	visibility: hidden;
	}
#qs1 {
	visibility: visible;
	position: relative;
	z-index: 15;
	width: 300px;
	height: 300px;
	background-color: #0CC;
}
#qs2{
	border-width: thin;
	border-style: solid;
	visibility: visible;
	top: 0px;
	position: relative;
	z-index: 17;
	}
.mapdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 350px;
	width: 200px;
	padding-top: 25px;
	text-align: left;
	z-index: 45;
}
.map_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	clear: left;
	float: left;
	width: 350px;
	height: 150px;
	z-index: 46;
	}
.closemap {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	color: #36F;
	padding-top: 10px;
	z-index: 47;

}
.p2a  {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align: left;
	font-size: 14px;
	    }
h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-color: #001852;
	margin: 2px;
	width: 100%;
	
	}
	.pside {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#001851;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
	background-color: #FFF;
	padding: 5px 1px 5px 1px;
	    }
	.pside2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#001851;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	    }
.quicksales
{
	}
.fd_map{
	text-align: left;
	margin-top: 20px;
	
	}
 #mainContent_images {
	margin: 0px 0 0 0px;
	padding: 25px 5px 5px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	text-align: center;
	border-left-width: thin;
	border-left-color: #000;
	border-left-style: none;
	width: 1100px;
} 
#searchsales {
	margin: 0px 0 0 0px;
	padding: 0;
	
	}

.mapdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 350px;
	width: 200px;
	padding-top: 25px;
	text-align: left;
	z-index: 45;
}
.valreq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	text-align: right;
	z-index: 45;
	margin-right: 20px;
	position: relative;
	vertical-align: top;
}
.valreq2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	z-index: 45;
	margin-left: 10px;
	width: 300px;
	position: relative;
}
.list2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: left;
	display: list-item;
	padding: 5px 5px 5px 25px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	font-size: 14px;
		
	}
.front_info
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	padding: 4px;
	position: relative;	
	width: 650px;
	margin: 0 auto;
	top: -40px;
	z-index: 11;
	visibility: visable;
			}
ul#news {
	border: 1px solid #ccc;
	padding: 2em;
	background:  #fffeb8;
}

ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 4px;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}

#portfolio
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: left;
	display: list-item;
	padding: 5px 5px 5px 0px;
	list-style-type: none;
	font-size: 14px;
	height: 330px;
}
#front_news
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: left;
	display: list-item;
	padding: 5px 5px 5px 55px;
	list-style-type: none;
	list-style-position: inside;
	font-size: 14px;
	margin-top: -45px;
}
a.front_news {
	color: #FC3;
	text-decoration: none;	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #001851;
	padding: 7px;

	}
a.front_news {
	color: #FC3;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #001851;
	padding: 7px;

	}
a.front_news {
	text-decoration: none;
	color: #69F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #001851;
	padding: 7px;
}
a.front_news {
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #001851;
	padding: 7px;

	}	
.fronttext {
	margin:0px 460px 0px 0px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #001851;
	padding: 7px 5px 7px 7px;
	text-align: justify;
	margin-right:220px;
}
.frontright{
	padding: 7px 5px 7px 7px;
	float: right;
		}
.regiontext {
	margin:0px 320px 0px 0px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #001851;
	padding: 7px 5px 7px 7px;
	text-align: justify;
	margin-right:320px;
}
.regionright{
	padding: 7px 5px 7px 7px;
	float: right;
		}
#butts
{
position: relative;	
}
#pstat {
	position: absolute;
	margin: 0 auto;
	top: 48px;
	z-index: auto;
	width: 10px;
	text-align: left;
	right: 480px;
		}
#pstatl {
	position: absolute;
	margin: 0 auto;
	top: 55px;
	z-index: auto;
	width: 10px;
	text-align: left;
	right: 480px;
		}
#imgsize {
	position: relative;
	width:1000px;
	text-align: center;
	display: inline;
}

