@charset "utf-8";
/* CSS Document */

html { 
	overflow-y:scroll; 
}

Body{
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	font-size: 14px;
}
#global{
	width: 980px;
	margin: 0px auto;
}
.blacktop{
	background: url(/bgs/generic/blacktop-63out.png) repeat-x;
	height: 60px;
}

/****
SITE SELECTION TABS
***/
ul#sitetabs{
	margin: 6px 0 0 0;
	padding: 0px;
	list-style: none;
	float: right;
}

#sitetabs li{
	float: left;
	margin-left: 3px;
	position: relative;
}


#sitetabs li#projects a{
	background: url(/images/generic/tt-projects.png) top no-repeat;
	width: 69px;
	height: 23px;
	display: block;
	font-size: 13px;
	color: #333;
	padding: 6px 0 0 0px;
	text-align: center;
	font-weight: bold;
			cursor: pointer;
}
#sitetabs li#projects a:hover{
	background: url(/images/generic/tt-projects.png) bottom no-repeat;
	width: 69px;
	height: 23px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	_color: #333;
	text-decoration: none;
}
#sitetabs li#maintenance a{
	float: left;
	background: url(/images/generic/tt-maintenance.png) top no-repeat;
	width: 95px;
	height: 23px;
	display: block;
	color: #333;
	font-size: 13px;
	text-align: center;
	padding: 6px 0 0 0px;
	font-weight: bold;
			cursor: pointer;
}
#sitetabs li#maintenance a:hover{
	float: left;
	background: url(/images/generic/tt-maintenance.png) bottom no-repeat;
	width: 95px;
	height: 23px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	_color: #333;
	text-decoration: none;
}
#sitetabs li#group a{
	float: left;
	background: url(/images/generic/tt-group.png) top no-repeat;
	width: 53px;
	height: 23px;
	display: block;
	font-size: 13px;
	text-align: center;
	color: #333;
	padding: 6px 0 0 0;
	font-weight: bold;
	cursor: pointer;
}
#sitetabs li#group a:hover{
	float: left;
	background: url(/images/generic/tt-group.png) bottom no-repeat;
	display: block;
	color: #333;
	text-decoration: none;
}
#sitetabs li#fs a{
	float: left;
	background: url(/images/generic/tt-fs.png) top no-repeat;
	width: 110px;
	height: 23px;
	display: block;
	text-align: center;
	color: #333;
	padding: 6px 0 0 0;
	font-weight: bold;
	cursor: pointer;
}
#sitetabs li#fs a:hover{
	float: left;
	background: url(/images/generic/tt-fs.png) bottom no-repeat;
	width: 110px;
	height: 23px;
	text-decoration: none;
	color: #FFF;
	_color: #333;
	display: block;
}


/* These are the drop downs */

ul#subsite {
	position: absolute;
	width: 40px;
	list-style: none;
	left: -45px;
	top: 29px;
	width: 95px;
}
#subsite li{
	width: 95px;
	background: none;
}
#subsite li.sub a{
	background: url(../images/generic/tt-maintenance-sub.png) no-repeat !important;
	margin: 1px 0 0px 0;
	width: 95px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #fff;	
	border-top: 1px solid #fff
}
#subsite li.sub a:hover{
	background: url(../images/generic/tt-maintenance-sub.png) bottom center no-repeat !important;
	width: 95px;	
}

.newsHomeIntrotext{
	float: left;
	width: 50%;
	margin-bottom: 15px;
}

/****
LAYOUT BLOCKS 
***/
.testimonialsbox{
	width: 315px;
}
.rightBlock440{
	clear: both;
	float: left;
	width: 410px;
}
.rightBlockCap440{
	background: url(/images/generic/rightbox-440-cap.png) no-repeat;
	width: 410px;
	height: 12px;
	clear: both;
	font-size: 0px;
}
.rightBlockFooter440{
	background: url(/images/generic/rightbox-440-foot.png) no-repeat;
	width: 410px;
	height: 12px;
	clear: both;
	margin-bottom: 20px;
}	
.rightBlockContent440{
	background: #EBE8D6;
	border-right: 1px solid #C2BB83;
	width: 368px;
	float: left;
	padding: 10px 20px 10px 20px;
	line-height: 140%;
}

.rightBlockContent440 h3{
	background: none;
	color: #333;
}
.rightBlock740{
	clear: both;
	float: left;
}
.rightBlockCap740{
	background: url(/images/generic/rightbox-740-cap.png) no-repeat;
	width: 739px;
	height: 12px;
	clear: both;
	font-size: 0px;
}
.rightBlockFooter740{
	background: url(/images/generic/rightbox-740-foot.png) no-repeat;
	width: 739px;
	height: 12px;
	clear: both;
	margin-bottom: 20px;
}	
.rightBlockContent740{
	background: #EBE8D6;
	border-right: 1px solid #C2BB83;
	width: 698px;
	float: left;
	text-align: left;
	padding: 10px 20px 10px 20px;
}
.rightBlockContent740 h1{
	font-size: 32px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #666;
	letter-spacing: -2px;
}
.rightBlockContent740 h2{
	margin: 0 0 10px 0;
	padding: 0px;
}
.rightBlockContent740 h3{
	font-size: 18px;
	background: none;
	color: #4B4B4B;
	width: 100%;
	padding: 0px;
	line-height: 140%;
	margin: 0 0 10px 0;
}
.rightBlockContent740 p{
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 140%;
}
.homeInfoBoxes{
	float: left; 
	width: 220px; 
	margin-right: 20px;
}

.standard-sidebar{
	float: left; 
	width: 220px; 
	margin-right: 20px;
	_margin-right: 10px;	
}
.standard-sidebar select{
	margin: 10px 0 10px 0;
	width: 220px;
	font-size: 14.5px;
	padding: 4px;
}
.standard-maincontent{
	float: left; 
	width: 740px;
	_width: 735spx;
}
.standard-introbox{
	background: url(/bgs/generic/introbox-std.gif) no-repeat; 
	padding: 20px 20px 20px 20px; 
	width: 700px;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	float: left;
}
.standard-introbox p{
	float: left;
	margin: 0px;
	padding: 0;
	font-size: 18px;
	line-height: 140%;
}
.standard-introbox img{
	float: right;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.standard-introbox h1{
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #666;
	letter-spacing: -2px;
}
.standard-introbox h1.news{
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: none;
	letter-spacing: -2px;
}
.standard-introbox h2.author{
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	letter-spacing: -1px;
}
.standard-introbox h1.article{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #666;
	letter-spacing: -2px;
}



.standard-introbox-footer{
	background: url(/bgs/generic/introbox-footer.gif) no-repeat; 
	width: 740px; 
	height: 8px; 
	margin-bottom: 20px; 
	clear: both;
}

a.keylink{
	border-bottom: 1px solid #C5BB85;
	border-top: 2px solid #C5BB85;
	padding: 5px 0 7px 0;
	width: 220px;
	display: block;
}

/****
NEWS CLASSES
****/
h3.news{
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 8px 5px 8px 5px;
	background: #F2f0E4;
	color: #666;
	width: 490px;
}
#newsHolder{
	float: left; width: 500px;
}
.homenewsbloc{
	clear: both; 
	width: 500px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #9D914A;
	float: left;
	padding-bottom: 10px;
}
.homenewsimg{
	margin-right: 20px;
	float: left;
}
.newsImage{
	float: right;
	margin: 0px 0px 20px 20px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

.homenewsintro{
	width: 380px;
	float: left;
}
.homenewsintro a{
	display: block;
	margin-bottom: 5px;
	font-weight: bold
}

/****
SITE SELECTOR
****/

#selector{
	width: 295px;
	height: 150px;
	background: url(../bgs/generic/transpng-siteselect.png);
	position: absolute;
	margin-left: 660px;
	top: 60px;
	padding: 10px;
	display: none;
}
#selector img{
	margin: 7px 0 10px 0;
}

/****
DYNAMIC CLASSES
****/


/****
STANDARD STUFF
****/
.strap{
	margin: 40px 0 0 0
}
.groupBadge{
	margin-top: 5px;
}
#printlogo{
	width: 300px;
	float: left;
	display: none;
}
#topvisor{
	clear: both; padding: 12px 0 0 0; width: 980px; height: 51px; color: #CCC
}

hr{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #C2BB83;
	clear: both;
	margin: 15px 0 15px 0;
	border-left: none;
	border-right: none
}
.intro-text{
	width: 300px;
	float: left;
	line-height: 140%;
}

.intro-text p{
	width: 400px;
	float: left;
	font-size: 18px
}
#centreContent{
	float: left; 
	width: 800px;
}
#homeIntroPanel{
	background: url(/bgs/generic/home-intro-panel.gif) no-repeat;
	width: 964px;
	clear: both;
	height: 273px;
	padding: 8px;
	margin-bottom: 15px;
}
ul.arrowedlinks{
	margin: 0 0 20px 0;
	padding: 0px;
	list-style: none;
}
.arrowedlinks li{
	background: url(/images/generic/linkarrow.png) no-repeat 0px 8px;
	padding: 0 0 0 8px;
	margin-bottom: 5px;
}
.serviceImg{
	margin-bottom: 10px;
}
#newsKeylinks{
	width: 980px; 
	float: left; 
	margin-bottom: 40px;
}
#footer{
	clear: both; 
	border-top: 3px solid #C5BB85; 
	padding: 10px 0 0 0;
	float: left;
	width: 980px;
	font-size: 12px;
	text-align: right;
	line-height: 140%;
	padding-bottom: 50px;
}
.addressBox{
	background: #F2F0E4; 
	padding: 7px;
	float: left;
	font-size: 14px;
	margin-bottom: 20px;
	width: 205px;
}
.brochureRequestBox{
	background: #F2F0E4; 
	padding: 7px;
	float: left;
	font-size: 14px;
	width: 206px;
	margin-bottom: 20px;
}
.brochureRequestBox img{
	float: left; 
	margin-right: 7px;
}
.tesimonialsbox{
	float: right; 
	width: 275px;
	_width: 260px;	
	font-size: 16px;
	font-style: italic;
	line-height: 160%;
	padding: 0 20px 20px 20px;
}
.tesimonialsbox img{
	margin-top: 20px;
}
.page_image_left{
	width: 250px;
}
.page_image_left img{
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;	
}
.page_image_right img{
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
.error{
	background: #FFC;
	border: 1px solid #FC0;
	padding: 10px;
	margin: 0 0 20px 0;
	width: 380px;
}

/*****
SIDEBAR LINKS 
*****/
ul.subnav{
	margin: 0 0 20px 0;
	padding: 0px;
	list-style: none;
	width: 220px;
	border-bottom: 1px solid #C2BB83;
}
.subnav li{
	margin: 0px;
	list-style: none;
	width: 220px;
}
.subnav li a{
	margin: 0px;
	font-weight: normal;
	padding: 7px 0 7px 12px;
	list-style: none;
	width: 209px;
	background: url(../images/generic/linkarrow.png) no-repeat 5px 12px #f2f0e4;
	_background: #EBE8D6;
	border-bottom: 1px solid #DFDBBF;
	border-top: 1px solid #fff;
	display: block;
}
.subnav li a:hover{
	margin: 0px;
	padding: 7px 0 7px 12px;
	list-style: none;
	width: 209px;
	background: url(../images/generic/linkarrow.png) no-repeat 5px 12px #EBE8D6;
	_background: #EBE8D6;
	border-top: 1px solid #DFDBBF;
	border-bottom: 1px solid #fff;
	display: block;
}
.subnav li a.current{
	margin: 0px;
	padding: 7px 0 7px 12px;
	list-style: none;
	width: 209px;
	background: url(../images/generic/linkarrow.png) no-repeat 5px 15px #EBE8D6;
	_background: #EBE8D6;
	border-top: 1px solid #DFDBBF;
	border-bottom: none;
	display: block;
}


.subnav li ul{
	margin: 0px;
	padding: 0px;
	border: none;
}

.subnav li.level2 a{
	margin: 0px;
	list-style: none;
	width: 201px;
	border: none;
	background: url(../images/generic/sublinkarrow.png) no-repeat 8px 11px #EBE8D6;
	margin: 0 0 0 0px;
	padding-left: 20px;
}

.straplineholder{
	float: right; width: 380px;
}
.logolinks{
	float: left; width: 540px;
}
.topsection{
	float: left; clear: both; 
	width: 980px;
	height: 186px; 
	background: url(../images/generic/clouds-bg-logo.png) -20px 0px no-repeat;
}

/********
PRIMARY TABS
(See individual CSS files for backgrounds and colours)
********/

ul#primaryTabs{
	padding: 0px;
	clear: both;
	float: left;
	list-style: none;
	width: 550px;
}

ul#primaryTabs li {
	position: relative;	
}

/* because of IE6 */
ul#primaryTabs li a{
	cursor: pointer
}


/* These are the drop downs */

ul#primaryTabs ul {
	position: absolute;
	list-style: none;
	left: -40px;
	top:30px;
	width: 195px;
}
#primaryTabs .servicesSub ul li{
	display: block;
	width: 95px;
	background: none;
}


/********
BREADCRUMB
********/
#breadcrumb{
	font-size: 10px;
	clear: both;
	color: #999;
	padding: 13px 0 0 0;
	height: 39px;
	margin-bottom: 20px;
	color: #FFF;
	font-weight: bold;
}
#breadcrumb a{
	text-decoration: none;
	font-weight: normal;
	color: #FFF;

}
#breadcrumb a:hover{
	text-decoration: underline
}


/********
OLD FAVOURITES 
********/

.floatLeft{ float: left;}
.floatRight{ float: right;}
.clearBoth { clear: both; }
.clearBoth10 { clear: both; margin: 10px 0 10px 0;}
.clearBoth20 { clear: both; margin: 20px 0 20px 0;}
.clearBoth30 { clear: both; margin: 30px 0 30px 0;}
.clearBoth40 { clear: both; margin: 40px 0 40px 0;}




/****
FORM FIELDS / RESETS 
*****/

form{ margin: 0px; padding: 0px;}
input { vertical-align: middle; }
select.full220{
	width: 220px;
	height: 30px;
	clear: both;
	padding: 5px 0 0 3px;
	margin: 5px 0 20px 0;
}
.contact {
	background: url(../bgs/generic/contact-form-bg.png) no-repeat;
	height: 26px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 330px;
	font-size: 14.5px;
	padding-left: 4px;
	padding-top: 4px;
	display: block;
	margin-bottom: 15px;
	margin-top: 3px;
	font-weight: normal;
}
.contactSm {
	background: url(../bgs/generic/contact-form-bg.png) no-repeat;
	height: 26px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 100px;
	font-size: 14.5px;
	padding-left: 4px;
	padding-top: 4px;
	display: block;
	margin-bottom: 15px;
	margin-top: 3px;
	font-weight: normal;
}



.message {
	background: url(../bgs/generic/txtAreaBg.jpg) no-repeat;
	height: 80px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 330px;
	font-size: 14.5px;
	padding-left: 4px;
	padding-top: 4px;
	display: block;
	margin-bottom: 5px;
	margin-top: 6px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


.summaryImage{
	float: right;
	border: none;
	margin-top: 5px;
	margin-left: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;	
}

.summaryRowLeft {
	width: 341px;
	float: left;
	clear: left;
	padding: 10px;
	height: 181px;
	margin-bottom: 20px;
	background: url(../images/generic/350panel.gif) no-repeat;
	line-height: 140%;
}
.summaryRowLeft:hover{
	width: 341px;
	float: left;
	cursor: pointer;
	clear: left;
	padding: 10px;
	height: 181px;
	margin-bottom: 20px;
	background: url(../images/generic/350panel-over.gif) no-repeat;
	line-height: 140%;
}
.summaryRowLeft h2{
	margin-bottom: 10px;
	font-size: 16px;
}
.summaryRowRight h2{
	margin-bottom: 10px;
	font-size: 16px;	
}
.summaryRowRight {
	padding: 10px;
	width: 341px;
	height: 181px;
	float: right;
	margin-bottom: 20px;
	line-height: 140%;
	background: url(../images/generic/350panel.gif) no-repeat;
}
.summaryRowRight:hover {
	padding: 10px;
	width: 341px;
	height: 181px;
	float: right;
	margin-bottom: 20px;
	line-height: 140%;
	background: url(../images/generic/350panel-over.gif) no-repeat;
}


/****
CSS 
*****/
.page_text{
	float: left
}
.page_text p{
	float: left
}


.page_2col_text_left{
	float: left; 
	width:  340px;
}
.page_2col_text_right{
		float: right; 
	width:  340px;
}


.page_3col_text_left{
	float: left; 
	width:  210px;
	margin-right: 35px;
	
}
.page_3col_text_middle{
	float: left; 
	width:  210px;
}
.page_3col_text_right{
		float: right; 
	width:  210px;
}

.page_image .image_1 img{
	width: 700px;
}

.page_image_left{
	float: left;
	width: 700px;
}

.page_image_left .page_image_left_text{
	float: left;
}
.page_image_left .image_1 img{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.page_image_right{
	float: left;
	width: 700px;
}
.page_image_right p{
	float: left;
	width: 425px;
}
.page_image_right .image_1 img{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.page_image .image_1 img{
	margin: 10px 0 10px 0;
}

/* 2 images side by side */
.page_2images {
	width: 700px;
	float: left;
}
.page_2images .image_1 img{
	margin: 0 20px 0 0;
	float: left;
}

.page_2images .image_2 img{
	margin: 0;
	float: right;
}

/* 3 images side by side */
.page_3images{
	margin: 10px 0 10px 0;
}

.page_3images .image_1 img{
	width: 215px;
	float: left;
	margin-right: 14px;
}
.page_3images .image_2 img{
	width: 215px;	
	float: left;
	margin-right: 14px;	
}
.page_3images .image_3 img{
	width: 215px;	
	float: left;	
}




/*****
ARCHIVE NAVIGATION LINKS 
*****/

ul.archive{
	margin: 0 0 20px 0;
	padding: 0px;
	list-style: none;
	width: 220px;
	border-bottom: 1px solid #C2BB83;
}
.archive li{
	margin: 0px;
	list-style: none;
	width: 220px;
}
.archive li a{
	margin: 0px;
	font-weight: normal;
	padding: 7px 0 7px 12px;
	list-style: none;
	width: 209px;
	background: url(../images/generic/linkarrow.png) no-repeat 5px 15px #f2f0e4;
	border-bottom: 1px solid #DFDBBF;
	border-top: 1px solid #fff;
	display: block;
}
.archive li a:hover{
	margin: 0px;
	padding: 7px 0 7px 12px;
	list-style: none;
	width: 209px;
	background: url(../images/generic/linkarrow.png) no-repeat 5px 15px #EBE8D6;
	border-top: 1px solid #DFDBBF;
	border-bottom: 1px solid #fff;
	display: block;
}
.archive li a.current{
	margin: 0px;
	padding: 7px 0 7px 12px;
	list-style: none;
	width: 209px;
	background: url(../images/generic/linkarrow.png) no-repeat 5px 15px #EBE8D6;
	border-top: 1px solid #DFDBBF;
	border-bottom: 1px solid #fff;
	display: block;
}

.archive li ul{
	margin: 0px;
	padding: 0px;
	border: none;
}

.archive li.level2 a{
	margin: 0px;
	list-style: none;
	width: 201px;
	border: none;
	background: url(../images/generic/sublinkarrow.png) no-repeat 8px 11px #EBE8D6;
	margin: 0 0 0 0px;
	padding-left: 20px;
}

ul.archiveList{
	width: 100%;
	list-style: none;
	clear: both;
	margin: 0px 0 0 0;
	padding: 20px 0 0 0;
}
.archiveList li{
	margin-bottom: 5px;
}