@charset "UTF-8";
body  {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	background: url(images/background2.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7f7f7f;
}
.twoColHybRtHdr #container { 
	width: 760px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybRtHdr #header { 

	height: 120px;
} 
.twoColHybRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybRtHdr #sidebar1 p" rule.
*/
.twoColHybRtHdr #sidebar1 {
	float: right; 
	width: 266px; /* since this element is floated, a width must be given */
}
.twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybRtHdr #mainContent {
	margin: 0 270px 0 0; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 

.twoColHybRtHdr #mainContent2 {
	margin: 0 50px 0 0; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 

.twoColHybRtHdr #mainContent3 {
	margin: 0 0px 0 0; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
} 

.twoColHybRtHdr #mainContentPort {
	width: 100%;
} 
.twoColHybRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: 10px;
	border-top: 1px solid #01349e;
} 
.twoColHybRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

img, div, a { behavior: url(iepngfix.htc) }

/* Miscellaneous classes for reuse */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #01349e;
}
a:visited {
	color: #01349e;
}
a:hover {
	color: #0099FF;
}

#logo {
	width: 100%;
	height: 82px;
}
#header-icons {
	height: 48px
}

#menu-gallery {
	width: 760px;
	height: 220px;
	margin-top: 1px;
}

#menu-block {
	width: 255px;
	margin-top: 12px;
	font-weight:bold;
}

#gallery-block {
	float: right;
	width: 500px;
	height: 194px;
	margin-top: 12px;

}

.footer-title {
	color: #01349e;
	font-weight: bold;
	font-size:12px;
}

.bold-blue {
	color: #01349e;
	font-weight: bold;
}
h1 {
	color: #01349e;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}

h2 {
	color: #01349e;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}

h3 {
	color: #01349e;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}

h4 {
	color: #01349e;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}

h5 {
	color: #01349e;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}

h6 {
	color: #01349e;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}

hr {
	color: #b2c2e2;
	width: 480px;	
}

.menu {
	margin:0; 
	padding:0; 
	width:255px; 
	list-style:none;
}

.menu li {
	padding:0; 
	margin:0 0 1px 0; 
	height:40px; 
	display:block; 
}
.menu li a {
	text-align:left;
	height:34px; 
	padding:0px 0px; 
	display:block; 
	background:url('images/menu-shadow.png') 0px 0px no-repeat; 
	font-size: 13px;
	text-decoration:none;
	color: #7f7f7f;
}

.menu li a:hover {
	background:url('images/menu-shadow.png') 0px 0px no-repeat; 
	color: #01349e;
	padding: 0px 10px;
}

.menu li a.active, .menu li a.active:hover {
	background:url('images/menu-shadow.png') 0px 0px no-repeat; 
	padding: 0px 10px;
	color: #01349e;
}

.menu li a span { 
	line-height:42px;
}

ul {
	left: 0px;
}

li {
	color: #01349e;
	font-size: 12px;
}


.terms li {
	font-size: 11px;
	color: #7f7f7f;
}
.note {
	font-size: 9px;
}

.bullet {
	color: #7f7f7f;
}

#portfolio-sec {
	width: 266px;
	height: 197px;
	margin-bottom: 10px;
	background-image:url(images/import-sections-back.jpg);
	background-repeat:no-repeat;
}

#portfolio-text {
	width: 215px;
	margin-left: 27px;
	font-size:11px;
	font-weight: bold;
	height: 20px;
	float: left;
	margin-top: 5px;
	text-align: center;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#map-sec {
	width: 266px;
	height: 197px;
	margin-bottom: 10px;
	background-image:url(images/import-sections-back.jpg);
	background-repeat:no-repeat;
}

#important-sec {
	width: 266px;
	height: 140px;
	margin-bottom: 10px;
	background-image: url(images/portfolio-back.jpg);
	background-repeat:no-repeat;
}

#sec-header {
	width: 230px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 25px;
	margin-top: 9px;
	float: left;
	display: inline;
}

#map-header {
	width: 230px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 25px;
	margin-top: 9px;
	float: left;
	display: inline;
}

#port-header {
	width: 230px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 25px;
	margin-top: 9px;
	float: left;
	display: inline;
}

#portfolio-show {
	width: 215px;
	height: 100px;
	float: left;
	margin-left: 28px;
	margin-top: 20px;
	overflow:hidden;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#home-icon {
	margin-left: 35px;
	float: left;
	margin-top: 7px;
	width: 40px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#faq-icon {
	margin-left: 10px;
	float: right;
	margin-top: 7px;
	width: 30px;
	margin-right: 15px;
	display: inline;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#terms-icon {
	margin-left: 8px;
	float: right;
	margin-top: 7px;
	width: 30px;
	margin-right: 5px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#contact-icon {
	margin-left: 13px;
	float: right;
	margin-top: 7px;
	width: 38px;
	margin-right: 5px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#map-image {
	float: left;
	width: 73px;
	height: 118px;
	margin-top: 25px;
	margin-left: 23px;
	margin-right: 10px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#map-text {
	float: left;
	width: 150px;
	margin-top: 23px;
}

.map-address {
	font-size: 10px;
	font-weight: bold;
	color: #2c2c2c;
}

#imp-icons {
	width: 215px;
	height: 50px;
	float: left;
	margin-left: 27px;
	margin-top: 20px;
	padding-top: 5px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#portfolio {
	width: 44px;
	height: 34px;
	float: left;
	margin-top: 5px;
	margin-right: 43px;
}

#recruitment {
	width: 50px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	display:inline;
	text-align:center;
	color: #01349e;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;

}

#team-ico {
	width: 70px;
	height: 100px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	display:inline;
	text-align:center;
	color: #01349e;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;

}

#team-ico img {
	margin-bottom: 9px;
}

#news-icon {
	width: 70px;
	height: 100px;
	float: right;
	display:inline;
	text-align:center;
	color: #01349e;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}

/* #slider-contain {
	float: left;
	width: 215px;
	margin-left: 27px;
	height: 40px;
	margin-top: 4px;
} */


.pics { height: 194px; width: 500px; padding:0; margin:0; overflow: hidden }
.pics img { height: 194px; width: 500px;  top:0; left:0 }

#recruit-show {
	width: 105px;
	height: 50px;
	float: left;
	display:inline;
}

#news-show {
	width: 105px;
	height: 50px;
	float: left;
	display:inline;
}

#footer-address {
	width: 500px;
	float: left;
	text-align: left;
}

#footer-valid {
	width: 200px;
	float: right;
	text-align: right;
}

#clr {
	clear: both;
}

#building {
	width: 100%;
	float: left;
	display:none;
}

#energy {
	width: 280px;
	float: left;
	display:none;
	margin-left: 12px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#fire {
	width: 280px;
	float: left;
	display:none;
	margin-left: 12px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#tech {
	width: 280px;
	float: left;
	display:none;
	margin-left: 12px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#access {
	width: 280px;
	float: left;
	display:none;
	margin-left: 12px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#services-contain {
	width: 480px;
}

#services-title {
	background: url(images/services-background.jpg) no-repeat;
	width: 304px;
	float: left;
	display:inline;
	
}
#tech-icon {
	width: 152px;
	height: 114px;
	margin-left: 100px;
	float:left;
	display:inline;
}

#flame-icon {
	width: 125px;
	height: 114px;
	margin-right: 103px;
	float:right;
	display:inline;
}

.clear {
	clear:both;
}

#energy-bulb {
	width: 88px;
	height: 96px;
	float: left;
	}

#access-chair {
	width: 88px;
	height: 96px;
	float: right;
	display:inline;
}

.topicon {
	height:114px;
}

#services-header {
	width: 230px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 12px;
	margin-top: 8px;
	float: left;
	display: inline;
}

#please-click {
	width: 280px;
	margin-left: 12px;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

#index-news-bar {
	width: 475px;
	padding: 4px;
	color: #FFFFFF;
	font-size: 14px;
	background: #01349f;
	margin-top: 10px;
	font-weight: bold;
}

#rss-bar {
	width: 475px;
	padding: 4px;
	color: #01349f;
	font-size: 12px;
	border: none;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
}
#rss-bar a:link {
	text-decoration: none;
}
#rss-text {
	margin-top: 8px;
	padding: 0;
	width: 300px;
	float: left;
}

.rss-text {
	margin: 0;
	padding: 0;
}

#rss-icon {
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

#projects-bar1 {
	width: 342px;
	padding: 4px;
	color: #01349f;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #01349f;
	margin-bottom: 6px;
	padding-left: 0px;
}

#projects-bar2 {
	width: 342px;
	padding: 4px;
	color: #01349f;
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #01349f;
	margin-bottom: 6px;
	padding-left: 0px;
}

.dynamic-news {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}


/* easy slider 1.5 */

#content{
		position:relative;
		}	

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:760px;
	height:400px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:160px;
	}	
#nextBtn{ 
	left:760px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:117px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}
	
	   /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	img{border:none;}
	
	/* end of easy slider 1.5 */
	
#current-projects {
	width: 350px;
	float: left;
}

#previous-projects {
	width: 350px;
	float: right;
}

/* form */
.feedbackform{
padding: 5px;
width: 480px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 470px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid #01349f;
margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 230px;
border: 1px solid #01349f;
height: 20px;
}

div.fieldwrapper div.thefield input[type="password"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 230px;
border: 1px solid #01349f;
height: 20px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 230px;
height: 150px;
border: 1px solid #01349f;
font-size: 10px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
}



.formbutton{
	cursor:pointer;
	border: 0px;
	background: #01349f;
	color:#FFFFFF;
	font-weight:bold;
	padding: 1px 2px;
	margin-left: 160px;
}

.reset {
	cursor:pointer;
	border: 0px;
	background: #7f8fb2;
	color:#FFFFFF;
	font-weight:bold;
	padding: 1px 2px;
}

#getquote {
	display:none;
}

#instruction {
	display:none;
}

#instruction2 {
	display:none;
}


#map-contain {
	width: 420px;
	height: 490px;
	float: left;
}

#london-south {
	width: 180px;
	float: left;
	display:none;
}

#east-mids {
	width: 180px;
	float: left;
	display:none;
}

#sussex {
	width: 180px;
	float: left;
	display:none;
}

#cumbria {
	width: 180px;
	float: left;
	display:none;
}

#sheffield {
	width: 180px;
	float: left;
	display:none;
}

#herts {
	width: 180px;
	float: left;
	display:none;
}

#south-west {
	width: 180px;
	float: left;
	display:none;
}

#north-west {
	width: 180px;
	float: left;
	display:none;
}

#north-east {
	width: 180px;
	float: left;
	display:none;
}

#west-country {
	width: 180px;
	float: left;
	display:none;
}

#birmingham {
	width: 180px;
	float: left;
	display:none;
}

#notts {
	width: 180px;
	float: left;
	display:none;
}

#london{
	width: 260px;
	float: left;
	display:none;
}

#hq {
	width: 220px;
	float: left;
	display:none;
}

#hull {
	width: 220px;
	float: left;
	display:none;
}
#dorset, #berks, #south-wales {
	width: 220px;
	float: left;
	display:none;
}


#c, #d, #nn, #s, #k, #lp, #m, #g, #h, #b, #r, #t, #e, #da, #pa {
	width: 260px;
	float: left;
	display:none;
}

#prevlink {
	width: 48px;
	height: 48px;
	margin-top: 190px;
	background-image:url(images/arrow-left.png);
	position:absolute;
	margin-left: -20px;
	z-index: 3;
	text-indent: -9999px;
}

#nextlink {
	width: 48px;
	height: 48px;
	margin-top: 190px;
	background-image:url(images/arrow-right.png);
	position:absolute;
	margin-right: 0px;
	margin-left: 740px;
	z-index: 4;
	text-indent: -9999px;
	float: right;
}

.team ul {    list-style: none;    display: block; } 
.team li {    width: 120px;    height: 120px;    margin: 10px 10px 0px 0;    padding: 0;    background: url(images/no-team-pic.jpg) no-repeat;    list-style: none;    float: left;    overflow: hidden; text-align: center; } 
.team li img {    border: none; }
.team li a {
	text-decoration: none;
} 

#slider {
border:1px solid #002061;
height:400px;
margin:0;
overflow:hidden;
padding:0;
width:760px;
}


#slider_moveprev {
	width: 48px;
	height: 48px;
	margin-top: 190px;
	background-image:url(images/arrow-left.png);
	position:absolute;
	margin-left: -20px;
	z-index: 3;
	text-indent: -9999px;
}

#slider_movenext {
	width: 48px;
	height: 48px;
	margin-top: 190px;
	background-image:url(images/arrow-right.png);
	position:absolute;
	margin-right: 0px;
	margin-left: 740px;
	z-index: 4;
	text-indent: -9999px;
	float: right;
}

:focus {
	outline: 0;
}

#error-message {
background-color:#ffcccd;
border:1px dotted #000000;
font-weight:bold;
margin-bottom:5px;
padding:5px;
text-align:center;
}
