/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }



/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

*{
	padding: 		0;
	margin: 		0 0 0 0;
}	


/* main page styles */

body {
	width:100%;
	text-align : left;
}


/* header  */

#header {
	width: 100%;
	height: 60px;
	background-image: url(../pagepix/smallbg.gif);
	background-repeat: repeat-x;
}


#search-nav {
	width: 100%;
	height: 40px;
}



#logo{
	float: left;
	padding-left: 11px;
	height: 181px;
	width: 236px;
}

#blurb {
	padding-top: 34px;
	display: block;
	float: right;
	height: 89px;
	width: 330px;
	margin-right: 180px;
}


/* top navigation - image based */

ul#nav {
	height:40px;
	float: left;
	margin-left: 6px;
}

ul#nav li {
padding:0;
margin:0;
list-style-type:none;
float:left;
text-indent:-9999px;
}

ul#nav li a {
	border:0;
	text-decoration:none;
	display:block;
	background-color: transparent;
	background-image: url(../pagepix/nav5.gif);
	background-repeat: no-repeat;
}

li#home a {
    width:90px;
	height:40px;
}

li#services a {
	width:84px;
	height:40px;
}

li#properties a {
	width:84px;
	height:40px;
}

li#contact a {
	width:84px;
	height:40px;
}

li#lettings a {
	width:84px;
	height:40px;
}

li#overseas a {
	width:84px;
	height:40px;
}







li#home a:hover, li#home a:focus {
	background-position:0px -40px;
	 }
li#services a:link, li#services a:visited {	
	background-position:-90px 0px;
	}
li#services a:hover, li#services a:focus {	
	background-position:-90px -40px;
	}
li#properties a:link, li#properties a:visited {	
	background-position: -174px 0px;
	}
li#properties a:hover, li#properties a:focus {	
	background-position: -174px -40px;
	}
li#contact a:link, li#contact a:visited {	
	background-position: -258px 0px;
	}
li#contact a:hover, li#contact a:focus {	
	background-position: -258px -40px;
	}
li#lettings a:link, li#lettings a:visited {	
	background-position: -342px 0px;
	}
li#lettings a:hover, li#lettings a:focus {	
	background-position: -342px -40px;
	}
li#overseas a:link, li#overseas a:visited {	
	background-position: -426px 0px;
	}
li#overseas a:hover, li#overseas a:focus {	
	background-position: -426px -40px;
	}

	


/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#home-page ul#nav li#home a {
	background-position:0px -80px;
	}
body#services-page ul#nav li#services a {
	background-position:-90px -80px;
	}
body#property-search ul#nav li#properties a {
	background-position:-174px -80px;
	}
body#contact-page ul#nav li#contact a {
	background-position:-258px -80px;
	}
body#lettings-page ul#nav li#lettings a {
	background-position:-342px -80px;
	}	
body#overseas-page ul#nav li#overseas a {
    background-position:-426px -80px;
}	
	
	
	
	
	
	
	
	
	
	
	

/* misc */

.simpleborder {
	border: 1px solid #CCCCCC;
}


.subheadimg {
	padding-bottom: 2px;	
}











#local-legal{
	float: right;
	margin-top: 6px;
	margin-right: 9px;
}


#top-navbox{
	height: 40px;
	width: 100%;
	background-image: url(../pagepix/prop-navbg.gif);
	background-repeat: repeat-x;
	float: left;
}

.local-legalsearch{
	padding-left: 3px;
}

