html { 
	width: 100%; 
	height: 100%; 
	margin-bottom: 1px; 
	text-align: center; 
	} 

*  { 
	margin: 0; 
	padding: 0; 
	} 


/* colours
orange: #dc591e 
turquoise (text): #006585
grey (nav bar): #99aab0 
 */ 



body  { 
	width: 100%; 
	text-align: left; 
	font: small/150% verdana, tahoma, "trebuchet ms", arial, sans-serif; 
	color: #006585;  
	background: #fff; 
	} 

.inner  { 
	width: 880px; 
	margin: 0 auto; 
	} 

#header  { 
	float: left; 
	width: 100%; 
	} 

#header .inner  { 
	position: relative; 
	} 

#accessnav  { 
	position: absolute; 
	top: 10px; 
	right: 0; 
	z-index: 10; 
	font-size: 80%; 
	text-align: right; 
	} 

#textsize  { 
	float: right; 
	} 

#navcontainer  { 
	float: left; 
	width: 100%; 
	background: #99aab0 url(images/navgrad.gif) repeat-x 0 0; /* grey */ 
	text-align: center; 
	} 

#main  { 
	clear: left; 
	float: left; 
	width: 100%; 
	padding: 15px 0 20px 0; 
	} 

#samples  { 
	float: right; 
	width: 640px; 
	} 

#primary  { 
	float: left; 
	width: 640px; 
	} 

#homeintro  { 
	float: left; 
	width: 560px; 
	} 

#quality  { 
	float: right; 
	width: 280px; 
	} 

#detail  { 
	float: left; 
	width: 560px; 
	padding: 0 0 20px 0; 
	} 

body#civils #detail  { 
	width: 460px; 
	} 

#summary  { 
	float: right; 
	width: 280px; 
	padding: 0 0 20px 0; 
	} 

body#civils #summary  { 
	width: 380px; 
	} 

#transportassessments  { 
	float: left; 
	width: 400px; 
	} 

#travelplans  { 
	float: right; 
	width: 420px; 
	padding: 0 0 0 30px; 
	} 
	
#transportimages  {
	float: left; 
	width: 100%;
	} 

#history  { 
	float: left; 
	width: 400px; 
	text-align: justify; 
	} 

#management  { 
	float: right; 
	width: 420px; 
	padding: 0 0 0 30px; 
	border-left: 1px dotted #99aab0; 
	} 

.manager  { 
	float: left; 
	width: 420px; 
	} 

#checklist  { 
	float: left; 
	width: 400px; 
	} 

#subnav  { 
	float: right; 
	width: 220px; 
	margin: 10px 0 20px 0; 
	} 

#sectornav, 
#readmore  { 
	float: left; 
	width: 220px; 
	margin: 20px 0; 
	} 

#companyinfo  { 
	float: left; 
	width: 100%; 
	font-size: 90%; 
	background: url(images/footergrad.gif) repeat-x 0 0; 
	border-top: 1px solid #006585; 
	} 

#companyinfo .inner  { 
	width: 720px; 
	padding: 10px 0 15px 0; 
	} 

#siteinfo  { 
	float: left; 
	width: 100%; 
	text-align: center; 
	font-size: 90%; 
	padding: 0 0 20px 0; 
	} 

#siteinfo .inner  { 
	padding: 10px 0; 
	border-top: 1px dotted #99aab0; 
	} 

.miniexample  { 
	float: right; 
	width: 220px; 
	margin: 0 0 0 20px; 
	font-style: italic; 
	font-size: 90%; 
	} 

.sectorexample  { 
	float: left; 
	margin: 20px 0 0 0; 
	} 

#intro  { 
	float: left; 
	width: 240px; 
	} 

.maxiexample  { 
	float: right; 
	width: 620px; 
	margin: 0 0 20px 0; 
	} 

#map  { 
	float: left; 
	width: 520px; 
	height: 400px; 
	margin: 10px 0 20px 0; 
	border: 1px solid #99aab0; 
	} 

body.cform #map  {
	float: right; 
	width: 420px; 
	} 

#contactform  { 
	float: left; 
	width: 400px; 
	} 






/* << navigation menus >> */ 




ul#nav {
	float: left; 
	width: 880px; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}

ul#nav li  { 
	float: left; 
	width: 100px; 
	width: 95px; 
	margin: 0; 
	padding: 0.5em 0; 
	} 

ul#nav li#navtestimonials, 
ul#nav li#navcontact  { 
	width: 125px; 
	width: 120px; 
	} 

ul#nav li#navrecruitment  { 
	width: 70px; 
	} 

ul#nav li ul {
	position: absolute;
	width: 13em; 
	left: -999em;
	text-align: left; 
	margin: 0;
	padding: 10px 1em; 
	list-style: none;
	background: #99aab0; 
	}

ul#nav li#navsectors ul  { 
	width: 7em; 
	} 

ul#nav li#navportfolio ul  { 
	width: 9em; 
	} 

ul#nav li ul li  { 
	width: 12em; 
	padding: 0.3em 0; 
	} 

ul#nav li#navsectors ul li  { 
	width: 6em; 
	} 

ul#nav li#navportfolio ul li  { 
	width: 8em; 
	} 

ul#nav li ul li a  { 
	width: 12em; 
	} 

ul#nav li#navsectors ul li a  { 
	width: 6em; 
	} 

ul#nav li#navportfolio ul li a  { 
	width: 8em; 
	} 

ul#nav li:hover ul, 
ul#nav li.sfhover ul {
	left: auto;
	} 

ul#nav a {
	display: block;
	width: auto;
	color: #fff; 
	text-decoration: none; 
	} 

ul#nav a:hover  { 
	color: #dc591e; /* orange */ 
	text-decoration: none; 
	} 

ul#nav a:active  { 
	color: #fff; 
	} 

body#index ul#nav li#navindex a, 
body#services ul#nav li#navservices a, 
body#sectors ul#nav li#navsectors a, 
body#clients ul#nav li#navclients a, 
body#about ul#nav li#navabout a, 
body#portfolio ul#nav li#navportfolio a, 
body#testimonials ul#nav li#navtestimonials a, 
body#recruitment ul#nav li#navrecruitment a, 
body#contact ul#nav li#navcontact a  { 
	color: #dc591e; /* orange */ 
	} 

body#index ul#nav li#navindex a:hover, 
body#services ul#nav li#navservices a:hover, 
body#sectors ul#nav li#navsectors a:hover, 
body#clients ul#nav li#navclients a:hover, 
body#about ul#nav li#navabout a:hover, 
body#portfolio ul#nav li#navportfolio a:hover, 
body#testimonials ul#nav li#navtestimonials a:hover, 
body#recruitment ul#nav li#navrecruitment a:hover, 
body#contact ul#nav li#navcontact a:hover  { 
	color: #dc591e; 
	cursor: default; 
	text-decoration: none; 
	} 

body#preland ul#nav li ul li#navpreland a, 
body#floods ul#nav li ul li#navfloods a, 
body#transport ul#nav li ul li#navtransport a, 
body#civils ul#nav li ul li#navcivils a, 
body#highwayservices ul#nav li ul li#navhighwayservices a, 
body#others ul#nav li ul li#navothers a, 
body#project ul#nav li ul li#navproject a, 
body#residential ul#nav li ul li#navresidential a, 
body#retail ul#nav li ul li#navretail a, 
body#leisure ul#nav li ul li#navleisure a, 
body#highwaysector ul#nav li ul li#navhighwaysector a, 
body#commercial ul#nav li ul li#navcommercial a, 
body#educational ul#nav li ul li#naveducational a, 
body#saltings ul#nav li ul li#navsaltings a, 
body#eden ul#nav li ul li#naveden a, 
body#esngolf ul#nav li ul li#navgolf a, 
body#whitesands ul#nav li ul li#navwhitesands a, 
body#gladepoint ul#nav li ul li#navgladepoint a, 
body#school ul#nav li ul li#navschool a  { 
	color: #dc591e; /* orange */ 
	} 

body#preland ul#nav li ul li#navpreland a:hover, 
body#floods ul#nav li ul li#navfloods a:hover, 
body#transport ul#nav li ul li#navtransport a:hover, 
body#civils ul#nav li ul li#navcivils a:hover, 
body#highwayservices ul#nav li ul li#navhighwayservices a:hover, 
body#others ul#nav li ul li#navothers a:hover, 
body#project ul#nav li ul li#navproject a:hover, 
body#residential ul#nav li ul li#navresidential a:hover, 
body#retail ul#nav li ul li#navretail a:hover, 
body#leisure ul#nav li ul li#navleisure a:hover, 
body#highwaysector ul#nav li ul li#navhighwaysector a:hover, 
body#commercial ul#nav li ul li#navcommercial a:hover, 
body#educational ul#nav li ul li#naveducational a:hover, 
body#saltings ul#nav li ul li#navsaltings a:hover, 
body#eden ul#nav li ul li#naveden a:hover, 
body#esngolf ul#nav li ul li#navgolf a:hover, 
body#whitesands ul#nav li ul li#navwhitesands a:hover, 
body#gladepoint ul#nav li ul li#navgladepoint a:hover, 
body#school ul#nav li ul li#navschool a:hover  { 
	color: #dc591e; 
	cursor: default; 
	text-decoration: none; 
	} 

body#links #siteinfo li#navlinks a, 
body#sitemap #siteinfo li#navsitemap a, 
body#credits #siteinfo li#navcredits a, 
body#links #siteinfo li#navlinks a:hover, 
body#sitemap #siteinfo li#navsitemap a:hover, 
body#credits #siteinfo li#navcredits a:hover  { 
	color: #006585; 
	cursor: default; 
	text-decoration: none; 
	} 

body#services ul#nav li#navservices ul a, 
body#sectors ul#nav li#navsectors ul a, 
body#portfolio ul#nav li#navportfolio a  { 
	color: #fff; 
	} 

body#services ul#nav li#navservices ul a:hover, 
body#sectors ul#nav li#navsectors ul a:hover, 
body#portfolio ul#nav li#navportfolio ul a:hover  { 
	color: #dc591e; /* orange */ 
	cursor: pointer; 
	text-decoration: none; 
	} 





/* << other links >> */ 


a:link  { 
	color: #0720d9; /* blue */ 
	text-decoration: underline; 
	} 

a:visited  { 
	color: #0720d9; /* blue */ 
	text-decoration: none; 
	} 

a:hover { 
	color: #f8200a; /* red */ 
	text-decoration: underline; 
	} 

a:focus  { 
	color: #2f45cb; /* bright blue */ 
	outline: 1px dotted #2f45cb; 
	} 

a:active  { 
	color: #8856ed; /* purple */ 
	} 

#accessnav a:link  { 
	padding: 2px 4px; 
	cursor: pointer; 
	text-decoration: none; 
	} 

#accessnav li#default a:link, 
#accessnav li#default a:visited, 
#accessnav li#default a:hover  { 
	padding: 2px 4px; 
	color: #007a89; 
	cursor: default; 
	text-decoration: none; 
	border: 1px solid #69726c; 
	} 

#accessnav li#large a:link, 
#accessnav li#extra a:link  {  
	padding: 2px 4px; 
	color: #69726c; 
	cursor: pointer; 
	text-decoration: none; 
	border: 1px solid #fff; 
	} 

#accessnav li#large a:visited, 
#accessnav li#extra a:visited { 
	padding: 2px 4px; 
	color: #69726c; 
	cursor: pointer; 
	text-decoration: none; 
	border: 1px solid #fff; 
	} 

#accessnav li#large a:hover, 
#accessnav li#extra a:hover { 
	padding: 2px 4px; 
	color: #007a89; 
	cursor: pointer; 
	text-decoration: none; 
	border: 1px solid #007a89; 
	} 

h1 a  { 
	float: left; 
	width: 150px; 
	height: 150px; 
	margin: 0; 
	padding: 0; 
	text-indent: -5000px; 
	} 

#subnav li a, 
#sectornav li a, 
#readmore li a  { 
	display: block;
	width: auto;
	padding: 0 0 0 15px; 
	text-decoration: none; 
	background: url(images/subnav_off2.gif) no-repeat 0 50%;   
	} 

#subnav li a:hover, 
#sectornav li a:hover, 
#readmore li a:hover  { 
	background: url(images/subnav_on2.gif) no-repeat 0 50%; 
	text-decoration: underline; 
	} 

ul#serviceslist li a, 
ul#sectorslist li a, 
ul#exampleslist li a  { 
	display: block;
	width: auto;
	padding: 0 0 0 15px; 
	text-decoration: none; 
	background: url(images/subnav_off_white.gif) no-repeat 0 50%;   
	} 

ul#serviceslist li a:hover, 
ul#sectorslist li a:hover, 
ul#exampleslist li a:hover  { 
	background: url(images/subnav_on_white.gif) no-repeat 0 50%; 
	text-decoration: underline; 
	} 

.miniexample a  { 
	float: left; 
	width: 208px; 
	height: 155px; 
	margin: 10px 0 5px 0; 
	border: 1px solid #99aab0; 
	text-decoration: none; 
	} 

.miniexample a:hover  { 
	border: 1px solid #f8200a; /* red */ 
	} 

.miniexample p a  { 
	float: none; 
	width: auto; 
	height: auto; 
	margin: 0; 
	border: none; 
	text-decoration: underline; 
	} 

.miniexample p a:hover  { 
	border: none; 
	} 

ul#portfoliolist a.image  { 
	float: left; 
	width: 248px; 
	height: 128px; 
	margin: 10px 0 5px 0; 
	border: 1px solid #99aab0; 
	text-decoration: none; 
	} 

ul#portfoliolist a.image:hover  { 
	border: 1px solid #f8200a; /* red */ 
	} 

a#logo99  { 
	padding-left: 25px; 
	background: url(images/99logo20x16.png) no-repeat 0 50%;
	} 





/* << headers >> */ 


h1  { 
	float: left; 
	width: 880px; 
	height: 150px; 
	margin: 0; 
	padding: 0; 
	text-indent: -5000px; 
	background: url(images/logo.gif) no-repeat 0 0;   
	} 

h2  { 
	float: left; 
	width: 880px; 
	margin: 0 0 0.7em 0; 
	padding: 0 0 0.2em 0; 
	font: normal 200%/140% "trebuchet ms", tahoma, verdana, arial, sans-serif; 
	color: #dc591e; /* orange */ 
	border-bottom: 1px solid #f8b395; /* pale orange */ 
	} 

#history h2  { 
	width: 400px; 
	margin: 0 0 1em 0; 
	} 

#management h2  { 
	width: 420px; 
	} 

h3  { 
	margin: 0; 
	padding: 1em 0 0.2em 0; 
	font: normal 160%/140% "trebuchet ms", tahoma, verdana, arial, sans-serif; 
	color: #dc591e; /* orange */ 
	} 

#subnav h3, 
#sectornav h3, 
#readmore h3  { 
	float: left; 
	width: 190px; 
	padding: 15px 10px 5px 20px; 
	background: url(images/subnav_top.gif) no-repeat 50% 0; 
	} 

.manager h3  { 
	float: left; 
	width: 420px; 
	padding: 0.5em 0 0 0; 
	} 

#checklist h3, 
#summary h3  { 
	padding: 0 0 0.2em 0; 
	} 

#samples h3, 
#quality h3  { 
	padding: 0.3em 0 0.2em 0; 
	} 

body#clients h3, 
body#links h3  { 
	float: left; 
	width: 880px; 
	padding: 1.3em 0 0.2em 0; 
	border-bottom: 1px solid #dde7ea; 
	} 	

body#retail #samples h3  { 
	padding: 1.3em 0 0.2em 0; 
	} 

h4  { 
	margin: 0; 
	padding: 1em 0 0.2em 0; 
	font: normal 130%/140% "trebuchet ms", tahoma, verdana, arial, sans-serif; 
	color: #dc591e; /* orange */ 
	} 

#history h4  { 
	float: left; 
	width: auto; 
	padding: 0 20px 0 0; 
	} 

#samples h4  { 
	padding: 15px 0 0 0; 
	} 

ul#portfoliolist h4  { 
	padding: 0; 
	} 




/* << paragraphs >> */ 


p  { 
	margin: 0.7em 0 0 0; 
	padding: 0; 
	} 

#accessnav p  { 
	display: inline; 
	margin: 0; 
	padding: 0; 
	} 

#companyinfo p, 
#siteinfo p  { 
	float: left; 
	width: 100%; 
	padding: 0.1em 0; 
	text-align: center; 
	} 

p#quote  { 
	float: left; 
	width: 240px; 
	min-height: 180px; 
	margin: 0 0 15px 0; 
	padding: 30px 20px 10px 620px; 
	font-family: constantia, georgia, serif; 
	font-size: 120%; 
	line-height: 160%; 
	background: url(images/quote1.jpg) no-repeat 0 0;  
	} 

p#first  { 
	font-size: 110%; 
	line-height: 160%; 
	} 

#history p  { 
	margin: 20px 0; 
	} 

#samples p  { 
	margin: 0.4em 0 0 0; 
	padding: 0 0 0 20px; 
	} 

#samples p.seemore  { 
	margin: 0.4em 0 0 20px; 
	padding: 0 0 0 15px; 
	background: url(images/seemore.png) no-repeat 0 50%; 
	} 

#contactform p  { 
	padding: 0 0 0 10px; 
	} 

p#reqd  { 
	font-style: italic; 
	} 

body#testimonials #main ul li p  { 
	padding: 0 20px; 
	} 





/* << lists >> */ 


ul  { 
	margin: 0; 
	padding: 0 0 0 20px; 
	list-style: disc; 
	} 

ol  { 
	margin: 0; 
	padding: 0 0 0 20px; 
	} 

li  { 
	margin: 0; 
	padding: 0.5em 0 0 0; 
	} 

#accessnav ul  { 
	display: inline; 
	padding: 0 0 0 10px; 
	} 

#accessnav li  { 
	display: inline; 
	padding: 0 2px 0 0; 
	} 

#accessnav li#default  { 
	font-size: 100%; 
	} 

#accessnav li#large  { 
	font-size: 150%; 
	} 

#accessnav li#extra  { 
	font-size: 190%; 
	} 

ul#sectorintro  { 
	float: left; 
	width: 210px; 
	} 

#subnav ul, 
#sectornav ul, 
#readmore ul  { 
	float: left; 
	width: 190px; 
	padding: 0 10px 20px 20px; 
	background: url(images/subnav_bottom.gif) no-repeat 50% 100%; 
	list-style: none; 
	} 

ul#serviceslist  { 
	float: left; 
	width: 280px; 
	min-height: 200px; 
	padding: 0 600px 20px 0; 
	list-style: none; 
	background: url(images/roadpan.jpg) no-repeat 100% 0; 
	} 

ul#sectorslist  { 
	float: left; 
	width: 280px; 
	min-height: 200px; 
	padding: 0 600px 20px 0; 
	list-style: none; 
	background: url(images/schoolpan.jpg) no-repeat 100% 0; 
	} 

#detail ul  { 
	float: left; 
	width: 540px; 
	padding: 0 0 10px 20px; 
	} 

ul#portfoliolist  { 
	display: inline; 
	float: left; 
	width: 100%; 
	padding: 0; 
	text-align: center; 
	list-style: none; 
	} 

ul#portfoliolist li  { 
	display: inline; 
	float: left; 
	width: 250px; 
	margin: 0; 
	padding: 0 40px 20px 0; 
	} 

body#testimonials #main ul  { 
	float: left; 
	width: 410px; 
	list-style: none; 
	} 

body#testimonials #main ul#list2  { 
	float: right; 
	} 

body#testimonials #main ul li  { 
	margin: 20px 0 0 0; 
	padding: 0 0 20px 0; 
	background: #f5fafb url(images/quotesbottom.gif) no-repeat 0 100%; 
	} 

#siteinfo ul  { 
	display: inline; 
	float: left; 
	width: 100%; 
	text-align: center; 
	padding: 1em 0; 
	line-height: 140%; 
	} 

#siteinfo ul li  { 
	display: inline; 
	margin: 0; 
	padding: 0 1em; 
	} 

#companyinfo ul  { 
	display: inline; 
	float: left; 
	width: 100%; 
	text-align: center; 
	padding: 1em 0 1.5em 0; 
	line-height: 140%; 
	} 

#companyinfo ul li  { 
	display: inline; 
	margin: 0; 
	padding: 0 2em 0 0; 
	} 

#companyinfo ul li#vatno  { 
	padding: 0; 
	} 

dl  { 
	float: left; 
	width: auto; 
	margin: 0; 
	padding: 0 0 20px 0; 
	} 

dt  { 
	padding: 15px 0 5px 0; 
	font-size: 120%; 
	font-weight: normal; 
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif; 
	color: #dc591e; /* orange */ 
	} 

dd  { 
	padding: 0 0 0 1em; 
	} 

#companyinfo dl  { 
	width: 560px; 
	padding: 13px 0 10px 320px; 
	background: url(images/logo_small.gif) no-repeat 170px 7px; 
	} 

#companyinfo dt  { 
	float: left; 
	width: 50px; 
	margin: 0; 
	padding: 0; 
	text-align: right; 
	font-weight: bold; 
	font-size: 100%; 
	} 

#companyinfo dd  { 
	float: right; 
	width: 500px; 
	margin: 0; 
	padding: 0; 
	} 

body#contact #main dl  { 
	width: 330px; 
	} 

body#contact.cform #main dl  { 
	float: right; 
	width: 420px; 
	} 

/*
body#clients #main dl  { 
	width: 210px; 
	padding: 0 10px 20px 0; 
	} 
body#clients #main dl#design  { 
	padding: 0 20px 20px 0; 
	} 
body#clients #main dl#retail  { 
	padding: 0 0 20px 0; 
	} 
body#clients #main dt  { 
	padding: 10px 0; 
	} 
body#clients #main dd  { 
	padding: 0 0 0.3em 0; 
	} 
*/ 

body#clients #main dl, 
body#links #main dl  { 
	width: 280px; 
	height: 70px; /* N.B. add extra in XL stylesheets */ 
	margin: 5px 0 0 0; 
	padding: 0 0 0 150px; 
	} 

dl#bowmer  { 
	background: url(images/bowmer_logo.jpg) no-repeat 50px 15px; 
	} 

dl#buxton  { 
	background: url(images/buxton_logo.jpg) no-repeat 50px 15px; 
	} 

dl#kier  { 
	background: url(images/kier_logo.jpg) no-repeat 50px 15px; 
	} 

dl#durtnell  { 
	background: url(images/durtnell_logo.jpg) no-repeat 70px 15px; 
	} 

dl#barratt  { 
	background: url(images/barratt_logo.jpg) no-repeat 50px 10px; 
	} 

dl#mayflower  { 
	background: url(images/mayflower_logo.jpg) no-repeat 50px 15px; 
	} 

dl#heritage  { 
	background: url(images/heritage_logo.jpg) no-repeat 50px 15px; 
	} 

dl#taylorwimpey  { 
	background: url(images/taylorwimpey_logo.jpg) no-repeat 50px 15px; 
	} 

dl#valad  { 
	background: url(images/valad_logo.jpg) no-repeat 50px 15px; 
	} 

dl#ward  { 
	background: url(images/ward_logo.jpg) no-repeat 70px 15px; 
	} 

dl#charleschurch  { 
	background: url(images/charleschurch_logo.jpg) no-repeat 50px 15px; 
	} 

dl#escc  { 
	background: url(images/escc_logo.jpg) no-repeat 50px 15px; 
	} 

dl#bhcc  { 
	background: url(images/bhcc_logo.jpg) no-repeat 50px 15px; 
	} 

dl#morrisons  { 
	background: url(images/morrisons_logo.jpg) no-repeat 50px 15px; 
	} 

dl#brookfield  { 
	background: url(images/brookfield_logo.jpg) no-repeat 50px 15px; 
	} 

dl#sainsbury  { 
	background: url(images/sainsbury_logo.jpg) no-repeat 50px 15px; 
	} 

dl#mccareysimmonds  { 
	background: url(images/mccareysimmonds_logo.jpg) no-repeat 50px 15px; 
	} 

dl#gyouryself  { 
	background: url(images/gyouryself_logo.jpg) no-repeat 50px 15px; 
	} 

body#clients #main dd, 
body#links #main dd  { 
	padding: 0; 
	} 




/* << form >> */ 



form  { 
	float: left; 
	width: 380px; 
	margin: 0; 
	padding: 0 20px 20px 0; 
	border-right: 1px dotted #99aab0; 
	} 

form div  { 
	margin: 0.7em 0 0 0; 
	padding: 0 0 0 10px; 
	} 

form div#newsletter  { 
	margin: 0; 
	} 

fieldset  { 
	margin: 0 0 20px 0; 
	border: none; 
	} 

legend  { 
	font-size: 120%; 
	font-weight: normal; 
	color: #dc591e; /* orange */ 
	} 

label  { 
	float: left; 
	width: 10em; 
	} 

label.message  { 
	width: auto; 
	} 

label.interest  { 
	margin: 5px 0 0 0; 
	} 

span.required  { 
	color: #f00; 
	} 

#title span  { 
	padding: 0 20px 0 0; 
	} 

input  { 
	width: 220px; 
	} 

input.radio  { 
	width: auto; 
	margin: 0 1.5em 0 0.3em; 
	} 

input.submitform  { 
	width: auto; 
	margin: 5px 0 0 0; 
	padding: 0.2em 0.5em; 
	color: #f00; 
	font-weight: bold; 
	} 

input.submitform:hover  { 
	color: #dc591e; /* orange */ 
	cursor: pointer; 
	} 

textarea  { 
	width: 350px; 
	height: 100px; 
	margin-top: 5px; 
	} 

select  { 
	width: 220px; 
	margin: 5px 1px 0 1px; 
	color: #dc591e; /* orange */ 
	} 

option  { 
	padding: 0 2px; 
	} 

input.validation-failed, 
textarea.validation-failed  { 
	border: 1px solid #dc591e; 
	color: #dc591e; 
	} 

.validation-advice {
	margin: 5px 0; 
	padding: 5px 10px; 
	background-color: #fff; 
	color : #dc591e; /* orange */ 
	font-weight: bold; 
	} 





/* << minor, decorative elements >> */ 


img  { 
	float: left; 
	margin: 20px 0; 
	padding: 4px; 
    background: #f6f9f5; 
	border: 1px solid #99aab0; 
	} 

img#homeimage  { 
	margin: 0 0 20px 0; 
	padding: 0; 
	border: none; 
	} 

#map img  { 
	margin: 0; 
	background: none; 
	border: none; 
	} 

img#trampic  {
	float: right; 
	margin: 20px 5px 20px 0;
	}
	
.manager img  { 
	float: right; 
	margin: 5px 0 10px 15px; 
	} 

.miniexample img, 
ul#portfoliolist img  { 
	margin: 0; 
	border: none; 
	} 

body#preland .miniexample img  { 
	border: 1px solid #99aab0; 
	} 

.maxiexample img  { 
	margin: 10px 0 5px 0; 
	} 

em, 
.gta  { 
	font-weight: bold; 
	font-style: normal; 
	} 
 
blockquote  { 
	padding: 10px 0 0 0; 
	background: #f5fafb url(images/quotestop.gif) no-repeat 0 0; 
	} 

cite  { 
	font-style: italic; 
	} 

.quals  { 
	font-variant: small-caps; 
	} 

abbr, 
acronym  { 
	speak: spell-out; 
	border-bottom: 1px dotted #006585; /* text colour */ 
	cursor: help; 
	} 




/* SLIMBOX */ 




#lbOverlay {

	position: fixed;

	z-index: 9999;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-color: #000;

	cursor: pointer;

}



#lbCenter,
 #lbBottomContainer {

	position: absolute;

	z-index: 9999;

	overflow: hidden;

	background-color: #fff;

}



.lbLoading {

	background: #fff url(images/loading.gif) no-repeat center;

}



#lbImage {

	position: absolute;

	left: 0;

	top: 0;

	border: 10px solid #fff;

	background-repeat: no-repeat;

}



#lbPrevLink,
 #lbNextLink {

	display: block;

	position: absolute;

	top: 0;

	width: 50%;

	outline: none;

}



#lbPrevLink {

	left: 0;

}



#lbPrevLink:hover {

	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;

}



#lbNextLink {

	right: 0;

}



#lbNextLink:hover {

	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;

}

#lbBottom {

	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;

	font-size: 10px;

	color: #006585;  
	line-height: 1.4em;

	text-align: left;
	border: 10px solid #fff;

	border-top-style: none;

}



#lbCloseLink {

	display: block;

	float: right;

	width: 66px;

	height: 22px;

	background: transparent url(images/closelabel.gif) no-repeat center;

	margin: 5px 0;

	outline: none;

}



#lbCaption,
 #lbNumber {

	margin-right: 71px;

}



#lbCaption {

	font-weight: bold;

}
