html, body {
	background: #4f4d4d;
	font: 10px Verdana, Arial, sans-serif;
}

#container {
	width: 930px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #fff;footer-col
}

a:hover {
	text-decoration: underline;
}


strong {
	font-weight: bold;
}

h2 {
	font-weight: bold;
	color: #e54045;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 10px;
	letter-spacing: 2px;
}

h4 {
	font-weight: bold;
	color: #f8981d;
	margin-bottom: 3px;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.no-tmargin {
	margin-top: 0px !important;
}

#header {
	margin: 20px 0;
	overflow: hidden;
}

#logo {
	float: left;
	margin-left: 25px;
}

#links {
	float: right;
	margin-right: 25px;
}

#top-links {
	font-size: 10px;
	text-align: right;
	margin-bottom: 50px;
	color: #fff;
}

#top-links a.current {
	color: #f8981d;
	text-decoration: underline;
}

#top-links img {
	margin-left: 18px;
}

#r-circles {
	position: absolute;
	top: -2px;
	right: -10px;
}

#nav {
	background: url('/_media/images/layout/nav.gif') no-repeat;
	width: 358px;
	height: 40px;
	position: relative;
}

#navigation {
	background: url('/_media/images/layout/nav.gif') no-repeat;
	width: 358px;
	height: 40px;
	position: relative;
}

#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#nav li, #nav a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	border-bottom: 1px solid #4a4d66;
	outline: none;
}

#nav-about a, #nav-team a, #nav-expertise a, #nav-projects a {
	background: url('/_media/images/layout/nav.gif') no-repeat;
}

#nav-about {
	left: 0px;
	width: 91px;
}

#nav-about a:hover, #nav-about .current {
	background-position: 0px -40px;
}

#nav-team {
	left: 91px;
	width: 86px;
}

#nav-team a {
	background-position: -91px 0px;
}

#nav-team a:hover, #nav-team .current {
	background-position: -91px -40px;
}

#nav-expertise {
	left: 177px;
	width: 91px;
}

#nav-expertise a {
	background-position: -177px 0px;
}

#nav-expertise a:hover, #nav-expertise .current {
	background-position: -177px -40px;
}

#nav-projects {
	left: 268px;
	width: 90px;
}

#nav-projects a {
	background-position: -268px 0px;
}

#nav-projects a:hover, #nav-projects a.current {
	background-position: -268px -40px;
}

#nav a em {
	font-weight: bold;
}

#nav img {
	margin-left: 3px;
}

.last-nav-item {
	margin-right: 15px;
}

#home-img {
	position: relative;
	margin-top: -20px;
	width: 928px;
	height: 515px;
	margin-bottom: 20px;
}

#home-img img {
	display: block;
}

#home-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/_media/images/layout/homepage-overlay.png) no-repeat 0 0;
	z-index: 1;
}

#latest-news {
	background: url(/_media/images/layout/news_over.gif) no-repeat;
	width: 177px;
	height: 312px;
	position: absolute;
	top: 40px;
	right: 0;
	padding: 26px;
	z-index: 10;
}

#latest-news strong {
	display: block;
	font: 14px "Myriad Pro", Arial, sans-serif;
	color: #ff9933;
	text-transform: lowercase;
	border-bottom: 1px dotted #990000;
	margin-bottom: 10px;
}

#latest-news ul li {
	font: 10px/17px Verdana, Arial, sans-serif;
	color: #fff;
	margin-bottom: 18px;
	padding-left: 0;
	background: none;
}

#latest-news ul li strong {
	font: bold 10px Verdana, Arial, sans-serif !important;
	color: #fff;
	border: none;
	margin: 0px;
	text-transform: none;
}

#latest-news .the-latest {
	font-size: 10px;
	color: #f8981d;
	background: url(/_media/images/layout/red_arrow.gif) no-repeat 0% 50%;
	padding-left: 18px;
}

#home-img-bottom {
	/* background: url(/_media/images/layout/mainimg_bottom.gif) no-repeat; */
	width: 928px;
	height: 67px;
	margin-top: -67px;
	font-size: 10px;
	color: #fff;
	padding: 30px 0 0 30px;
	z-index:  2;
	position: relative;
}

#home-img-bottom strong {
	background: url(/_media/images/layout/red_arrow_trans.gif) no-repeat 0% 50%;
	padding-left: 20px;
	color: #f8981d;
}

#home-img-bottom strong a {
	color: #f8981d;
	text-decoration: none;
}

#home-img-bottom strong a:hover {
	text-decoration: underline;
}

#main-content {
	background: #474646 url(../images/layout/main-content-bg-top.gif) no-repeat;
	padding-top: 28px;
	margin: -20px 0 35px;
	width: 927px;
}

#main-content em {
	font-style: italic;
	}
	
#int-content-container p a, li a {
	text-decoration: none;
	color: #f8981d;
}

#int-content-container p a:hover, #int-content-container p a:focus {
	color: #fd2e2c;
	text-decoration: underline;
}

#int-content-container p a:visited {
	color: #cccccc;
	text-decoration: underline;
}

#main-content-bottom {
	position: relative;
	top: 5px;
}

#sidebar {
	width: 200px;
	float: left;
	border-right: 1px solid #913C3F;
	margin-right: -1px;
}

#sidebar ul {
	margin: 75px 0 0 40px;
}

#sidebar li {
	font-size: 10px;
	margin-bottom: 8px;
	background: none;
	padding-left: 0px;
}

#sidebar a {
	font-weight: bold;
	text-transform: lowercase;
	color: #fff;
}

#sidebar .here a {
	color: #f8981d;
}

.no-top {
	margin-top: 12px !important;
	position: relative;
	left: 12px;
}

.no-bottom {
	margin-bottom: 12px !important;
	position: relative;
	left: 12px;
}

.side-highlight, .here {
	border-top: 1px dotted #706d6d;
	border-bottom: 1px dotted #706d6d;
	padding: 12px 0 0;
	width: 146px;
}

.side-highlight a, .here a {
	display: block;
	background: url(/_media/images/layout/red-arrow.gif) no-repeat 0% 60%;
	color: #f8981d;
	display: block;
	margin-bottom: 14px;
	padding-left: 14px;
}

.side-highlight a:hover {
	text-decoration: none;
}

.side-highlight li {
	margin-bottom: 6px;
	padding-left: 15px;
}

.side-highlight li a {
	text-transform: lowercase;
	color: #fff;
	padding-left: 12px;
	background: none;
	margin: 0;
	font-weight: normal !important;
}

.side-highlight li a:hover, .side-highlight li.side-active a {
	color: #f8981d;
	background: url(/_media/images/layout/three-dots.gif) no-repeat 0 7px;
	text-decoration: none;
}

#main-col {
	float: right;
	width: 660px;
	padding: 18px 0 0 38px;
	border-left: 1px solid #913c3f;
	display: inline;
	margin-right: 28px;
}

#main-col h1 {
	font-size: 16px;
	color: #f8981d;
	margin-bottom: 5px;
}

#crumbs {
	font-style: italic;
	color: #999;
	font-size: 10px;
	margin-bottom: 18px;
}

#crumbs a {
	color: #fff;
}

.info {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	border-top: 1px dotted #c3363b;
	border-bottom: 1px dotted #c3363b;
	padding: 18px 0;
	margin-bottom: 22px;
	overflow: hidden;
}

.info a {
	color: #f8981d;
}

.info p em {
	display: block;
	color: #ccc;
	font-size: 12px;
}

.info.lbox {
	padding-bottom: 12px !important;
}

.info.lbox a {
	display: block;
	float: left;
}

.info.lbox .lbox-img {
	float: left;
	border: 5px solid #706c6d;
	margin-right: 5px;
}

.info.lbox .first-lbox-img {
	margin-left: 5px;
}

form#contact_form {
	float: left;
}

form#contact_form label {
	font-size: 10px;
	font-weight: bold;
	color: #f8981d;
	margin-bottom: 4px;
	display: block;
}

form#contact_form .inp {
	border: 1px solid #000;
	background: #3a3939;
	width: 233px;
	height: 19px;
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 10px;
	padding: 4px 0 0 6px;
}

form#contact_form .inp.subj {
	width: 465px;
}

form#contact_form textarea {
	border: 1px solid #000;
	background: #3a3939;
	width: 465px;
	height: 122px;
	display: block;
	color: #fff;
	font-size: 10px;
	padding: 4px 0 0 6px;
}

#send {
	border: 1px solid #666;
	background: #1c1c1c;
	font-weight: bold;
	color: #e54045;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 10px;
	padding: 2px 20px;
	margin-top: 20px;
	letter-spacing: 2px;
}

#address {
	float: left;
	position: relative;
	left: 42px;
	top: 40px;
	font-size: 10px;
	color: #fff;
	padding: 15px;
}

#address strong {
	color: #f8981d;
	display: block;
	margin-bottom: 4px;
}

#address p {
	margin-bottom: 15px;
	line-height: 18px;
}

#featured-project {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 24px;
}

#featured-project h2 {
	margin-bottom: 16px;
}

#featured-project strong {
	margin-bottom: 16px;
	display: block;
	color: #f8981d;
}

#featured-project p {
	color: #fff;
	margin-bottom: 16px;
}

#featured-project #f-col1 {
	float: left;
	width: 320px;
	margin-right: 20px;
}

#featured-proect #f-col2 {
	float: left;
}

#featured-project img {
	border: 3px solid #706d6d;
	background: #333;
	width: 289px;
	height: 189px;
	overflow: hidden;
	display: block;
}

#main-col .view-proj, #main-col .view-proj-noarrow {
	color: #f8981d;
}

.view-proj {
	color: #f8981d;
	background: url(/_media/images/layout/red_arrow_trans.gif) no-repeat 0% 50%;
	padding-left: 18px;
}

form#proj_selec {
	margin-bottom: 34px;
}

.dot-bg {
	background: #474646 url(../images/layout/dot-repeat.gif) repeat;
}

#int-content {
	color: #fff;
}

/* #int-content h2 {
	font-size: 16px;
	color: #f8981d;
	margin-bottom: 3px;
	} */
	
#int-content h3 {
	color: #e54045;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:  10px;
	margin-bottom: 3px;
	}

#int-content h4 {
	font-weight: bold;
	color: #f8981d;
	margin-bottom: 3px;	}

#int-content em {
	font-style: italic;
	}

#int-content p {
	margin-bottom: 18px;
	line-height: 18px;
	width: 475px;
}

#int-content .f-left ul {
	margin-bottom: 18px;
	width: 475px;
	}
	
ul li {
	background: url(/_media/images/layout/bullet.gif) no-repeat 0% 4px;
	padding-left: 14px;
	margin-bottom: 5px;
	}

.team-d img {
	border: 3px solid #706d6d;
	float: left;
	margin-right: 18px;
}

.team-d {
	text-transform: lowercase;
	font-size: 12px;	
}


.team-d h2 {
	color: #f8981d;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	padding-top: 16px;
	letter-spacing: normal;
	text-transform: lowercase;
}

.team-d h2 strong {
	font-weight: bold;
}

#principals {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 22px;
}

#principals img {
	border: 3px solid #706d6d;
	float: left;
	margin-right: 14px;
}

#principals strong a {
	color: #f8981d;
	padding-top: 18px;
	display: block;
}

#principals div, #other-team .ot {
	text-transform: lowercase;
}

#p-col-1 {
	float: left;
	width: 202px;
	border-right: 1px solid #575656;
}

#p-col-2 {
	float: left;
	width: 188px;
	padding-left: 14px;
	border-right: 1px solid #575656;
}

#p-col-3 {
	float: left;
	width: 188px;
	padding-left: 14px;
}

#other-team {
	margin-left: 10px;
}

#ot-1 {
	width: 202px;
	border-right: 1px solid #575656;
	float: left;
}

#ot-2 {
	width: 188px;
	border-right: 1px solid #575656;
	float: left;
	padding-left: 14px;
}

#ot-3 {
	width: 188px;
	float: left;
	padding-left: 14px;
}

.ot {
	overflow: hidden;
	margin-bottom: 30px;
}

.ot img {
	border: 3px solid #706d6d;
	float: left;
	margin-right: 14px;
}

.ot strong a {
	color: #f8981d;
}

.ot em {
	font-style: italic;
	display: block;
}

.bullets {
	margin-bottom: 18px;
}

.bullets li {
	background: url(/_media/images/layout/bullet.gif) no-repeat 0% 50%;
	padding-left: 14px;
	margin-bottom: 5px;
}

.listing h5 {
	width: 475px;
}

.news-list {
	margin-bottom: 22px;
}

.news-list li {
	border-top: 1px solid #3f3e3e;
	border-bottom: 1px solid #3f3e3e;
	margin-top: -1px;
	padding: 7px 0 7px 0;
	margin-bottom: 0;
	background: none;
	line-height: 1.6em;
}


.news-list li em {
	font-style: italic;
}

.news-list li .light {
	color: #ccc;
}

.news-list li a {
	color: #F8981D;
	background: url(/_media/images/layout/red-arrow.gif) no-repeat 100% 60%;
	padding-right: 18px;
}

.news-list li a:hover {
	text-decoration: none;
	color: #fff;
}

h5 {
	text-transform: uppercase;
	color: #e54045;
	font-weight: bold;
	margin-bottom: 12px;
	display: block;
	letter-spacing: 2px;
}

.int-img-left, .int-img-right {
	border: 3px solid #706d6d;
	background: #333;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.int-img-left {
	float: left;
	margin-right: 15px;
	margin-left: 0;
	}


.o-news {
	width: 475px !important;
	margin-right: 10px;
}

#related {
	float: left;
	width: 132px;
	margin-left: 15px;
	padding: 12px;
	position: relative;
	margin-bottom: 30px;
	display: inline;
}

#related strong {
	text-transform: uppercase;
	color: #e54045;
	font-weight: bold;
	margin-bottom: 12px;
	display: block;
	letter-spacing: 2px;
}

#related a, #related span {
	color: #f8981d;
	display: block;
	margin-bottom: 8px;
}

#related span {
	margin-bottom: 2px;
}

#related ul li {
	padding-left: 0;
	background: none;
}

#int-content .f-left .pagination {
	width: auto;
	float: left;
}

.pagination {
	font-style: italic;
}

.pagination-title {
	float: left; 
	margin-right: 5px; 
	line-height: 1em; 
	color: #999;
	font-style: italic;
}

.pagination li, .pagination li.here {
	float: left;
	padding: 0 4px;
	width: auto;
	background: none;
	border: none;
	line-height: 1em;
}

.pagination li + li, .pagination li + .here {
	border: 1px solid #999;
	border-width: 0 0 0 1px;
}

.pagination li.beginning a, .pagination li.previous a, .pagination li.next a, .pagination li.end a {
	color: #999;
}

.pagination li.beginning a:hover, 
.pagination li.previous a:hover, 
.pagination li.next a:hover, 
.pagination li.end a:hover {
	color: #bbb;
}

.pagination li.beginning, .pagination li.previous, .pagination li.next, .pagination li.end, .pagination li.previous + li {
	border-width: 0;
}

.pagination li.beginning, .pagination li.previous {
	padding-right: 0;
}

.pagination li.end, .pagination li.next {
	padding-left: 0;
}

.pagination li a, .pagination li.here a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
}

.pagination li, .pagination li a {
	color: #ccc;
	text-decoration: none;
}

.pagination .here, .pagination .here a {
	color: #F8981D;
}

.pagination .here a {
	text-decoration: underline;
}

.small {
	text-transform: lowercase;
	}

.p-details li {
	margin-bottom: 14px;
}

#related a:hover {
	color: #fff;
}

#related a.arrow {
	position: absolute;
	bottom: -30px;
	left: 5px;
}

a.arrow {
	background: url(/_media/images/layout/red-arrow.gif) no-repeat 0% 60%;
	padding-left: 14px;
	display: block;
}

a:hover.arrow {
	text-decoration: none;
}

a.d-arrow {
	background: url(/_media/images/layout/d-arrow.gif) no-repeat 0% 60%;
	padding-left: 14px;
	display: block;
	color: #F8981D;
}

a:hover.d-arrow {
	text-decoration: none;
	color: #fff;
}

#footer {
	color: #ccc;
	font-size: 10px;
	padding-bottom: 40px;
}

#footer a {
	color: #fff;
}

#copyright {
	float: left;
	margin: 0 0 35px 25px;
}

#footer form {
	float: right;
	margin-right: 25px;
}

#footer form select, form#proj_selec select {
	border: 1px solid #1d1d1d;
	color: #fff;
	font-size: 10px;
	background: #424141;
	padding: 4px;
	width: 188px;
	position: relative;
	top: -5px;
}

#footer-cols {
	clear: both;
	overflow: hidden;
	margin-left: 25px;
}

.footer-col {
	float: left;
	width: 160px;
	margin-right: 30px;
}

.footer-col strong {
	display: block;
	background: url(/_media/images/layout/orange_circle.gif) no-repeat 0% 50%;
	padding-left: 20px;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFF;
}

.footer-col p {
	padding-left: 20px;
}