@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: none;
}

body {
	font-size: 62.5%;
	line-height: 230%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f3f4f4;
	background: url(/images/stripe.gif) top left repeat-x #5a5a5a;
}

/*text and defaults*/

p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

ul {
	list-style: none;
	font-size: 1.2em;
}

dl, ol {
	font-size: 1.2em;
}

p ul, p dl, p ol {
	font-size: 1em;
}

dt {

}

dd, ul.bullets li, ul li.active, ul li.active2 {
	padding-left: 10px;
	background: url(/images/dd.gif) 0px 9px no-repeat;
}

ul.bullets {
	margin-bottom: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ef4035;
}

h1 {
	font-size: 2em;
	letter-spacing:0.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4, h5, h6 {
	font-size: 1.3em;
}

a {
	text-decoration: none;
	color: #696a6c;
}

a:visited {
	color: #696a6c;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	display: block;
}

.centered {text-align: center;}

.right .centered a, .right .centered a:visited {
	color: #EF4035;
}

.right .centered a:hover {
	color: #fff;
}

/*layout*/

#wrapper {
	width: 904px;
	margin: 0 auto;
	position: relative;
}

#placeholder {
    position: relative;
    height: 293px;
}

#header {
	overflow: hidden;
	position: relative;
	padding: 12px 0 13px 0;
	zoom: 1;
}

	a#logo {
		display: block;
		width: 282px;
		height: 62px;
		float: left;
		background: url(/images/logo.png) top left no-repeat;
		text-indent: -9999px;
		margin-left: 90px;
		_margin-left: 45px;
	}
	
	img#people {
		position: absolute;
		left: 0;
		bottom: 16px;
	}

	ul#nav {
		text-transform: uppercase;
		text-align: right;
		width: 695px;
		position: absolute;
		right: 0;
		bottom: 17px;
		font-size: 1.1em;
		overflow: visible;
		font-weight: bold;
	}
	
	ul#nav .mask {
		display: none;
		background: #dddedf;
		width: 440px;
		position: absolute;
		height: 100px;
		right: 0;
		bottom: 0;
	}
	
	ul#nav li {
		display: inline;
		position: relative;
		padding: 0 6px;
	}
	
	ul#nav a, ul#nav a:visited {
		
	}
	
	ul#nav a:hover, ul#nav a:active, ul#nav a.active {
		text-decoration: none;
		color: #ef4035;
	}
	
	ul#nav ul {
		display: none;
		position: absolute;
		right: 0;
		width: 475px;
		bottom: -18px;
		_bottom: -11px;
		height: 18px;
		line-height: 20px;
		font-size: 11px;
		text-transform: capitalize;
		background: #dddedf;
	}
	
	ul#nav ul#service-sub {
		left: 0;
		text-align: left;
		width: 300px;
	}
	ul#nav ul#team-sub {
		left: -300px;
	}
	
	ul.hover ul {
		display: none !important;
	}
	
	ul#nav li:hover ul, ul#nav li.open ul {
		display: block !important;
		z-index: 9990;
	}

#banner {
	position: relative;
	width: 898px;
	height: 293px;
	background-repeat: no-repeat;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

    #banner-mask {
        background: #dddedf;
        height: 293px;
        width: 898px;
    }

#message {
	background: url(/images/redbold.png);
	_background: #e2402e;
	width: 548px;
	position: absolute;
	left: -9999px;
        height: 293px;
	top: 87px;
	overflow: hidden;
	letter-spacing: 2px;
	zoom: 1;
}

#message * {
	color: #fff !important;
}

#message h2 {
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	font-family: "arial narrow", Arial, Helvetica, sans-serif
}

#message p {
	font-size: 18px;
	font-family: "arial narrow", Arial, Helvetica, sans-serif
}

#message .inner {
	padding: 28px 35px 0;
}

#page {
	overflow: hidden;
	padding-bottom: 10px;
}

	#page .inner {
		padding: 30px 70px;
	}
	
	#page.withsubnav .inner {
		padding: 30px 70px 30px 10px;
	}
	
	#page h1 {
		font-weight: normal;
		/*text-transform: uppercase;*/
		margin: .2em 0 .8em;
	}

.main {
	float: right;
	width: 58%;
}

.sidebar {
	float: left;
	width: 40%;
}

#footer {
	
}

/*page specific layout*/

/*home*/
.index #banner {
	background-image: url(/images/banner1.jpg);
}

.index ul#nav .mask {
	display: block;
	z-index: 9999;
}

.index #message {
	left: 3px;
	top: 87px;
	/*height: 0px;*/
        height: auto;
	position: absolute;
	width: 280px;
	margin-left: 75px;
}

.index #message h2 {
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
	letter-spacing: 0;
}

.index #message p {
	padding: 95px 0 20px 0;
}

.index #page .inner {
	float: right;
	width: 495px;
	padding: 30px 0;
}

.index img#people  {
	/*bottom: 90px;*/
	_top: 10px !important;
}

/*about*/

.about #banner {
	background-image: url(/images/banner2.jpg);
}

/*services*/

.services #banner {
	background-image: url(/images/banner3.jpg);
}

/*team*/

.team #banner {
	background-image: url(/images/banner4.jpg);
}

.thumbnail {
	width: 110px;
	height: 110px;
	margin: 0 20px 0 0;
}

.team a:hover img.thumbnail {
	opacity: .8;
	filter: alpha(opacity=80);
}

.team .sidebar li a, .team .sidebar li a:visited {
	text-transform: uppercase;
	color: #fff;
}

.team .sidebar li a:hover {
	color: #EF4035;
	text-decoration: none;
}

.team .sidebar li a span {
	text-transform: capitalize;
}

/*news*/

.news #banner {
	background-image: url(/images/banner5.jpg);
}

.news h2 a {
	color: #ef4035;
}

.news h2 {
	margin-top: 1.2em;
	font-weight: normal;
}
.news span {
	font-size: 1.1em;
}

#message ul.bullets li {
	background: none;
}

/*contact*/

.contact #banner {
	background-image: none;
}

.contact #message {
	width: 898px;
	left: 3px !important;
	line-height: 175%;
}

.contact #banner {
	left: 0 !important;
}

.contact label {
	font-size: 1.2em;
	text-transform: uppercase;
}

.contact td {
	padding: 2px 8px 2px 0;
}

.contact input, .contact textarea {
	padding: 2px;
}

.contact input {
	width: 240px;
}

.contact input#submit {
	width: auto;
}

.contact textarea {
	width: 498px;
	height: 140px;
}

.contact #message * {
	letter-spacing: 1px;
}

.contact #message h5 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	width: 210px;
}

.contact #message a, .contact #message a:visited {
	text-decoration: underline;
}

.contact #message a:hover {
	text-decoration: none;
}

.contact #message h6, .contact #message strong {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 8px;
}

.contact #message p {
	font-size: 14px;
}

.contact #message .inner {
	padding: 25px 70px;
}

#usoffice, #overseasoffice {
	width: 428px;
}

#usoffice {
	float: left;
}

#overseasoffice {
	float: right;
	width: 310px;
}

.office {
	float: left;
	width: 210px;
}

#overseasoffice .office {
	width: 305px;
}

.index #message h2 {
	height:280px;
	letter-spacing: 0.04em;
}

.index #message p {
	padding:10px 0 20px 0;
}

#page .inner {
	letter-spacing:0.05em;
}

#page .inner .right {
	width: 635px;
}

#subnav {
	width: 150px;
	float: left;
}

#subnav li {
	padding-left: 10px;
}

#subnav a, #subnav a:visited {
	color: #fff;
}

#subnav a:hover, #subnav a:active, #subnav a.active {
	color: #ef4035;
}

#page .admin-edited p strong {
	font-size: 1.2em;
	/*text-transform: uppercase;*/
	/*padding-left: 16px;
	background: url(/images/3bm.gif) center left no-repeat;*/
}

#page .admin-edited p strong.plain {
	padding-left: 0;
	background: none;
}

#page .admin-edited p.slim {
	margin: 0;
}
