/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
background-color: #efefef;
}

* {
padding: 0;
margin: 0;
}

#wrapper {
width: 950px;
margin: 0 auto;
}

#header {
background-image: url(images/header.jpg);
height: 161px;
}

#header.one {
background-image: url(images/header1.jpg);
}

#header.woodside {
background-image: url(images/header_woodside.jpg);
}

#header.churchfields {
background-image: url(images/header_churchfields.jpg);
}

#header.greenfields {
background-image: url(images/header_greenfields.jpg);
}

#header.hollier {
background-image: url(images/header_hollier.jpg);
}

#header.others {
background-image: url(images/header_others.jpg);
}

#header.elizabeth {
background-image: url(images/header_elizabeth_house.jpg);
}

#inner {
background-image: url(images/inner_bg.gif);
}

#copy {
float: right;
width: 740px;
}

#copy.churchfield {background-image:url(images/churchfield_img.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}

#copy h2 {
padding: 10px 0 10px 0;
color: #f4911e;
}

#copy h3 {
padding: 10px 0 0px 0;
font-size: 110%;
}

.orange {
color: #f4911e;
padding: 10px 0 0px 0;
font-weight: bold;
}

#copy p {
padding: 4px 20px 10px 0;
text-align: justify;
}

#copy ul {
font-weight: bold;
padding: 0 0 10px 30px;
}

#copy a {
color: #0168b3;
}

#copy a:hover {
color: #f5911f;
}
/*//////////////SCHEMES////////////////
/////////////////////////////////////*/

#copy_sc {
float: right;
width: 740px;
padding: 15px 0 0 0;
}

/*#copy_sc.churchfield {background-image:url(images/churchfield_img.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}*/

/*#copy_sc.elizabeth_close {background-image:url(images/elizabeth_close_img.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}*/

/*#copy_sc.greenfields {background-image:url(images/greenfields_img.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}*/

/*#copy_sc.hollier {background-image:url(images/hollier_court_img.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}*/

/*#copy_sc.woodside {background-image:url(images/woodside_house_img.jpg);
background-repeat: no-repeat;
background-position: bottom right;
}*/

#copy_sc h2 {
padding: 10px 0 10px 0;
color: #f4911e;
}

#copy h3_sc {
padding: 10px 0 0px 0;
}

.orange {
color: #f4911e;
padding: 30px 0 0px 0;
font-weight: bold;
}
.blue {
color: #0168b3;
}

#copy_sc p {
padding: 4px 20px 10px 0;
text-align: justify;
}

#copy_sc ul {
font-weight: bold;
padding: 0 0 10px 30px;
}

#copy_sc a {
color: #0168b3;
}

#copy_sc a:hover {
color: #f5911f;
}
/*//////////////SCHEMES////////////////
/////////////////////////////////////*/


.small {
font-size: 80%;
}

#copyfooter {
padding: 5px 0px 10px 0;
margin: 0 10px 0 0;
background-image: url(images/footer_img.jpg);
background-repeat: no-repeat;
background-position: right bottom;
}
/*#copyfooter h2{
color: #0069b3;
background-image: url(images/footer_img.jpg);
background-repeat: no-repeat;
background-position: right;
}*/
#copyfooter p {
text-align: right;
color: #0069b3;
padding: 0px 140px 6px 0;
font-weight: bold;
}

#copyfooter span {
font-size: 130%;
}

.line {
border-top: 1px solid #f4911e;
padding: 0 0 4px 0;
width: 740px;
}
/*///////////////////
.....Navigation....
//////////////////*/
#menu {
float: left;
width: 189px;
font-size: 90%;
font-weight: bold;
}
#menu ul {
list-style: none;
}
#menu a {
height: 18px;
text-decoration: none;
padding: 9px 0px 9px 15px;
display: block;
color: #FFF;
background-image: url(images/nav_bg.jpg);
border-bottom: 1px solid #FFF;

}
#menu a:hover {
color: #fff;
background-image:url(images/nav_bg_hvr.jpg);
/*background-repeat: no-repeat;
background-position:left;*/
}
#menu a#current2 {
color: #fff;
background-image: url(images/nav_bg.jpg);
text-decoration: none;

}
/*#menu a img {
padding: 0;
margin:0;
}*/

#sub_menu a{
display: block;
/*height: 7px;*/
background-image: url(images/sub_nav_bg.jpg);
padding: 5px 0 5px 15px;
/*line-height: 60%;*/
font-size: 90%;
}

#scheme_img {
float: right;
}

#footer {
clear: both;
background-color: #efefef;
}

#footer p {
padding: 6px 0 8px 0;
text-align: center;
font-size: 70%;
color: #999;
}
