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

body {
	margin:0;
	padding:0;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width:60%;
	padding:0;
	min-width:800px;
	max-width: 1400px;
}

*html #wrapper {
	width:expression(document.body.clientWidth < 800? "800px" : document.body.clientWidth > 800? "800px" : "auto");
}

*html .t, *html .b, *html .l, *html .r, *html .bl, *html .br, *html .tl, *html .tr {
	height:1px;
}

*html .gbl, *html .gbr, *html .gtl, *html .gtr {
	height:1px;
}

/*IE6 Hacks */

*html #highlightboxes .box {
	display:inline;
}

*html .clear {
	display:inline;
	padding:0;
	margin:0;
}

*html #gallery {
	height:1px;
}

#left {
	float:left;
	margin:0;
	padding:20px 5px 10px 10px;
	width:352px;
}

#right {
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	margin:0;
	width:49%;
}

#header {
	margin-bottom:10px;
}

#header .phone {
	float:right;
	font-size:0.9em;
	font-weight:bold;
	padding-top:30px;
	margin-right:10px;
}

#header .logo {
	margin-left:20px;
}

#content {
	margin:0;
	padding:0px;
	clear:left;
}

#content p {
	font-size:0.8em;
	line-height:1.5em;
	font-weight:500;
}

#content li {
	font-size:0.8em;
	line-height:1.5em;
	font-weight:500;
	padding-bottom:10px;
}

h1 {
	color:#545c5c;
	font-size:1.1em;
	margin:0;
	text-decoration:underline;
}

/*Navigation Start */

#navigation, #navigation ul {
	margin:0;
	padding:0;
	width:100%;
	margin-left:15px;
}

#navigation li {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
	margin-left:5px;
}

#navigation a {
	background: #3c3c3c url(img/navl.jpg) no-repeat top left;
	padding:0;
	padding-left:10px;
	text-decoration:none;
	font-size:0.7em;
	color:#fff;
	text-transform:uppercase;
	float: left;
	display:block;
	font-weight:700;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#navigation a span {
	background: url(img/navr.jpg) no-repeat right top;
	padding-right:7px;
	padding-bottom:7px;
	padding-top:10px;
	float:left;
	display:block;
	margin:0;
}

#navigation a:hover {
	background: #7c7c7c url(img/nav-left-hover.jpg) no-repeat top left;
	color:#fff;
	padding-left:10px;
}	

#navigation a span:hover {
	background: url(img/nav-right-hover.jpg) no-repeat top right;
	padding-right:7px;
}


#gallery {
	clear:left;
	background-color:#e2dddd;
	padding:0;
	margin:20px;
}

#gallery img {
	margin:0;
	padding:3px;
	padding-left:5px;
}


/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none;
}
/* End hide */

/*Navigation End */


/*Wrapper Borders */

.t {background: url(img/bbord.jpg) 0 0 repeat-x;}
.b {background: url(img/bbord.jpg) 0 100% repeat-x;}
.l {background: url(img/border.gif) 0 0 repeat-y}
.r {background: url(img/border.gif) 100% 0 repeat-y }
.bl {background: url(img/wrapper-bl.jpg) 0 100% no-repeat}
.br {background: url(img/wrapper-br.jpg) 100% 100% no-repeat;}
.tl {background: url(img/wrapper-tl.jpg) 0 0 no-repeat}
.tr {background: url(img/wrapper-tr.jpg) 100% 0 no-repeat; padding:10px; padding-top:0; padding-bottom:5px;} 

/*Gallery Borders */

.gbl {background: url(img/gall-bl.gif) 0 100% no-repeat}
.gbr {background: url(img/gall-br.gif) 100% 100% no-repeat;}
.gtl {background: url(img/gall-tl.gif) 0 0 no-repeat}
.gtr {background: url(img/gall-tr.gif) 100% 0 no-repeat; padding:5px;} 


/*box Borders */

.boxbl {background: url(img/box-bl.gif) 0 100% no-repeat}
.boxbr {background: url(img/box-br.gif) 100% 100% no-repeat;}
.boxtl {background: url(img/box-tl.gif) 0 0 no-repeat}
.boxtr {background: url(img/box-tr.gif) 100% 0 no-repeat; padding:10px;} 

.clear {
	clear:left;
	padding:0;
	margin:0;
}

#footer {
	font-size:0.7em;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 10px 0;
	width:60%;
	clear:both;
	min-width:800px;
}

#footer .leftfoot {
	float:left;
	margin:0;
	padding:0;
	text-align:left;
}

#footer .rightfoot {
	float:right;
	padding:0;
}

img {
	border:0;
}

/* Backgrounds */

.homebg {
		background:url(img/content-home-bg.gif) no-repeat top right;
}

.nb-bg {
	background: url(img/newbuild-bg.jpg) no-repeat top right;
}

.comm-bg {
	background: url(img/commercial-bg.jpg) no-repeat top right;
}	

.refurb-bg {
	background: url(img/refurbishment-bg.jpg) no-repeat top right; 
}

.hwork-bg {
	background: url(img/heritagework-bg.jpg) no-repeat top right;
}	

.contact-bg {
	background: url(img/contact-bg.jpg) no-repeat top right;
}	

#navigation a.currentpagel {
	background: #7c7c7c url(img/nav-left-hover.jpg) no-repeat top left;
	padding:0;
	padding-left:10px;
}	

#navigation a span.currentpager {
	background: url(img/nav-right-hover.jpg) no-repeat top right;
}

#highlightboxes {
	background-color:#e2dddd;
	padding:0;
	margin:0;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:0px;
	margin-top:20px;
	width:96%;
}

#highlightboxes .box {
	float:left;	
	width:29.5%;
	margin:0;
	padding:0;
	text-align:left;
	background-color:#c8c8c8;
	margin-left:1.7%;
	margin-right:1.7%;
	margin-bottom:5px;
	margin-top:10px;
}

.floatright {
	float:right;
	margin:5px;
	padding:0;
}

#highlightboxes .box h2 {
	font-size: 1.2em;
	margin:5px;
	margin-bottom:15px;
}

#highlightboxes .box a, #highlightboxes a:visited {
	color:#000000;
}

#highlightboxes .box a:hover {
	color:#006699;
}

#highlightboxes .box p {
	margin:0;
	padding:0;
	margin-bottom:0;
	clear:right;
}

form {
	margin:0;
	padding:0;
	width:80%;
}

form p {
	clear:left;
	width:100%;
}

form label {
	float:left;
	width:100%;
}

form input, form select {
	clear:left;
}

.formerror {
	margin:10px;
	padding:10px;
	background-color:#333333;
	color:#fff;
}	

a:link, a:visited {
	color:#333333;
}

a:hover {
	color:#006699;
}

#left p span {
	float:left;
	width:25%;
	height:20px;
}

form p label {
	float:left;
	width:30%;
}
