@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: #B6691A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-bottom: 6px;
	margin-top: 0px;
	padding-top: 0px;
}
h2 {
	color: #000000;
	padding-bottom: 0px;
	padding-top: 0px;
}

p {
	font-size:0.9em;
}
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 */
}
a:visited {
	color: #FFFFFF;
	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: 640px;
	background: #FFFFFF;
	margin: 0 auto;
}
/* ~~ 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;
}
#topdark {
	height: 15px;
	background: rgba(153,153,153,1);
	width: 100%;
}

#logo {
	width: 590px;
	float: left;
	height: 220px;
	margin-top: 0px;
	margin-left: 0px;
}
.topLogo {
	display: block;
	float: right;
	height: auto;
	width: 26%;
	margin-right: 0px;
	margin-left: 6px;
	margin-top: 60px;
}
.topLogosvg {
	display: block;
	float: right;
	height: auto;
	width: 26%;
	margin-right: 0px;
	margin-left: 6px;
	margin-top: 30px;
}
#bottomPage{
	background: #82CCD0;
}

#contentBack {
	height: 90px;
	width: 590px;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
	color: #F1C130;
	border-style: none;
}
#contentBack p {
	color: #6d6d6d;
	padding-top: 30px;
	width: 585px;
}
#contentExtra {
	height: auto;
	width: 97%;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #F1C130;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
#contentExtra p {
	width: 96%;
	color: #000000;
	padding-top: 6px;
}
.contentContact section p {
	color: #FFFFFF;
	font-weight: bolder;
	text-transform: none;
}
.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: 309px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	overflow: hidden;
	margin: 70px 5px 10px;
	color: rgba(255,255,255,1);
	clear: left;
	float: left;
}
.container .content section p {
	padding-top: 0px;

}


.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: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.contentRightc {
	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;
}
.contentRightc img {
	display: block;
	height: auto;
	width: auto;
	margin-top: 50px;
	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: 97%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.contentContact {
	width: 99%;
	float: left;
	border-radius: 5px 0px 0px 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	/* [disabled]background-color: #8C8C8C; */
	font-size: 1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.contentRightgreen img {
	display: block;
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}
.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;
	background: rgb(140,140,140);
}
.container .contentRight img {
	height: auto;
	width: 97%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
}



.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;
}
.contentRighta img {
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 50px;
}
.contentRightcontact {
	width: 99%;
	float: left;
	/* [disabled]background-color: #8C8C8C; */
	border-radius: 0px;
	height: auto;
	color: rgba(255,255,255,1);
	padding-top: 10px;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contentRightmultiple img {
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 25px;
	padding-top: 50px;
}

.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;
}
.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: 97%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	margin-top: 25px;
}
.contentRightcms img {
	display: block;
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	margin-top: 25px;
}

.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;
}
.contentRightdlogo {
	width: 49%;
	float: left;
	background: #8C8C8C;
	border-radius: 0px 5px 0px 0px;
	height: 309px;
	margin-top: 4px;
}
.contentRightdlogo img {
	display: block;
	height: auto;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
.contentRightpc {
	width: 49%;
	float: left;
	background: #8C8C8C url(../../wwwroot/images/responsive_pc_laptop_back.jpg) no-repeat center;
	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;
}


.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: 10px;
}
.contentRightpc img {
	display: block;
	height: auto;
	width: 97%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
.contentRightbtablet img {
	display: block;
	margin-top: 40px;
	height: auto;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.contentRightcontact #ContactForm {
	padding-left: 10px;
}
.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;
}

/* ~~ 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: 590px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-style: none;
	clear: left;
}

/* ~~ The footer ~~ */
footer {
	clear: left; /* this clear property forces the .container to understand where the columns end and contain them */
	height: 30px;
	-moz-border-top-color: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
	border-radius: 0px 0px 0px 0px;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	width: 100%;
	position: relative;
	z-index: 100;
	bottom: 0px;
}
#vision p {
	color: rgba(51,51,51,1);
	padding-top: 5px;
}
#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);
	height: 190px;
	width: 100px;
	border-radius: 0px 0px 0px 5px;
	transition-timing-function: ease-in;
	font-size: 0.8em;
	margin-left: 5px;
}
.navHome a:hover {
	background: rgb(237,7,19);
	border-radius: 0px 0px 0px 5px;
}
.navServices {
	background: #64C4B8;
	height: 190px;
	width: 100px;
	font-size: 0.8em;
}
.navServices a:hover {
	background: #7ACBC1;
}
.navProjects {
	background: rgb(182,105,26);
	height: 190px;
	width: 100px;
	font-size: 0.8em;
}
.navProjects a:hover {
	background: rgb(223,130,36);
}
.navContact {
	background: #8C8C8C;
	height: 190px;
	width: 100px;
	border-radius: 0px 0px 5px 0px;
	font-size: 0.8em;
}
.navContact a:hover {
	background: #959595;
	border-radius: 0px 0px 5px 0px;
}
ul {
	padding:0;
	margin:0;
}
nav ul {
	list-style: none;
	font-weight: bold;
	font-size:1em;
	color: #FFF;
}
nav ul li {
	float: left;
	color: #FFF;
	text-decoration: none;
}
nav ul a {
	display: block;
	width: 100px;
	padding: 160px 0px 0px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px none #618A37;
	margin: 0px;
	height: 30px;
}
a:hover {
	text-decoration: underline;
}
nav a:hover{
	text-decoration: none;
}
.ecoListing {
	font-size: 1em;
	color: rgba(248,245,245,1);
	list-style-type: none;
	margin-left: 15px;
	color: rgba(0,0,0,1);
	padding-left: 15px;
	margin-right: 4px;
}
.contactSustain {
	text-align: center;
	display: block;
	color: rgba(0,0,0,0.74);
}
.contactSustain a {
	color: #3000FC;
}
.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: 68%;
	height: auto;
	font-size: 13px;
	padding-bottom: 6px;
	border: thin dashed #2700B3;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 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;
}
.clientBox {
	width: 96%;
	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;
	margin-left: 8px;
	margin-right: 8px;
}
.textScript {
	font-family: alexa-std, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
}
