@charset "utf-8";
body {
	margin: 0 auto;
	padding: 0;
	color: rgb(0,0,0);
	border-radius: 10px;
	font-family: open-sans, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	font-style: normal;
	font-weight: 300;
}
.footerWhite {
	color: #fff;
	padding-top: 15px;
}
	.telNumbers ul li {
	display: inline;
	padding-right: 10px;
	padding-bottom: 10px;
		}
.textHighlight{
	font-weight:bold;
}
#containerMain a:link {
	color:#000;
	}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
#topdark {
	height: 10px;
	background: rgb(66,174,160);
	width: 100%;
	border-top: 4px none rgba(154,6,10,1);
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-color: rgba(154,6,10,1);
	border-left-color: rgba(154,6,10,1);
	border-bottom: 4px solid rgba(154,6,10,1);
	color: #FFFFFF;
	font-size: .9em;
}

#topdarkservices {
	height: 10px;
	background: rgb(66,174,160);
	width: 100%;
	border-top: 4px none rgba(100,196,184,1);
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-color: rgba(100,196,184,1);
	border-left-color: rgba(100,196,184,1);
	border-bottom: 4px solid rgba(100,196,184,1);
}

#topdarkprojects {
	height: 10px;
	width: 100%;
	border-top: 4px none #B66919;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-color: #B66919;
	border-left-color: #B66919;
	border-bottom: 4px solid #B66919;
	background-color: rgb(154,5,11);
}
#topdarkcontact {
	height: 10px;
	background: rgb(66,174,160);
	width: 100%;
	border-top: 4px none #8C8C8C;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-color: #8C8C8C;
	border-left-color: #8C8C8C;
	border-bottom: 4px solid #8C8C8C;
}
#bottomPage{
	width: 100%;
	height: 15px;
	background: #82CCD0;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 930px;
	margin: 0 auto;
	background-color: rgba(255,255,255,1.00);	
}
#logo {
	width: 930px;
	background: rgba(255,255,255,.7);
	float: left;
	height: 220px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
}
.topLogo {
	display: block;
	float: right;
	height: auto;
	width: 30%;
	margin-right: 12px;
	margin-left: 6px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
}
.topLogosvg {
	display: block;
	float: right;
	height: auto;
	width: 30%;
	margin-right: 12px;
	margin-left: 6px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
	padding-top: 4px;
	color: #000000;
}
h1 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 2;
	padding-top: 6px;
	padding-bottom: 0px;
	font-weight: lighter;
	text-align: left;
}
h2 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-top: 6px;
	padding-bottom: 0px;
	font-weight: lighter;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000000; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	height: 190px;
	margin-right: auto;
	margin-left: auto;
}

#topPage {
	background: #40A5AA;
	width: 100%;
	height: 15px;
}

/* ~~ The footer ~~ */
footer {
	bottom: 0;
	height: auto;
	width: 100%;
	color: rgba(255,255,255,1);
	text-align: center;
	font-size: 1em;
	clear: left;
	position: relative;
	z-index: 100;
	padding-top: 4px;
	float: left;
	padding-bottom: 15px;
	background-color: #455652;
}
.telNumbers {
	font-weight: bold;
	list-style: none;
	display: inline;
	float: none;
	margin-left: 10px;
	font-size: 0.9em;
	margin-top: 5px;
}
.telNumbers a:link{
	color: #fff;
	list-style-type: none;
}
.telNumbers a:visited{
	color: #fff;
	list-style-type: none;
}
.footSocial {
	margin-right: 10px;
	margin-left: 3px;
	padding-right: 3px;
	padding-left: 3px;
	list-style: none;
	float: center;
	clear: none;
	display: inline;
	margin-top: 5px;
}
#contentExtra {
	height: auto;
	width: 100%;
	margin-top: 9px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000000;
	clear: both;
	float: left;
	margin-bottom: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #9A060A;
	border-bottom-color: #9A060A;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
}
#contentExtra p {
	width: 96%;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
body footer address {
	text-align: center;
}
body footer img {
	margin-top: 0px;
	padding-top: 0px;
}
.contentNews {
	height: auto;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.content {
	color: rgba(0,0,0,1);
	width: 49%;
	float: left;
	border-top-color: rgb(100, 123, 118);
	border-radius: 5px 0px 0px 0px;
	border-style: none;
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);
	height: 309px;
	padding-right: 0;
	padding-left: 0;
	clear: left;
	overflow: hidden;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 0px;
	margin-top: 4px;
	background-color: rgb(204,204,204);
}
.contentGreen {
	width: 49%;
	float: left;
	border-top-color: rgba(0,166,81,1.00);
	border-radius: 5px 0px 0px 0px;
	border-style: none;
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);
	background-color: #6FEEA2;
	height: 309px;
	padding-right: 0;
	padding-left: 0;
	clear: left;
	overflow: hidden;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 0px;
	margin-top: 4px;
}
.contentb {
	width: 49%;
	float: left;
	border-top-color: rgb(100, 123, 118);
	border-radius: 5px 0px 0px 0px;
	border-style: none;
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);



	background: ;
	height: 309px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 4px;
	overflow: hidden;
	margin-right: 4px;
	margin-left: 4px;
	background-color: rgb(204,204,204);
}
.contentc {
	width: 49%;
	float: left;
	border-top-color: rgb(100, 123, 118);
	border-radius: 5px 0px 0px 0px;
	border-style: none;
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);
	height: 309px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 4px;
	overflow: hidden;
	margin-right: 4px;
	margin-left: 4px;
	background-color: #CCCCCC;
}
.contentd {
	width: 49%;
	float: left;
	border-top-color: rgb(100, 123, 118);
	border-radius: 5px 0px 0px 0px;
	border-style: none;
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);
	height: 309px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 10px;
	background-color: rgba(204,204,204,1);
}
.contentthanks{
	width: 97%;
	border-top-color: rgb(100, 123, 118);
	border-radius: 5px 0px 0px 0px;
	border-style: none;
	border-right-color: rgba(255,255,255,1);
	border-bottom-color: rgba(255,255,255,1);
	border-left-color: rgba(255,255,255,1);
	background: #8C8C8C;
	height: 260px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
	color: rgba(255,255,255,1);
	clear: left;
	float: left;
	margin-top: 70px;
	margin-bottom: 10px;
}
.container .content section p {
	padding-top: 0px;
	/* [disabled]padding-bottom: 0px; */
}
.container .content section h1 {
	padding-top: 10px;
}
.contentRight {
	width: 49%;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #8C8C8C;
	border-right: 4px none #8C8C8C;
	border-bottom: medium none #8C8C8C;
	border-left: medium none #8C8C8C;
	float: left;
	margin-top: 4px;
	background-color: rgba(140,140,140,1.00);
}
.container .contentRight img {
	height: auto;
	width: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
	border-radius: 0px;
}
.contentRightgreen {
	width: 49%;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #8C8C8C;
	border-right: 4px none #8C8C8C;
	border-bottom: medium none #8C8C8C;
	border-left: medium none #8C8C8C;
	float: left;
	background-color: #108841;
	margin-top: 4px;
}
.contentRightgreen img {
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}
.contentRightmultiple {
	width: 49%;
	float: left;
	background: #8C8C8C;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #CCCC00;
	border-right: 4px none #CCCC00;
	border-bottom: medium none #CCCC00;
	border-left: medium none #CCCC00;
	margin-top: 4px;
}
.contentRightmultiple img {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 5px;
}
.contentRighta {
	width: 49%;
	float: left;
	background: #8C8C8C;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #CCCC00;
	border-right: 4px none #CCCC00;
	border-bottom: medium none #CCCC00;
	border-left: medium none #CCCC00;
	margin-top: 4px;
}
.contentRighta img {
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 20px;
}
.contentRightb {
	width: 49%;
	float: left;
	background: #64C4B8;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #64C4B8;
	border-right: 4px none #64C4B8;
	border-bottom: medium none #64C4B8;
	border-left: medium none #64C4B8;
	margin-top: 4px;
}
.contentRightb img {
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.contentRightc {
	width: 49%;
	float: left;
	background-color: #B66919;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #88CC00;
	border-right: 4px none #88CC00;
	border-bottom: medium none #88CC00;
	border-left: medium none #88CC00;
	margin-top: 4px;
}
.contentRightc img {
	display: block;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.contentRightd {
	width: 49%;
	float: left;
	background: #8C8C8C;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #8C8C8C;
	border-right: 4px none #8C8C8C;
	border-bottom: medium none #8C8C8C;
	border-left: medium none #8C8C8C;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contentRightd img {
	display: block;
	height: auto;
	width: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.contentRighte {
	width: 424px;
	float: left;
	background: #8C8C8C;
	border-radius: 0px 5px 0px 0px;
	height: 316px;
	border-top: medium solid #8C8C8C;
	border-right: 4px solid #8C8C8C;
	border-bottom: medium none #8C8C8C;
	border-left: medium none #8C8C8C;
}
.contentContact {
	width: 49%;
	float: left;
	border-radius: 5px 0px 0px 0px;
	height: 360px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	border: medium none #CCCCCC;
	background-color: #CCCCCC;
	text-transform: none;
	font-size: 1.1em;
	color: rgba(255,255,255,1);
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 4px;
}
.contentRightcontact {
	width: 49%;
	float: left;
	border-radius: 0px 5px 0px 0px;
	height: 360px;
	color: rgba(255,255,255,1);
	overflow: hidden;
	border: medium none rgb(100, 123, 118);
	background-color: #CCCCCC;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.contentRightpc {
	width: 49%;
	float: left;
	background: #8C8C8C;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #CCCC00;
	border-right: 4px none #CCCC00;
	border-bottom: medium none #CCCC00;
	border-left: medium none #CCCC00;
	margin-top: 4px;
}
.contentRightbtablet {
	width: 49%;
	float: left;
	background: #64C4B8;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #64C4B8;
	border-right: 4px none #64C4B8;
	border-bottom: medium none #64C4B8;
	border-left: medium none #64C4B8;
	margin-top: 4px;
}
.contentRightpc img {
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.contentRightbtablet img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	height: auto;
	width: auto;
}
.contentRightdsmart {
	width: 49%;
	float: left;
	background: #8C8C8C;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #8C8C8C;
	border-right: 4px none #8C8C8C;
	border-bottom: medium none #8C8C8C;
	border-left: medium none #8C8C8C;
	margin-top: 4px;
}
.contentRightdsmart img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	height: auto;
	width: auto;
}
.contentRightbseo {
	width: 49%;
	float: left;
	background: #64C4B8;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #64C4B8;
	border-right: 4px none #64C4B8;
	border-bottom: medium none #64C4B8;
	border-left: medium none #64C4B8;
	margin-top: 10px;
}
.contentRightbseo img {
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}
.contentRightcms {
	width: 49%;
	float: left;
	background: #B66919;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #88CC00;
	border-right: 4px none #88CC00;
	border-bottom: medium none #88CC00;
	border-left: medium none #88CC00;
	margin-top: 4px;
}
.contentRightcms img {
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}
.contentRightdlogo {
	width: 49%;
	float: left;
	background: #8C8C8C;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	border-top: medium none #8C8C8C;
	border-right: 4px none #8C8C8C;
	border-bottom: medium none #8C8C8C;
	border-left: medium none #8C8C8C;
	margin-top: 4px;
}
.contentRightdlogo img {
	display: block;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}
.sidebar1 {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding-bottom: 10px;
}
.imageRight {
	float: right;
	padding-left: 10px;
}
.imageLeft {
	float: left;
	padding-right: 10px;
}

aside {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding: 10px 0;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
#vision {
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgb(0,0,0);
	clear: left;
	background-color: rgba(255,255,255,.8);
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #9A060A;
	border-right-color: #9A060A;
	border-bottom-color: #9A060A;
	border-left-color: #9A060A;
}
a:hover {
	text-decoration: underline;
}
nav a:hover{
	text-decoration: none;
}
nav a:link {
	color:#fff;
	}
#visionNew {
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgb(0,0,0);
	clear: left;
	background-color: rgba(255,255,255,.8);
	border: thin none #64C4B8;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
}
#vision p {
	color: rgb(51,51,51);
	padding-top: 2px;
}
#vision p a {
	color: rgba(0,17,255,1.00);
}

.sitemap {
	font-size: 0.4em;
	text-decoration: none;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}
.navHome {
	background: rgb(204,204,0);
	height: 190px;
	width: 100px;
	border-radius: 0px 0px 0px 6px;
	font-size: 1em;
	margin-left: 5px;
	background: rgba(154,6,10,1);
	-webkit-box-shadow: 1px 1px 6px #000000;
	box-shadow: 1px 1px 6px #000000;
	margin-top: 0px;
}
.navHome a:hover {
	background: rgb(215,9,14) repeat;
	border-radius: 0px 0px 0px 6px;
}
.navAbout {
	background: rgb(204,204,0);
	height: 190px;
	width: 120px;
	border-radius: 0px;
	transition-timing-function: ease-in;
	font-size: 1em;
	-webkit-box-shadow: 7px 4px;
	background: rgb(100, 123, 118);
	margin: 0px;
	padding: 0px;
}
.navAbout a:hover {
	background: rgb(215,9,14) repeat;
}
.navServices {
	background: rgb(100, 123, 118);
	height: 190px;
	width: 100px;
	font-size: 1em;
	-webkit-box-shadow: 0px 1px 6px #000000;
	box-shadow: 0px 1px 6px #000000;
}
.navServices a:hover {
	background: rgb(132,208,199);
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.navProjects {
	background: rgba(154,6,10,1);
	height: 190px;
	width: 100px;
	font-size: 1em;
	-webkit-box-shadow: 0 1px 6px #000000;
	box-shadow: 0 1px 6px #000000;
}
.navProjects a:hover {
	background: rgb(211,120,29);
}
.navContact {
	background: rgb(100, 123, 118);
	height: 190px;
	width: 100px;
	border-radius: 0px 0px 6px 0px;
	font-size: 1em;
	-webkit-box-shadow: 0px 1px 6px rgba(0,0,0,1.00);
	box-shadow: 0px 1px 6px rgba(0,0,0,1.00);
}
#contentExtra p a {
}

.navContact a:hover {
	background: rgb(149,149,149);
	border-radius: 0px 0px 6px 0px;
}
.ecoListing {
	font-size: 1em;
	list-style-type: disc;
	margin-left: 30px;
	color: rgba(0,0,0,1);
	padding-left: 14px;
	padding-right: 13px;
}
.tabListing {
	font-size: 1em;
	list-style-type: none;
	margin-left: 30px;
	color: rgba(0,0,0,1.00);
	padding-left: 14px;
	padding-right: 13px;
}
ul {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
nav ul {
	list-style: none;
	font-size: 1em;
	color: #FFF;
}
nav ul li {
	float: left;
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	font-weight:bold;

}
nav ul a:visited {
	color:#fff;
}

nav ul a {
	display: block;
	width:100%;
	padding: 160px 0px 0px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	border: 1px none #618A37;
	margin: 0px;
	height: 30px;
}
#contentExtra p a {
	color: rgba(0,17,255,1.00);
}
#contentBack p a {
	color: rgba(51,51,51,1);
	text-decoration: underline;
}

img {
	max-width:100%;
}
ie6 img {
	width:100%
}
.minwidth {
	min-width: 100%;
	max-width: 100%;
	height: 140px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-style: none;

}
td input {
	border-style: none;
	margin-left: -1px;
	background: rgb(249,249,249);
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.2em;
}


td #Name {
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-style: none;
}

td #email {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

td #tel {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
.rightForm {
	text-align: right;
	width: 30px;
}
#contactCentre {
	display: block;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#responsiveExtra {
	clear: both;
	float: left;
	height: 40px;
	width: 100%;
}
#contactCentre form table {
	width: 90%;
	margin-top: 10px;
}
.container .contentslider {
	float: left;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.highlightText {
	font-size: 1.2em;
	font-weight: bold;
	color: rgb(154,6,10);
}
.container #vision p {
	/* [disabled]padding-bottom: 0px; */
	/* [disabled]padding-top: 0px; */
}
.contactSustain {
	text-align: left;
	display: block;
	color: rgba(255,255,255,0.74);
	background-color: #CCCCCC;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	/* [disabled]padding-bottom: 37px; */
	margin-bottom: 27px;
}
.homeHeading {
	color: #B66919;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: bold;
	/* [disabled]white-space: pre-line; */
	padding-bottom: 1px;
	padding-top: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.homeIntro {
	font-size: 1.4em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* [disabled]margin-bottom: 0px; */
	/* [disabled]padding-bottom: 0px; */
}
.container #visionpc {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	position: relative;
	background-color: #64C5B8;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.greenHeader {
	font-size: 1.4em;
	color: #108841;
	font-weight: bold;
	position: relative;
}
.headingMain {
	color: #9A050A;
}
#contentExtra h3 {
	color: #000000;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.promoList {
	height: auto;
	width: 30%;
	min-width: 0px;
	position: relative;
	float: left;
	display: block;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.promoList p {
	color: #BE090C;
}
.promoList h3 {
	font-size: 1.1em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666666;
}
.promoPrice {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.3em;
	color: #B66919;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 8px;
	position: relative;
	display: block;
	background-color: #FFFFFF;
	/* [disabled]border-top-left-radius: 6px; */
	/* [disabled]border-top-right-radius: 6px; */
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.promoWords {
	font-family: lobster-two;
	font-size: 1.3em;
	font-style: normal;
	font-weight: 400;
}
.promoPrice img {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 98%;
}
.searchHeadings {
	position: relative;
	float: left;
	display: block;
	font-family: Arial, sans-serif;
	width: 43%;
	height: auto;
	font-size: 13px;
	/* [disabled]padding-bottom: 6px; */
	border: thin dashed #2700B3;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 6px;
	/* [disabled]padding-top: 6px; */
}
.searchHeadings .searchTop {
	color: #0600D5;
	font-family: Arial, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
}
.searchHeadings .searchAddress {
	font-size: 11px;
	margin-bottom: 0px;
}
.searchHeadings .searchText {
	font-size: 13px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.searchWrap {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	clear: both;
}
.searchHeadings .searchTop a {
	color: #1200D7;
	text-decoration: none;
}
.textScript {
	font-family: alexa-std, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
}
.clientBox {
	width: 98%;
	height: auto;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 35px;
	margin-top: 10px;
	border: thin solid #8C8C8C;
	padding-top: 6px;
	padding-bottom: 3px;
	background-color: #D1D0D0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.clientBox img {
	float: right;
	padding-left: 4px;
	position: relative;
	width: auto;
	height: auto;
	padding-right: 10px;
}
.textScriptlarge {
	font-size: 2em;
	font-family: alexa-std, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	/* [disabled]margin-top: 0px; */
}
.imageRound {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.contentRightgreen p a {
	color: #FFFFFF;
	text-decoration: underline;
}
.blackHeading {
	color: rgba(0,0,0,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 2em;
	/* [disabled]padding-left: 15px; */
	display: block;
	text-align: center;
}
.smallbizHead {
	color: rgba(0,15,153,1.00);
	font-weight: bolder;
}
.smallbizUnordered {
	list-style-image: none;
	list-style-type: none;
	margin-left: 15px;
	color: rgba(0,15,153,1.00);
}
.profileLeft {
	float: left;
	position: relative;
	width: auto;
	height: auto;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: left;
}
a:focus {
  outline: 3px solid red;
}
:focus-visible  {
  outline: 3px solid var(--focus-red);
}

a:focus-visible {
  background-color: var(--focus-red);
}
