/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:14px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;outline: none;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

a {
  outline: none;
  text-decoration: none;
  color: #fff;
}
a:hover {
	text-decoration: underline;
}

body {
	background: #000;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	min-width: 840px;
}

.handelGothic {
	font-family: "HandelGothicRegular", Arial, Helvetica, sans-serif;
	color: #eeeeef;
}

.avenirLight {
	font-family: "AvenirLight", Arial, Helvetica, sans-serif;
}

#background {
	width: 960px;
	height: 335px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #000 url('/images/background.jpg') no-repeat bottom left;
}

#wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	float: left;
	overflow: hidden;
}

#container {
	width: 840px;
	position: relative;
	left: 50%;
	margin-left: -420px;
	top: 0px;
	float: left;
}
#header {
	position: relative;
	height: 130px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
#header #logo {
	position: relative;
	top: 18px;
	left: 0px;
}
#header #strapline {
	position: absolute;
	font-size: 22px;
	text-transform: uppercase;
	right: 0px;
	top: 31px;
}
#header .contact {
	position: absolute;
	font-size: 12px;
	text-transform: uppercase;
	right: 0px;
	top: 57px;
	color: #c0c0c0;
}
#header #menu {
	position: absolute;
	bottom: 0px;
	left: -30px;
	width: 870px;
}
#header #menu #menu-back {
	background: url('/images/menu-back.jpg') no-repeat;
	position: absolute;
	left: -65px;
	width: 970px;
	height: 36px;
	z-index: 0;
}
#header #menu ul {
	float: left;
	z-index: 10;
	position: relative;
}
#header #menu ul li {
	float: left;
	line-height: 34px;
	font-size: 14px;
	text-transform: uppercase;
	min-width: 105px;
	text-align: center;
	position: relative;
}
#header #menu ul li a {
	padding: 0px;
	display: block;
	height: 34px;
	line-height: 34px;
	border: solid #4c4c4c;
	border-width: 1px 0px;
}
#header #menu ul li a.active,
#header #menu ul li:hover a,
#header #menu ul li a:hover {
	text-decoration: none;
	background: #333;
	border: solid #6d6d6d;
	border-width: 1px 0px;
}
#header #menu ul li ul {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	background: none;
	display: none;
}
#header #menu ul li:hover ul {
	display: block;
}
#header #menu ul li ul li {
	width: 100%;
	float: left;
	background: url('/images/square.png');
}
#header #menu ul li:hover ul li a {
	background: url('/images/square.png');
	background-color: transparent;
}
#header #menu ul li ul li a:hover {
	background: #333;
}
#header .service-hover {
	width: 584px;
	height: 198px;
	position: absolute;
	top: 32px;
	left: -225px;
	background: url('/images/services/service-hover.png') no-repeat top left;
	z-index: 100;
	float: left;
	padding: 25px 0 0 15px;
	display: none;
}
#header .service-hover .item {
	float: left;
	width: 170px;
	padding: 10px;
}
#header .service-hover .item a,
#header .service-hover .item img {
	float: left;
}
#header #menu ul li .service-hover .item a {
	width: 105px;
	padding: 0px;
	margin: 10px 0 0 10px;
	border: 0px;
	background: none;
	line-height: 1em;
	text-transform: none;
	font-size: 11px;
	text-align: left;
}
#header #menu ul li .service-hover .item a:hover {
	text-decoration: underline;
}

#header #menu ul.social {
	float: right;
	width: auto;
}
#header #menu ul.social li {
	float: left;
	min-width: 0px;
	color: #fff;
	font-size: 10px;
	text-transform: none;
	line-height: 37px;
	padding: 0 5px;
}
#header #menu ul.social li a {
	padding: 5px 0;
	display: block;
	height: 25px;
	line-height: 25px;
	border: none;
}
#header #menu ul.social li a.active,
#header #menu ul.social li:hover a,
#header #menu ul.social li a:hover {
	background: none;
	border: none;
}

#main-image-container {
	width: 930px;
	height: 277px;
	position: relative;
	float: left;
	overflow: hidden;
	left: -40px;
}
.main-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 930px;
	height: 277px;
	display: none;
}
.main-image:first-child {
	display: block;
}
.main-image a {
	width: 100%;
	height: 100%;
	display: block;
}

#main-content {
	min-height: 200px;
	float: left;
	padding-bottom: 100px;
	width: 840px;
}
#main-image-container .cover {
	position: absolute;
	top: 0px;
	width: 60px;
	height: 277px;
	z-index: 500;
}
#main-image-container .cover.left {
	background: url('/images/cover-left.png') no-repeat left top;
	left: 0px;
}
#main-image-container .cover.right {
	background: url('/images/cover-right.png') no-repeat left top;
	right: 0px;
}

#main-content .contact,
#main-content .service,
#main-content .content {
	color: #fff;
	margin-top: 25px;
	float: left;
	width: 100%;
	position: relative;
}
#main-content .contact a,
#main-content .service a,
#main-content .content a {
	text-decoration: underline;
}
#main-content .content .content-left {
	float: left;
	width: 600px;
}
#main-content .content .content-left p,
#main-content .content .content-left div {
	float: left;
	padding: 6px 0;
}
#main-content .content .content-left.services {
	width: 500px;
}

#main-content .service-menu {
	float: right;
	width: 240px;
	padding: 0 0 0 40px;
	margin: 0 0 0 40px;
	border-left: 1px solid #4e4e4e;
}
#main-content .service-menu a {
	float: left;
	height: 30px;
	line-height: 32px;
	text-indent: 8px;
	width: 100%;
	border-bottom: 1px solid #4e4e4e;
	font-size: 18px;
	text-decoration: none;
}
#main-content .service-menu a:last-child {
	border: 0px;
}
#main-content .service-menu a.active,
#main-content .service-menu a:hover {
	background: #2e2e2e;
	text-decoration: none;
}
#main-content h1 {
	color: #fff;
	font-size: 22px;
	float: left;
	width: 600px;
	margin-bottom: 20px;
}
#main-content .service h1 {
	width: 510px;
}
#main-content .service div.service-image,
#main-content .service div.service-desc {
	float: left;
	width: 510px;
	margin-bottom: 20px;
}
#main-content .service div.service-image {
	min-height: 285px;
	position: relative;
}
#main-content .service div.service-image img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#main-content .service div.service-image .service-image-desc {
	position: relative;
	top: 0px;
	left: 170px;
	width: 340px;
}

#main-content .contact .office {
	margin-bottom: 20px;
	width: 280px;
	float: left;
}
#main-content .contact .office h2, #main-content .contact .office h3 {
	float: left;
	font-size: 22px;
	width: 100%;
	margin-bottom: 20px;
}
#main-content .contact .office h3 {
	font-size: 16px;
	padding-top: 20px;
}
#main-content .contact .office.first h2,
#main-content .contact .office div.first a {
	color: #1974b3;
}
#main-content .contact .office.second h2,
#main-content .contact .office div.second a {
	color: #d80038;
}
#main-content .contact .office.third h2,
#main-content .contact .office div.third a {
	color: #6fff3a;
}
#main-content .contact .office div {
	font-size: 15px;
	float: left;
}
#main-content .contact .office div.address {
	margin-bottom: 20px;
}
#main-content .contact .office table {
	float: left;
	width: 100%;
}
#main-content .contact .office table td {
	padding: 4px 18px 4px 0px;
}

#main-content .home-logos,
#main-content .contact-logos {
	float: right;
	width: 212px;
	padding: 0;
	font-size: 16px;
	margin: 0 0 0 20px;
}
#main-content .contact .contact-logos {
	float: left;
	width: 100%;
	padding: 0;
	font-size: 16px;
	margin: 50px 0 0 20px;
}
#main-content .contact-logos p {
	width: 76%;
	margin-left: 12%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
#main-content .contact .contact-logos p {
	width: 100%;
	margin-left: 0px;
}
#main-content .contact-logos img {
	margin-bottom: 10px;
}
#main-content .contact-logos img.left {
	float: left;
}
#main-content .contact-logos img.right {
	float: right;
}
#main-content .home-logos a {
	margin-bottom: 5px;
	float: left;
}

#main-content .content .content-left form {
	float: left;
	width: 100%;
}
#main-content .content .content-left form span {
	float: left;
	font-size: 12px;
	margin-top: 0px;
}
#main-content .content .content-left form div.form {
	float: left;
	width: 100%;
	position: relative;
}
#main-content .content .content-left form div.form ul.error_list {
	position: absolute;
	top: 34px;
	right: 8px;
	font-size: 0.8em;
	color: #f00;
}
#main-content .content .content-left form div.first {
	float: left;
	width: 48%;
}
#main-content .content .content-left form div.second {
	float: right;
	width: 48%;
}
#main-content .content .content-left form div.form label, input {
	float: left;
}
#main-content .content .content-left form div.form label {
	width: 100%;
	margin: 0 0 5px 0;
}
#main-content .content .content-left form div.form input, textarea {
	width: 98%;
	padding: 1%;
	color: #fff;
	background: #696969;
	border: 0px;
}
#main-content .content .content-left form div.form input[type="file"] {
	background: none;
}
#main-content .content .content-left form div.form input.button {
	width: auto;
	float: right;
	padding: 8px;
}

#footer {
	width: 840px;
	height: 60px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -420px;
	float: left;
	clear: left;
	font-size: 10px;
	color: #fff;
}
#footer #footer-back {
	background: url('/images/footer-back.png') no-repeat;
	position: absolute;
	height: 1px;
	width: 970px;
	left: -65px;
	top: -10px;
}
#footer .left {
	float: left;
}
#footer .left ul {
	float: left;
	padding: 0px;
	margin: 0px;
}
#footer .left ul li {
	float: left;
	height: 11px;
	border-right: 1px solid #585858;
	margin-top: 8px;
}
#footer .left ul li.img {
	border-right: none;
}
#footer .left a {
	line-height: 34px;
	height: 34px;
	float: left;
	text-transform: uppercase;
	padding: 0px 4px;
	position: relative;
	top: -11px;
}
#footer .right {
	float: right;
	text-align: right;
	line-height: 25px;
}
#footer .right div,
#footer .right img {
	float: left;
}

/* Person Info */

div.person {
	float: left;
	width: 100%;
	border-top: 1px solid #333;
	padding: 20px 0px;
}
div.person:first-child {
	border: 0px;
	padding: 0px 0px 20px 0px;
}
div.person img {
	float: left;
}
div.person h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
div.person h2,
div.person .item {
	float: left;
	width: 380px;
	margin-left: 20px;
}