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

:focus {outline: 0;}

::selection {
	background: #DEE8A8;
}

::-moz-selection {
	background: #DEE8A8;
}

html, body, #container {
	height: 100%;
	margin: 0 auto;
}

/* misc */

a {
	color: #8A8D08;
	text-decoration: none;
}

a:hover {
	color: #5A5C1A;
}

a.active {
	color: #333;
}

a img {
	border: 0;
}

img {
	margin: 0; /* ie hack */
}

input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #858882;
	background: #f2f2f2;
}

#container {
	width: 1140px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	z-index: 15;
}


#main {
	padding-bottom: 40px;
}

#slider_pattern {
	background-image: url('/images/slider_pattern.png');
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
}

/* header */

#header_bg {
	position: absolute;
	width: 100%;
	height: 150px;
	top: 0;
	left: 0;
	background: transparent url('/images/header_bg.png') bottom center repeat-x;
	//background: #95990c;
	z-index: 5;
}

#bg_plus {
	position: absolute;
	width: 260px;
	height: 260px;
	bottom: 60px;
	left: 0;
	background: transparent url('/images/body_bg_plus.png') bottom left no-repeat;
	z-index: 2;
}

#header {
	height: 100px;
	position: relative;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
}
#header .logo {
	position: absolute;
	width: 232px;
	height: 34px;
	top: 20px;
}

#header .slogan {
	position: absolute;
	top: 68px;
	color: #5a5c1a;
	color: #DDE089;
	font-size: 17px;
	line-height: 17px;
}

#header .slogan span {
	color: #5A5C1A;
}

#header .slogan .plus {
	display: inline-block;
	height: 9px;
	width: 9px;
	background: transparent url('/images/slogan_plus.png') top left no-repeat;
	vertical-align: top;
	margin: 6px 8px 0;
}

/* subheader */

#supersized {
	display: none;
}

/* nav */

#nav {
	position: absolute;
	line-height: 40px;
	text-align: right;
	list-style: none;
	right: 0;
	top: 68px;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	font-size: 17px;
	line-height: 17px;
	color: #dde089;
	margin-left: 25px;
	float: left;
}

#nav a.active, #nav a:hover {
	color: #595b07;
	color: #fff;
}

/***** left *****/

#left, #right {
	float: left;
}

#left {
	width: 820px;
	padding-right: 70px;
	padding-bottom: 40px;
	padding-top: 55px;
}

/* typesetting styles */

#left h1 {
	font-size: 42px;
	color: #8A8D08;
	font-weight: normal;
	margin: -7px 0 28px;
	line-height: 42px;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
}

#left h2 {
	color: #555B47;
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 19px;
	margin-top: 0;
	max-width: 600px;
}

#left p {
	margin-top: 0;
	line-height: 22px;
	margin-bottom: 18px;
	max-width: 600px;
}

#left ul, #left ol {
	padding: 0;
	list-style: none;
}

#left li {
	line-height: 25px;
}

#left ul li {
	padding-left: 15px;
	background: transparent url('/images/bullet.png') 0 8px no-repeat;
}


/***** right *****/

#right {
	width: 250px;
	padding-bottom: 40px;
	padding-top: 55px;
}

/* thumb */

.right_thumb {
	width: 190px;
	height: 400px;
}

/* team */

.right_team {
	line-height: 15px;
	font-size: 11px;
}

.team_who {
	margin-top: 100px;
}

.team_what {
	margin-top: 29px;
}

.team_contact {
	margin-top: 34px;
}

.right_team div div {
	float: left;
}

.right_team .member {
	width: 400px;
	float: left;
	margin-bottom: 12px;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 12px;
}

.right_team .member.last {
	border-bottom: 0;
}

.right_team .name {
	width: 120px;
	font-size: 12px;
}

.right_team .name span {
	color: #8A8D08;
	font-weight: bold;
}

.right_team .loc {
	width: 90px;
	text-transform: uppercase;
	color: #938D89;
}

.right_team .contact_me {
	width: 190px;
	position: relative;
}

.right_team .contact_me img {
	height: 25px;
	width: 24px;
	position: absolute;
	top: 4px;
	right: -1px;
}

/* why esp facebook */

.right_facebook {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #938D89;
	margin-top: 238px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 22px 0;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.right_facebook img {
	position: absolute;
	right: 0;
	top: 11px;
	width: 190px;
	height: 62px;
}

/* contact form */

#contact_form td {
	vertical-align: top;
}

.contact_left {
	float: left;
	width: 285px;
	padding-right: 0px;
}

.contact_left strong {
	color: #666;
}

.contact_right {
	float: left;
	width: 415px;
}

.contact_details td {
	vertical-align: top;
}

#right .contact_details .phones p {
	font-size: 14px;
	line-height: 22px;
}

.google_map {
	float: right;
	height: 100px;
	width: 150px;
}

#contact_form .top_align {
	vertical-align: top;
}

#contact_form .top_align label {
	padding-bottom: 95px;
}

#contact_form .req {
	margin-left: 5px;
	font-size: 21px;
	color: #8A8D08;
	vertical-align: middle;
}

a.button {
	display: block;
	width: 85px;
	height: 91px;
	line-height: 91px;
	color: #8A8D08;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: transparent url('/images/contact_submit.png') top right no-repeat;
}

a.button:hover {
	color: #333;
	background: transparent url('/images/contact_submit.png') bottom right no-repeat;
}

#contact_form label {
	display: block;
	width: 85px;
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	padding: 10px 0;
	cursor: text;
	margin-top: 5px;
}

#contact_form input[type=text], #contact_form textarea {
	border: 0;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #414141;
	margin-top: 5px;
	padding: 10px 12px;
	width: 306px;
	background: #E5E6E4;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
}

#contact_form textarea {
	overflow: auto;
	height: 100px;
}

#contact_form input[type=submit] {
	color: #43220b;
	background-color: #F89828;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 5px 1px 5px;
	border-bottom: 1px solid orange;
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact_message {
	float: left;
	line-height: 91px;
	width: 245px;
	margin-top: 15px;
	display: block;
}

#contact_form .select_container {
	padding-top: 9px;
	height: 24px;
	vertical-align:middle;
}

#contact_form a {
	margin-top: 15px;
	float: left;
}

/***** footer *****/

#footer {
	height: 60px;
	margin-top: -60px;
	position: relative;
	clear: both;
	background: #fff;
	z-index: 15;
}
#footer > div {
	width: 960px;
	font-size: 12px;
	line-height: 32px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #B4ADA8;
	padding-top: 14px;
}
#footer > div > div {
	float: left;
}

#footer .left {
	width: 460px;
}

#footer div a {
	color: #8F8884;
	margin-right: 15px;
}

#footer div a:hover, #footer a.active {
	color: #8A8D08;
}

#footer .center {
	width: 325px;
	width: 475px;
	text-align: right;
}

#footer .center a {
	margin-right: 0;
}

#footer .right {
	width: 150px;
	text-transform: uppercase;
	text-align: right;
}

#footer .right a {
	margin: 0;
}

#footer .right img {
	margin-left: 4px;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin-right: -1px;
}

#footer .right .footer_linkedin {
	margin-right: -1px;
}

/* sticky footer */

/* CLEAR FIX*/
#main { padding-bottom: 60px;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */