@charset "utf-8";
/* CSS Document */

/* Navigation */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			1.85em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #E3B20D;
	border-top:		1px solid #E3B20D;
	padding: 		.38em 1em;
	text-decoration:none;
}

.sf-menu a:hover {
	color:#FFF!important;
}

.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li {
	background:		#E3B20D;
}
.sf-menu li li {
	background:		#E3B20D;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#666;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.5em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#home {
	background-image:url(../images/background_body.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}
#header {
	width:916px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	background-image:url(../images/background_header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:217px;
	position:relative;
}
#main {
	width:916px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	background-image:url(../images/background_main.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}
#footer {
	width:916px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	background-image:url(../images/background_footer.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:30px;
	color:#FFF;
}
#logo img {
	position:absolute;
	left:16px;
	top:50px;
	border:none;
}
#telephone img {
	position:absolute;
	right:68px;
	top:30px;
	border:none;
}
#nav {
	position:absolute;
	left:340px;
	top:129px;
}
#maincontent h1 {
	padding:10px;
	margin:0;
	font-size:medium;
}

#maincontent h2, #maincontent h3, #maincontent p, #maincontent ul, #maincontent address, #maincontent table th{
	padding:10px;
	margin:0;
	font-size:small;
}
#maincontent ul {
	padding-left:40px;
	margin:0;
}
#maincontent ol {
	list-style-type:decimal;
	font-size:small;
	margin-top:10px;
	margin-bottom:10px;
}
#maincontent ol ol {
	list-style-type:lower-alpha;
	font-size:small;
}
#maincontent a:link {
	color:#333;
}
#maincontent a:visited {
	color:#999;
}
#maincontent a:hover {
	color:#E3B20D;
}
#maincontent {
	padding:0;
	padding-left:350px;
	padding-bottom:30px;
	padding-right:10px;
	padding-bottom:110px;
	/*background-image:url(../images/background_content1.jpg);*/
	background-repeat:no-repeat;
	background-position:9px 0px;
	min-height:590px;
	position:relative;
}
#social{
	background-color:#E3B20D;
	position:absolute;
	left:320px;
	bottom:0px;
	height:80px;
	width:569px;
	padding:10px;
	color:#000;
}
#social img {
	border:none;
	float:left;
}
#twitterstatus {
	float:left;
	font-size:x-small;
	width:170px;
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
}
#twitterstatus ul {
	font-size:x-small;
}
#twitterstatus li {
	margin-bottom:10px;
}
#twitterstatus a:link {
	color:#000;
}
#twitterstatus a:hover {
	color:#666;
}
#footer ul, #footer li {
	margin:0;
	padding:0;
	font-size:small;
	list-style:none;
}
#footer li {
	padding:5px;
	border-left:#FFF 1px solid;
	display:inline-block;
}
#footer li:first-child {
	border-left:none;
}
#footer ul {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:2px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}
#gallery {
	margin-left:20px;
}
#gallery a {
	margin:5px;
}
#accreditation {
	position:absolute;
	left:360px;
	top:15px;
	background-image:url(../images/accreditation_background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:10px;
}
.accreditationfeed ul {
	font-size:x-small;
	border:none;
	width:160px;
	text-align:center;
	margin:0;
	padding:3px;
}
.accreditationfeed ul li {
	list-style-type:none;
	height:70px;
	padding:10px;
}
.contactform {
	font-size:small;
	margin-top:20px;
}
fieldset {
	background-color:#CCC;
	padding:10px;
	border:1px solid #fff;
	border-color:#fff #666661 #666661 #fff;
	margin-bottom:36px;
	width:400px;
}
input, textarea, select {
	font:12px/12px Arial, Helvetica, sans-serif;
	padding:0;
}
fieldset.action {
	background-color:#9da2a6;
	border-color:#e5e5e5 #797c80 #797c80 #e5e5e5;
	margin-top:-20px;
}
legend {
	background-color:#E3B20D;
	color:#fff;
	line-height:21px;
	padding:0 10px;
	margin:-26px 0 0 -11px;
	font-weight:bold;
	border:1px solid #fff;
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
}
label {
	font-size:11px;
	font-weight:bold;
	color:#000;
}
label.opt {
	font-weight:normal;
}
dl {
	clear:both;
}
dt {
	float:left;
	text-align:right;
	width:75px;
	line-height:25px;
	margin:0 10px 10px 0;
}
dd {
	float:left;
	width:275px;
	line-height:25px;
	margin:0;
}
.contactforminput {
	width:275px;
}
.submitbutton {
	width:auto;
	height:26px;
	color:#fff;
	padding:0 2px;
	background:url(../images/button.png) repeat-x 0 0;
	cursor:pointer;
	border:none;
	font:10px/26px Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	vertical-align:middle;
}

/*lightbox css */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#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-image: url(data:image/gif;base64,AAAA); /* 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;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #666;
}
#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;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
