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


/*--------------HEADER IMG------------*/


#header_img
{
	position: relative;
	width: 960px;
	height: 340px;
	margin: 20px 0 0 0;
}


/*------------APPROVALS WRAPPER-----------*/


#approvals_wrapper
{
	position: relative;
	width: 960px;
	margin: 40px 0 0 0;
}


#approvals_leftcol
{
	float: left;
	width: 225px;
	margin: 0 20px 0 0;
}


#approvals_middlecol
{
	float: left;
	width: 225px;
	margin: 0 20px 0 0;
}


#testimonials_middlecol2
{
	float: left;
	width: 225px;
	margin: 0 0 0 0;
}


#testimonials_middlecol2_relative
{
	position: relative;
	width: 190px;
	height: 96px;
	background: #5AAFE1;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #fff;
	padding: 20px;
	padding-top: 84px;
	padding-right: 15px;
	margin: 0 0 0 0;
}


#testimonials_rightcol
{
	float: right;
	width: 225px;
	margin: 0 0 0 0;
}


#testimonials_rightcol_relative
{
	position: relative;
	width: 185px;
	height: 160px;
	background: #414042;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #fff;
	padding: 20px;
	margin: 0 0 0 0;
}


.arrow_relative
{
	position: relative;
	width: 444px;
	margin: 20px 0 0 0;
}


.arrow_approvals_text
{
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	color: #6D6E71;
	margin: 10px 10px 0 0;
}


.arrow_approvals_text a
{
	text-decoration: none;
	color: #6D6E71;
}


.arrow_approvals_text a:hover
{
	text-decoration: underline;
	color: #6D6E71;
}


.approvals_arrow
{
	float: right;
	width: 36px;
	margin: 0 0 0 0;
}


/*------------APPROVALS STYLES------------*/


.btn_wrapper
{
	position: relative;
	width: 199px;
	background: #E5E5E5;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	padding: 20px;
	padding-right: 6px;
	margin: 10px 0 0 0;
}


.btn_text
{
	float: left;
	width: 160px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #5AAFE1;
	margin: 0 0 0 0;
}


.btn_arrow
{
	position: absolute;
	top: 50%;
	right: 6px;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	margin: 0 0 0 0;
}


#quote_mark1
{
	position: absolute;
	top: 10px;
	left: 10px;
}


#quote_mark2
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}


