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

:focus {outline: 0;}

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

/* misc */

a {
	color: #D03C2D;
	text-decoration: none;
}

a:hover {
	color: #f07700;
}

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: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4B423E;
	background: #fff url('/images/body_bg.png') 0 0 repeat-x;
}

#container {
	width: 935px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#main {
	padding-bottom: 40px;
}

/* header */

#header_bg {
	position: absolute;
	width: 100%;
	height: 140px;
	top: 0;
	left: 0;
	background: transparent url('/images/header_bg.png') top center no-repeat;
}

#header {
	height: 140px;
	position: relative;
}
#header .logo {
	position: absolute;
	width: 216px;
	height: 87px;
	top: 51px;
	left: -6px;
}

#header .logo_name {
	position: absolute;
	top: 68px;
	left: 222px;
	color: #938D89;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

/* subheader */

#supersized {
	display: none;
}

/* nav */

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

#nav li {
	float: left;
}

#nav a {
	display: block;
	font-size: 13px;
	color: #4B423E;
	margin-left: 25px;
	float: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a.active, #nav a:hover {
	color: #D03C2D;
}

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

#left, #right {
	float: left;
}

#left {
	width: 375px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 40px;
	padding-top: 31px;
}

/* typesetting styles */

#left h1 {
	font-size: 24px;
	color: #D03C2D;
	font-weight: normal;
	margin: 0 0 6px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#left h2 {
	font-size: 18px;
	line-height: 25px;
	color: #938D89;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

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

#left li {
	line-height: 18px;
	margin-top: 5px;
}


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

#right {
	width: 400px;
	padding-bottom: 40px;
	padding-top: 35px;
}

/* thumb */

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

/* team */

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

.team_who {
	margin-top: 147px;
}

.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: #D03C2D;
	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: 255px;
	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 .top_align {
	padding-top: 7px;
	vertical-align: top;
	line-height: 18px;
}

.contact_form td {
	font-size: 12px;
}
.contact_form .req {
	margin-left: 5px;
	font-size: 16px;
	color: #83192d;
	vertical-align: middle;
}

.button {
	display: block;
	line-height: 24px;
	text-align: center;
	margin-top: 5px;
	color: #fff;
	background-color: #83192d;
	text-transform: uppercase;
	font-size: 12px;
}
.button:hover {
	color: #fff;
	background-color: #5a1622;
}

.contact_form input[type=text], .contact_form textarea {
	border: 1px solid #BBB;
	height: 14px;
	line-height: 12px;
	margin-top: 5px;
	padding: 6px;
	width: 255px;
}

.contact_form textarea {
	overflow: auto;
	height: 140px;
}

.contact_form input[type=checkbox] {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
}

.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: 24px;
	width: 189px;
	margin-top: 5px;
	display: block;
}

.contact_form a {
	width: 80px;
	float: left;
}

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

#footer {
	height: 60px;
	margin-top: -60px;
	position: relative;
	clear: both;
}
#footer > div {
	width: 935px;
	font-size: 12px;
	line-height: 32px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #B4ADA8;
	border-top: 1px solid #EAEAEA;
	padding-top: 14px;
}
#footer > div > div {
	float: left;
}

#footer .left {
	width: 450px;
}

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

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

#footer .center {
	width: 335px;
}

#footer .center a {
	margin-left: 15px;
}

#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 */