/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** ------------ SITE CSS STARTS HERE --------------- **/
@font-face {
	font-family: Helvetica-Black;
	src: url('fonts/helvetica_black.ttf'),
	url('fonts/helvetica_black.eot');
	font-weight: bold;
}
@font-face {
	font-family: Helvetica-Regular;
	src: url('fonts/4864.ttf');
	font-weight: normal;
}
body {
	background: #FFF;
	font-family: Helvetica-Regular, sans-serif;
}
html, body {
	height: 100%
}
.main-page-wrapper {
	min-height: 100%;
  	margin-bottom: -95px; 
}
.main-page-wrapper:after {
	content: "";
  	display: block;
}
#footer, .main-page-wrapper:after {
  /* .push must be the same height as footer */
  height: 95px; 
}
/** HEADER **/
#header {
	color: #FFF;
}
#header-content {
	width: 964px;
	margin: 0 auto;
}
#logo {
/*
	float: left;*/
padding-bottom: 3px;
display: inline-block;
vertical-align: top;
}
#header-contact {
	float: right;
	text-align: center;
	color: #73b652;
	font-size: 16px;
	margin: 58px 1px 0;
	font-weight: bold;
	display: inline-block;
}
#header-contact h1 {
	display: block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	margin-right: 14px;
	margin-bottom: 5px;
}
#header-nav {
/*	clear: left;*/
	background: rgba(42,152,164,1);
	background: -moz-linear-gradient(top, rgba(42,152,164,1) 0%, rgba(38,141,152,1) 51%, rgba(35,130,140,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(42,152,164,1)), color-stop(51%, rgba(38,141,152,1)), color-stop(100%, rgba(35,130,140,1)));
	background: -webkit-linear-gradient(top, rgba(42,152,164,1) 0%, rgba(38,141,152,1) 51%, rgba(35,130,140,1) 100%);
	background: -o-linear-gradient(top, rgba(42,152,164,1) 0%, rgba(38,141,152,1) 51%, rgba(35,130,140,1) 100%);
	background: -ms-linear-gradient(top, rgba(42,152,164,1) 0%, rgba(38,141,152,1) 51%, rgba(35,130,140,1) 100%);
	background: linear-gradient(to bottom, rgba(42,152,164,1) 0%, rgba(38,141,152,1) 51%, rgba(35,130,140,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a98a4', endColorstr='#23828c', GradientType=0 );
	height: 56px;
	border-top: 1px solid #5FB1BB;
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.6);
	-moz-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.6);
	box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.6);
	position: relative;
	z-index: 9999;
}
#header-nav-wrapper {
	max-width: 1024px;
	margin: 0 auto;
}
#header-nav-wrapper ul {
	display: table-row;
}
#header-nav-wrapper ul li {
	display: inline-block;
	text-align: center;
	padding: 0 25px 0 24px;
	padding: 0 9px;
	border-right: 2px solid #3eb5b5;
	height: 56px;
	position: relative;
	float: left;
}
#header-nav-wrapper ul li:hover .sub-nav {
	display: block;
}
#header-nav-wrapper ul li .sub-nav {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.50);
	position: absolute;
	width: 346px;
	top: 56px;
	left: -1px;
	background: #5d9443; /* Old browsers */
	background: -moz-linear-gradient(top,  #5d9443 0%, #78bf56 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d9443), color-stop(100%,#78bf56)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5d9443 0%,#78bf56 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5d9443 0%,#78bf56 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5d9443 0%,#78bf56 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5d9443 0%,#78bf56 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d9443', endColorstr='#78bf56',GradientType=0 ); /* IE6-9 */
	display: none;
}
#header-nav-wrapper ul li .sub-nav .sub-links:hover {
	background: #2996a3;
}
#header-nav-wrapper ul li .sub-nav .sub-links {
	text-align: left;
	padding-left: 10px;
}
#header-nav-wrapper ul li .sub-nav .sub-links a {
	color: #fff;
	display: block;
	line-height: 37px;
	font-size: 18px;
	font-family: myriad pro;
	padding: 0px;
	text-transform: none;
}
#header-nav-wrapper ul li:first-child {
	border-left: 2px solid #3eb5b5;
}	
#header-nav-wrapper ul li a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
/*	font-size: 18px;*/
	font-weight: normal;
	font-family: Helvetica-Regular, sans-serif;
	padding: 20px 0;
	display: inline-block;
}
#header-nav-wrapper ul li:hover {
	background: #71b551; /* Old browsers */
	background: -moz-linear-gradient(top,  #71b551 0%, #5e9544 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71b551), color-stop(100%,#5e9544)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #71b551 0%,#5e9544 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #71b551 0%,#5e9544 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #71b551 0%,#5e9544 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #71b551 0%,#5e9544 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b551', endColorstr='#5e9544',GradientType=0 ); /* IE6-9 */
}
#search {
margin: 15px 5px 0 10px;
display: inline-block;
vertical-align: top;
}
.services-page
#search input[type=text] {
	width: 200px !important;
}
#search input[type=text] {
	color: #999;
	background-color: #FFF;
	max-width: 182px;
	height: 24px;
	border-radius: 3px 0 0 3px;
	border: none;
	font-size: 15px;
	padding: 0 9px;
	line-height: 24px;
	-webkit-box-shadow: -1px 0px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: -1px 0px 5px 0px rgba(153,153,153,1);
	box-shadow: -1px 0px 5px 0px rgba(153,153,153,1);
}
#search input[type=submit] {
	background: url(images/search-icon-15x15.png) no-repeat center center #639D48;
	width: 33px;
	height: 24px;
	border-radius: 0 3px 3px 0;
	margin-left: -5px;
	vertical-align: top;
	border: 1px outset;
	-webkit-box-shadow: 2px 1px 5px 0px rgba(85,85,85,1);
	-moz-box-shadow: 2px 1px 5px 0px rgba(85,85,85,1);
	box-shadow: 2px 1px 5px 0px rgba(85,85,85,1);
} 
/** MAIN CONTENT **/
#content {
	width: 1024px;
	margin: 0 auto;
}
/*#content #content-wrapper #homepage-content-main */
.certification-container .certification-left {
	display: inline-block;
	vertical-align: top;
	width: 650px;
}
.certification-container .certification-left .certification-logo-container {
	margin-top: 20px;
}
.certification-container .certification-left .certification-logo-container > img {
	display: inline-block;
	vertical-align: top;
}
/*#content #content-wrapper #homepage-content-main */
.certification-container a.link-to-contactus {
	text-decoration: none;
	float: right;
	padding: 10px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	background: #39b9c9;
	background: -moz-linear-gradient(top, #39b9c9 0%, #30a3b1 40%, #258792 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39b9c9), color-stop(40%,#30a3b1), color-stop(100%,#258792));
	background: -webkit-linear-gradient(top, #39b9c9 0%,#30a3b1 40%,#258792 100%);
	background: -o-linear-gradient(top, #39b9c9 0%,#30a3b1 40%,#258792 100%);
	background: -ms-linear-gradient(top, #39b9c9 0%,#30a3b1 40%,#258792 100%);
	background: linear-gradient(to bottom, #39b9c9 0%,#30a3b1 40%,#258792 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9c9', endColorstr='#258792',GradientType=0 );
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	margin-top: 16px;
	border-radius: 10px;
}
/*#content #content-wrapper #homepage-content-main */
.certification-container {
	position: relative;
	overflow: hidden;
	width: 66%;
	background: #71b551; /* Old browsers */
	background: -moz-linear-gradient(top,  #71b551 0%, #5e9544 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71b551), color-stop(100%,#5e9544)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #71b551 0%,#5e9544 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #71b551 0%,#5e9544 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #71b551 0%,#5e9544 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #71b551 0%,#5e9544 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b551', endColorstr='#5e9544',GradientType=0 ); /* IE6-9 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 31px 20px;
	margin: 33px auto 12px;
}
/*#content #content-wrapper #homepage-content-main */
.certification-container h1 {
	font-size: 17px;
	font-weight: bolder;
	margin-bottom: 13px;
}
/*#content #content-wrapper #homepage-content-main */
.certification-container span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 3px;
}
/** HOMEPAGE **/
#slider {
	height: 390px !important;
	width: 1024px;
	margin-bottom: 15px !important;
}
#content-wrapper {
/*	clear: left;*/
	padding: 0 31px 10px 31px;
/*	float: left;*/
	margin-left: 6px;
}
#content-top {
	width: 964px;
}
#testimonial {
	font-family: Arial, Helvetica, sans-serif;
	color: #73B652;
	font-size: 24px;
	line-height: 29px;
/*	float: left;*/
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.client-name {
	display: block;
	float: right;
	font-size: 18px;
	margin-right: 10px;
}
#gotomeeting-button {
/*	float: right;*/
	margin: 5px 0 0;
	display: block;
	text-align: right;
/*	display: inline-block;*/
/*	vertical-align: top;*/
}
#homepage-content-main {
/*	clear: left;
	float: left;*/
	margin-top: 11px;
}
.home-box-wrapper {
	width: 306px;
	height: 280px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(136,136,136,1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(136,136,136,1);
	box-shadow: 0px 3px 3px 0px rgba(136,136,136,1);
	border-radius: 13px;
	background: #FDFDFD;
/*	float: left;*/
	display: inline-block;
	margin-bottom: 16px;
	vertical-align: top;
}
#homepage-content-main .home-box-wrapper:nth-child(3n+2) {
	margin: 0 12px;
}
/*.home-box-wrapper:nth-child(3n+3) {
	margin-right: 0;
}*/
.home-box-top {
	background: rgba(241,240,240,1);
	background: -moz-linear-gradient(top, rgba(241,240,240,1) 0%, rgba(236,235,235,1) 51%, rgba(230,229,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,240,240,1)), color-stop(51%, rgba(236,235,235,1)), color-stop(100%, rgba(230,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(241,240,240,1) 0%, rgba(236,235,235,1) 51%, rgba(230,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(241,240,240,1) 0%, rgba(236,235,235,1) 51%, rgba(230,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(241,240,240,1) 0%, rgba(236,235,235,1) 51%, rgba(230,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(241,240,240,1) 0%, rgba(236,235,235,1) 51%, rgba(230,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0f0', endColorstr='#e6e5e5', GradientType=0 );
	border-bottom: 2px solid #7E7E7E;
	height: 76px;
	padding: 19px 0 0 6px;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-o-border-top-left-radius:10px;
	border-top-left-radius:10px
	-webkit-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-o-border-top-right-radius:10px;
	border-top-right-radius:10px
}
.home-box-icon {
	float: left;
	margin-right: 6px;
}
.home-box-title {
	font-size: 18px;
	color: #73B652;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-top: 10px;
	word-spacing: -3px;
}
.blue-title {
	color: #258692;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	line-height: 25px;
	word-spacing: 0;
}	
.home-box-content {
	height: 102px;
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 7px 12px;
	line-height: 15px;
}
.home-box-bottom {
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 1%, #cfcfcf 50%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d3d3d3), color-stop(50%,#cfcfcf), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 1%,#cfcfcf 50%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 1%,#cfcfcf 50%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 1%,#cfcfcf 50%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d3d3d3 1%,#cfcfcf 50%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	height: 69px;
	border-radius: 0 0 13px 13px;
	text-align: center;
}
.home-box-link {
	background: #39b9c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #39b9c9 0%, #30a3b1 40%, #258792 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39b9c9), color-stop(40%,#30a3b1), color-stop(100%,#258792)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #39b9c9 0%,#30a3b1 40%,#258792 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #39b9c9 0%,#30a3b1 40%,#258792 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #39b9c9 0%,#30a3b1 40%,#258792 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #39b9c9 0%,#30a3b1 40%,#258792 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9c9', endColorstr='#258792',GradientType=0 ); /* IE6-9 */
	border-radius: 13px;
	color: #FFF;
	height: 53px;
	text-align: center;
	text-decoration: none;
	line-height: 49px;
	display: inline-block;
	padding: 0 34px;
	margin-top: 8px;
	font-size: 18px;
	color: #fff !important;
}
/** CONTENT PAGES **/
#content-main {
	display: inline-block;
	width: 565px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 32px 17px 0 -5px;
}
#content-main h1 {
	font-family: Helvetica-Black;
	font-size: 34px;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	line-height: 43px;
	background: #5B9041;
	border-radius: 14px;
	padding: 0 21px;
}
#content-main h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #2A97A5;
}
#content-main a {
	text-decoration: none;
	color: #2A97A5;
}
/** SIDEBAR **/
/** CONTENT FOOTER **/
#content-footer {
	clear: left;
}
/** FOOTER **/
#footer {
	clear: left;
}
#footer-main {
		background: #74b953; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #74b953 1%, #65a048 41%, #5f9644 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#74b953), color-stop(41%,#65a048), color-stop(100%,#5f9644)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #74b953 1%,#65a048 41%,#5f9644 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #74b953 1%,#65a048 41%,#5f9644 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #74b953 1%,#65a048 41%,#5f9644 100%); /* IE10+ */
	background: linear-gradient(135deg,  #74b953 1%,#65a048 41%,#5f9644 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b953', endColorstr='#5f9644',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: 66px;
}
#footer-main-wrapper {
	width: 965px;
	margin: 0 auto;
	text-align: center;
	padding: 13px 0;
}
#footer-nav {
/*	float: left;
	width: 650px;
	margin-top: 11px;*/
	width: 669px;
	margin-top: 11px;
	display: inline-block;
	vertical-align: top;
}
#footer-nav ul li {
/*	float: left;
	border-left: 2px solid #FFF;
	height: 22px;
	padding: 0 9px 0 10px;*/
	border-left: 2px solid #FFF;
	height: 22px;
	padding: 0 0 0 5px;
	display: inline-block;
	vertical-align: top;
}
#footer-nav ul li:first-child {
	border-left: none;
}
#footer-nav ul li a {
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 22px;
}
#footer-social-media {
/*	float: left;
	width: 70px;
	margin-top: 11px;*/
	width: 70px;
	margin-top: 11px;
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
}
#footer-contact {
/*	float: right;
	text-align: right;
	color: #FFF;
	font-size: 18px;
	margin-right: 2px;*/
	text-align: right;
	color: #FFF;
	font-size: 18px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}
#footer-contact h1 {
	font-size: 24px;
	font-family: Helvetica-Black;
	display: block;
}
	
#footer-desc {
	background: #24848f;
}
#footer-desc-wrapper {
	font-family: Helvetica-Regular, sans-serif;
	font-size: 16px;
	width: 1024px;
	margin: 0 auto;
	line-height: 29px;
	color: #FFF;
	text-align: center;
}
/*CONTENT PAGE - SERVICES PAGE*/
#content-wrapper {
}
#content-wrapper #content-main .caption {
  position: relative;
  width: 100%;
  height: 115px;
}
#content-wrapper #content-main .caption img {
	position: absolute;
	z-index: 9;
}
#content-wrapper #content-main .caption h3 {
	background: #5b9142;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	position: absolute;
	top: 43px;
	left: 117px;
	font-size: 20px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px; 
}
#content-wrapper #content-main .main-content {
  margin-top: 26px;
}
#content-wrapper .main-content .article {
	margin-bottom: 20px;
}
#content-wrapper .main-content .article h2 {
  color: #2a98a5;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 18px;
  margin-bottom: 13px;  
}
#content-wrapper .main-content .article p {
	font-family: arial;
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 20px;
}
#content-wrapper .main-content .article p > span.phone-number {
	font-size: 12px;
}
#content-wrapper .services-main-content .article p {
	font-family: arial;
	font-size: 14px;
	margin-bottom: 16px;
	line-height: 20px;	
}
#content-wrapper .services-main-content .article p > span {
	color: #0097A4;	
}
#content-wrapper .services-main-content .article h3 {
	color: #0097A4;
	margin-bottom: 10px;
}
#content-wrapper .services-main-content .article .services-list {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 10px;
}
#content-wrapper .services-main-content .article .services-list > li {
}
#content-wrapper .services-main-content .article .services-list > li:before {
	content: "■ ";
	color: #4F9236;
}
#content-wrapper .clients .article p {
	font-family: arial;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 20px;	
}
#content-wrapper .main-content .article .article-list {
	list-style: none;
	margin-left: 30px;
	margin-bottom: 20px;
}
#content-wrapper .main-content .article .article-list li {
	margin-bottom: 10px;
	font-size: 14px;
}
#content-wrapper .main-content .article .article-list li:before {
	content: "• ";
    color: #5b9142;
}
#content-wrapper #content-main .sociable {
	margin-top: 23px;
	padding-bottom: 32px;
	border-bottom: 2px dotted #CBCBCB;
}
#content-wrapper #content-main .sociable span {
	display: inline-block;
	font-family: arial;
	font-size: 16px;
	color: #333333;
	margin-right: 10px;
}
#content-wrapper #content-main .sociable a {
	display: inline-block;
	width: 19px;
	height:19px;
	background: url(images/sociable.png) no-repeat;
	margin-right: 5px;
}
#content-wrapper #content-main .sociable a.ico-twitter{
	background-position: -22px;	
}
#content-wrapper #content-main .sociable a.ico-facebook{
	background-position: 0px;	
}
#content-wrapper #content-main .sociable a.ico-linkin{
	background-position: -45px;
}
/*SIDEBAR*/
#sidebar {
	display: inline-block;
	margin-top: 69px;
	vertical-align: top;
}
#sidebar .sidebar-button-box {
	background: #f1f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f0f0 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f0f0), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f0f0 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f0f0 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f0f0 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1f0f0 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f0f0', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	height: 70px;
	margin-bottom: 15px;
	padding: 10px;
	-moz-box-shadow: 0px 3px 5px #000000;
	-webkit-box-shadow: 0px 3px 5px #000000;
	box-shadow: 0px 3px 5px #000000;
	display: block;
	cursor: pointer;
	text-decoration: none !important; 
}
#sidebar .sidebar-button-box .sidebar-button-title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	color: #73B652;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
#sidebar .sidebar-button-box .sidebar-button-icon {
	display: inline-block;
	vertical-align: top;
}
#sidebar .sidebar-button-box .sidebar-button-icon img {
	width: 50px;
	margin-top: 10px;
}
#sidebar .sidebar-button-box .sidebar-button-title h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #258793;	
}
#sidebar .message {
	width: 354px;
	color: #5b9142;
	margin-top: 130px;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar .message p {
}
#sidebar .message span {
	display: block;
	text-align: right;
	margin-top: 15px;
}
.lower-page-container {
	margin: 0 auto;
	width: 944px;
	margin-bottom: 20px;
}
.lower-page-container .list h2 {
	color: #5b9142;
	margin-bottom: 10px;
	font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
	font-weight: bolder;
	font-size: 24px;	
}
.lower-page-container .list ul {
	font-size: 14px;
	list-style-image: url(images/list-image.png);
	display: inline-block;
	vertical-align: top;
	width: 280px;
	margin-right: 8px;
}
.lower-page-container .list ul li {
	
	margin-bottom: 10px;
}
#content-wrapper #content-main .contact-form {
	padding: 20px 10px;
}
#content-wrapper #content-main .contact-form form {
}
#content-wrapper #content-main .contact-form form > div {
	display: block;
	margin-bottom: 10px;
}
#content-wrapper #content-main .contact-form form > div > span {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	padding: 20px 0 0 0;
}
#content-wrapper #content-main .contact-form input[type=text],
#content-wrapper #content-main .contact-form input[type=email],
#content-wrapper #content-main .contact-form textarea {
	border: 1px solid #cecece;
	padding: 10px;
	width: 422px;
	resize: none;
	font-family: arial;
}
#content-wrapper #content-main .contact-form input[type=submit],
#content-wrapper #content-main .contact-form input[type=reset] {
	background: #639D48;
	color: #fff;
	padding: 10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #639D48;
	cursor: pointer;
}
#content-wrapper #content-main .contact-form .form_commands {
	float: right;
}
#content-wrapper #content-main .languages-container {
	padding: 10px 0;
	margin-bottom: 10px;
}
#content-wrapper #content-main .languages-container h3 {
	margin: 10px 0;
}
#content-wrapper #content-main .languages-container ul {
	display: inline-block;
	vertical-align: top;
	width: 440px;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#content-wrapper .careers-main-content form p {
	margin-bottom: 20px;
}
#content-wrapper .careers-main-content form > p > input.submit-career,
#content-wrapper .careers-main-content .contact-form form input.upload {
	background: #639D48;
	width: 100px;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	margin-left: -5px;
	color: #fff;
	vertical-align: middle;
	border: 1px solid transparent;
	cursor: pointer;
}
#content-wrapper .contact-form form span.filename {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
}
#content-wrapper .careers-main-content form p input[type=text],
#content-wrapper .careers-main-content form p input[type=email],
#content-wrapper .careers-main-content form p textarea {
	padding: 5px;
	width: 100%;
	border: 1px solid #CBCBCB;
}
#content-wrapper .careers-main-content form p textarea {
	resize:none;
	height: 200px;
	font-family: arial;
}
#content-wrapper .languanges-main-content p {
	margin-bottom: 0px !important;
}
#content-wrapper .languanges-main-content2 p {
	margin-bottom: 16px !important;
}
.lower-page-container .bottom-quote {
	color:#73b652; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:18px; 
	line-height: 23px;
}
#content-wrapper .main-content .client_list > .client-list-item {
/*	display: inline-block;
	vertical-align: top;*/
	width: 280px;
	margin-bottom: 5px;
	font-size: 14px;
}
#content-wrapper .main-content .client_list > .client-list-item span {
	display: block;
	margin-bottom: 10px;
}
#content-wrapper .main-content .client_list > .client-list-item img {
}
.newfont li
{
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.newfont li:before {
	content: "• ";
	color: #5b9142;
}