


/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }

a img { border:none } /* Gets rid of IE's blue borders */



/* ------- Site Wide Styles -------------------*/
body {
	font-size: 80%;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Arial, Helvetica; font-weight: 400; font-style: normal;
	color: #333333;
} 

h1 {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica; font-weight: 400; font-style: normal;
	font-size : 2em;
	color: #0d3579;
	line-height: 1.2em;
	margin: 0px 0px 0.5em 0px;	
	font-weight: normal;
}


h2 {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica; font-weight: 400; font-style: normal;
	font-size : 1.4em;
	color: #0d3579;
	line-height: 1.2em;
	margin: 0.5em 0px;
}


h3{
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica; font-weight: 400; font-style: normal;
	font-size : 1.2em;
	color: #0d3579;
	line-height: 1em;
	margin: 20px 0px 3px 0px;
}

h4{
	color: #0d3579;
	font-size: 1.3em;
	margin: 0px 0px 0.5em 0px;
}



p{
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica; font-weight: 400; font-style: normal;
	font-size : 1.2em;
	line-height: 1.6em;
	margin: 1em 0em 1em 0px;
	color: #333333;
}

blockquote{
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica; font-weight: 400; font-style: normal;
	font-size : 1.1em;
	line-height: 1.6em;
	margin: 1em 0em 1em 0px;
	color: #666;
}


li{
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica; font-weight: 400; font-style: normal;
	font-size : 1.2em;
	line-height: 1.6em;
	margin: 5px 0em 5px 20px;
	color: #333333;
	list-style: disc;
}

ol li{
	list-style: decimal;
}

a, a:visited{
	color: #C19E2F;
	text-decoration:none
}
a:hover, a:visited:hover{
	color: #000;
}

.floatleft{
	float: left;
	margin: 0px 20px 20px 0px;
}

.floatright{
	float: right;
	margin: 0px 0px 20px 20px;
}

table{
	width: 100%;
	border-collapse:collapse;
}

td{
	padding: 5px;
	border-bottom: 1px solid #fff;
	background: #e6e6e6;
}


/* ------------------ Pagination Controls ---------------------- */
.pagination{
	clear: both;
	margin: 0px 0px 10px 0px;
	
}
.pagination div{
	display: inline;
}
.pagination #prev{
	float: left;
	padding: 5px;
}
.pagination #next{
	float: left;
	padding: 5px;
	margin-left: 5px;
}
.pagination span{
	list-style-type: none;
	padding-bottom: 1px;
	margin: 0px;
	float: left;
	padding: 5px 0px;
	margin-left: 5px;
}
.pagination .disabled{
	color: #ccc;
	float: left;
	border: 1px solid #ccc;
}
#pagination_details{
	float: right;
}
.pagination a, .pagination a:visited{
	padding: 5px 8px 5px 8px;
	text-decoration: none; 
	color: #666;
	background: #e6e6e6;
}

.pagination a:hover, .pagination a:active{
	color: #fff;
	background: #666;
}

.pagination span.current{
font-weight: bold;
cursor: default;
color: #fff;
	background: #666;
	padding: 5px 8px 5px 8px;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
color: #666;
font-weight: normal !important;

}

.pagination a.prevnext{
font-weight: bold;
}

.paginationstatus{
	width: 400px;
	float: right;
	text-align: right;
	margin-top: 20px;
}

/* CSS Document */

form.cmxform fieldset { margin-bottom: 5px; }
form.cmxform legend {
	padding: 0 2px;
	margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.6;
	vertical-align: top;
	}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
form.cmxform fieldset fieldset {
	border: none;
	margin: 2px 0 0;
	}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #BE1E2D;
	}

form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 203px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { 
	font-size: 100%;
	font-weight: normal;
}

form.cmxform fieldset {
	border: none;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	}
	
	
	form{ margin-bottom: 15px;}
form.cmxform label { color: #333; text-align: right; width: 200px; padding: 5px 20px 0px 0px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ margin: 0px 0px 20px 0px; border: 1px solid #e6e6e6; padding: 5px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	color: #006699;
	font-style: italic;
}
form.cmxform ol{	
	margin-bottom: 15px;
}
form.cmxform li{
	font-size: 1.1em;
	border-bottom: 2px solid #fff;
	background: #F2F2F2;
}

.errortext{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#EC0B8D;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox,.textField{
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px;
	width: 300px;
	height: 25px; 
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.datebox{
	border: 1px solid #666;
	padding: 2px;
	width: 120px;
	height: 20px; 
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.medtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 200px;
	overflow:auto;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}

.bigtextbox, .textareaField{
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	height: 100px;
	width: 300px;
	overflow:auto;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.currencybox{
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px 2px 2px 15px;
	width: 100px;
	height: 25px; 
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	
	background: url(../images/icon_gbp.gif) no-repeat #fff;
	background-position: 3px 7px;
}
.submit{
	text-align: center;
}
.submit input, .formButton{
	padding: 0px 20px;
	height: 30px;
	background: #4A71AE;
	border: 1px solid #4A71AE;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.checkbox input{
	margin-right: 10px;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}



.tickbox input{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-left: 220px;
}

form.cmxform .tickbox label{
	text-align: left;
	width: 400px;
	padding: 0px;
}

.checkbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.tickbox label{
	display: inline;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
.error-message, .flash_failure_perm{
	padding: 3px 3px 3px 10px;
	background: #D4145A;
	color: #fff;
	font-size: 0.9em;
}
.form-error{
	border: 2px solid #D0738F;
}




.submitButton, .submitButton:visited{
	padding: 15px 20px 15px 20px;
	background: #cccccc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e6e6e6), to(#cccccc));
	background: -webkit-linear-gradient(#e6e6e6, #cccccc);
	background: -moz-linear-gradient(#e6e6e6, #cccccc);
	background: -ms-linear-gradient(#e6e6e6, #cccccc);
	background: -o-linear-gradient(#e6e6e6, #cccccc);
	background: linear-gradient(#e6e6e6, #cccccc);
	
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px;
	cursor: pointer;
	color: #333;
	text-shadow: #fff 1px 1px 0px;
}

.submitButton:hover, .submitButton:visited:hover{
	background: #CCCCCC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#666), to(#333));
	background: -webkit-linear-gradient(#666, #333);
	background: -moz-linear-gradient(#666, #333);
	background: -ms-linear-gradient(#666, #333);
	background: -o-linear-gradient(#666, #333);
	background: linear-gradient(#666, #333);
	color: #fff;
	text-shadow: #000 -1px -1px 0px;
}

.cancelLink, .cancelLink:visited{
	color: #666;
	text-decoration: underline;
	margin-left: 20px;
}

.submitDisabled, .submitDisabled:hover{
	background: #e6e6e6;
	text-shadow: #fff 1px 1px 0px;
	color: #ccc;
}

.filterButton, .filterButton:visited{
	padding: 3px 5px 3px 5px;
	background: #cccccc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e6e6e6), to(#cccccc));
	background: -webkit-linear-gradient(#e6e6e6, #cccccc);
	background: -moz-linear-gradient(#e6e6e6, #cccccc);
	background: -ms-linear-gradient(#e6e6e6, #cccccc);
	background: -o-linear-gradient(#e6e6e6, #cccccc);
	background: linear-gradient(#e6e6e6, #cccccc);
	
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	border-radius: 3px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0px;
	color: #333;
	text-shadow: #fff 1px 1px 0px;
}

.filterButton:hover, .filterButton:visited:hover{
	background: #CCCCCC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#666), to(#333));
	background: -webkit-linear-gradient(#666, #333);
	background: -moz-linear-gradient(#666, #333);
	background: -ms-linear-gradient(#666, #333);
	background: -o-linear-gradient(#666, #333);
	background: linear-gradient(#666, #333);
	color: #fff;
	text-shadow: #000 -1px -1px 0px;
}


/* Login Form */

.loginForm .textbox{
	width: 250px;
}

.loginForm label{
	display: block;
	text-align: left;
	margin-top: 10px;
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
}

form.loginForm .tickbox{
	margin-top: 10px;
}

form.loginForm .tickbox label{
	text-align: left;
	display: inline;
	padding: 0px;
	
}

form.loginForm .tickbox input{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-left: 0px;
}


.uploadArea{ 
	min-height:300px; height:auto; border:5px dotted #ccc; padding:10px; cursor:move; margin-bottom:10px; position:relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	color: #666;
}

.uploadArea h3{
	color: 999;
	text-align: center;
}

.progress img{ margin-top:7px; margin-left:24px; }




.filter-form{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin: 0px 0px 1px 0px;
	background: #e6e6e6;
	padding: 10px;
}
.filter-form input{
	float: left;
	display: inline;
	margin: 0px 20px 0px 10px;
}

.filter-form label{
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	color: #333;
	padding-top: 5px;
	font-size: 1.2em;
}

.filter-form button.filterButton{
	margin-left: 20px;
}


form.cmxform label.error{
	color: #C00;
	font-style: italic;
	font-size: 13px;
}

/* CSS Document */

body{
	background: #fff;
	font-size: 12px;
}

#headerContainer{
	position: relative;
	height: 200px;
	background: #282D72 url(../images/header1.jpg) 50% 0% no-repeat;
}

#contentHeaderContainer{
	position: relative;
	height: 128px;
	background: #282D72;
}


#header{
	position: relative;
	margin: 0px auto;
	height: 100%;
	width: 984px;
    z-index: 1000;
}

#logo {
	position: absolute;
	top: 46px;
	right: 12px;
	width: 360px;
	height: 60px;
}


#sublogo {
	position: absolute;
	top: 91px;
	left: 13px;
	width: 215px;
	height: 32px;
}


#contentHeaderContainer #logo{
	top: 13px;
		width: 270px;
	height: 45px;
	background: url('../images/holy-trinity-title-small.png');
	
}

#contentHeaderContainer  #sublogo {
	position: absolute;
	top: 51px;
	left: 13px;
	width: 161px;
	height: 24px;
	background: url('../images/stratford-text-small.png');
}

#menu{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	width: 960px;
	padding: 12px 12px 0px;
	background: url('../images/menu-bg.png');
	z-index: 1000;
}

#menu ul{
	z-index: 1000;
}

#menu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 15px;
}
#menu li a {
	display: block;
	padding: 12px 20px 0px 20px;
	height: 28px;
	font-size: 15px;
	color: #ffc423;
	text-transform: uppercase;
	text-decoration: none;
	
	border-left: 1px solid #2F367C;
}
#menu li.first a {
	border-left: none;
}
#menu li a:hover {
	color: #fff;
}
#menu li.selected a {
	color: #fff;
	cursor: default;
}

#mobile-menu{
	display: none;
}

#menu li ul{
		position: absolute;
		left: -999em;
		height: auto;
		width: 280px;
		font-weight: normal;
		margin: 0;
		font-size: 1em;
		background: #0C295B;
		padding: 0px 0px 0px 0px;
		-moz-box-shadow: 5px 5px 5px #999;
		-webkit-box-shadow: 5px 5px 5px #999;
		box-shadow: 5px 5px 5px #999;
	}

/* Drop Down Menu */

@media (min-width: 768px) {
	
	
	
	#menu li li{
		background: none;
		float: none;
		display: block;
		line-height: 1.2em;
		padding: 0px 0px 0px 0px;
		margin: 0;
		width: 280px;
	}
	#menu li li a, #menu li li a:visited, #menu li:hover li a{
		background-image: none;
		background: none;
		color: #fff;
		height: 18px;
		padding: 8px 5px 12px 10px;
		text-align: left;
		width: 265px;
		display: block;
		border-right: 0px;
		font-size: 13px;
		border-top: 1px solid #0D5999;
	}
	
	#menu li li a:hover, #menu li li a:visited:hover, #menu li:hover li a:hover{
		background: #0D5999;
	}
	
	
	#menu li li a:hover{
		background: #225791;
		color: #fff;
	}
	
	#menu li ul ul {
		margin: -2em 0 0 15.4em;	
		padding: 0px 0px 0px 0px;
	}
	
	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
		left: -999em;
	}
	
	#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
		left: auto;
	}
	
	#menu li:hover, #menu li.sfhover {	
		color: #fff;
		position: static;
	}
	
	#menu li:hover a, #menu li.sfhover a{
		
		color: #fff;	
		text-decoration: none;
		text-align: left;
	}

}

/*end drop down */

@media (max-width: 767px){
	#mobile-menu{
		display: block;
		
		font-size: 1.3em;
		position: relative;
		padding: 7px 6% 7px 6%;
		color: #fff;
		background: #282D72;
	}
	
	#mobile-menu img{
		float: left;
		margin-right: 5px;
	}
	
	#header{
		width: 100%;
		
	}
	#headerContainer{
		height: auto;
		width: 100%;
	}
	#headerContentContainer{
		height: auto;
		width: 100%;
	}
	#logo {
		position: relative;
		padding-top: 20px;
		padding-left: 5%;
		left: auto;
		top: auto;
		width: 95%;
		height: auto;
		background: none;
		padding-bottom: 10px;
	}
	
	#logo img{
		width: 90%;
		max-width: 320px;
	}
	#sublogo {
		position: relative;
		top: auto;
		left: auto;
		width: 215px;
		height: 32px;
	}
	#menu{
		display: none;
		position: relative;
		bottom: auto;
		left: 0px;
		height: auto;
		width: 94%;
		padding: 0px 12px 0px 6%;
		background: #282D72;
	}
	
	#menu li{
		display: block;
		float: none;
	}
	#menu li a {
		background: none;
		padding-left: 0px;
		border-bottom: 1px solid #063B70;
	}
	#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
		left: auto;
	}
	#menu li ul{
		position: relative;
		left: auto;
		background: #063B70;
	}
	#menu li ul a{
		padding-left: 20px;
	}
	
	
	

}

@media (min-width: 768px) {
  #header{
	  width: 750px;
  }
  #menu {
    width: 750px;
  }
  #menu li a {
	font-size: 13px;
	display: block;
	padding: 12px 7px 0px 7px;
  }
}

@media (min-width: 992px) {
	#header{
	  width: 984px;
  }
  #menu {
    width: 960px;
  }
  #menu li a {
	font-size: 15px;
	display: block;
	padding: 12px 10px 0px 10px;
  }
}

#contentContainer{
	background: #f2f2f2;
}

#contentContainer.page-home{
	background: url(../images/home_bg.jpg) no-repeat top center #f2f2f2;
	background-size: 100%;
}

/* ==========================================================================
   Layout
   ========================================================================== */

#wrap{
	max-width: 100%;
	overflow: hidden;
}

.container-fluid{
	margin: 20px auto;
}

.col1 { width: 6.6666666666667%; }
.col2 { width: 15%; }
.col3 { width: 23.333333333333%; }
.col4 { width: 31.666666666667%; }
.col5 { width: 40%; }
.col6 { width: 48.333333333333%; }
.col7 { width: 56.666666666667%; }
.col8 { width: 65%; }
.col9 { width: 73.333333333333%; }
.col10 { width: 81.666666666667%; }
.col11 { width: 90%; }
.col12 { width: 98.333333333333%; }

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
	margin-left: 0.83333333333333%;
	margin-right: 0.83333333333333%;
	float: left;
	display: block;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 20px;
	width: 970px;
}


@media (max-width: 767px){
	.col1,
	.col2,
	.col3,
	.col4,
	.col5,
	.col6,
	.col7,
	.col8,
	.col9,
	.col10,
	.col11,
	.col12 {
		width: 100%;
		margin: 20px 0;
		float: none;
	}
	
	.col12{
		margin: 0px;
	}
	
	.container{
		width: auto;
	}
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    
  }
}

.pageContent{
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	padding: 20px;
}

.page-header{
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
}

.page-header img{
	width: 100%;
	height: auto;
}

.page-header h2{
	position: absolute;
	bottom: 20px;
	left: 0px;
	background: #282D72;
	color: #fff;
	font-size: 1.7em;
	text-align: center;
	padding: 10px 20px;
	margin: 0px;
}

@media (max-width: 767px){
	.page-header{
		margin-bottom: 0px;
	}
	.page-header h2{
		position: relative;
		bottom: auto;
		left: auto;
		background: #282D72;
		color: #fff;
		font-size: 1.5em;
		text-align: center;
		padding: 10px 20px;
		margin: 0px;
	}
}

/* ==========================================================================
   Side Nav
   ========================================================================== */

.sidebarPanel{
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	padding: 10px;
}

.sidebarPanel h2{
	background: #282D72;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	padding: 10px;
	margin: 0px;
}

.sidebarPanel ul{margin:0;padding: 0px;}

.sidebarPanel ul li{
	list-style:none;
	
	margin-left: 0px;
	font-size:1.1em;
	
}

.sidebarPanel ul li a{
	color:#4d4d4d;
	display:block;
	
	padding:7px 5px;
	background:#f8f8f8 url(../images/sub-menu-list-bg.png) bottom repeat-x;
}

.sidebarPanel ul li a:hover{
	color: #133478;
	background:#f9eac4 url(../images/sub-menu-list-bg-hover.png) bottom;
}

.sidebarPanel ul li li{
	margin-left: 10px;
	font-size:0.9em;
}

.sidebarPanel ul li li a{
	
}
	
.sidebarPanel ul li.selected a{
	background:#f9eac4 url(../images/sub-menu-list-bg-hover.png) bottom;
}

.sidebarButton img{
	width: 100%;
}

@media (max-width: 767px){
	.sidebarPanel ul{
		display: none;
	}
	.sidebarPanel ul li a{
		width: 100%;
		background: #efefef;
	}
	
	.sidebarButton{
		display: none;
	}
	
}


/* ==========================================================================
   Home Page
   ========================================================================== */

.advert-box{
	background: #282D72;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

.advert-box h2,.advert-box p,.advert-box h4{
	color: #fff;
	margin: 0px;
}

.advert-box h4{
	font-size: 1.7em;
	font-weight: 300;
}

.advert-box p{
	font-size: 1em;
	margin: 0.5em 0px;
}

.advert-box img{
	width: 25%;
	float: left;
	margin-right: 10px;
}

.col4 .advert-box img{
	width: 40%;
}

.col2 .advert-box h4{
	font-size: 1.4em;
}

.col2 .advert-box img{
	width: 100%;
	margin-bottom: 5px;
}

.advert-box.colour1{
	background: #4e524c;
}

.advert-box.colour2{
	background: #99161e;
}

.advert-box.colour3{
	background: #b0752c;
}

.advert-box.colour4{
	background: #4e524c;
}

.home-box{
	background: #e6e6e6;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

.home-box h3{
	background: #282D72;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	padding: 10px;
	margin: 0px;
	font-weight: 400;
}

.home-box.alt h3{
	background: #c19e2f;
}

.event-table{
	margin-top: 10px;
}

.event-table td{
	border-bottom: 1px solid #b3b3b3;
	padding: 8px 0px 8px 2px;
	vertical-align: top;
}

.event-table .date{
	color: #0d51a0;
}

.event-table .desc{
	
}

.event-table .time{
	color: #0d51a0;
	font-weight: bold;
}

.opening-times td{
	font-size: 1.2em;
}


/*** BUTTONS ***/

a.buttonGold {
	display: block;
	width: 132px;
	padding-left: 18px;
	height: 36px;
	font-size: 1.2em;
	line-height: 38px;
	color: #fff;
	margin-top: 10px;
	text-shadow: -1px -1px #9c7f36;
	text-transform: uppercase;
	background: url('../images/button-gold-large.png');
}
a.buttonGold:hover {
	color: #282D72;
	color: #ff9;
}

a.buttonGoldSmall {
	display: block;
	width: 90px;
	padding-left: 18px;
	height: 26px;
	font-size: 1em;
	line-height: 28px;
	color: #fff;
	text-shadow: -1px -1px #9c7f36;
	text-transform: uppercase;
	background: url('../images/button-gold-small.png');
}
a.buttonGoldSmall:hover {
	color: #ff9;
}

button.buttonGoldSmall {
	display: block;
	width: 90px;
	padding: 0px 18px;
	height: 26px;
	font-size: 1em;
	line-height: 28px;
	color: #fff;
	text-shadow: -1px -1px #9c7f36;
	text-transform: uppercase;
	background: url('../images/button-gold-small.png') no-repeat;
	border: 0;
}

button.buttonGoldSmall:hover {
	color: #ff9;
}


/*** FOOTER ***/

#footer{
	padding-top: 16px;
	padding-bottom: 15px;
	background-color: #282D72;
	margin-bottom: 0px;
}

#footer .col1 .inner {
	padding: 0px 10px 10px 30px;
}

#footer .col2 .inner {
	padding: 0px 10px 10px 4px;
}


.twitterIcon {
	display: block;
	margin-right: 6px;
	float: left;
	width: 24px;
	height: 24px;
	background: url('../images/twitter.png');
}
.facebookIcon {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url('../images/facebook.png');
}

#footer p {
	color: #fff;
	margin: 12px 0 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 1em;
}

#footer p.tel {
	margin-top: 14px;
	font-size: 1.1em;
	font-weight: bold;
}
#footer p.email {
	margin-top: 8px;
	font-size: 1.1em;
	font-weight: bold;
}
#footer p.address {
	font-size: 1em;
	color: #eee;
}
#footer p.copyright {
	font-size: 1em;
	color: #ddd;
}


#footer h2.newsletter {
	margin: 4px 0 0;
	font-size: 1.8em;
	font-weight: normal;
	color: #fff;
}
#footer p.signup {
	margin-top: 5px;
	font-size: 1.1em;
}

#footer .signupForm input {
	display: block;
	width: 270px;
	padding: 3px 6px;
	font-size: 1.1em;
	line-height: 16px;
	margin: 8px 0 8px;
}

#footer .signupForm .text {
	position: relative;
}
#footer .signupForm label {
	position: absolute;
	top: 7px;
	left: 10px;
	font-size: 1.1em;
	line-height: 16px;
	font-style: italic;
	color: #aaa;
}

.social-icons{
	margin: 0px auto;
	padding: 0px;
}

.social-icons span{
	display: none;
}

.social-icons li{
	display: inline;
	float: left;
	margin: 0px 5px 0px 5px;
	font-size: 3em;	
	 line-height: 1.8em; /* 42px */ 
	 color: #fff;
	 text-align: left;
	 font-weight: 300;
}

.social-icons a{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/social_media_icons.png) no-repeat;
}

.no-svg .social-icons a{
	background: url(../images/social_media_icons.png) no-repeat;
}

.social-icons li.twitter a{
	background-position: -45px 0px;
}

.social-icons li.tripadvisor a{
	background-position: -90px 0px;
}

.footer-logo-right{
		text-align: right;
	}

@media (max-width: 767px){
	#footer p{
		padding: 0px 10px;
	}
	.footer-logo-left{
		text-align: center;
	}
	.footer-logo-right{
		text-align: left;
	}
	.footer-logo-left img{
		width: 90%;
		height: auto;
	}
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




.gallery img{
	margin: 5px;
}



#flashMessage{
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 35%;
	width: 30%;
	background: #A6E83D;
	padding: 10px 10px 10px 10px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#A6E83D), to(#94CC29));
	background: -webkit-linear-gradient(#A6E83D, #94CC29);
	background: -moz-linear-gradient(#A6E83D, #94CC29);
	background: -ms-linear-gradient(#A6E83D, #94CC29);
	background: -o-linear-gradient(#A6E83D, #94CC29);
	background: linear-gradient(#A6E83D, #94CC29);
	font-size: 1.2em;
	text-shadow: #D2ED9F 1px 1px 0px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: center;
}

#flashMessage.flash_failure{
	background: #ED2127;
	text-shadow: #fff 0px 0px 0px;
	color: #fff;
}


/* ==========================================================================
   Calendar
   ========================================================================== */


.calendar{
     border: 1px solid #E6E6E6;
}
 
.calendar td, .calendar th{
    border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
    width: 14%;
	min-height: 130px;
	vertical-align: top;
	padding: 5px 3px;
	color: #fff;
}


 
.calendar th{
    text-align: center;
	background: #282D72;
	font-size: 1.3em;
	font-weight: 700;
}
 
.calendar td.cell{
    background: #f2f2f2;
	color: #999;
}

.calendar td.cell.today,.calendar td.event.today{
	background: #ffebb3;
}
 
.calendar td.event{
    background: #efefef;
	height: 100px;
}
 
.calendar td.day{
    background: #fff;
	height: 100px;
	color: #000;
}
 
.cell-prev a, .cell-prev a:visited,.cell-next a, .cell-next a:visited{
    color: #fff;
}

.calendar td .cell-data a{
	background: #e0d4b1;
	color: #000;
	border-radius: 5px;
	padding: 2px 5px;
	margin-bottom: 1px;
	display: block;
	font-size: 10px;
}

#calendar-filters{
	float: right;
}

#calendar-filters li{
	float: left;
	display: inline;
	margin: 0px 2px;
}

#calendar-filters a{
	display: block;
	border-radius: 4px;
	color: #fff;
	background: #282D72;
	padding: 2px 10px;
}

#calendar-filters a.selected{
	background: #C19E2F;
}

/* ==========================================================================
   Utils
   ========================================================================== */

.alignright{
	float: right;
	margin: 0px 0px 20px 20px;
}

.group:before,
.group:after,
.services ul:before,
.services ul:after{
    content: " ";
    display: table;
}

.group:after,.services ul:after {
    clear: both;
}

.group {
    *zoom: 1;
}

.inline li{
	float: left;
	display: inline;
}

.mobile-only{
	display: none;
}

@media (max-width: 767px) {
	.not-for-mobile{
		display: none !important;
	}
	.mobile-only{
		display: block !important;
	}
}

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


/* Showcase
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.showcase-load
{
	height: 413px; /* Same as showcase javascript option */
	width: 550px;
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
}

	.showcase-slide:nth-child(n+2)
	{
		display: none;
	}
	
	.showcase-content-container
	{
		background-color: #eee;
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position: absolute;
		background: url('../images/arrows.png');
		width: 33px;
		height: 33px;
		top: 220px;
		cursor: pointer;
	}
	
	.showcase-arrow-previous
	{
		left: -60px;
	}
	
	.showcase-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	
	.showcase-arrow-next
	{
		right: -56px;
		background-position: -34px 0;
	}
	
	.showcase-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase-content
	{
		Xbackground-color: #000;
		text-align: center;
	}
	
	
	
	
		.showcase-content img
		{
			width: 550px;
			height: 413px;
		}
		
		#fullSliderContainer .showcase-content img
	{
		width:946px;
		height:206px;
	}
		.showcase-content-wrapper
		{
			text-align: center;
			height: 413px;
			width: 550px;
			display: table-cell;
			vertical-align: middle;
		}
		
		
		#fullSliderContainer .showcase-content-wrapper
		{
			text-align: center;
			height: 206px;
			width: 946px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('../images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(../images/white-opacity-80.png);
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Numbered Button Wrapper */
	.showcase-button-wrapper
	{
		position: absolute;
		bottom: 10px;
		left: 10px;
		z-index: 150;
		clear: both;
		/*margin-top: 10px;*/
		text-align: center;
	}
	
		.showcase-button-wrapper span
		{
			display: block;
			float: left;
			width: 17px;
			padding-left: 1px;
			height: 17px;
			padding-top: 1px;
			margin-right: 6px;
			cursor: pointer;
			cursor: hand;
			font-size: 12px;
			text-align: center;
			color: #999999;
			background: url('../images/slider-button.png') 0px 0px;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #110;
			background-position: 0px -18px;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #000;
	}
	
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width: 120px;
			height: 90px;
			cursor: pointer;
			border: solid 1px #333;
			position: relative;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(../images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail.active
		{
			border: solid 1px #999;
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			margin-right: 10px;
			width: 116px;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		padding: 7px;
		cursor: pointer;
	}
	
	.showcase-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-image: url(../images/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase-thumbnail-button-backward .showcase-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase-thumbnail-button-forward .showcase-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 40px;
			margin-bottom: 40px;
		}
		.showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase-thumbnail-button-forward span span,
		.showcase-thumbnail-button-backward span span
		{
			display: none;
		}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}
