/** GENERAL **/
h1.static-title {
	font-size: 2.5em;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.static-footer-image {
	display: block;
	width: 100%;
	margin: 20px 0px;
}
h1.static-title {
	border-bottom: 1px dotted #DDDDDD;
}

/** STATIC FORMS **/
.static-wrapper .form			{ padding:20px; margin:0px 0px 30px 0px; }
.static-wrapper .form .styledd	{ width:100%; }

.static-wrapper .form			{ background:#EFEFEF; border:1px solid #CCCCCC; }
.static-wrapper .form .styledd	{ background:#FFFFFF; }


/** SERVICES **/

.service-section {
	clear: both;
	margin-bottom: 20px;
	display:none;
}
.service-section h1 {
	margin-top: 0px;
}
ul.services-links {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.services-links li a {
	display: block;
	padding: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 3px;
	cursor: pointer;
}
.service-section {
	border-bottom: 1px dotted #DDDDDD;
}
ul.services-links li a {
	color: #666666;
	background-color: #EFEFEF;
	border-left: 10px solid #CCCCCC;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
ul.services-links li a:hover, ul.services-links li a.selected {
	background-color: #342b51;
	border-left: 10px solid #001126;
	color: #FFFFFF;
}

/** EPC **/

.blair-logo {
	background-color:#000000;
	clear:both;
	display:block;
	padding:10px 5%;
	text-align:center;
	width:90%;
}

.blair-logo img {
	width:100%;
	max-width:250px;
}



/** ABOUT US **/

.office-image {
	float: left;
	width: 45%;
	margin: 10px 0px 20px 0px;
	text-align: center;
}
.office-image img {
	width: 100%;
	height: auto;
}
.static-about-text {
	float: right;
	width: 50%;
}


/** TESTIMONIALS **/
.testimonails-wrapper {
	margin: 0px auto;
}
.testimonial-group {
	clear: both;
	width: 100%;
}
.testimonial-post {
	padding: 20px 2% 0px 2%;
	margin: 20px 0px 0px 0px;
}
.testimonial-post .text {
	clear: both;
}
.testimonial-post .text strong {
	font-weight: normal;
	font-size: 1.3em;
	font-style: italic;
}
.testimonial-post .quote {
	clear: both;
	font-size: 4em;
	font-weight: bold;
}
.testimonial-post .quote-right {
	text-align: right;
}
.testimonial-thin {
	border-bottom: 10px solid #342b51;
	background-color: #AECBF1;
	color: #333333;
}
.testimonial-fat {
	border-bottom: 10px solid #EBB900;
	background-color: #FFF3C8;
	color: #333333;
}
.testimonial-thin .quote {
	color: #D46AA9;
}
.testimonial-fat .quote {
	color: #333333;
}


/** CONTACT PAGE **/
.contact-title {
	margin-top: 0px;
	font-size: 2em;
	text-transform: none;
	font-style: italic;
	color:#999999;
	border-bottom:1px dotted #CCCCCC;
}
.whychoose {
	line-height:1.8em;
}


/** RESPONSIVE **/

@media screen and (max-width:760px) {
.r .esta-text {
	float: left;
	width: 70%;
}
}
 @media screen and (max-width:640px) {
.r .esta-text {
	float: left;
	width: 65%;
}
}


 @media screen and (max-width:550px) {
.r .esta-text {
	float: left;
	width: 100%;
}
.r .esta-images {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.r .estas-image {
	display: inline;
	height: 200px;
}
}
 @media screen and (max-width:530px) {
.r .office-image {
	float: none;
	width: 100%;
}
.static-about-text {
	float: none;
	width:100%;
}
}

 @media screen and (max-width:460px) {
.r h1.static-title {
	font-size: 2em;
}
}
