@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #E1F0DB;
}
#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00533F;
	text-align: left;
} 
#containerleaf {
	width: 962px;
	margin: 0 auto;
	text-align: left;
	background-attachment: scroll;
	background-image: url(../img/bg_leaf_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
} 
#containerMain {
	width: 960px;
	background: #FFFFFF url(../img/bg_homepage.jpg) no-repeat scroll right bottom;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00533F;
	text-align: left;
	height: 796px;
}
#containerContact {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00533F;
	text-align: left;
	height: 740px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../img/bg_leaf_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#containerAboutus {
	width: 960px;
	background: #FFFFFF url(../img/bg_tree.jpg) no-repeat scroll right top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00533F;
	text-align: left;
}
#containerServices {
	width: 960px;
	background: no-repeat scroll right bottom;
	margin: 0 auto;
	text-align: left;
	height: 750px;
	border: 1px solid #00533F;
}
#containerConsulting {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00533F;
	text-align: left;
	background-attachment: scroll;
	background-image: url(../img/bg_log.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header {
	padding: 0 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 285px;
	padding: 15px 0px 15px 25px;
	height: 580px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 25px bottom;
}
#accredlogoshomepage {
	margin-top: 405px;
	float: left;
}

#sidebarAboutus {
	float: left; /* since this element is floated, a width must be given */
	width: 460px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#sidebarContact {
	float: left; /* since this element is floated, a width must be given */
	width: 500px;
	padding: 15px 0px 15px 25px;
}
#sidebarConsulting {
	float: left; /* since this element is floated, a width must be given */
	width: 313px;
	padding: 0px 0px 15px;
	height: 510px;
}
.sidebarNavigation {
	background-color: #a7dd8b;
	height: 35px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 30px;
}
.sidebarNavigationDouble {
	background-color: #a7dd8b;
	height: 40px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 30px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005440;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #00533F;
	list-style-type: disc;
}

.maintextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #005440;
}

.sidebarLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005440;
	text-decoration: none;
	margin-top: 10px;
}
.sidebarLink:hover {
	color: #FFFFFF;
	text-decoration: none;

}
#addressFrontPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #005440;
	text-align: center;
	float: right;
	width: 640px;
	margin-top: 550px;
}
#addressFrontPage a {
	color: #005440;
	text-decoration: none;
}
#addressFrontPage a:hover {
	color: #DEEDD8;
}


#mainContent {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
 	float: left;
} 
#contactContent {
	padding: 0 20px;
	float: right;
	margin-top: 65px;
	width: 320px;
} 
.contentLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #85BE74;
}
.contentLink:hover {
	color: #005440;
}
#aboutusContent {
	padding: 0 20px;
	float: right;
	background-color: #00533F;
	width: 363px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 390px;
}
#servicesContent2 {
	margin: 170px 0 0 30px;
	float: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	width: 580px;
} 
#servicesContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 0px 0px 70px;
	float: left;
	width: 818px;
	height: 420px;
} 
#ConsultingHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005440;
	height: 60px;
	line-height: 60px;
	text-align: left;
	text-indent: 30px;
}

.servicesText {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 230px;
	text-align: center;
	padding-top: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
}
.servicesbuttonContainer {
	height: 50px;
	padding-left: 60px;
	padding-top: 20px;
}


#contractingbox {
	background-attachment: scroll;
	background-color: #a7dd8b;
	background-image: url(../img/smallpic01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 394px;
	height: 400px;
	float: left;
}
#consultingbox {
	background-color: #a7dd8b;
	background-attachment: scroll;
	background-image: url(../img/smallpic02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
	width: 394px;
	float: left;
	margin-left: 30px;
}


#footer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00533F;
	border-bottom-color: #00533F;
	border-left-color: #00533F;
	height: 85px;
	background-color: #FFFFFF;
} 
#logocontainer {
	height: 135px;
	width: 385px;
	float: left;
}
#telnocontainer {
	height: 55px;
	width: 300px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #005440;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	padding-top: 55px;
	padding-bottom: 20px;
}
.pleasecall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005440;
}

#telnocontainerAboutuspage {
	height: 55px;
	width: 160px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #005440;
	font-weight: bold;
	text-align: right;
	padding-top: 80px;
	padding-left: 6px;
}
.servicesbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	width: 130px;
	background-color: #005440;
	height: 40px;
	line-height: 40px;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}
.servicesText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.servicesText a:hover {
	color: #005440;
}
.servicesbutton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.servicesbutton a:hover {
	color: #A7DD8B;
}

.greenTextMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005440;
}

#navigationcontainer {
	background-color: #005440;
	height: 38px;
	width: 960px;
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
}
.navbox {
	float: right;
	width: 134px;
	height: 38px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
	line-height: 38px;
}
.navbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navbox a:hover {
	background-color: #a7dd8b;
	display: block;
	width: 134px;
	height: 38px;
}

#footer p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00533F;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#tradelogos {
	float: left;
	margin-top: 10px;
}
#accredlogos {
	padding-top: 10px;
	padding-left: 10px;
	float: right;
	width: 258px;
	padding-right: 10px;
}
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005440;
	font-weight: bold;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8DC07B;
}

