* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

body {
    background-color: #C0C0D6;
    background-image: url('images/background.jpg');
    background-repeat: repeat-x;
    z-index: 1;
    font-family: Tahoma;
}

h2 {
    color: #411052;
    font-size: 1.4em;
    font-family: Arial;
    margin-bottom: 1em;
}

h3 {
    color: #411052;
    font-size: 0.9em;
    font-family: Verdana;
    margin-bottom: 1em;
}

hr {
    width: 100%;
    color: #5AA521;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
}

a img {
    border: none;
}

a:link, a:active, a:visited {
    color: #51941F;
}

a:hover {
    color: #2D5311;
}

fieldset {
    border: 0;
}

legend {
    font-weight: bold;
    padding-top:10px;
}

textarea {
    overflow: auto;
}

/***********/
/* GENERIC */
/***********/

.price {
    font-size: 1.1em;
    font-weight: 600;
    color: #411052;
}

.leftcol {
    float: left; 
    width: 49%;
}

.rightcol {
    float: right;
    width: 49%;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}   

.forms {
    font-family: Verdana;
    font-size: 0.8em;
    width: 121px;
    margin-right: 5px;
}

.formslong {
    font-family: Verdana;
    font-size: 0.8em;
    width: 310px;
    margin-right: 5px;
}

.resBackground {
    background-color: #cce2bb;
}

.serBackground {
    background-color: #e0d8e3;
}

#leftcol ul {
    padding-left: 20px;
    width: 570px;
}

#centercol ul {
    margin-top:1em;
    margin-bottom:1em;
    padding-left: 20px;
    width: 840px;
}

#leftcol li, #centercol li {
    font-family: Verdana;
    margin-bottom: 0.5em;
    font-size: 0.8em;
    line-height: 150%;
    font-style: italic;
}


/***************/
/*  STRUCTURE  */
/***************/

#wrapper {
    margin-top: 30px;
    width: 955px;
    margin: 0 auto;
}

#header {
    height: 165px;
    width: 955px;
    background-image: url('images/banner-bg.gif');
    margin-bottom: 10px;
}


#header h1 {
    position: absolute;
    z-index: -999;
    display: none;
    
}

#navigationwrap {
    width: 955px;
    background-image: url('images/navfix.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

#navigation {
    float: right;
    width: 774px;
    font-family: Verdana;
}

#navigation ul {
    height: 23px;
    width: 774px;
    float: left;
}

#navigation ul li {
    font-size: 0.9em;
    line-height: 22px;
    float: left;
    display: block;
    width: 129px;
    height: 23px;
    text-align: center;
    background-image: url('images/nav-link.jpg');
}

#navigation ul li:hover {
    background-image: url('images/nav-hover.jpg');
}

#navigation ul li a {
    display: block;
    height: 23px;
    width: 129px;
}

#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
    color: #000000;
    text-decoration: none;
    font-size: 1.1em;
}

#navigation ul li a:hover {
    color: #FFFFFF;
}

#navigation ul li.selected {
    background-image: url('images/nav-active.jpg');
}

#navigation ul li.selected a:hover {
    color: #000000;
}

#find {
    position: relative;
    width: 180px;
    height: 23px;
    float: right;
    font-family: Verdana;
    background-image: url('images/ulfix.gif');
}

#find img {
    position: absolute;
    top: 0px;
    left: 12px;
}

#find span {
    margin: 0;
    left: 35px;
    top: 4px;
    line-height: 1em;
    position: absolute;
    font-size: 0.7em;
}

#subnavigation {
    position: relative;
    clear: both;
    height: 19px;
    padding-top: 5px;
    width: 953px;
    background-color: #FFFFFF;
    border-left: 1px solid #411052;
    border-right: 1px solid #411052;
    border-bottom: 1px solid #411052;
}

#bread {
    position: relative;
    float: left;
    width: 750px;
    font-family: Verdana;
    font-size: 0.67em;
    margin-left: 10px;
}

#bread ul {
    margin-left: 0;
    list-style: none;
}

#bread ul li {
    float: left;
    margin-right: 20px;
    font-size: 1.1em;
    font-weight: bold;
}

#date {
    position: relative;
    float: right;
    width: 165px;
    font-family: Verdana;
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
}

#content {
    width: 955px;
}

#leftcol {
    float: left;
    width: 646px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px
}

#rightcol {
    float: left;
    width: 299px;
    margin-bottom: 10px;
    margin-top: 10px
}

#searchbox {
    position: relative;
    float: left;
    clear: left;
    height: 50px;
    width: 462px;
    padding: 10px;
    margin-right: 10px;
    background-image: url('images/searchbox.jpg');
}

#searchbox h2, #searchmap h2 {
    text-align: left;
    color: #FFFFFF;
    font-size: 1em;
    margin: 0;
}

#searchbox .submit {
    position: relative;
    top: 3px;
}

#searchbox .forms {
    width: 121px;
    margin-right: 5px;
}

#searchmap {
    float: left;
    height: 70px;
    width: 154px;
    margin-bottom: 10px;
    background-image: url('images/searchmap.jpg');
}

#searchmap h2 {
    margin: 0;
    position: relative;
    top: 10px;
    left: 10px;
    height: 56px;
}

#searchmap a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    display: block;
}

#searchmap a:hover {
    color: #FFFFFF;
}

#left {
    width: 646px;
    clear: left;
    background-image: url('images/leftbg.jpg');
}   

#lefttop {
    width: 646px;
    height: 4px;
    background-image: url('images/lefttop.jpg');
    font-size: 1px; /* IE6 min height fix */
}

#leftcontent {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 15px;
    padding-left: 15px;
}

#leftcontent p {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: Verdana;
    font-size: 0.8em;
}

#leftbottom {
    width: 646px;
    height: 4px;
    font-size: 1px; /* IE6 min height fix */
    background-image: url('images/leftbottom.jpg');
}

#right {
    width: 299px;
    background-image: url('images/rightbg.jpg');
}

#righttop {
    width: 299px;
    height: 4px;
    background-image: url('images/righttop.jpg');
    font-size: 1px; /* IE6 min height fix */
}

#rightcontent {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 20px;
    padding-left: 20px;
}

#rightcontent h3 {
    font-size: 0.9em;
    font-family: Verdana;
    margin-bottom: 0.4em;
}

#rightcontent .featimage {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 2px;
    border: 1px solid #411052;
}

#rightcontent p {
    font-size: 0.7em;
    font-family: Verdana;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 0;
    line-height: 150%;
    color: #272727;
}

#rightbottom {
    width: 299px;
    height: 4px;
    background-image: url('images/rightbottom.jpg');
    font-size: 1px; /* IE6 min height fix */
}

#centercol {
    background-image: url('images/centerbg.jpg');
    margin-top: 10px;
    margin-bottom: 10px;
}

#centertop {
    width: 955px;
    height: 4px;
    background-image: url('images/centertop.jpg');
    font-size: 1px; /* IE6 min height fix */
}

#centercontent {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 15px;
    padding-left: 15px;
}

#centercontent p {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: Verdana;
    font-size: 0.85em;
}

.rightcontentimg {
    float: right;
    margin:10px;
}

.mortgagelogo {
    float: right;
    margin:30px 10px 10px;
}

.staffprofile {
    clear: both;
}

.staffprofile h3 {
    padding-top:20px;
}

#centerbottom {
    width: 955px;
    height: 4px;
    background-image: url('images/centerbottom.jpg');
    font-size: 1px; /* IE6 min height fix */
}

#adverts {
    width: 299px;
    height: 127px;
    margin-top: 10px;
}

#footer {
    width: 955px;
    height: 26px;
    background-image: url('images/footer.jpg');
    clear: both;
}

#footer ul li {
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-family: Verdana;
    font-size: 0.6em;
    font-weight: bold;
}

#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
    color: #FFFFFF;
}

#footer ul li a:hover {
    color: #000000;
}

#footer ul {
    position: relative;
    margin-top: 6px;
    list-style-image: url('image/footer-bullet.jpg');
    text-align: center;
}

#copyright {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 49%;
    float: right;
    text-align: right;
    font-family: Verdana;
    font-size: 0.7em;
}

#copyleft {
    margin-top: 10px;
    padding-bottom: 10px;
    width: 49%;
    float: left;
    text-align: left;
    font-family: Verdana;
    font-size: 0.7em;
}

#searchblockwide {
    height: 20px;
    background-image: url('images/searchblockwide.jpg');
    background-repeat: no-repeat;
    width: 800px;
    padding: 15px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

#searchblockwide table {
    margin: 0 auto 0 auto;
    width: 760px;
}

#searchblockwide td {
    text-align: left;
}

#searchblockwide select {
    width: 150px;
}

/**************/
/*    HOME    */
/**************/

#home table.logos {
    width: 100%;
    vertical-align: top;
    text-align: center;
}

#home table.logos td {
    vertical-align: top;
    width: 25%;
}

#home #leftcol #lefttop {
    background-image: url('images/lefttop2.jpg');
}

#home #leftcol p {
    font-size: 0.85em;
    line-height: 150%;
}

#home .boxwrap {
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
}

#home .boxwrap .box1 {
    background-image: url('images/box1.jpg');
}

#home .boxwrap .box2 {
    background-image: url('images/box2.jpg');
}

#home .boxwrap .box1, #home .boxwrap .box2 {
    height: 50px;
    width: 212px;
    float: left;
}

#home .boxwrap a:link, #home .boxwrap a:active, #home .boxwrap a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#home .desc a:link, #home .desc a:active, #home .desc a:visited {
    color: #51941f;
    font-style: italic;
}

#home .desc a:hover {
    color: #2d5311;
}

#home #leftcol .boxwrap .box1 p , #home #leftcol .boxwrap .box2 p {
    color: #FFFFFF;
    font-size: 1em;
    margin: 0;
    margin-top: 12px;
    margin-left: 13px;
    font-weight: bold;
}


#home #leftcol .boxwrap p.desc {
    margin: 0;
    margin-left: 10px;
    margin-top: 5px;
    width: 390px;
    float: left;
}

#adheader {
    width: 299px;
    height: 26px;
    background-image: url('images/bar.jpg');
    margin-bottom: 10px;
}

#adheader h2 {
    font-size: 0.85em;
    position: relative;
    top: 5px;
    left: 10px;
}

#adheader a {
    color: #fff;
    text-decoration: none;
}


/************/
/*  SEARCH  */
/************/

#search #leftcol #leftcontent {
    margin-bottom: 3px;
}

#search #leftcol h3 {
    padding-left: 10px;
    text-align: left;
    color: #411052;
    font-size: 1em;
    margin: 0.5em;
    display: block;
    width: 573px;
    margin-left: auto;
    margin-right: auto;
}

#search #leftcol p {
    width: 573px;
    font-size: 0.85em;
    line-height: 140%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
}

#search #leftcol {
    margin-top: 10px;
}

#searchblock {
    height: 92px;
    background-image: url('images/searchblock.jpg');
    width: 566px;
    padding: 18px 20px 0px 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#searchblock table {
    margin: 0 auto;
    width: 480px;
}

#searchblock td {
    height: 50%;
    text-align: left;
}

#searchblock select {
    width:  150px;
    margin-bottom: 5px;
}

#searchblock input.formslong {
    margin-bottom: 5px;
}


#search #mapblock {
    padding-top: 20px;
    height: 415px;
    width: 606px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('images/mapblock.jpg');
}

#search #map_canvas {
    clear: left;
    width: 566px;
    height: 395px;
    margin: 0 auto;
    border: 1px solid #CECECE;
    padding: 2px;
}

#search .searchleft {
    width: 400px;
    text-align: right;
    float: left;
}

#search .searchright {
    width: 173px;
    float: right;
    text-align: center;
}

#legend{
    margin: 10px auto 5px auto;
    width: 350px;
}

#legend td{
    padding: 5px;
}

/*************/
/*  RESULTS  */
/*************/

#results #leftcol {
    margin-top: 10px;
}

#results .proplisting {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#results .proplisting h3 {
    font-size: 0.85em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#results .listingimage {
    padding: 2px;
    border: 1px solid #411052;
    float: left;
    margin-bottom: 25px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 5px;
}

#results .proplisting p {
    font-size: 0.7em;
    font-family: Verdana;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0;
    color: #272727;
}

#results .proplisting p, #results .proplisting h3 {
    margin-left: 150px;
}

#results .results {
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
}

#results .pagenumbers {
    float: right;
    margin-top: 0;
    margin-bottom: 20px;
}

#results .fulldetails {
    float: right;
}

#details #centercol {
    margin-top: 10px;
}

/*****************/
/*     ABOUT     */
/*****************/

#about #leftcol p {
    font-size: 0.85em;
    line-height: 150%;
}

#about .about {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

/****************/
/*   TENANTS    */
/****************/

#tenants #leftcol p {
    font-size: 0.85em;
}


/*******************/
/* TENANT REGISTER */
/*******************/

#tenantregister .leftcol {
    clear: left;
}

#tenantregister table {
    width: 440px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#tenantregister td {
    width: 220px;
    font-size: 0.8em;
    padding: 10px;
    margin-bottom: 5px;
    vertical-align: top;
}

#tenantregister .text {
    width: 220px;
}

#tenantregister .select {
    width: 220px;
}

#tenantregister textarea {
    width: 220px;
}

/*********************/
/* LANDLORD REGISTER */
/*********************/

#landlordregister .leftcol {
    clear: left;
}

#landlordregister table {
    width: 440px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#landlordregister td {
    width: 220px;
    font-size: 0.8em;
    padding: 10px;
    margin-bottom: 5px;
    vertical-align: top;
}

#landlordregister .text {
    width: 220px;
}

#landlordregister .select {
    width: 220px;
}

#landlordregister textarea {
    width: 220px;
}

/*************/
/*  CONTACT  */
/*************/

#contact fieldset {
    width: 550px;
    margin-bottom: 10px;
    padding: 10px;
}

#contact legend {
    margin-left: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.85em;
    font-weight: bold;
}

#contact label {
    font-size: 0.85em;
    width: 150px;
    display: block;
    margin: 10px 0 0 30px;
    padding-left: 10px;
}

#contact .text {
    width: 300px;
    margin: 10px 0 0 0;
}

#contact .shorttext {
    width: 30px;
    margin: 10px 0 0 0;
}

#contact .shortlabel {
    font-size: 0.85em;
    width: 70px;
    display: inline;
    margin: 10px 5px 0 0;
}

#contact select {
    width: 100px;
}

#contact .textarea {
    width: 300px;
    height: 60px;
    margin: 10px 0 0 0;
}

#contact .checkbox {
    width: 20px;
    margin: 12px 0 0 0;
}

#contact td {
    vertical-align: top;
}

.contactsubmit {
    margin-top: 10px;
    width: 100px;
}


.contactbox {
    width: 550px;
    background-image: url('images/contactbox.jpg');
    background-repeat: repeat-y;
}

.contactboxtop {
    width: 100%;
    background-image: url('images/contactboxtop.jpg');
    height: 6px;
    font-size: 1px;
}

.contactboxbottom {
    width: 100%;
    background-image: url('images/contactboxbottom.jpg');
    height: 6px;
    font-size: 1px;
}

#contact .contactleft {
    width: 550px;
    float: left;
}

#contact .contactright {
    width: 320px;
    float: right;
}

#contact .title, #map .title {
    font-weight: bold;
    font-size: 0.825em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
}

#contact .detail, #map .detail {
    font-style: normal;
    font-size: 0.85em;
    padding-left: 20px;
}

/***************/
/*     MAP     */
/***************/

#googlemap {
    width: 550px;
    height: 350px;
    float: left;
    border: 1px solid #3f1152;
}

#mapright {
    float: right;
    width: 340px;
}

/***************/
/*  DETAILS    */
/***************/

#details h2 {
    margin-bottom:0.2em;
    width:640px;
}

#details h3 {
    color: #411052;
    font-size: 1.1em;
    margin-top:0;
    margin-bottom:18px;
    width:640px;
}

#details h4 {
    color: #411052;
}

#propertyimages {
   width: 322px;
   border-collapse: collapse;
   float: left;
   margin: 0px 20px 10px 0px;
   text-align: center;
}

#propertyimages img {
   border: 1px solid #000;
}

#propertyimagescaption {
   font-size: 0.7em;
   text-align: center;
}

#actions {
   float: right;
   width: 270px;
   height: 70px;
   text-align: center;
   font-size: 0.7em;
}

#actions td {
   padding-bottom: 2em;
}

.smlimgcell {
   width: 107px;
   text-align: center;
}

#amenities {
   width: 185px;
   float: right;
   clear: right;
   margin-left: 8px;
}

#amenities ul {
   padding-left: 10px;
   margin-top: 0.4em;
   font-size: 1em;
   list-style: none;
   width: 175px;
}

#amenities li {
   background-image: url('images/bullet.gif');
   background-repeat: no-repeat;
   padding-left: 15px;
   line-height: 110%;
   font-style: normal;
}

#map_canvas {
   width: 340px;
   height: 240px;
   margin: 1.5em auto 10px 0;
   border: 1px solid #3f1152;
}

#details p {
   font-size: 0.8em;
}

#detailstable {
   margin-top: 0.4em;
   margin-bottom: 0.8em;
   font-size: 0.8em;
}

#detailstable td {
   width: 135px;
}

#backtosearch {
   margin-top: 60px;
   border: 0 !important;
}

#detailscentre {
   width: 370px;
   float: left;
}

/***************/
/*  RECOMMEND  */
/***************/

#recommend {
    margin: 5px;
    padding: 0 10px 0 10px;
}

#recommend .text {
    width: 300px;
    margin: 6px 0 0 25px;
}

#recommend .textarea {
    width: 300px;
    height: 60px;
    margin: 6px 0 0 25px;
}

#recommend .contactsubmit {
    margin-left: 25px;
}

#recommend label {
    display: block;
    margin-top: 10px;
}

#recommend p {
    margin-top: 10px;
}

#recommend legend {
    margin-bottom: 10px;
    margin-top:0;
}

/***************/
/*     ADS     */
/***************/

#adtable td {
    width: 310px;
    padding-bottom: 10px;
    text-align: center;
}   

/***************/
/*    LINKS    */
/***************/

#links p.link {
    margin-left: 3em;
}


/*container for homepage slideshow*/

#slideshow{
    border:0;
    height:122px;
    width:460px;
    background:transparent;
    float:right;
    position:relative;
    margin:40px 3px 0 0;
    padding:0;
}


img.front {
 opacity:1;
 -moz-opacity:1;    /*opacity will not validate*/
 -khtml-opacity:1;
 filter: alpha(opacity=100);
 margin: 0px;
 padding: 0px;
 position: relative;
 top: 0px;
}

img.back {
 opacity:0;
 -moz-opacity:0;
 -khtml-opacity:0;
 filter: alpha(opacity=0);
 margin: 0;
 padding: 0px;
 position: absolute;
 top: 0;
}

#ss1-sl1front {
top:0;
    left: 0px;
    height:122px;
    width:460px;
}

#ss1-sl1back {
top:0;
    left: 0px;
    height:122px;
    width:460px;
}

#epcprices {
   margin-left: auto;
   margin-right: auto;
}

#epcprices td {
   padding: 2px 4px 2px 4px;
}

.epcicon {
	position: relative;
	top: 3px;
	margin-right: 6px;
}