/**************** 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(../graphics/bg.gif);
	background-repeat: repeat-x;
	background-color: #E6E9EC;
	margin-bottom: 20px;
}

/* main wrapper div */

#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
	overflow: hidden;
}

/* site header  */

#header {
	width: 940px;
	height: 128px;
	
}

/* side links inside right-col */

#sidelinks {
	margin-bottom: 4px;
}

#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;
	width: 180px;
	line-height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../graphics/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 22px center;
	padding-left: 34px;
	font-weight: bold;
}

#sidelinks a:link, #navlist2 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sidelinks a:hover
{
	color: #F0CD00;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.side-nav-top{
	background-image: url(../graphics/nav-top.gif);
	background-repeat: no-repeat;
	background-position: left -7px;
	padding-bottom: 1px;
}

.side-nav-middle{
	background-image: url(../graphics/nav-middle.gif);
	background-repeat: no-repeat;
}

.side-nav-bottom{
	background-image: url(../graphics/nav-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-bottom: 3px;
}


/* this is a wrapper for the left and right columns */

#wrap-col {
	background-image: url(../graphics/col-wrapper-bg.gif);
	background-repeat: repeat-y;
	width: 940px;
	background-position: 709px;
	float: left;
	overflow: hidden;
}

/* left side column */


#left-col {
	float: left;
	text-align: left;
	margin-bottom: 0px;
	width: 692px;
	margin-right: 6px;
	margin-left: 8px;
	padding-bottom: 10px;
}

#left-col h1, #left-col h2, #left-col h3, #left-col p, #left-col table, #left-col ul{
	padding-left: 10px;
	padding-right: 10px;
}

#left-col ul{
	margin-top: 6px;
	margin-bottom: 6px;
}

#left-col li{
	font-size: 12px;
	padding-bottom: 14px;
	line-height: 18px;
	margin-left: 20px;
	background-image: url(../graphics/nav-bullet.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 12px;
}

/* right side column */

#right-col {
	float: right;
	width: 215px;
	padding-top: 8px;
	margin-right: 5px;
}


/***************** 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: 2px;
}


/* footer */

#footer {
	clear: both;
	width: 940px;
	text-align: center;
	background-image: url(../graphics/dotted-h.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#footer li {
	text-align:center;
	display:inline;
}

#footer li a {
	color:#00295B;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	font-size: 11px;
}

/* below footer copyright info etc */

#base {
	clear: both;
	height: 60px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	display: block;
	float: none;
	margin-top: 10px;
	text-align: center;
	background-image: url(../graphics/base-bg.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
}


#base p {
	font-size: 11px;
	color: #666666;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#base a {
	font-size: 11px;
	color: #666666;
}

/* 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 {
	background-color: #F9F9F9;
	width: 500px;
	border: 1px solid #CCCCCC;
	margin-left: 12px;
	padding: 5px;
	margin-top: 2px;
}

#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: 10px;
	width: 555px;
}

#contacttable td {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/***************** how to find us 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;
}

#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;
}

.office-pic{
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 8px;
}


/***************** text & misc styles *****************/

p {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	line-height: 18px;	
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #00295B;
	background-image: url(../graphics/dotted-h.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-bottom: 2px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #000000;
}

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: none;
	font-size: 12px;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content-list li 
{
	padding-left: 17px;
	background-image: url(../graphics/igloo-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	list-style-type: none;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.highlighted{
	color: #330065;
}

.intro{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}


div#popup {
	background:#EFEFEF;
	border:1px solid #999999;
	margin:0px;
	padding:5px;
	font-size: 11px;
	width: 100px;
}

.blurb{
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin-top: 10px;
}
