@charset "UTF-8";
/* CSS Document */
@import url("reset.css");



/* global */

/* global layout*/
body {
	background-image:url(../../_images/global/background.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	padding-bottom:50px;
}

#wrapper {
	float: none;
	margin: 0 auto 0px auto;
	width: 950px;
	background-color:#FFFFFF;
	border-style:solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color:#000000;
}

/* global header */

#header {
	float:none;
	height:110px;
	background-image:url(../../_images/global/header.jpg)
}

#logo {
	width: 252px;
	height: 110px;
	clear: none;
}

#aux_nav {
	width: 668px;
	height: 67px;
	clear: none;
	margin-top: 13px;
	margin-right:30px;
	text-align:right;
}

#tagline {
	width: 668px;
	height: 30px;
	clear: none;
	margin-right:30px;
	text-align:right;
}

/* global header end */

/* global nav */

#global_nav {
	float:none;
	padding-top: 0px;
	border-style:solid;
	border-top-width:5px;
	border-color:#cdc66f;
	margin-top:2px;
	height:24px;
}

#spacer {
	width: 251px;
	height: 24px;
	clear:none;
}

#about_us {
	width: 125px;
	height: 24px;
	clear: none;
}

#industries {
	width: 144px;
	height: 24px;
	clear: none;
}

#client_services {
	width: 184px;
	height: 24px;
	clear: none;
}

#career_opportunities {
	width: 246px;
	height: 24px;
	clear: none;
}
	
/* global nav end */


#page_title {
	height:90px;
	margin-left:276px;
	display: inline;
}

body {
	overflow-y: scroll;
}

#content {
	margin-left: 31px;
	border-style:solid;
	border-left-width: 5px;
	border-color:#cdc66f;
	display:inline;
}

#sidebar {
	float:left;
	width: 190px;
	height: inherit;
	margin-right:40px;
	padding-left:10px;
	clear:none;
}

#body {
	float:left;
	width: 647px;
	height: inherit;
	clear:none;
	margin-right:27px;
}

#footer{
	float:none;
	padding-top: 36px;
	padding-bottom: 12px;
	border-style:solid;
	border-bottom-width:6px;
	border-color:#cdc66f;
	margin-bottom:4px;
}

/* images */
img.left {
	border-style:solid;
	border-width:1px;
	border-color:#004e26;
	margin: 4px 8px 4px 0px;
	float:left;
	clear:none;
}

img.right {
	border-style:solid;
	border-width:1px;
	border-color:#004e26;
	margin: 4px 0px 4px 8px;
	float:right;
	clear:none;
	display:block;
}

img.home {
	border-style:solid;
	border-width:1px;
	border-color:#004e26;
	margin-bottom:20px;
}

img.landing {
	border-width:0px;
	margin-bottom:20px;
}

/* images end */


/* global copy */

/* header */

p.header {
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	color:#ccc76f;
}

a.aux_nav {
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

a.aux_nav:hover {
	color:#ccc76f;
}

/* end header */

/* copy */

h2, a.green {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#004e26;
	line-height:24px;
	padding-bottom:14px;
}

p {
	line-height:24px;
	padding-bottom:18px;
}

table tr td {
	line-height:24px;
}

p.li {
	line-height:14px;
	padding-bottom:14px;
	color:#343434;
}

a {
	color:#004e26;
}

a:hover {
	color:#004e26;
	text-decoration:none;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#343434;
	line-height:18px;
	padding-bottom:14px;
	list-style:disc;
	color:#004e26;
}

#column_wrapper {
	width:647px;
	margin: 1px 0px 0px 0px;
}

#column_1 {
	float: left;
	width: 308px;
	clear: none;
	margin-right:30px;
}

#column_2 {
	float: left;
	width: 308px;
	clear: none;
	margin-right:0px;
}

#column_1_w_image {
	float: left;
	width: 184px;
	clear: none;
	margin-right:10px;
}

#column_2_w_image {
	float: left;
	width: 184px;
	clear: none;
	margin-right:10px;
}

.column_contacts {
	float: left;
	clear: none;
	width:205px;
	margin-right:10px;
}

li {
	margin-left:24px;
}

hr {
	border:0px;
	height: 5px;
	color:#cdc66f;
	background-color:#cdc66f;
	margin: 10px 0px 30px 0px;
}

div.body_content {
	display:block;
	clear:both;
}

/* end copy */

/* sidebar */

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#a5a15b;
	padding-bottom:20px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#004e26;
	line-height:18px;
	padding-bottom:10px;
}

p.contacts {
	line-height:18px;
	padding-bottom:24px;
}

p.sidebar {
	line-height:18px;
	padding-bottom:12px;
}

a.subnav {
	text-decoration:none;
	line-height: 18px;
}

a.subnav:hover {
	text-decoration:underline;
	line-height: 18px;
}

a.sidebar {
	font-weight:bold;
	font-size:11px;
	color:#004e26;
}

/* end sidebar */

/* footer */

p.footer {
	font-size:11px;
	text-align:center;
	word-spacing:-1px;
}

/* end footer */

/* end global */