/* Copyright 2003 Henry Boot Construction  */
/* Created SDF 29/04/2003 */

/* BODY */

body {
color: #333; 
}

.bg-home, .generic, .residential {	
margin: 0px;
padding: 0px 0px 0px 0px;
}

.generic, .residential, .retail {	
background-color: #fff; 
} 

/* BACKGROUNDS */

.bg-home {
}

.bg-generic, .bg-residential, .bg-retail, .bg-education, .bg-health, .bg-leisure, .bg-law, .bg-commercial, .bg-industrial {
background-color: #fff; 
}


/* MAIN SECTIONS */

/* MAIN SECTIONS */

.main-generic {	
background-color: #fff;
border-top: solid 1px #9494b3;
border-left: solid 1px #9494b3;
border-right: solid 20px #9494b3;
} 

.main-residential {	
background-color: #fff;
border-top: solid 1px #fac592;
border-left: solid 1px #fac592;
border-right: solid 20px #fac592;
}

.main-retail {	
background-color: #fff;
border-top: solid 1px #C2C9D1;
border-left: solid 1px #C2C9D1;
border-right: solid 20px #C2C9D1;
}

.main-education {	
background-color: #fff;
border-top: solid 1px #7Fbddd;
border-left: solid 1px #7Fbddd;
border-right: solid 20px #7Fbddd;
}

.main-health {	
background-color: #fff;
border-top: solid 1px #f1d799;
border-left: solid 1px #f1d799;
border-right: solid 20px #f1d799;
}

.main-leisure {	
background-color: #fff;
border-top: solid 1px #b0c7b3;
border-left: solid 1px #b0c7b3;
border-right: solid 20px #b0c7b3;
}

.main-law {	
background-color: #fff;
border-top: solid 1px #abb9c5;
border-left: solid 1px #abb9c5;
border-right: solid 20px #abb9c5;
}

.main-commercial {	
background-color: #fff;
border-top: solid 1px #d3a8e7;
border-left: solid 1px #d3a8e7;
border-right: solid 20px #d3a8e7;
}

.main-industrial {	
background-color: #fff;
border-top: solid 1px #e2a2a2;
border-left: solid 1px #e2a2a2;
border-right: solid 20px #e2a2a2;
}

.mainarea {	
background-color: #fff;
} 

/* LINKS */

.menu {	
display: none;
} 

.menu-residential  {	
display: none;
}

/* LINKS */



/* TEXTUAL LINKS */

a {
color: #036;
text-decoration: none; 
font-weight: bold; 
}

a:hover {
color: #9494b3;
text-decoration: underline; 
font-weight: bold; 
}

a.images, a.images:hover {
padding: 0px 0px 0px 10px;
display: inline-block;
}


/* HEADERS */

h2 {
margin-bottom: 0px;
font-family: arial, helvetica, geneva, sans-serif;
}

h2 {
font-size: 90%;
padding-bottom: 3px;
border-bottom: solid 1px #333; 
}


/* TEXT */

.text {
font-size: 68%;
font-family: verdana, arial, helvetica, arial, sans-serif;
color: #333; 
line-height: 150%;
}


/* MISCELLANEOUS */

.old {
display: none;
}

.noprint {
display: none; 
}

img {
padding-bottom: 5px;
}