/* Element Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	background: #0f1621 url('../images/bg-texture.jpg') repeat;
}

body {
	overflow: scroll;
	background: url('../images/bg-gradient.jpg') top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #445269;
}

a, a:visited, a:active {
	color: #627796;
	text-decoration: none;
}

a:hover {
	color: #6a81a3;
	text-decoration: underline;
}

strong {
	font-weight: bold;
	color: #ffffff;
}

.hidden {
	visibility: hidden;
}

#wrapper {
	background: url('../images/bg-main.jpg') top center no-repeat;
	margin: 0 auto;
	min-height: 900px;
}

#header {
	height: 129px;
	text-align: center;
}

#container {
	background: url('../images/bg-content.jpg') top center no-repeat;
	margin: 0 auto;
	width: 920px;
	min-height: 515px;
}

#navigation {
	margin: 0 auto;
	padding-top: 11px;
	padding-left: 5px;
	text-align: left;
	width: 642px;
	height: 41px;
}

#navigation a {
	display: block;
	float: left;
	height: 41px;
	text-indent: -3000px;
}

#nav-firm {
	background: url('../images/navigation.jpg') 0px 0px no-repeat;
	width: 90px;
}

#nav-firm.active {
	background-position: 0px -41px;
}

#nav-projects {
	background: url('../images/navigation.jpg') -90px 0px no-repeat;
	width: 131px;
}

#nav-projects.active {
	background-position: -90px -41px;
}

#nav-services {
	background: url('../images/navigation.jpg') -221px 0px no-repeat;
	width: 129px;
}

#nav-services.active {
	background-position: -221px -41px;
}

#nav-management {
	background: url('../images/navigation.jpg') -350px 0px no-repeat;
	width: 167px;
}

#nav-management.active {
	background-position: -350px -41px;
}

#nav-contact {
	background: url('../images/navigation.jpg') -517px 0px no-repeat;
	width: 124px;
}

#nav-contact.active {
	background-position: -517px -41px;
}

#navigation-sub {
	margin: 9px auto 0 auto;
	padding-left: 39px;
	width: 642px;
	height: 30px;
	font-size: 13pt;
	color: #525766;
}

#navigation-sub .separator {
	height: 30px;
	padding-top: 3px;
}


#navigation-sub a {
	color: #cce5ff;
	height: 30px;
	padding: 2px 4px 0 4px;
	text-decoration: none;
}

#navigation-sub a:hover {
	text-decoration: none;
	color: #ffffff;
}

#navigation-sub > div {
	display: inline-block;
}

#navigation-sub .selected {
	height: 30px;
	color: #ffffff;
	padding: 2px 4px 0 4px;
}

#content {
	margin: 30px auto;
	width: 860px;
	color: #f2f2f2;
	font-size: 10pt;
}

#content a {
	color: #e5f5ff;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	float: left;
	padding: 10px 11px 3px 11px;
	margin: 0 300px 16px 0;
	background: #3c4d69;
	font-size: 20pt;
	font-weight: normal;
	color: #ffffff;
}

#content h2 {
	float: left;
	padding: 5px 11px 4px 11px;
	margin-bottom: 16px;
	background: url('../images/bg-red.png') top left repeat;
	font-size: 15pt;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: -1px;
	min-width: 400px;
}

#content h3 {
	display: block;
	clear: both;
	float: left;
	padding: 0 11px 4px 11px;
	margin-bottom: 20px;
	font-size: 14pt;
	color: #f2f2f2;
	font-weight: bold;
	letter-spacing: -1px;
}

#content h2 a, #content h3 a {
	color: #e5f5ff;
	text-decoration: underline;
}

#content h2 a:hover, #content h3 a:hover {
	text-decoration: none;
}

#content h4 {
	clear: both;
	float: left;
	border-bottom: 5px solid #460000;
	font-size: 11pt;
	font-weight: bold;
	margin: 0 550px 6px 0;
	padding: 0 40px 2px 0;
	color: #ffffff;
}

#content h5 {
	clear: both;
	float: left;
	margin-bottom: 5px;
	font-size: 10pt;
	color: #f2f2f2;
	font-weight: bold;
}

#content p {
	clear: both;
	font-size: 10pt;
	padding: 0 0 12px 0;
	color: #eef3f6;
}

#content ul {
	clear: both;
	padding-bottom: 9px;
}

#content li {
	margin-left: 20px;
	list-style: square;
	padding-bottom: 8px;
}

#content li span {
	color: #748da6;
}

#content .column {
	float: left;
	width: 190px;
	margin-right: 15px;
}

.project {
	clear: both;
	height: 265px;
	margin-bottom: 15px;
}

.project .images {
	float: left;
}

.project .images img {
	padding: 5px;
	background: url('../images/bg-black.png') repeat;
}

.project .images .thumbnails {
	display: none;
	margin-top: 5px;
}

.project .images .thumbnails img {
	width: 100px;
	height: 56px;
	padding: 4px;
}

.project .images .thumbnails img.active {
	background: #67b7e5;
}

.project .images .thumbnails li {
	float: left;
	list-style: none !important;
	margin: 0 9px 0 0 !important;
}

.project .information {
	margin: 10px 0 0 12px;
	float: left;
	width: 285px;
}

.project .title {
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ffffff;
}

.project .type {
	font-size: 11pt;
	padding-bottom: 2px;
	color: #d9d9d9;
}

.project .location {
	font-size: 10pt;
	color: #a2aebd;
}

.project .job {
	margin: 20px 0;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
}

.project .description {
	font-size: 10pt;
	color: #d9d9d9;
}

/* Link Bar Elements */

#links {
	clear: both;
	margin: 0 auto;
	padding-top: 40px;
	width: 860px;
	height: 72px;
}

#membership {
	float: left;
}

#membership > div, #resources > div {
	float: left;
	padding: 20px 60px 20px 10px;
	text-align: center;
	font-size: 10pt;
	color: #8a9fb8;
}

#membership > div {
	background: url('../images/bg-membership.png') top left no-repeat;
	width: 220px;
}

#membership > ul {
	float: left;
}

#membership > ul > li {
	float: left;
	width: 60px;
	height: 72px;
	text-align: center;
	list-style: none;
}

#membership > ul > li:hover {
	background: url('../images/bg-blue.png') repeat;
}

#resources {
	float: left;
	margin-left: 20px;
}

#resources > div {
	background: url('../images/bg-resources.png') top left no-repeat;
	width: 135px;
	padding-right: 70px;
}

#resources > ul {
	float: left;
	padding-top: 3px;
	margin: 8px 15px 0 0;
}

#resources > ul > li {
	list-style: none;
	font-size: 10pt;
}

#resources a {
	color: #ffffff;
}

/* Footer Elements */

#footer {
	clear: both;
	background: url('../images/bg-blue.png') repeat;
	margin: 16px auto 8px auto;
	padding: 16px 14px 16px 14px;
	width: 832px;
	height: 93px;
}

#footer > ul {
	float: left;
	margin-left: 30px;
}

#footer > ul > li {
	list-style: none;
	font-size: 8pt;
	line-height: 10pt;
}

#footer > ul > li > a {
	color: #e6e6e6;
}

#footer > ul > li:first-child {
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 8px;
	font-size: 10pt;
}

#footer > div {
	background: url('../images/footer-logo.png') top left no-repeat;
	float: left;
	margin-right: 5px;
	font-size: 10pt;
	color: #8a9fb8;
	padding-left: 130px;
	height: 93px;
}

#footer > div > h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #d3d9e5;
}

#footer > div > a {
	color: #e6e6e6;
}

/* Copyright Elements */

#copyright {
	margin: 0 auto 12px auto;
	width: 860px;
	font-size: 8pt;
}

#copyright > span {
	float: right;
}