div.shoutout {
	float:none;
}
h3.heading {
	height:81px;
	margin-bottom:0.5em;
}
#slideshow {	
	background:transparent url(../img/innershadowlayer.gif) no-repeat top left;
	padding:9px 9px 8px 9px;/*give room for the drop shadow*/
	width:830px;
}
#h_distiller {
	background:transparent url(../img/innerquote.png) no-repeat top left;
	
}
.innerpagebody {
	margin:0 1em 1em 3em;
}
div.inner {
	padding-bottom:1em;
	overflow:hidden;

}
/*
* the space of the footer needs adjusting here as there is no drop shadow as there is on homepage
*/

div.person {
	margin:0 9px;
	
}
.person, .person p {
	color:#a6272a;
	font-family: "Frutiger", "frutiger linotype", "Arial Narrow", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	line-height:1.5;
	
}
.person h5 {
	font-size:0.95em;
	font-weight:900;
	margin-bottom:0;
	padding-bottom:0;
}
.person p {
	font-size:0.83em;
}
.person .featured {
	float:left;
	margin-right:1.5em;
	
}

.secondperson {
	float:right;
	text-align:right;
	width:520px;
	overflow:hidden;
	position:relative;
	
}
.secondperson .details {
	width:310px;
	position:absolute;
	bottom:0;
	left:0;
}
.details p, .details h5 {
	margin-right:1.5em;
	
}
.details p {
	text-align:right;
}
.secondperson img {
	float:right;	
}


/*
	Navigation Lists - inline & image rollover using CSS sprite method (not used now)
*/


#subnavtxt {
	text-align:center;
	margin:0 auto;

}

#subnavtxt ul {
	overflow:hidden;
	text-align:center;
	margin:0;
	padding:0;
	}
	
#subnavtxt li {
	display:inline;
	margin:0 8px;
}
#subnavtxt ul li a {
   line-height:1.5;
   font-family: "Frutiger", "frutiger linotype", "Arial Narrow", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size:0.82em;
	color:#b17b3c;
	font-weight:800;
	letter-spacing:1px;
}
#subnavtxt ul li a:hover, #subnavtxt ul li a.active {
	color:#b33639;
	text-decoration:none;
}

/* tricky page with images */

.location {
	position:relative;
	min-height:600px;
	background:transparent url(../img/map-islay-ping-sharper.png) no-repeat 394px 100px;
}

.raised {
	width:810px;
}
.raised p.narrow {
	width:520px;
}
.maps {
	margin-bottom:10px;
	overflow:hidden;
}
.maps img {
	padding:0;
	margin-right:15px;
	float:right;
}

.maps p a {
	color:#b33639;
}
.maps div {
	width:406px;
}
	
	


/* CMS content */
.cmscontent {
	float:left;
	width:550px;
	color:#223c5a;
	}
.cmscontent ul{
	list-style-type: square;
	list-style-position: inside;

}
.cmscontent ul li {
	font-size:0.88em;
	
}
.cmspics {
	float:right;
	margin-top:40px;
	}
.cmspics img {
	display:block;
	margin-bottom:10px;
}
.clearer {
	clear:both;
}
.cmscontent table {
	font-family: "Frutiger", "frutiger linotype", "Arial Narrow", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size:0.88em;
	color:#223c5a;
	border:1px solid #223c5a;
	margin:5px;
	padding:5px 0;
	
}
.cmscontent td {
	padding:2px 5px 2px 10px;
}
