@charset "utf-8";
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. */
}
h1 {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: lighter;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 0px;
	font-size: 1em;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

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;
	/* [disabled]-webkit-box-shadow: 0px 2px 5px #ABABAB; */
	/* [disabled]box-shadow: 0px 2px 5px #ABABAB; */
}
/* ~~ 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 */
}
a:visited {
	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;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 96%;
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
}
#logo {
	width: 100%;
	height: auto;
	margin: 4px 0px;
	clear: left;
	padding: 0px;
	float: none;
	position: relative;
	display: block;
}
.topLogo {
	display: block;
	height: auto;
	width: 60%;
	clear: both;
	position: relative;
	float: none;
	margin: 4px auto 0px;
}
.topLogosvg {
	width: 60%;
	clear: both;
	position: relative;
	float: none;
	margin: 0% auto;
	padding: 0px;
	display: block;
	height: auto;
}
.firstLetter
{
	background: rgb(154,5,11);
	display: block;
	margin: 0px 1% 1% 0px;
	padding: 3% 6%;
	float: left;
	height: auto;
	width: auto;
	text-align: center;
	color: rgb(255,255,255);
	}
.secondLetter{
	background: rgb(182,105,25);
	text-align: center;
	display: block;
	margin: 0px 0px 1%;
	padding: 3% 6%;
	float: left;
	height: auto;
	width: auto;
	color: rgb(255,255,255);
}
.thirdLetter{
	text-align: center;
	display: block;
	clear: left;
	float: left;
	height: auto;
	width: auto;
	background: rgb(154,5,11);
	color: rgb(255,255,255);
	margin: 0px 1% 4px 0px;
	padding: 3% 8%;
}
.fourthLetter{
	color: rgb(255,255,255);
	background: rgb(182,105,25);
	text-align: left;
	display: block;
	margin: 0px 0px 4px;
	padding: 3% 6%;
	float: left;
	height: auto;
	width: auto;
	clear: right;
}

#topPage {
	background: #40A5AA;
	width: 100%;
	height: 15px;
}
#bottomPage{
	width: 97%;
	height: 15px;
	background: #82CCD0;
	clear: left;
	margin-right: 5px;
	margin-left: 5px;
	display: none;
}

#contentExtra {
	height: auto;
	width: 97%;
	color: #F1C130;
	clear: both;
	float: left;
	padding-top: 10px;
	padding-bottom: 6px;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
}
#contentExtra p {
	width: 90%;
	color: #000000;
	padding-top: 6px;
}

.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: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
	margin: 70px 5px 10px;
	color: rgba(255,255,255,1);
	clear: left;
	float: left;
}
.content {
	width: 100%;
	float: left;
	border-radius: 6px 6px 0px 0px;
	height: auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-color: rgb(204,204,204);
}
.content p {
	color: rgba(0,0,0,1);
	}
.contentGreen {
	width: 100%;
	float: left;
	/* [disabled]border-bottom-left-radius: 6px; */
	/* [disabled]border-bottom-right-radius: 6px; */
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	background-color: #6FEEA2;
	height: auto;
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	margin: 10px 0px;
}
.contentb {
	width: 100%;
	float: left;
	border-top-color: rgb(100, 123, 118);
	border-radius: 6px 6px 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: rgba(204,204,204,1);
	;
	height: auto;
	overflow: hidden;
	padding: 10px 0;
	clear: both;
	margin: 10px 0px;
}
.contentc {
	width: 100%;
	float: left;
	border-top-color: rgb(100, 123, 118);
	border-radius: 6px 6px 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: auto;
	overflow: hidden;
	padding: 10px 0;
	clear: both;
	margin: 10px 0px;
	background-color: rgb(204,204,204);
}
.contentd {
	width: 100%;
	float: left;
	border-top-color: rgb(100, 123, 118);
	border-radius: 0px 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: auto;
	overflow: hidden;
	padding: 10px 0;
	clear: both;
	margin: 10px 0px;
}
.contentRightd a img {
	border-top: thin solid #90BCD9;
	border-right: thin none #90BCD9;
	border-bottom: thin none #90BCD9;
	border-left: thin none #90BCD9;
}

.container .content section p {

}

.contentRight {
	float: none;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	clear: both;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	height: auto;
	width: 100%;
	background: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentRight a{ color:#0000FF;
}
.contentRightgreen img {
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}	
.contentRight img {
	height: auto;
	width: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	padding-top: 7px;
	border-top-left-radius: 0px;
}
.contentRightgreen {
	float: none;
	border-radius: 0px 0px 0px 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	clear: both;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	height: auto;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #108841;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentRighta {
	width: 100%;
	float: none;
	border-radius: 0px 5px 0px 0px;
	height: auto;
	border-top: medium none #CCCC00;
	border-right: 4px none #CCCC00;
	border-bottom: medium none #CCCC00;
	border-left: medium none #CCCC00;
	margin-right: 0px;
	display: block;
	background-color: #8C8C8C;
	margin-left: 0px;
	clear: both;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentRightb {
	width: 100%;
	float: none;
	background-position: 5px;
	border-radius: 0px 0px 0px 0px;
	height: auto;
	border-top: medium none #64C4B8;
	border-right: 4px none #64C4B8;
	border-bottom: medium none #64C4B8;
	border-left: medium none #64C4B8;
	margin-top: 10px;
	display: block;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
	background-color: rgba(100,197,184,1.00);
}
.contentRightc {
	width: 100%;
	float: none;
	background-position: 5px;
	border-radius: 0px 0px 0px 0px;
	height: auto;
	border-top: medium none #88CC00;
	border-right: 4px none #88CC00;
	border-bottom: medium none #88CC00;
	border-left: medium none #88CC00;
	margin-top: 10px;
	display: block;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
	background-color: rgba(154,5,11,1);
}
.contentRightd {
	width: 100%;
	float: none;
	border-radius: 0px 0px 0px 0px;
	height: auto;
	margin-top: 10px;
	display: block;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	background: rgb(255,255,255);
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentRighte {
	width: 100%;
	float: none;
	background: #8C8C8C;
	border-radius: 0px 0px 0px 0px;
	height: auto;
	border-top: medium none #8C8C8C;
	border-right: 4px none #8C8C8C;
	border-bottom: medium none #8C8C8C;
	border-left: medium none #8C8C8C;
	display: block;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentContact {
	width: 100%;
	float: left;
	border-radius: 6px 6px 0px 0px;
	height: auto;
	border: 1px none #8C8C8C;
	/* [disabled]background-color: #8C8C8C; */
	margin-right: 0px;
	margin-left: 0px;
	clear: left;
	font-size: 1em;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
}
.contentRightcontact {
	width: 100%;
	float: left;
	/* [disabled]background-color: #8C8C8C; */
	border-radius: 6px 6px 0px 0px;
	height: auto;
	border-top: medium none #8C8C8C;
	border-right: 4px none #8C8C8C;
	border-bottom: medium none #8C8C8C;
	border-left: medium none #8C8C8C;
	color: rgba(255,255,255,1);
	clear: left;
	padding-bottom: 5px;
	margin: 10px 0px;
	overflow: hidden;
}

.contentRightmultiple {
	width: 100%;
	float: none;
	border-radius: 0px 5px 0px 0px;
	height: auto;
	border-top: medium none #CCCC00;
	border-right: 4px none #CCCC00;
	border-bottom: medium none #CCCC00;
	border-left: medium none #CCCC00;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background: #FFFFFF;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentRightmultiple img {
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 7px;
}
.contentRightpc {
	width: 100%;
	float: none;
	background-color: #8C8C8C;
	border-radius: 0px 5px 0px 0px;
	height: auto;
	border-top: medium none #CCCC00;
	border-right: 4px none #CCCC00;
	border-bottom: medium none #CCCC00;
	border-left: medium none #CCCC00;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentRightbtablet {
	width: 100%;
	float: none;
	background-color: #64C4B8;
	border-radius: 0px 5px 0px 0px;
	height: auto;
	border-top: medium none #64C4B8;
	border-right: 4px none #64C4B8;
	border-bottom: medium none #64C4B8;
	border-left: medium none #64C4B8;
	margin-top: 10px;
	display: block;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentRightbtablet img {
	display: block;
	margin-top: 10px;
	height: auto;
	width: auto
%;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
.contentRightdsmart {
	width: 100%;
	float: none;
	background-color: #8C8C8C;
	border-radius: 0px 5px 0px 0px;
	height: 316px;
	border-top: medium none #8C8C8C;
	border-right: 4px none #8C8C8C;
	border-bottom: medium none #8C8C8C;
	border-left: medium none #8C8C8C;
	margin-top: 10px;
	display: block;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentRightbseo {
	width: 100%;
	float: none;
	background: #FFFFFF;
	border-radius: 0px 5px 0px 0px;
	height: auto;
	border-top: medium none #64C4B8;
	border-right: 4px none #64C4B8;
	border-bottom: medium none #64C4B8;
	border-left: medium none #64C4B8;
	margin-top: 10px;
	display: block;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentRightbseo img {
	display: block;
	height: auto;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 7px;
}
.contentRightplatform {
	width: 100%;
	float: left;
	background: #CCCC00 url(../../wwwroot/images/platforms_tablet.jpg) no-repeat 5px;
	border-radius: 0px 5px 0px 0px;
	height: auto;
	border-top: medium solid #CCCC00;
	border-right: 4px solid #CCCC00;
	border-bottom: medium none #CCCC00;
	border-left: medium none #CCCC00;
	display: none;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentRightcms {
	width: 100%;
	float: none;
	background: #FFFFFF;
	border-radius: 0px 5px 0px 0px;
	height: auto;
	border-top: medium none #88CC00;
	border-right: 4px none #88CC00;
	border-bottom: medium none #88CC00;
	border-left: medium none #88CC00;
	margin-top: 10px;
	display: block;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentRightcms img {
	display: block;
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}
.contentRightdlogo {
	width: 100%;
	float: none;
	background: #FFFFFF;
	border-radius: 0px 5px 0px 0px;
	height: auto;
	border-top: medium none #8C8C8C;
	border-right: 4px none #8C8C8C;
	border-bottom: medium none #8C8C8C;
	border-left: medium none #8C8C8C;
	margin-top: 10px;
	display: block;
	clear: both;
	margin-right: 0px;
	margin-left: 0px;
	-webkit-box-shadow: 2px 2px 10px #6C6C6C;
	box-shadow: 2px 2px 10px #6C6C6C;
}
.contentRightdlogo img {
	display: block;
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}
/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/
.sidebar1 {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding-bottom: 10px;
}
.imageRight {
	float: right;
	padding-left: 10px;
}
.imageLeft {
	float: left;
	padding-right: 10px;
	display: none;
}

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

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
#vision {
	height: auto;
	width: 100%;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#vision p {
	color: rgba(0,0,0,1.00);
	padding-top: 0px;
	font-size: 1em;
	padding-bottom: 0px;
}
p {
	font-size: .9em;
}

#vision p a {
	/* [disabled]color: rgba(102,102,102,1); */
	/* [disabled]text-decoration: underline; */
}

.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;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}
.navHome {
	background: rgb(154,5,11);
	min-height: 40px;
	max-height: 40px;
	width: 48%;
	max-width: 100%;
	border-radius: 6px 6px 0px 0px;
	font-size: 1em;
	padding-top: 0px;
	height: 30px;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	letter-spacing: 0.2em;
	-webkit-box-shadow: 2px 2px 2px #ABABAB;
	box-shadow: 2px 2px 2px #ABABAB;
}
.navHome a:hover {
	background: #DE0712;
	border-radius: 6px 6px 0px 0px;
}
.navServices {
	background: rgb(37, 96, 89);
	height: 40px;
	min-height: 40px;
	width: 48%;
	font-size: 1em;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	letter-spacing: 0.2em;
	-webkit-box-shadow: 2px 2px 2px #ABABAB;
	box-shadow: 2px 2px 2px #ABABAB;
}
.navServices a:hover {
	background: rgb(37, 96, 89);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.navProjects {
	background: rgb(154,5,11) no-repeat;
	height: 40px;
	min-height: 40px;
	width: 48%;
	font-size: 1em;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	margin-top: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	letter-spacing: 0.2em;
	-webkit-box-shadow: 2px 2px 2px #ABABAB;
	box-shadow: 2px 2px 2px #ABABAB;
}
.navProjects a:hover {
	background: rgb(225,131,36);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.navContact {
	background: rgb(37, 96, 89) no-repeat;
	height: 40px;
	min-height: 40px;
	width: 48%;
	border-radius: 6px 6px 0px 0px;
	font-size: 1em;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	margin-top: 6px;
	letter-spacing: 0.2em;
	-webkit-box-shadow: 2px 2px 2px #ABABAB;
	box-shadow: 2px 2px 2px #ABABAB;
}
.navContact a:hover {
	background: #959595;
	border-radius: 6px 6px 0px 0px;
}
.ecoListing {
	font-size: 1em;
	color: rgba(248,245,245,0.00);
	list-style-type: disc;
	margin-left: 15px;
	color: rgba(0,0,0,1);
	padding-left: 15px;
	margin-right: 4px;
}
ul {
	padding: 0;
	margin-top: 14px;
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 14px;
	list-style-type: none;
}
nav ul {
	list-style: none;
	font-weight: normal;
	font-size: 1em;
	color: #FFF;
	margin-top: 8px;
}
nav ul li {
	float: none;
	color: #FFF;
	text-decoration: none;
}
nav ul a {
	display: block;
	width:100%;
	text-align:center;
	text-decoration: none;
	color: #fff;
	height: 30px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px;
	padding: 10px 0px 0px;
}
a:hover {
	text-decoration: underline;
}
nav a:hover{
	text-decoration: none;
}
#contentExtra p a {
	color: rgba(0,0,255,1);
}
#contentBack p a {
	color: rgba(51,51,51,1);
	text-decoration: underline;
}


/* ~~ The footer ~~ */
footer {
	clear: left; /* this clear property forces the .container to understand where the columns end and contain them */
	height: auto;
	-moz-border-top-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	border-radius: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	position: relative;
	float: left;
}
.telNumbers {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footSocial {
	text-align: center;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}

.form-html {

max-width: 290px;

width: 280px;}

.form-label-top {

max-width: 280px;}

.form-all{

max-width:300px;}

#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;
	display: none;
}
#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);
	display: none;
}

#topdarkprojects {
	height: 10px;
	background: rgb(66,174,160);
	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;
	display: none;
}
#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;
	display: none;
}

.highlightText {
	font-size: 1em;
	font-weight: bold;
	color: rgb(182,105,25);
}
.contactSustain {
	text-align: center;
	display: block;
	color: rgba(0,0,0,0.74);
}
.contactSustain a {
	color: #3000FC;
}
.promoList {
	height: auto;
	width: 98%;
	min-width: 0px;
	position: relative;
	float: left;
	display: block;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.promoList p {
	color: #BE090C;
}
.promoList h3 {
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #666666;
}
.promoPrice {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.2em;
	color: #9A050A;
}
.searchHeadings {
	position: relative;
	float: left;
	display: block;
	font-family: Arial, sans-serif;
	width: 90%;
	height: auto;
	font-size: 13px;
	padding-bottom: 6px;
	border: thin dashed #2700B3;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 6px;
	padding-top: 6px;
}
.searchHeadings .searchTop {
	color: #0600D5;
	font-family: Arial, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	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;
}
.textScript {
	font-family: alexa-std;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
}
.textScriptlarge {
	font-size: 2em;
	font-family: alexa-std, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	/* [disabled]margin-top: 0px; */
}
.clientBox {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	float: left;
	margin-bottom: 35px;
	margin-top: 10px;
	border: thin solid #8C8C8C;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #D1D0D0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.clientBox img {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: none;
}
.contentRightgreen p a {
	color: #F7F7F7;
}
.textScript {
	font-family: alexa-std, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
}
.profileLeft {
	float: none;
	position: relative;
	width: auto;
	height: auto;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: left;
	margin-left: auto;
	margin-right: auto;
}
nav {
	width: auto;
	height: auto;
	display: block;
	position: relative;
}
