@charset "utf-8";

/* CSS Document */

* {margin: 0px; padding: 0px;}

body {
	background-color: #404040;
	background-image: url(../_images/bg.jpg);
	background-position: top;
	background-attachment: scroll;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: normal;
}

p {
	font-size: 0.9em;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1.5em;
}

blockquote {
	margin: 20px;
	font-weight: bold;
	padding: 0;
	line-height: 1.5em;
}

form {
	margin: 0;
	padding: 0;
}

li {
	line-height: 1.5em;
}

a {
	color: #333;
}

a:visited {
	color: #333;
}

a:focus { outline:none }

a:hover {
	text-decoration: underline;	
	color: #666;
}

img {
	margin: 0;
	border: none;	
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #0f0f0f;
	font-size: 2.25em;
	font-weight: bold;
	letter-spacing: -3px;
	line-height: 1em;
}

#hometitle {
	float: left;
	width: 600px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}

div.header {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	width: 960px;
	background-image: url(../_images/banner-bg.png);
	background-repeat: none;
	background-position: top center;
	height: 249px;
}

div.header img {
	float: right;
	margin: 40px 40px 0 0;
}

div.nav {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	width: 100%;
	background-image: url(../_images/links-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 55px;
}

div.nav_content {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 960px;	
}

.nav ul {
	list-style: none;	
	text-align: center;
	padding: 10px;
}

.nav ul li {
	float: left;
	text-align: center;
	margin: 0;
}

.nav li a {
	display: block;
	text-align: center;
	font-size: 1.5em;
	letter-spacing: -1px;
	margin: 0 35px 0 35px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2em;
}

.nav li a:hover { 
	color: #999;
	text-decoration: underline;
}

div.container {
	margin: 0 auto;
	padding: 0;
	width: 960px;	
}

div.content {
	margin: 0 auto;
	clear: both;
	float: left;
	padding: 30px 50px 0 50px;
	width: 860px;
	background-color: #f2f2f2;
}

div.left_col h2 {
	margin: 10px 0 0 0;	
	font-weight: bold;
}

#home_content {
	padding: 30px 50px 180px 50px;
}

div.left_col {
	float: left;
	width: 480px;
	margin: 0;
	padding: 0;
}

div.map {
	margin: 10px auto;
	text-align: center;
}

div.right_col {
	float: right;
	width: 360px;
	margin: 0;
	padding: 0;
	text-align: right;
}

div.right_col_map {
	float: right;
	width: 360px;
	margin: 0 0 100px 0;
	padding: 0;
	text-align: right;
	font-size: 0.75em;
	line-height: 1.5em;
}

div.right_col img {
	margin-bottom: 20px;
}

div.social {
	margin: 0 auto;
	text-align: center;
}

div.social img{
	margin: 10px;
}

div.gallery {
	float: left;
	width: 860px;
	margin: 0 0 50px 0;
	padding: 0;
}

div.gallery img {
	border: 1px solid #333;
	margin: 5px;
}

div.phone_no {
	float: right;
	font-size: 1.75em;
	color: #333;
	text-align: right;
	margin: 0;
	padding: 5px 0 0 0;
	width: 250px;
	min-width: 250px;
}

div.email {
	float: right;
	font-size: 0.9em;
	color: #333;
	text-align: right;
	margin: 0;
	padding: 0 0 30px 0;
	width: 250px;
	min-width: 250px;
}

div.signpost {
	margin: 0 auto;
	padding: 2px;
	background-image: url(../_images/signpost.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 227px;
	height: 40px;
	min-height: 40px;
	text-align: left;
}

div.signpost a {
	font-size: 1em;
	color: #0f0f0f;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.7em;
	letter-spacing: 0;
	margin: 5px 0 5px 20px;
}

div.signpost a:hover { 
	color: #000;
	text-decoration: underline;
}

div.film_strip {
	margin: 0 auto;
	padding: 0;
	clear: both;
	text-align: center;
	position: relative;
	top: -200px;
	background: url(../_images/film-strip.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 207px;
	min-height: 207px;
	z-index: 50;
}

#home_footer {
	margin-top: -220px;
	position: relative;
}

div.footer {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../_images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 360px;
}

div.footer .content {
	background-image: url(../_images/footer.jpg);
	background-repeat: none;
	background-position: top;
	margin: 0px auto;
	text-align: center;
	padding: 60px 0 0 50px;
	width: 910px;
	height: 300px;
}

div.footer .col {
	margin: 0px;
	padding: 0 10px 0 0;
	float: left;
	width: 160px;
	text-align: left;
	color: #fff;
}

div.footer .second_col {
	margin: 0px;
	padding: 23px 10px 0 0;
	float: left;
	width: 140px;
	text-align: left;
	color: #fff;
}

div.footer .badge_col {
	margin: 0;
	padding: 0;
	float: left;
	width: 228px;
	position: relative;
	top: -85px;
	color: #fff;
	font-size: 0.55em;
}

div.footer .badge_col img {
	margin-bottom: 4px;	
}

div.footer h2 {
	colour: #fff;
}

div.footer ul {
	padding: 0;
	margin: 0;
}

div.footer li {
	padding: 0;
	margin: 0;	
	list-style: none;
}

div.footer a {
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	line-height: 1.2em;
	letter-spacing: 0;
}

div.footer a:hover { 
	color: #999;
	text-decoration: underline;
}

/* Lightbox Styles */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}