@charset "utf-8";
/* CSS Document */

body{
background-color: #FFFFFF;
background-image: url(images/bg.gif);
background-repeat: repeat-x;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
height: 100%;
}

h1{
font-size: 24px;
font-weight: normal;
color: #45196e;
margin: 0px;
border-bottom: dotted 1px #a1a1a1;
padding-bottom: 10px;
}

h2{
font-size: 16px;
font-weight: bold;
color: #666666;
margin: 0px;
padding-left: 10px;
margin-bottom: 20px;
}

h3{
font-size: 18px;
font-weight: normal;
color: #45196e;
margin: 0px;
line-height: 24px;
}

h4{
font-size: 18px;
font-weight: normal;
color: #666666;
margin: 0px;
}

h5{
font-size: 14px;
font-weight: normal;
color: #666666;
margin: 0px;
}

hr {
border-top: solid 30px #ffffff;
border-bottom: solid 5px #45196e;
border-left: 0px;
border-right: 0px;
clear: both;
}

#wrapper{
width: 900px;
height: 100%;
margin-left: auto;
margin-right: auto;
}

#header{
background-image: url(images/header.gif);
background-repeat: no-repeat;
height: 102px;
}

#navcontainer{
height: 29px;
width: 950px;
}
#navcontainer UL{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#navcontainer A {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform: uppercase;
color: #333333;
display: block;
width: auto;
text-decoration: none;
text-align: center;
margin: 0;
padding: 6px 15px 5px 15px;
}
#navcontainer A:hover, #navcontainer A:active{
background-color: #45196e;
color: #f3e731;
padding: 6px 15px 5px 15px;
}
#navcontainer A.active:link, #navcontainer A.active:visited{
background-color: #45196e;
color: #f3e731;
padding: 6px 15px 5px 15px;
}
#navcontainer li a#current{
background-color: #45196e;
color: #f3e731;
padding: 6px 15px 5px 15px;
}
.ddarrow{
background-image: url(images/ddarrow.png);
background-repeat: no-repeat;
background-position: right;
}

#searchContainer{
padding: 15px 0 15px 0;
color: #666666;
font-size: 12px;
height: 65px;
clear: both;
}

.formfield{
width: 95%;
padding: 2px;
height: 15px;
}

.formfield_val{
width: 48%;
padding: 2px;
height: 15px;
}

.formlist{
width: 100%;
font-size: 11px;
padding: 2px;
}

.formlist_val{
width: 50%;
font-size: 11px;
padding: 2px;
}

.formbutton{
width: 154px;
height: 33px;
background-image: url(images/search.gif);
background-repeat: no-repeat;
border: 0px;
cursor: pointer;
}

.formbutton_val{
width: 180px;
height: 25px;
background-color: #45196e;
color: #FFFFFF;
border: 0px;
cursor: pointer;
}

.contentContainer{
padding: 25px 0 0 0;
font-size: 12px;
line-height: 18px;
color: #45196e;
margin-bottom: 20px;
}
.contentContainer a{
color: #45196e;
text-decoration: underline;
}

.greytext{
color: #666666;
}

/* Home page banner image and tabs */

#bannerContainer{
height: 267px;
}

#slideshowContainer{
width: 600px;
height: 267px;
float: left;
}

#tabsContainer{
width: 284px;
height: 257px;
padding: 8px;
float: right;
background-image: url(images/tabsBg.gif);
background-repeat: repeat-x;
}

#subBannerContainer{
height: 200px;
}

/* end */

/* home boxes */

.areasContainer1{
width: 298px;
height: 300px;
float: left;
border-right: dotted 1px #1a1a1a;
border-left: dotted 1px #1a1a1a;
background-image: url(images/titleBg.jpg);
background-repeat: no-repeat;
background-position: top;
}
.valuationContainer1{
width: 298px;
height: 300px;
float: left;
border-right: dotted 1px #1a1a1a;
background-image: url(images/titleBg.jpg);
background-repeat: no-repeat;
background-position: top;
}
#valuationPic{
background-image: url(images/house.jpg);
background-repeat: no-repeat;
background-position: bottom;
height: 300px;
}
.powContainer1{
width: 300px;
height: 300px;
float: right;
border-right: dotted 1px #1a1a1a;
background-image: url(images/titleBg.jpg);
background-repeat: no-repeat;
background-position: top;
}

.textContainer{
padding: 10px;
}

/* sub page content */

#leftContainer2{
width: 600px;
float: left;
font-size: 12px;
line-height: 18px;
}

#rightContainer2{
width: 284px;
float: right;
background-color:#eee;
margin-bottom: 30px;
padding-top: 15px;
padding-bottom: 15px;
}

/* Footer content */

.leftContainer1{
width: 299px;
float: left;
}
.centreContainer1{
width: 299px;
float: left;
}
.rightContainer1{
width: 290px;
float: right;
}

#footer{
height: 100px;
width: 100%;
background-color: #ededed;
clear: both;
font-size: 10px;
padding-top: 15px;
text-align: center;
margin-top: 25px;
}
#footer a{
color: #666666;
}

#pscroller1{
width: 200px;
height: 140px;
margin: 10px;
background-image: url(images/newsShadow.gif);
background-repeat: no-repeat;
background-position: top;
border: 0px;
padding: 10px;
}

.someclass{ //class to apply to your scroller(s) if desired
}
