div.contentPanel h2 {
	color: black;
	font-size: 21px;
	margin-top: 10px !important;
}

div.sectionFooter {
    margin: 15px 0;    
    padding: 10px;
    border: 1px solid #E6E2C6;
}

div.sectionFooter h3
{
    font-family: Georgia;
    color: #705812;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px dashed #E6E2C6;
    padding-bottom: 5px;
    margin-bottom: 10px;  
}

div.sectionFooter ul
{
    list-style-type: none;
}

div.sectionFooter ul li
{
    padding-left: 10px;
    margin-bottom: 5px;
    background: url(/images/navigation/linkarrowhollow.png) left 5px no-repeat;
}

div.sectionFooter ul li a
{
    color: #252523;
}

div.error {
	border: 1px solid red;
	padding: 10px;
	margin: 10px 0;
	background: #FAB7B7;
}

img.left {
	float: left;
	margin-right: 5px;
}

img.right {
	float: right;
	margin-left: 5px;
}

p.excerpt {
	font-size: larger;
}

div.pullQuote {
	float: right;
	width: 40%;
	border: 3px solid #eee;
	border-width: 3px 0;
	padding: 10px;
	text-align: center;
}

div.pullQuote div.quote {
	font-style: italic;
	font-size: larger;
}

div.pullQuote p {
	margin: 0 !important;
}

div.aboutTheSpecialist {
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
	margin: 10px 0;
}

div.aboutTheSpecialist h3 {
	margin-bottom: 10px;
}

div.aboutTheSpecialist div.content {
	height: 1%;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #ddd;
	background: white;
}

div.aboutTheSpecialist img.portrait {
	float: right;
	margin-left: 10px;
}

div.atAGlance {
	background: #ffc004;
	padding: 10px;
}

div.atAGlance h3 {
	margin-bottom: 10px;
	color: black;
}

div.atAGlance div.content {
	padding: 10px;
	background: white;
}

div.howToBook {
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
	margin: 10px 0;
	height: 1%;
	overflow: hidden;
}

div.howToBook .iconic {
	padding: 0 10px;
	float: left;
}

div.howToBook .content-right {
	margin-left: 210px;
}

div.list {
	border: 1px solid #ccc;
	background: #eee;
	padding: 9px;
	margin: 10px 0;
}

div.list h3 {
	margin-bottom: 10px;
}

div.list .listItem {
	background: white;
	padding: 10px;
	height: 1%;
	overflow: hidden;
	border-top: 1px solid #eee;
}

div.list .position1 {
	border: none;
}

div.list .iconic {
	float: left;
	margin-right: 10px;
}

div.biggerImages .iconic {

}

div.list div.content {
	display: table-cell;
}

div.biggerImages div.content {

}

div.list div.content p.meta {
	font-size: smaller;
	font-weight: bold;
}

div.list div.content a.moreLink {
	text-align: right;
	display: block;
}

div.list div.content h4 {
	margin-top: 0 !important;
}

div.list .listItem p {
/*	margin: 0; */
}

div.hList {
	height: 1%;
	overflow: hidden;
	margin: 10px 0;
}

div.hList div.third {
	width: 180px;
	float: left;
	padding: 0 5px;
	margin: 10px 0;
}

div.hList div.quarter {
	width: 180px;
	float: left;
	padding: 0 5px;
	margin: 10px 0;
}

div.hList .listItem p {
	margin: 0;
}

div.relatedContent {
	float: right;
	width: 190px;
	padding: 10px 0 10px 10px;
	border: 1px solid #ddd;
	background: #eee;
	margin-left: 10px;
}

div.map {
	border: 1px solid #ddd;
	background: #eee;
	margin: 10px 0;
}

div.slideshow {
	border: 1px solid #ddd;
	background: #eee;
	margin: 20px 0;
}

div.slideshow h3
{
	padding: 20px 40px 0 40px;
	color:#282828;
font:16px/100% Georgia,Palatino,Times New Roman,serif;
}

div.images {
	padding: 19px 39px 0 39px;
	width: 490px;
	height: 350px;
	position: relative;
}

div.images div.image {
	display: none;
	position: absolute;
	height: 350px;
	width: 490px;
}

div.images div.active {
	display: block;
}

div.image div.captionBackground,
div.image div.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 450px;
	padding: 10px 20px;
	color: white;
	font-weight: bold;
}

div.caption {
}

div.image div.captionBackground {
	background: #333;
	color: Black;
}

div.thumbnails {
	height: 1%;
	overflow: hidden;
	padding: 10px 0;
}

div.control {
	width: 39px;
	height: 60px;
	cursor: pointer;
}

div.control div {
	width: 11px;
	height: 20px;
	margin: 20px 14px;
	background-image: url('/images/components/slideshow/navigation.png');
}

div.previous div {
	background-position: 0 20px;
}

div.next div {
	background-position: 0 0;
}

div.previous div.disabled {
	background-position: 22px 20px;
}

div.previous div.hover {
	background-position: 11px 20px;
}


div.next div.disabled {
	background-position: 22px 0px;
}

div.next div.hover {
	background-position: 11px 0px;
}

div.previous {
	float: left;
}

div.next {
	float: right;
}

div.thumbStrip {
	position: relative;
	float: left;
	width: 480px;
	margin: 0 5px;
	height: 60px;
	overflow: hidden;
}

div.scroller {
	position: absolute;
	top: 0;
	left: 0px;
}

div.thumb {
	float: left;
	padding: 5px;
	width: 70px;
	height: 50px;
	cursor: pointer;
}

div.thumb img {
	width: 70px;
	height: 50px;
}

div.thumb span {
	display: none;
}

div.thumbnails div.active {
	background: white;
	padding: 4px;
	border: 1px solid #ddd;
}

div.thumb:hover {
	background: #ddd;
}

div.playControls {
	padding: 0 45px 10px 45px;
	height: 1%;
	overflow: hidden;
}

span.counter {
	float: left;
	padding: 3px 0;
}

a.playControl {
	float: right;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	padding: 2px 8px;
	color: #333;
	padding-left: 22px;
	background: url('/images/components/slideshow/play.png') 8px 8px no-repeat;
	background-color: #ddd;
}

a.pause {
	background-image: url('/images/components/slideshow/pause.png');
	background-color: white;
}

/* video */

div.video {
}

div.video div.alternative {
	padding: 10px;
	height: 1%;
	overflow: hidden;
	border: 1px solid #f1433b;
	background: #ffccda;
}

div.video div.alternative h3 {
	background: url('/images/icons/silk/exclamation.png') left center no-repeat;
	padding-left: 25px;
	color: #900;
}

div.description {
	float: left;
	width: 45%;
}

div.instructions {
	float: right;
	width: 45%;
}

/*
div.video {
	text-align: center;
	margin: 10px 0;
}

div.video a {
	display: block;
	width: 480px;
	height: 360px;
	margin: 0 auto;
	border: 1px solid #ddd;
	background: url('/images/components/flowplayer/play.png') center center no-repeat #eee;
}

div.video a span {
	display: none;
}

div.video a:hover {
	background-image: url('/images/components/flowplayer/play-hover.png');
}

div.video p.caption {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 480px;
}
*/
ul.specialists {
	background: white;
	border: 1px solid #ddd;
	padding: 0 9px !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ul.specialists li {
	list-style-type: none;
	border-top: 1px dotted #ddd;
	padding: 9px 0;
	height: 1%;
	overflow: hidden;
}

ul.specialists li#specialist1 {
	border-top: none;
}

ul.specialists img {
	float: right;
	margin-left: 5px;
}

div.singleImage {
	text-align: center;
	margin: 10px 0;
}

div.singleImage p.caption {
	margin: 0;
	font-style: italic;
	display:none;
}

span.ampersand {
    font-family: Baskerville, Palatino, Constantia, "Book Antiqua", "URW Palladio L", serif;
    font-style: italic;
}

/* begin author snippet */
.authorSnippet
{
	background:none repeat scroll 0 0 #EEEEEE;
	border-bottom:3px solid #DDDDDD;
	border-top:3px solid #DDDDDD;
	margin-bottom:10px;
	padding:10px;
	width:160px;
}

	.authorSnippet.left
	{
		float:left;
		margin-right:10px;
	}

	.authorSnippet.right
	{
		float:right;
		margin-left:10px;
	}

	.authorSnippet img
	{
		background:none repeat scroll 0 0 white;
		border:1px solid #BBBBBB;
		float:left;
		height:75px;
		margin-bottom:5px;
		margin-right:5px;
		padding:2px;
		width:56px;
	}
	
	.authorSnippet.right img
	{
		float:right;
		margin-left:5px;
		margin-right: 0;
	}

	.authorSnippet h3
	{
		color:#444444;
		margin:0;
	}
	
	.authorSnippet p.jobTitle
	{
		color:#888888;
		font-size:11px;
		margin:2px 0;
	}
	
	.authorSnippet h4
	{
		clear:both;
		font-size:11px;
		margin:0;
		color: Black;
	}
	
	.authorSnippet h4 .callMe
	{
		color:black;
		font-size:11px;
		font-weight:normal;
	}
	
	.authorSnippet .interested
	{
		clear:both;
		color:#888888;
		font-size:11px;
		line-height:150%;
		margin:0;
	}
	
	.authorSnippet .enquire
	{
		margin-top:5px;
		text-align:right;
	}
/* end author snippet */

a.readMore {
	padding: 2px 6px;
	background: #37c;
	color: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

a.readMore:hover {
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}

.prContact
{
	width: 190px;
}

div.atAGlance div.content ol {
    margin-left: 20px;
}

img.letterbox
{
	width: 570px !important;
}
    
