body { 
	padding: 0px;
	text-align: center;
	margin-left: 0px;
	padding-top: 75px;
	background-image: url('/assets/pinstripe_background.png');
}

.navBack {
	float: left;
}

.navNext {
	float: right;
}

.navEnd {
	display: none;
}

/* Burnt orange classes */
#navigationList li:hover, .navTitle, .navTitle a, .introContent a:active, 
#pieceHeader, .introHeader, .currentSection, .currentSection a, a:hover {
	color: #CB5F22;
}

/* Dark Grey classes 5C5D5F - made light grey */
a, a:active, #navigationList, .navSubtitle, .nextButton, .backButton {
	color: #7F7F7B;
}

/* Light grey classes */
.introContent a, 
#navigationList, 
.navSubtitle, 
.nextButton, .backButton
.disclaimerText, 
#content {
	color: #7F7F7B;
}

body {
	background-color: #5C5D5F;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

.bodyContainer {
	background-image: url('/assets/background.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	height: 510px;
	padding: 50px 25px;
}

.mainContainer {
	text-align: left;
	height: 497px;
	width: 846px;
	margin-top: 5px;
	margin-left: 9px;
}

#navigation {
	background: url('/assets/grayline.png');
	background-repeat: no-repeat;
	background-position: center right;
	font-size: 11px;
	float: left;
	width: 220px;
	height: 497px;
}

#navigationList {
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	width: 220px;
	padding-left: 0px;
	padding-top: 98px;
	list-style: none;
}

#navigationList li {
	position: relative;
	padding-right: 53px;
	padding-bottom: 26px;
	text-align: right;
}

.currentSection {
	background: url('/assets/orangeball.png'); 
	background-position: top right;
	background-repeat: no-repeat;
}

#content {
	position: relative;
	width: 620px;
	height: 497px;
	max-height: 497px;
	margin-left: 220px;
	padding-left: 25px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;	
}

.introCallToAction {
	font-weight: bold;
}

.introContent {
	padding-top: 150px;
}

#introContent > p {
	margin: 0px;
	margin-bottom: 15px;
}

#content a {
	border-bottom: 1px dotted #5C5D5F;
}

.introHeader {
	font-family: Georgia;
	font-size: 14pt;
	line-height: 22px;
	padding-top: 5px;
}

.tightCopy p {
	margin-top: 0em;
	margin-bottom: 0.25em;
}

#content a.navNext, #content a.navBack {
	border: none;
}

.clientListColumn1, .clientListColumn2, .clientListColumn3 {
	width: 175px;
	float: left;
}

.clientListColumn1 p, .clientListColumn2 p, .clientListColumn3 p {
	margin: 0px;
	margin-bottom: 3px;
}

#pieceDetails {
	float: left;
	width: 210px;
	height: 312px;
	padding-top: 155px;
	padding-right: 20px;
	margin-bottom: 30px;
}

#pieceDetails div {
	margin: 1em 0em;	
}

.pieceThumbnail {
	width: 430px;
	height: 100%;
	margin-left: 230px;
}

.fullBleed {
	padding-top: 0px;
}

#imageMagnifier {
	position: absolute;
	left: 400px;
	top: 230px;
	display: none;
}

.disclaimerText {
	font-size: 7pt;
	font-style: italic;
	line-height: 9pt;
}

#pieceHeader {
	font-family: Georgia;
	font-size: 11pt;
}

.pieceNavigation {
	position: absolute;
	left: 6px;
	bottom: 75px;
	padding-left: 20px;
	width: 100px;
}

#pieceContainer {
	position: absolute;
	left: 0px; top: 0px;
	width: 100%;
	height: 100%;
	background-image: url('/assets/grayTransparency.png');
	display: none;
}

#pieceContainer img {
	padding-top: 40px;
	display: none;
}
