@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
	background-color: #292929;
}

blockquote {  
	text-indent: -0.4em;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	font-style: italic;
}  

h1, h2, h3, h4 {
	font-family: Helvetica Neue, Helvetica, Ariel, sans-serif;
	font-weight: 200;
}

h1 {
	font-size: 24px;
	color: #333333;
}

h2 {
	font-size: 22px;
	padding-top: 20px;
	color: #333333;
}

h3 {
	padding: 20px 0 0 0 ;
	font-size: 24px;
	color: #51A1D8;
}

.left {
	float: left;
}

.right {
	float: right;
}


* {
	margin: 0;
    padding: 0;
}

a {
	color: #51A2D9;
	text-decoration: underline;
	-webkit-transition: color .2s ease-in-out;
}

a:hover {
	color: #4589B8;
	text-decoration: underline;
	-webkit-transition: color .2s ease-in-out;
}

a:active {
	outline: none;
}

p {
	line-height: 1.6;
	margin-top: 15px;
}

.clr {
	clear: both;
}

img {
	border: none;
}

.wrapper {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

.top-bar {
	background-color: #333333;
	height: 3px;
	background-repeat: repeat-y;
}

.careers {
	font-size: 12px;
	color: #C6C6C6;
	float: right;
	clear: both;
}

.logo {
	overflow: hidden;
	display: block;
	float: left;
	width: 370px;
	height: 98px;
	margin-top: 50px;
}

.main-menu {
	float: right;
	padding-top: 55px;
}

.middle-content {
	margin-top: 200px;
	font-size: 12px;
	color: #666666;
}

.homeleftblock {
	width: 580px;
	float: left;
}

.italic {
	font-style: italic;
	color: #999999;
}

#slideshow {
	height: 300px;
	width: 940px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
}

#testimonial-box {
	background-color: #F5F5F5;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	color: #444444;
	border: 1px solid #E5E5E5; 
	padding: 10px 20px 20px 20px;
	float: right;
	width: 300px;
}

#testimonialby {
	background-image: url("../assets/testimony-tip.png");
	background-repeat: no-repeat;
	float: right;
	padding-top: 8px;
	margin-top: -1px;
}

#contact-us {
	float: right;
	width: 280px;
	font-size: 12px;
	color: #666666;
	margin-top: 75px;
}

.full-button a {
	margin-top: 40px;
	font-size: 24px;
	color: #333333;
	background-color: #F5F5F5;
	font-weight: 200;
	text-decoration: none;
	width: 938px;
	display: block;
	text-align: center;
	border: 1px solid #E5E5E5;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-webkit-transition: all .2s ease-in-out; 
	padding: 10px 0 10px 0;
}

.full-button a:hover {
	background-color: #51A1D8;
	border: solid 1px #51A1D8;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
}

.footer {
	background-color: #2D2D2D;
	font-size: 12px;
	color: #999999;
	padding-bottom: 20px;
}

.footer-left {
	width: 340px;
	padding-right: 80px;
	padding-top: 10px;
	float: left;
}

.footer-middle {
	width: 280px;
	padding-right: 80px;
	padding-top: 10px;
	float: left;
}

#footer-list {
	margin-top: 15px;
}

.footer-right {
	width: 160px;
	padding-top: 10px;
	float: left;
}

.footer-right ul, .footer-right li {
	list-style: none;
	padding: 0;
	margin-top: 13px;
}

.footer-right a {
	color: #999999;
	text-decoration: underline;
	-webkit-transition: color .2s ease-in-out;
}

.footer-right a:hover {
	color: #51A2D9;
	text-decoration: underline;
	-webkit-transition: color .2s ease-in-out;
}

.footer-products a {
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #999999;
	width: 340px;
	font-size: 24px;
	font-weight: 200;
	background-color: #292929;
	border: solid 1px #2F2F2F;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-webkit-transition: all .2s ease-in-out;
}

.footer-products a:hover {
	background-color: #51A1D8;
	border: solid 1px #51A1D8;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
}

.copyright-foot {
	background-color: #292929;
	height: 80px;
	font-size: 12px;
	color: #474747;
}

.copyright-foot a {
	color: #474747;
	-webkit-transition: all .2s ease-in-out;
}

.copyright-foot a:hover {
	color: #999999;
	-webkit-transition: all .2s ease-in-out;
}


.large-text {
	font-size: 24px;
	color: #666;
	font-weight: 200;
}

.accordion-body {
	padding-bottom: 30px;
}

div.accordion-header {
	outline: none;
}

.accordion-header a {
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	text-decoration: none;
	display: block;
	color: #333333;
	font-size: 24px;
	font-weight: 200;
	background-color: #F5F5F5;
	border-top: solid 1px #E5E5E5;
	border-bottom: solid 1px #E5E5E5;
	-webkit-transition: all .2s ease-in-out;
	text-align: left;
}

#accordion {
	padding-top: 20px;
}

#accordion a:active {
	outline: none;
}

.accordion-header a:focus {
	outline: none;
}

.accordion-header a:hover {
	background-color: #51A1D8;
	border-top: solid 1px #51A1D8;
	border-bottom: solid 1px #51A1D8;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: all .2s ease-in-out;
}

.top-margin-fix {
	margin-top: -150px;
}

#leadership-right {
	width: 460px;
	float: left;
}

#leadership-left {
	width: 460px;
	float: left;
	padding-right: 20px;
}

.leadership-container {
	float: left;
}

.partners a {
	width: 220px;
	padding: 7px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	float: left;
	-webkit-transition: all .5s ease-in-out;
}

.partners a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
}

#products-list {
	margin: 30px 0 30px 0;
	padding: 10px 0 10px 25px;
	width: 475px;
	background-color: #F5F5F5;
	border: solid 1px #E5E5E5;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

#products-list li {
	list-style: square;
	line-height: 1.6;
}

.white-fix {
	background-color: #FFFFFF;
	padding-bottom: 50px;
}

.product-images {
	margin: 30px 0 30px 0;
	height: 90px;
	background-color: #F5F5F5;
	border: solid 1px #E5E5E5;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.absexplorer a {
	padding: 6px;
	float: left;
	-webkit-transition: all .3s ease-in-out;
}

.absexplorer a:hover {
	margin-top: -4px;
	-webkit-transition: all .3s ease-in-out;
}

#pdf-icon {
	margin: 0 15px -6px 0;
}

#crazy-fix {
	margin-top: -100px;
}