body {
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:96%;
  background-color:#f2f2f2;
  margin:5px;
  padding:0;
  text-align:center
}

#wrapper  {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
	border-width:2px;
	border-color:#851A22;
	border-style:solid;
}

#wrapper2  {
	width:840px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
	border-width:2px;
	border-color:#851A22;
	border-style:solid;
}
#header {		
		height:126px;
		background-color:#ffffff;
		margin:0;
		
			}
#logo  {
	float:left;
	margin-left:40px;
	margin-top:7px;
	
	}
#leftbar {
	width:80px;
	background-color:#999999;
	float:left;
	height:100%;
	}
#footer {
	background-color:#EEDA99;
	padding:8px;
	font-size:1.1em;
	text-align:center;
	color: #851A22;
	font-style:italic;
	}
#address {
	padding-left:100px;
	font-weight:bold;
	}	
#tariff  {
	width:600px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
	}
#flag {
	text-align:center;
	margin:14px auto 0 auto;
}
#flag img {
	margin-right:8px;
	border:1px solid #ccc;
}

img.greyborder {
	border:#DDD solid 6px;
	}	
img.greymid {
	border-top:#DDD solid 6px;
	border-bottom:#DDD solid 6px;
	border-right:#DDD solid 2px;
	border-left:#DDD solid 2px;
	}	
img.greyborder_centered {
	border:#DDD solid 6px;
	margin-right:auto;
	margin-left:auto;
	}		
img.greyright {
	border:#DDD solid 6px;
	float:right;
	margin-left:6px;
	}

img.greyleft{
	border:#DDD solid 6px;
	float:left;
	margin-right:10px;
	}						
img.greyborder2 {
	border:#DDD solid 6px;
	margin-right:20px;
	}
	
img.family {
	border:#DDD solid 6px;
	float:right;
	margin-left:6px;
	margin-bottom:14px;
	}								
p  {
	text-align:left;
	color:#000000;
	}	
	
p.top  {
	text-align:left;
	color:#000000;
	padding-top:12px;
	}		
p.middle {
	text-align:center;
	color:#000000;
	}
	
p.contact {
	padding-left:15px;
	font-size:16px;
	}			
h1 {
	font-size:1.4em;
	font-weight:bold;
	text-align: center;
	padding:6px;
	padding-top:22px;

	color: #851A22;
	font-style:italic;
	}
h3  {
	margin-top:2px;
	text-align:left;
	color:#851A22;
	font-style:italic;
	}
	
h3.response  {
	margin-top:0;
	text-align:center;
	color:#000000;
	}	
	
h4 {
	margin-top:0;
	text-align:left;
	color:#000000;
	font-size: 1.1em;
	font-weight:bold;
	}
		
	ul.route {
		text-align:left;
		color:#000000;
		}	
.content {
	padding:10px;
	padding-top:6px;
	background-color:#ffffff;
	font-size:.92em;
	color:#000000;
}
#points  {
	color:#660000;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	}
	
a:link {
	text-decoration:none;
	}	
	
a.local {
	text-decoration:none;
	color:#000000;
	}
	
a.local:hover {
	text-decoration:none;
	color:#000000;
	}	
.by  {
	font-size:9px;
	color:#333333;
	text-decoration:none;
	text-align:center;
	}
	#from {
	text-decoration:none;
	display:none;
	}
a:hover  {
	color:#660000;
	}
a.keswick:link {
	color:#000000;
	text-decoration:none;
	cursor:text;
	}	
.rightfloat {
	float:right;
	}
.rightfloat2 {
	float:right;
	margin-bottom:20px;
	}
.rightfloat3 {
	float:right;
	margin-top:10px;
	margin-left:10px;
	}
.rightfloat4 {
	float:right;
	margin-bottom:20px;
	margin-right:40px;
	}
	
.rightfloat5{
	float:right;
	margin-top:10px;
	margin-right:25px;
	}	
.leftfloat {
	float:left;
	background-color:#ffffff;
	}	
.leftfloat2 {
	float:left;
	background-color:#ffffff;
	width:400px;
	}		
.thumbs  {
	text-align:center;
	background-color:#CCCCCC;
	padding:4px 0;
	}	
.padleft {
	padding-left:10px;
	}

		
#navlist ul
{

margin-left: 0;
padding-left: 0;
white-space: nowrap;
background-color:#851A22;
}

#navlist li
{
display: inline;
list-style-type: none;

}

#navlist a { padding: 3px 16px; }

#navlist a:link, #navlist a:visited
{
color: #782A12;
background-color: #EEDA99;
text-decoration: none;
font-size:.98em;
border-color:#990000;
border-style:solid;
border-width:1px;
}

#navlist a:hover
{
color: #fff;
background-color: #B85046;
text-decoration: none;
}
#navlist a:active
{
color: #000000;
background-color: #e9ae71;
text-decoration: none;
font-size:.9em;
border-color:#990000;
border-style:solid;
border-width:1px;
}

/* lightbox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	