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

#logoholder{
	height: 60px;
	width: 40px;
	float: right;
	position: relative;	
	}


#logo{
	height: 120px;
	width: 236px;
	float: left;
	color: #FFF;
}

#telephoneholder{
	float: left;
	width: 210px;
	margin-top: 40px;
	height: 68px;
}
	
#canvasholder{
	height: 500px;
	width: 100%;
	background-color: #933;
}

#portraitholder{
	height: 157px;
	width: 111px;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	position: absolute;
}

#container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#aboutholder{
	background-color: #FFF;
	width: 500px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	height: 561px;

	min-height: 200px;
}

#aboutusholder{
	background: #333333; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #333333 0%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 0%,#666666 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#666666',GradientType=0 ); /* IE6-8 */
	width: 185px;
	min-height: 534px;
	float: left;
	margin: 0px;
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
	height: 531px;
}


#interiorsholder{
	background: #98c1e5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYTVlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MWJlZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #98c1e5 0%, #8aafd0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98c1e5), color-stop(100%,#8aafd0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #98c1e5 0%,#8aafd0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #98c1e5 0%,#8aafd0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #98c1e5 0%,#8aafd0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #98c1e5 0%,#8aafd0 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c1e5', endColorstr='#8aafd0',GradientType=0 ); /* IE6-8 */
	width: 185px;
	min-height: 542px;
	height: auto;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
		height: 531px;
}



#constructionholder{
	background: #1e5799; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTE4ZTRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyYWI2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(top,  #1e5799 0%, #e18e4f 0%, #f2ab6d 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#e18e4f), color-stop(100%,#f2ab6d)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #1e5799 0%,#e18e4f 0%,#f2ab6d 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #1e5799 0%,#e18e4f 0%,#f2ab6d 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #1e5799 0%,#e18e4f 0%,#f2ab6d 100%); /* IE10+ */

background: linear-gradient(to bottom,  #1e5799 0%,#e18e4f 0%,#f2ab6d 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#f2ab6d',GradientType=0 ); /* IE6-8 */


	width: 185px;
	min-height: 542px;
	height: auto;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
			height: 531px;
}




#designholder{
	background: #fcc497; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYTVlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MWJlZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a6ccc5 0%, #94b7b1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6ccc5), color-stop(100%,#94b7b1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a6ccc5 0%,#94b7b1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a6ccc5 0%,#94b7b1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a6ccc5 0%,#94b7b1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a6ccc5 0%,#94b7b1 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ccc5', endColorstr='#94b7b1',GradientType=0 ); /* IE6-8 */
	width: 190px;
	min-height: 542px;
	height: auto;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
		height: 531px;
}


#consultancyholder{
	background: #d27e71; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYTVlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MWJlZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d27e71 0%, #a9665b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d27e71), color-stop(100%,#a9665b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d27e71 0%,#a9665b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d27e71 0%,#a9665b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d27e71 0%,#a9665b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d27e71 0%,#a9665b 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d27e71', endColorstr='#a9665b',GradientType=0 ); /* IE6-8 */
	width: 185px;
	min-height: 542px;
	height: auto;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
		height: 531px;
}




#areagallery{
	min-height: 563px;
	height: auto;
	width: 660px;
	background-color: #FFF;
	float: right;
}

#aboutgallery{
	min-height: 563px;
	height: auto;
	width: 660px;
	background-color: #FFF;
	float: right;
}


#peoplegallery{
	min-height: 563px;
	height: auto;
	width: 660px;
	background-color: #FFF;
	float: right;
}

#servicesgallery{
	min-height: 563px;
	height: auto;
	width: 660px;

	float: right;
}


#quotesgallery{
	min-height: 563px;
	height: auto;
	width: 660px;

	float: right;
}

#mapgallery{
	min-height: 574px;
	height: auto;
	width: 660px;
	background-color: #FFF;
	float: right;
}

#aboutgalleryimage{
	background-color: #FFF;
	float: right;
	height: 282px;
	width: 330px;
}

#galleryimage{
	background-color: #FFF;
	float: right;
	height: 187px;
	width: 220px;
}

#gallerypeople{
	background-color: #FFF;
	float: right;
	height: 281px;
	width: 330px;
}

#gallerypeople8{
	background-color: #FFF;
	float: right;
	height: 281px;
	width: 165px;
}


#gallerypeoplesmall{
	background-color: #000;
	float: right;
	height: 188px;
	width: 165px;
}

#header{
	width: 900px;
	background-color: #FFF;
	height: 120px;
	clear: both;
}

#navholder{
	float: left;
	width: 430px;
	margin-top: 73px;
	height: 45px;
}

#maincontent{
	background-color: #FFF;
	height: auto;
	width: 900px;
	min-height: 563px;
}

#maincontenthp{
	background-color: #FFF;
	height: auto;
	width: 900px;
	min-height: 563px;
	cursor: pointer;
}


#maincontent1{
	background-color: #F00;
	position: relative;
	width: 900px;
	z-index: 1000;
}




#footer{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 80px;
	position: relative;
}

#wrapper{
	min-height: 100%;
	width: 100%;
	overflow: hidden;
}


html, body{
	margin    : 0;
	padding   : 0;
	height    : 100%;
	border    : none;
	
}


body{
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #a1a0a5 0%, #7a7981 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #a1a0a5 0%, #7a7981 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #a1a0a5 0%, #7a7981 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a1a0a5), color-stop(1, #7a7981));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #a1a0a5 0%, #7a7981 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #a1a0a5 0%, #7a7981 100%);
	margin: 0px;
	padding: 0px;
	height: 100%;!important
	width: 100%;!important
	background-color: #7a7981;
	background-image: url(images/pattern.png);
	background-repeat: repeat;
	
	}
	
	
	#footercontent{}
	
	#footertextholder{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding: 0px;
	background-image: url(images/AIS.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 70px;
}
	
	
	
	
	p.nav{
	font-family: "Droid Sans", sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 200;
	color: #666;
	text-transform: lowercase;
}
	
	
	p.nav a:link{
	font-family: "Droid Sans", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 200;
	color: #666;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}

p.nav a:visited{
	font-family: "Droid Sans", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 200;
	color: #666;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}


p.nav a:hover{
	font-family: "Droid Sans", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 200;
	color: #333333;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}

p.nav a:active{
	font-family: "Droid Sans", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 200;
	color: #333333;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}
	
	
	p.footerlinks{
	font-family: 'Droid Sans', sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #666;	
}
p.footerlinks a:link{
	font-family: 'Droid Sans', sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #666;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}


.chosen {
	font-family: "Droid Sans", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.chosen a:link{
	font-family: "Droid Sans", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 200;
	color: #000000;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.chosen a:hover{
	font-family: "Droid Sans", sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 200;
	color: #333333;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}




a .first a:link{
	font-family: 'Droid Sans', sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #666;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}


a .first a:hover{
	font-family: 'Droid Sans', sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #666;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 0px;
	
}

p.footerlinks a:active{
		font-family: 'Droid Sans', sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #666;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	
}

p.footerlinks a:hover{
		font-family: 'Droid Sans', sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #900;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}


p.footerlinks a:visited{
		font-family: 'Droid Sans', sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #666;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

p.bodytext{
	font-family: 'Droid Sans', sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 400;
	color: #666;
}


p.bodytext a{
	font-family: 'Droid Sans', sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 400;
	color: #666;
	text-decoration:none;
}

p.bodytextarea{
	font-family: 'Droid Sans', sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #fff;
}

p.bodytextarea a{
	font-family: 'Droid Sans', sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #fff;
	text-decoration:none;
}

h1{
	font-family: 'Droid Sans', sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 400;
	color: #52a3d9;
}


h1.construction{
	font-family: 'Droid Sans', sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 400;
	color: #f8a05e;
}


h1.consultancy{
	font-family: 'Droid Sans', sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 400;
	color: #bd2e38;
}

h1.design{
	font-family: 'Droid Sans', sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: 400;
	color: #6bb3a6;
}



h1.tel{
	font-family: "Droid Sans", sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: 400;
	color: #98c1e5;
	line-height: 25pt;
		padding-bottom:15px;
	margin:0;

}



h1.tel a{
	font-family: "Droid Sans", sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: 400;
	color: #98c1e5;
	line-height: 25pt;
	text-decoration: none;
		padding-bottom:15px;
	margin:0;

}


h1.email{
	font-family: "Droid Sans", sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: 400;
	color: #d27e71;
	line-height: 20pt;
	padding-top:0px;
	margin:0;

}



h1.email a{
	font-family: "Droid Sans", sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: 400;
	color: #d27e71;
	line-height: 20pt;
	text-decoration: none;
		padding-top:0px;
	margin:0;

}


h1.area{
	font-family: 'Droid Sans', sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: 400;
	color: #fff;
}

h2{	font-family: 'Droid Sans', sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #666;}


h3{
	font-family: 'Droid Sans', sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #52a3d9;
}


h3.construction{
	font-family: 'Droid Sans', sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #f8a05e;
}


h3.consultancy{
font-family: 'Droid Sans', sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #bd2e38;
}

h3.design{
	font-family: 'Droid Sans', sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: 400;
	color: #6bb3a6;
}
