/* CSS Document */
html {
	overflow-y: scroll;
}

body {
/*	background:url(Siteimages/burberry.jpg); */
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	color:#fff;
}

#maincontent  {
	width: 1020px;
}

#contentwrapper {
	position:relative;
	width:960px;
	left:50%;
	margin-left:-480px;
}

#header {
	background: #060101;
	height:205px;
	padding-top:5px;
	margin-bottom:15px;
}

#logo {
	width:260px;
	height:145px;
	float:left;
	padding-left:10px;
	margin-top:15px;
}

#header-contact {
	float:right;
	color:#fff;
	padding-right: 20px;
	text-align:right;
	font-weight:bold;
}

#header-contact a {
	color:#fff;
	text-decoration:none;
}

#header-contact a:hover {
	text-decoration:underline;
}
#tel {
	width: 205px;
	margin-left: 200px;
}
#tel img, #email img {
	float:left;
	padding-top:2px;
}

#tel p {
	font-size:1.2em;
	margin:42px 0 0 0;
	padding:0;
	color:#fff;
}

#email {
	width:145px;
	margin-left:259px;
}

#email p {
	font-size:0.6em;
	padding:0;
	margin:5px 0 0 0;
	color:#fff;
}

#tagline p {
	color: #bcbcbc;
	font-style:italic;
	font-size:0.5em;
	letter-spacing: 1px;
	margin-top:10px;
}

#menu {
	position:relative;
	z-index:2;
	background: #a4a4a4;
	font-size:0.9em;
	clear:both;
	text-align: right;
}

#menu ul {
	list-style-type:none;
	padding: 14px 0px;
}

#menu li {
	display:inline;
	margin-left: 15px;
}

#menu a {
	color:#fff;
	text-decoration:none;
	padding:14px;
	font-weight:bold;
	font-size:1.1em;
}

#menu a:hover, #menu a:active {
	color:#bcbcbc;
	background:#a4a4a4;
}

#menu ul ul {
	display: none;
	position: absolute;
	left: 64.2%;
	text-align: left;
	margin:0;
}

#menu ul ul li a {
	color:#fff;
	display:block;
	float:none;
	background:#a4a4a4;
	font-size:1.85em;
	padding:12px;
}

#menu ul li:hover > ul {
	display:block;
}

#pagecontent {
	background: #bcbcbc;
	width:920px;
	padding:10px 20px 3px 20px;
	margin-bottom: 15px;
	float:left;
}

#pagecontent ul {
	padding-left:20px;
}

#pagecontent li {
	margin:13px 0;
}

#services {
	float:right;
	width:200px;
	background: rgba(16, 82, 142, 0.5);
	margin-bottom:15px;
	padding:20px;
	text-align:right;
}

#services a {
	color:#b9dcf2;
	text-decoration:none;
}

#services a:hover {
	color:#fff;
}

#accredited-logos {
	float:right;
	width:200px;
	background: rgba(16, 82, 142, 0.5);
	margin-bottom:15px;
	padding:0px 20px;
	text-align:center;
}

#accredited-logos img {
	display:block;
	margin: 17px auto;
	border:0;
}

#textcontent {
	background: #bcbcbc;
	width:920px;
	padding:10px 20px 0px 20px;
	margin-bottom: 15px;
	float:left;
}

#textcontent ul {
	clear:both;
	padding:20px 0 0 0;
	list-style-type:none;
}

#textcontent ul li {
	background:url(Siteimages/tickbur.png) no-repeat 0;
	padding: 10px 30px;
}

#textcontent ul .column {
	width: 306px;
	margin-right: 0;
}

#textcontent a {
	color:#3B3838;
	text-decoration:none;
}

#textcontent a:hover {
	text-decoration:underline;
}

#textcontent #ticklist ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#textcontent #ticklist li {
	background:url(Siteimages/tick-sml.png) no-repeat 0;
	padding-left:30px;
	line-height: 1.7em;
	margin:0;
	font-size: 1.2em;
}

.call2action {
	float:right;
	width:200px;
	background: rgba(16, 82, 142, 0.5);
	margin-bottom:18px;
	padding:20px;
}

.button {
	background:#005A9B;
	padding:16px;
	text-align:center;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:0.85em;
	border:2px solid #0d6994;
}

.button a {
	color:#b9dcf2;
	text-decoration:none;
}

.button a:hover {
	color:#fff;
}

.button:hover {
	background:#1193d1;
	border:2px solid #b9dcf2;
	transition:1s;
}

#quicklinks {
	clear:both;
	background: #3B3838;
	width:960px;
}

.caption {
	background: rgba(1, 38, 82, 0.7);
	margin-top: -40px;
	position: absolute;
	width:150px;
	padding:12px 0;
}

.caption:hover {
	background: rgba(51, 99, 137, 0.7);
}

#tickboxes {
	clear:both;
	padding-top: 20px;
}

.tickbox {
	width: 257px;
	background: #bcbcbc;
	float: left;
	margin: 0 34px 34px 0;
	padding: 20px;
	height: 136px;
	color: #3B3838;
}

.tickbox img {
	float:left;
	margin-right:10px;
	padding-top: 5px;
}

.tickbox h3 {
	margin:12px 0 20px 0;
	color: #3B3838;
}

.tickbox h3 a {
	color:#3B3838;
	text-decoration:none;
}

.tickbox h3 a:hover {
	text-decoration:underline;
}

#ticklist {
	display:inline-block;
}

#ticklist ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#ticklist li {
	background:url(Siteimages/tick-sml.png) no-repeat 0;
	padding-left:30px;
	line-height: 1.1em;
	margin:8px 0;
}

.summarybox {
	background: url(Siteimages/starred.png) top left no-repeat rgba(1, 56, 107, 0.8);
	float: left;
	width: 147px;
	font-size: 0.9em;
	font-weight:bold;
	padding: 0px 15px 5px 50px;
	margin:25px 30px 15px 0;
	border:3px solid #b9dcf2;
}

#making-a-claim {
	z-index:5;
	font-weight:bold;
}

#making-a-claim ul {
	list-style: none;
	margin: 50px auto 30px;
	padding: 40px 0;
	background: url("Siteimages/making-a-claim.png") top center no-repeat;
}

#making-a-claim ul li {
	float: left;
	text-align: center;
	width: 20%;
	font-size: 1em;
	cursor: help;
	text-decoration: none;
	position: relative;
	background:none;
	padding:0;
	margin-top: 20px;
}

#making-a-claim li:hover span {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	left: -1.2em;
	top: 2em;
	z-index: 999;
	margin-left: 0;
	width: 200px;
	text-align: left;
	padding: 20px;
	background: rgba(185, 220, 242, 1);
	color: #012652;
}

#making-a-claim li span {
	margin-left: -999em;
	position: absolute;
}

form {
	float: left;
	display:inline-block;
	margin:20px 20px 20px 10px;
	padding: 25px;
	font-size: 0.65em;
	color: #3B3838;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
}

input {
	padding:3px;
}

textarea {
	margin-bottom:20px;
}

#footer {
	clear:both;
	width:960px;
	background: #a4a4a4;
	margin:0 auto 20px auto;
	font-size:0.9em;
	font-weight:bold;
}

#socialmedia {
	display:inline-block;
}

#socialmedia p {
	float:left;
	padding: 4px 10px 4px 20px;
}

#socialmedia img {
	padding:10px 0;
	margin-right:10px;
	border:0;
}

#copyright {
	text-align:right;
	float:right;
	padding:4px 20px;
}

.column {
	float: left;
	width: 275px;
	margin-right: 30px;
}

.column2 {
	float:left;
	width:300px;
	margin-right: 30px;
}

.column3 {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.quote {
	background: wheat;
	margin:25px 0;
	padding:20px;
}

.white {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.7em;
	background: rgba(255,255,255, 0.15);
	padding: 0.2em;
}

h1 {
	
	font-size:1.2em;
}

h2 {
	font-size:0.8em;
}

h3 {
	font-size:0.7em;
}

p, ul {
	font-size:0.6em;
	color:#b9dcf2;
	line-height: 1.5em;
}

h1,h2,h3 {
	color: #3B3838;
}

.floatLeft {
	float:left;
	display:inline-block;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
	margin:0;
	padding:0;
	line-height: 0;
}

.border {
	border:6px solid #fff;
}

img.floatLeft {
	margin:0px 20px 10px 0;
}

img.floatRight {
	margin: 0 0 10px 20px;
}

.jcarousel-wrapper {
	width:660px;
    margin: 20px auto;
    position: relative;
    border: 6px solid #fff;
}

.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 660px;
    height: 300px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	margin:0 !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #a4a4a4;
    color: #bcbcbc;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
	border:1px solid #a4a4a4;
}

.jcarousel-control-prev {
    left: 60px;
	top: 445px;
}

.jcarousel-control-next {
    right: 60px;
	top: 445px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

/************ HOVER OVER *************/
.view {
   width: 150px;
   height: 150px;
   margin: 0 18px 16px 18px;
   float: left;
   border: 3px solid #bcbcbc;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff url(Siteimages/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 150px;
   height: 150px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #3B3838;
   text-align: center;
   position: relative;
   font-size: 0.55em;
   padding: 10px;
   background: rgba(185, 220, 242, 0.8);
   margin:0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 0.45em;
   position: relative;
   color: #fff;
   padding: 5px;
   text-align: center;
   margin:0;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 6px 12px;
   background: #3B3838;
   color: #bcbcbc;
   text-transform: uppercase;
   font-size:0.5em;
}
.view a.info:hover {
   background: #bcbcbc;
   color: #3B3838;
}

.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
   -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth h2 {
   background: #bcbcbc;
   color: #3B3838;
}
.view-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #333;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view-fifth:hover img {
   -webkit-transform: translateX(300px);
   -moz-transform: translateX(300px);
   -o-transform: translateX(300px);
   -ms-transform: translateX(300px);
   transform: translateX(300px);
}
.view-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

div.errorbox {
        background-color: #ffe2e2;
/*      border: 1px solid red; */
        color: red;
        padding: 12px;
        display: inline-block;
        margin: 5px 0px 10px 0px;
}

p {
	color: #3b3838;
}

div.tickbox p {
	color: #3B3838;
}

div#footer p {
	color: #bcbcbc;
}

/* div#contentwrapper div#maincontent div#pagecontent  */
div.galleryalbums a span {
	display: block;
	margin-right: 20px;
	margin-top: 5px;
}

div.galleryalbums div {
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 20px;
}

div.galleryalbums a {
	text-decoration: none;
	color: #3B3838;
}

div.galleryalbums a.imagelink {
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
	
}

div.galleryalbums a.returnlink {
	display:block;
	font-size: 10pt;
	margin-top:20px;
	padding-bottom: 30px;
}
