/*	Structure	*/

#pageContentHolder {
 padding-left:	 	201px;      /* LC width */
}
#leftBar {
 float:				left;
 clear:				left; /* important ! */
 width:				171px;

 margin: 			-1px 0px 70px -175px;
}

/*	Left bar	*/

.verticalNav {
 margin-bottom:		0px;
 overflow:			hidden; 
}
.verticalNav img {
 padding:			8px 150px 5px 8px;
 margin-bottom:		0;
}
img.leftNavHome {
 background: 		url(/_images/left-nav-grey-round.png) top left no-repeat;
}
img.leftNavCurrent {
 background: 		url(/_images/left-nav-orange-full.png) top left no-repeat;
}
img.leftNavOther {
 background: 		url(/_images/left-nav-grey-full.png) top left no-repeat;
}
.verticalNav ul {
 padding-top:		5px;
 padding-bottom:	7px;
 padding-left:		10px;
 margin-top:		0;
 line-height:		1.5em;
 background:		#fff7e6;
 margin-bottom:		0px
}
.verticalNav li {
 padding-left:		8px;
 padding-right:	5px;
 padding-bottom:    4px;
 background: 		url(/_images/bullet-arrow-grey-matte-white.png) left 5px no-repeat;
}
.verticalNav li a {color:#242a34; text-decoration: none; font-size: 1.1em}
.verticalNav li a:hover {color: #333333; text-decoration: underline}


.verticalNav li.leftNavCurrentLink {
 padding-left:		8px;
 background: 		url(/_images/bullet-arrow-orange-matte-white-2.png) left 5px no-repeat;
}
.verticalNav li.leftNavCurrentLink a {color:#FF8D21;}

/*	Middle text content	*/

.contentFrontHeader {
 height:			auto;
}
.contentFrontHeader {
 margin-bottom:		140px;
/* color:			#463c33;
 line-height:		1.4em; */
}

.contentFrontHeader ul {
 list-style:		disc;
 margin-left:		25px;
}

blockquote {
 float:				right;
 width:				165px;
 padding:			12px 30px 5px 0px;
 border-top:		1px solid #898170;
 border-bottom:		1px solid #898170;
 margin-right:		0px;
 background:		url(/_images/left-quote.png) 0px 5px no-repeat
}

blockquote h5 {
 margin:			0px;
 text-indent:		30px;
 font-size:			1.2em
}

blockquote p {
 margin-top:		5px;
 margin-bottom:		5px
}

/* Middle text content page layout B */

p.imageCaption {
 padding-bottom:	5px;
 text-align:		right;
 border-bottom:		1px solid #6F604A
}

#centreLeftColumn {
 float:				left;
 width:				46%;
}
#centreRightColumn {
 float:				right;
 width:				46%;
}
#centreLeftColumn h4, #centreRightColumn h4 {
 margin-bottom:		0.2em;
}
#centreLeftColumn p, #centreRightColumn p {
 margin-top:		0px;
}
