hr {
	border: 0;
	background-color: #dedede;
	height: 1px;
}

#client-login {
	width: 400px;
	height: 150px;
	text-align: left;
}

#client-login h1 {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #005a3c;
	border-bottom: 1px solid #dedede;
}

#client-login label {
	width: 80px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	float: left;
}

#client-login input {
	width:151px;
	height:28px;
	border: 1px solid #e4e4e4;
}

#client-login input[type='submit'] {
	width: inherit;
	margin-top: 5px;
	background-color: #58595b;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 24px;
	border: 0;
	float: left;
}

#client-login input[type='submit']:hover {
	background-color: #000000;
}



.authorboxbody {
	background-image:url(img/back-banner.png);
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #bcbec0;
	height: auto;
	margin-bottom:40px;
}

.authorboxbody img {
	margin: 0 10px 0 0;
	display: inline;
	border: 2px solid #9d9d9d;
	float: left;
}

.authorboxbody img:hover {-webkit-box-shadow:0 0 4px #404040;-moz-box-shadow:0 0 4px #404040;box-shadow:0 0 4px #404040;}

.authorboxbody h2 {
	margin: 0;
	padding: 0;
	background-image: none;
	font-size: 16px;
}

.clear {
	clear:both;
}









.team-member {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.team-member img {
	padding: 5px;
	background-image:url(img/back-banner.png);
}


.team-image {
	margin-top: 3px;
	margin-right: 5px;
	float: left; 
}


.success-story {
	float: left;
	width: 340px;
	height: 220px;
	margin-right: 80px;
	margin-bottom: 80px;
}

.last-story {
	margin-right: 0;
}


.success-story-tombstone-out {
	float: left;
	margin-right: 20px;
	width: 160px;
	height: 200px;
	border: 3px solid #005a3c;
	padding: 2px;
}

.success-story-tombstone {
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	width: 158px;
	height: 198px;
	max-height: 198px;
	border: 1px solid #005a3c;
	display: table-cell;
	vertical-align: middle;
}

.success-story-tombstone img {
	border:0;
}


.success-story-tombstone p {
	padding: 0;
	margin: 0;
}

.success-story-links {
	float: left;
	width: 140px;
	height: 220px;
}

.success-story-links ul {
	border-top: 1px dotted #bcbec0;
	margin: 0;
	padding: 0;
}

.success-story-links li {
	color: #a7a9ac;
	height:  41px;
	border-bottom: 1px dotted #bcbec0;
	line-height: 41px;
	vertical-align: middle;
	list-style-type: none;
}

.success-story-links img {
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}

.success-story a {
	color: #58595b;
	text-decoration: none;
}

.success-story a:hover {
	text-decoration: underline;
}


.hidden {
	display: none;
}

.testimonial-box,
.related-news-box {
	text-align: left;
	width: 360px;
}

.testimonial-box {
	min-height: 210px;
	background-image: url(img/back-testimonials.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.testimonial-box h1,
.related-news-box h1 {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #005a3c;
	border-bottom: 1px solid #dedede;
}

.testimonial-box ul {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	font-size: 14px;
}

.testimonial-box li {
	line-height: 35px;

}

.testimonial-box a:link, .testimonial-box a:visited {
	text-decoration: none;
	color: #58595b;
}

.testimonial-box a:hover {
	text-decoration: underline;
}



body {
	background-color: #f6f6f6;
	color: #58595b;
	font-size: 12px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	border-top: 3px solid #000;
	min-width: 1200px;

	}

.header {
	margin: 0 auto;
	padding: 0;
	width: 1180px;
	height: 73px;
	margin-bottom: 10px;
	}

.logo {
	text-align: left;
	margin-top: 5px;
	width: 390px;
	float: left;
	height: 67px;
	background-image: url(img/back-menu.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	}

.clientlogin {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #000;
	display: block;
	float: right;
	margin-left: 700px;
	margin-bottom: 10px;

	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	}

.clientlogin a:link, .clientlogin a:visited {
	text-decoration: none;
	color: #fff;
	}

.clientlogin a:hover {
	text-decoration: underline;
	}

.header-nav {
	font-size: 16px;
	color: #231f20;
	width: 900px;
	float:right;
	margin-top: -40px;
	}

.header-nav ul {
	float: right;
	padding: 0;
	margin: 0;
	text-align: right;
	margin-top: 5px;
}

.header-nav li {
	margin: 0;
	display: inline-block;
	height: 35px;
	background-image: url(img/back-menu.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	float: left;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.header-nav li:last-child {
	padding-right: 0;
	background-position: -65px bottom;
}

.header-nav ul li:last-child:hover {
	background-position: -65px bottom;
	}

.header-nav .current-menu-item, 
.header-nav ul li:hover {
	background-image: url(img/back-menu-current.png);
	background-position: center bottom;
	}

.header-nav a:link, .header-nav a:visited {
	text-decoration: none;
	color: #231f20;
	}

.header-nav ul li .current-menu-item {
	background-image: none;
	background-position: center bottom;
	}


.banner-wrap {
	padding: 0;
	margin: 0 auto;
	width: 1180px;
	}


.banner {
	background-image:url(img/back-banner.png);
	width: 1160px;
	padding: 10px;
	height: 160px;
	float: left;
	}

.banner-left {
	height: 180px;
	width: 20px;
	margin-left: -20px;
	background-image:url(img/shadow-banner-left.png);
	float: left;
	}


.banner-right {
	height: 180px;
	width: 20px;
	margin-right: -20px;
	background-image:url(img/shadow-banner-right.png);
	float: left;
	}

#banner-main {
	background-image:url(img/back-banner.png);
	width: 1160px;
	padding: 10px;
	height: 500px;
	float: left;
	text-align: left;
	}

.main-page-animation {
	padding-top: 20px;
}

#animation {
	width: 1160px;
	height: 500px;
	float: left;
}

.banner-main-left {
	height: 520px;
	width: 20px;
	margin-left: -20px;
	background-image:url(img/shadow-banner-left-big.png);
	float: left;
	}


.banner-main-right {
	height: 520px;
	width: 20px;
	margin-right: -20px;
	background-image:url(img/shadow-banner-right-big.png);
	float: left;
	}



.content {
	margin: 0 auto;
	padding: 0;
	width: 1180px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	}

.content-about {
	background-image:url(img/back-about.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
	}

.three-column-content {
	width: 360px;
	margin-left: 50px;
	float: left;
	}


.three-column-content:first-child {
	margin-left: 0;
	}

.two-column-content {
	width: 800px;
	float: left;
	}

.two-column-content-right {
	width: 300px;
	margin-left: 80px;
	text-align: left;
	float: left;
	}

.success-stories {
	min-height: 250px;
	margin-left: 30px;
	padding-left: 20px;
	background-image:url(img/back-succes.png);
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	}

.content a:link, 
.content a:visited {
	color: #58595b;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}


.content h1 {
	background-image: url(img/back-menu.png);
	background-repeat: repeat-x;
	background-position: center 3px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #005a3c;
}


.two-column-content-right h3 {
	background-image: url(img/back-menu.png);
	background-repeat: repeat-x;
	background-position: center 3px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #005a3c;
}

.footer {
	background-image: url(img/back-footer.png);
	color: #fff;
	text-align: center;
	height: 40px;
	padding-top: 10px;
	}

.footer-wrap {
	width: 1180px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

.footer-nav {
	width: 860px;
	float: left;
	}

.footer-nav ul {
	padding: 0;
	margin: 0;
	text-align: left;
	}

.footer-nav li {
	display: inline-block;
	margin-left: 20px;
	line-height: 30px;
	vertical-align: middle;
	}

.footer-nav li:first-child {
	margin-left: 0;
	}

.footer-nav a:link, .footer-nav a:visited {
	text-decoration: none;
	color: #fff;
	}

.footer-nav a:hover {
	text-decoration: underline;
	}


.footer-social {
	width: 320px;
	float: left;
	}

.footer-social ul {
	padding: 0;
	margin: 0;
	text-align: right;
	}

.footer-social li {
		display: inline-block;
		margin-left: 10px;
	}

.footer-social li:first-child {
		margin-left: 0;
	}


.footer-social img {
	padding-right: 2px;
	padding-bottom: 2px;
	background-image: url(img/social-media-shadow.png);
	background-repeat: no-repeat;
	}

.footer-social img:hover {
	background-image: none;
	}


.footer-info {
	width: 1180px;
	float: left;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	}


.copyright {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	background-color: #000;
	color: #fff;
	}

.copyright a:link, .copyright a:visited {
	color: #fff;
	text-decoration: none;
	}

.copyright a:hover {
	text-decoration: underline;
	}


.news {
	float: left;
	display: block;
	margin-bottom: 20px;
}



.news-add {
	width: 70px;
	float: left;
}


.news-date {
	margin-top: 3px;
	font-size: 18px;
	float: left;
}

.news-year {
	margin-top: -4px;
	float: left;
}

.news-title {
	padding: 0;
	width: 290px;
	float: left;
}


.news-title a:link, .news-title a:visited {
	text-decoration: none;
	color: #58595b;
}

.news-title a:hover {
	text-decoration: underline;
}

.heading-back {
	background-color: #f6f6f6;
	padding-right: 15px;
}

.team-title {
	font-size: 16px;
	color: #58595b;
	margin-left: 20px;
}

.team-vcard {
	float: left;
	margin-right: 40px;
}

.auto-three-colums {
	width: 1230px;
	float: left;
	margin-left: -25px;
}

.column p, .column h1 {
	padding: 25px;
	padding-top: 0;
	padding-bottom: 0;
}

.news-listing {
	float:left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #bcbec0;
}

.news-listing-img {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	width: 30px;
	height: 20px;
}

.news-listing-content {
	float: left;
	width: 750px;
}
.news-listing-content img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.news-listing p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

.news-listing .news-listing-date {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #939598;
}




.blog-listing {
	float: left;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #bcbec0;

}

.blog-listing-img {
	float: left;

	margin-right: 20px;
	background-color: #fff;
	border: 1px solid #bcbec0;

	padding: 4px;
	width: 210px;
	height: 115px;
}

.related-news-logo {
	float: right;

	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 15px;

	background-color: #fff;
	border: 1px solid #bcbec0;

	padding: 4px;
	width: 210px;
	height: 115px;

	text-align: center;
}

.related-news-date {
	float: right;
	margin-top: 14px;
}

.news-header {
	height: 30px;
	line-height: 16px;
	font-size: 16px;
	vertical-align: bottom;
	display: block;
	border-bottom: 1px solid #bcbec0;
	padding-bottom: 10px;

}

.blog-listing-content {
	float: left;
	width: 560px;
}

.blog-listing-content h2 {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	color: #005a3c;
	font-size: 16px;
}

.blog-listing-content p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.blog-listing-date {
	width: 280px;
	color: #939598;

}

.blog-listing-more {
	color: #005a3c;
	width: 280px;
	float: right;
	text-align: right;
	font-weight: bold;
}


.blog-listing-more a:link, .blog-listing-more a:visited {
	color: #005a3c;
	text-decoration: none;
}

.blog-listing-more a:hover {
	text-decoration: underline;
}






.pagination-container {
	text-align: center;
	height: 50px;
	width: 100%
	float: left;
}

.pagination {
	margin: 0 auto;
	padding: 0;
}

.pagination li, .pagination a {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	height: 22px;
	width: 24px;
	padding-top: 2px;
	text-align: center;
	float: left;
	margin-right: 2px;
	background-color: #58595b;
}

.pagination a {
	margin-right: 2px;
	margin-left: -1px;
	float: none;
}

.pagination a:link,
.pagination a:visited {
	color: #ffffff;
	display: block;
	float: left;
	text-decoration: none;
}

.pagination a:hover {
	background-color: #000;
}

.pagination .pages {
	display: none;
}

.pagination .next a,
.pagination .previous a {
	font-weight: bold;
} 
.pagination .current {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	height: 22px;
	width: 24px;
	padding-top: 2px;
	text-align: center;
	float: left;
	margin-right: 2px;

	background-color: #000;
	color: #ffffff;
	font-weight: bold;
	display: block;
	float: left;
}