/**************** Removes default styles that some browsers add  ****************/

/* 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;
}

/* 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;
}	

/***************** specific website styles start here *****************/

body {
    font-family: Arial, Helvetica, sans-serif;
	width:100%;
	text-align : left;
	background-image: url(../pagepix/bluebody2.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

/* main wrapper div */

#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFFFFF;
}

/* site header  */

#header {
	width: 770px;
	height: 150px;
	background-image: url(../pagepix/header.gif);
	background-repeat: repeat-x;	
}
#logo {
	margin: 0px;
	height: 150px;
	width: 200px;
}



/****************** navigation ******************/

/* home icon on top nav */

.home-icon{
	background-image: url(../pagepix/home-icon.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 16px;
}




#navcontainer{
	height: 32px;
	width: 762px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../pagepix/navbg.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-left: 8px;
}

navcontainer ul {
	float:left;
	overflow:hidden;
}

#navcontainer ul li {
	display:inline;
}

#navcontainer ul li a {
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:13px;
	font-weight:bold;
	padding-right:10px;
	padding-left:5px;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../pagepix/navbg.gif);
	background-repeat: repeat-x;
	height: 32px;
}

#navcontainer ul li a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


#navcontainer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../pagepix/navbg-roll.gif);
	background-repeat: repeat-x;
	height: 32px;
	font-weight: bold;
}



/* side links inside right-col */

#sidelinks {
	border-top-width: 1px;
	border-top-style: solid;
	margin-bottom: 0px;
	border-top-color: #CCCCCC;
	width: 154px;
}

#sidelinks ul
{
	list-style-type: none;
}

/* this part of the side links needs a width which is equal to the width of the right-col minus the left padding */

#sidelinks a
{
	display: block;
	padding-bottom: 0px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 26px;
	background-image: url(../pagepix/sidenav2.gif);
	background-repeat: no-repeat;
}

.arrow-icon {
	background-image: url(../pagepix/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 2px;
}

#sidelinks a:link, #navlist2 a:visited
{
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #FFFFFF;
}

#sidelinks a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../pagepix/sidenav-roll2.gif);
	background-repeat: no-repeat;
	line-height: 22px;
}


/* this is a wrapper for the left and right columns */

#wrap-col {
	width: 768px;
	float: left;
	margin-bottom: 0px;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F58533;
	border-left-color: #F58533;
}

/* left side column */

#left-col {
	background-position: 160px 0px;
	float: left;
	background-image: url(../pagepix/dotted-v2.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	width: 160px;
}

/* right side column */


#content {
	float: left;
	text-align: left;
	margin-bottom: 15px;
	width: 580px;
	margin-left: 10px;
	margin-right: 10px;
	
}


/***************** useful links page *****************/

#link-box{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 550px;
}
 
 #link-box img{
	border: 1px solid #999999;
	margin: 4px; 
 }
 
 /* local trades - legal box */

#local{
}


#local img{
	margin-bottom: 1px;
}


/* footer */

#footer {
	clear: both;
	width: 768px;
	text-align: center;
	padding-top: 5px;
	background-image: url(../pagepix/dotted-h.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F58533;
	border-left-color: #F58533;
}

#footer li {
	text-align:center;
	display:inline;
}

#footer li a {
	color:#033F82;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	font-size: 12px;
}

#footer li a:hover {
	color:#033F82;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	font-size: 12px;
}

/* below footer copyright info etc */

#base {
	clear: both;
	height: 45px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	display: block;
	float: none;
	margin-top: 0px;
	text-align: center;
	background-image: url(../pagepix/base.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
}


#base p {
	font-size: 11px;
	color: #666666;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#base a {
	font-size: 11px;
	color: #333333;
}

/* a-z of home moving box */
 
 #az-box{
	margin-top: 7px;
	margin-bottom: 7px;
	width: 400px;
	margin-left: 16px;
}

#az-box select {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 300px;
}

/* mortgage & stamp duty calc tables */

#calctable {
	padding: 5px;
	background-color: #F9F9F9;
	width: 500px;
	border: 1px solid #CCCCCC;
}

#calctable td {
	padding-left: 5px;
}

#contacttable {
	padding: 5px;
	background-color: #F9F9F9;
	font-size: 12px;
	margin-top: 9px;
	margin-bottom: 9px;
	border: 1px solid #CCCCCC;
	margin-right: 2px;
	margin-left: 2px;
}

#contacttable td {
	padding-left: 8px;
	padding-right: 8px;
}

/***************** location page *****************/

#map {
	height: 287px;
	width: 314px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 8px;
	background-color: #FFFFFF;
}

#google-map {
	height: 300px;
	margin-top: 12px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
	background-color: #F1F1F1;
	width: 560px;
	padding: 12px;
}

div#popup {
	background:#EFEFEF;
	border:1px solid #999999;
	margin:0px;
	padding:5px;
	font-size: 11px;
	width: 100px;
}

#findus{
	width: 225px;
	float: left;
	font-size: 13px;
	line-height: 16px;
}

#findus img{
}

#findus p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}

#directions-box{
	font-size: 12px;
	float: left;
	width: 590px;
	padding-left: 2px;
}

#directions-box p{
	font-size: 12px;
	float: left;
}

#postcode-box{
	float: left;
	padding-top: 6px;
	padding-left: 8px;
}




/***************** text & misc styles *****************/

p {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-size: 23px;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #08428C;
	background-image: url(../pagepix/dotted-h.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 0px;
}

h2 {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #08428C;
	font-weight: normal;
}

A:link	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
	font-size: 12px;
}
A:visited	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
	font-size: 12px;
}

A:hover	{
	text-decoration:underline;
	color: #000000;
	font-size: 12px;
}
A:active	{
	text-decoration:underline;
	color: #003399;
	font-size: 12px;
}

/* text lists with bullet */

#content-list
{
	list-style: disc;
	font-size: 12px;
	margin-left: 8px;
	padding-left: 17px;
}

#content-list li 
{
	list-style-type: disc;
	padding-bottom: 5px;
	line-height: 18px;
}

.highlighted{
	color: #330065;
}







.formtitles { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000; 
}

.formtext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #000000; 
}

.formtextsmall { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000; 
}

.inputform { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	background-color: #FFFFFF; 
	border: 1px solid #999999; 
}
	
.textareaform {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	background-color: #FFFFFF; 
	border: #CCCCCC; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
 }

.redt {
	color:#996600;
	font-weight:normal;
	
}

.contenttable {
	border: 1px solid #043768;
}

.linkspageborder {
	border: 1px solid #666666;
}

#legal-local{
	float: left;
	width: 320px;
	margin-right: 12px;
	padding-left: 200px;
}

#legal-local img{
	padding-top: 3px;
	padding-right: 5px;
}

.orange {
	color: #F78431;
}

.flash {
	float: none;
	height: 140px;
	width: 360px;
	margin: 5px 0px 0px;
}

.italic {
	font-style: italic;
}

.red-bullet {
	padding-left: 25px;
}

li.list1 {
	list-style: disc;
	color:#CC0000;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.blacktext {
color:black;
}

.image-right {
	float: right;
}

.list-logo {
	padding-left: 5px;
}


li.listlogo {
	padding-left: 10px;
}
