@charset "utf-8";
/* CSS Document */

body {
	font: normal 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	background-color: #bfb7ae;
	padding: 0;
}
a { color: #c00 }
a img { border: 0px none; }
#sidebar #mainNavMarker {
	background: url(/_images/mainNavMarker.png) no-repeat top left;
	width: 14px;
	height: 22px;
	position: absolute;
	top: -2px;
	left: -20px;
}
#sidebar div {
	position: relative
}
.wrapper {
	margin: 0px auto;
	width: 984px;
}
#header {
	background-color: #ed1e29;
	height: 84px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 300;
}


#content {
	width: 984px;
	margin: 0 auto;
	padding-top: 83px;
}
#body {
	float: right;
	width: 728px;
	margin-right: 43px;
	padding-top: 1px;
	/*background-color: #d8d2c9;
	border-left: 0px solid white;
	border-right: 0px solid white;*/
}
.body-wrap {
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: #d8d2c9;
}
.portfolio-img {
	height:428px;
	padding:1px 0 0 30px;
	overflow: hidden;
	/*border-bottom: 18px solid #cdc5bc;*/
}
.portfolio-nav {
	background: #cdc5bc;
	height: 18px;
	padding: 1px 0 0 22px;
	line-height: 18px;
	color: white;
}
.portfolio-nav a {
	color: #ED1E29;
	color: white;
	text-decoration: none;
	outline: none;
	display: block;
	width: 25px;
	float:left;
	text-align: center;
}
.portfolio-nav a:hover {
	text-decoration: underline;
}
.portfolio-text {
	padding: 1px 35px 1px 32px;
	background-color: #E7E3DD;
	overflow:auto;
	height: 110px;
}
.mappingSection .portfolio-img {
	height: 475px;
	padding-left: 20px;
	overflow: hidden
}
.mappingSection .portfolio-text {
	height: 63px;
}
#footer {
	clear: both;
}
#bodyContent {
	border-left: 1px solid white;
	border-right: 1px solid white;
	/*border-top: 1px solid white;
	margin-top: 46px;*/
	padding-top: 36px;
	width: 561px;
	background-color: #D8D2C9;
}
#press, #personnel, #background, #contact {
	border-top: 1px solid white;
}
.section {
	padding: 12px 13px 36px 33px;
	border-bottom: 1px solid white;
}
.section p {
	margin: 6px 0px;
}
.section h3 {
	margin: 0px 0px 18px;
	text-transform: uppercase;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.anchor {
	margin-top: -84px;
	padding-top: 84px;
}
*:target .section {
	background-color: #E7E3DD;
	line-height: 16px;
}

/*
 * Side Nav Bar Styles
 */
#sidebar {
	float:left;
	width: 183px;
	padding-left: 28px;
	line-height: 18px;
	padding-top: 46px;
	letter-spacing: -0.05em;
	line-height: 18px;
	position:fixed;
	top: 84px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul ul {
	margin-left: 7px;
}
#sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li a {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #666;
	outline: none
}
#sidebar a {
	color: #FFF;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar div ul li {
	padding-left: 7px;
}
#sidebar h3 {
	font-weight: normal;
	margin:0
}
