/* main style sheet */

/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:none; outline:none;  }
:focus { outline:0; }
a:active { outline:none; }
table { border-collapse:collapse;  }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
input[type=radio], input[type=checkbox] {
	border: none;
	background: none;
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	margin:0; 
	padding:0;
	display: block;
}
/* @font-face {
    font-family:'lucida_calligraphyitalic';
    src: url('font/font.css');
} */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 6, 2014 */



@font-face {
    font-family: 'lucida_calligraphyitalic';
    src: url('font/lcallig-webfont.eot');
    src: url('font/lcallig-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('font/lcallig-webfont.woff2') format('woff2'),
         url('font/lcallig-webfont.woff') format('woff'),
         url('font/lcallig-webfont.ttf') format('truetype'),
         url('fonr/lcallig-webfont.html#lucida_calligraphyitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* shadow tips: horizontal postioning (0px will centre shadow), bottom shadow, spread */

/*
#box {
	border-radius:  6px;
	-moz-border-radius:  6px;
	-webkit-border-radius: 6px;

        
	box-shadow:2px 4px 9px #999;
	-webkit-box-shadow:2px 4px 9px #999;
	-moz-box-shadow: 2px 4px 9px #999;

	text-shadow:2px 4px 9px #999;
	-webkit-text-shadow:2px 4px 9px #999;
	-moz-text-shadow: 2px 4px 9px #999;
	
	position: relative;
    behavior: url(PIE.htc);
}
#thumbnail-box a.tn:hover {
  opacity: 0.5;
  MozOpacity: 0.5;
  KhtmlOpacity: 0.5;
  filter: alpha(opacity=50);
  border: 2px solid #ff0000;
}

#thumbnail-box a.selected-tn {
	opacity: 0.7;
	MozOpacity: 0.7;
	KhtmlOpacity: 0.7;
	filter: alpha(opacity=70);
	border: 2px solid #ff0000;
}

*/

/* header */
header#main-header {
    width: 100%;
    height: 286px;
   /*  background-color: #fff; */
}

#header-block {
    padding-top: 15px;
}

#logo-and-image {
    margin-top: 15px;
    width: 940px;
    margin: auto;
    height: 220px;
    padding: 20px;
    background-color: #fff;
    
    box-shadow:2px 4px 9px #000;
    -webkit-box-shadow:2px 4px 9px #000;
    -moz-box-shadow: 2px 4px 9px #000;
    
    position: relative;
    behavior: url(PIE.html);
}

#logo {
    float: left;
    width: 468px;
    height: 210px;
    padding-top: 10px;
}

#logo img {
    display: block;
    margin: auto;
}

#header-image {
    float: left;
    width: 472px;
    height: 220px;
	box-shadow:2px 4px 9px #000;
		-webkit-box-shadow:2px 4px 9px #000;
		-moz-box-shadow: 2px 4px 9px #000;
}

/* end of header 
**********************/


/* content */
div#social{
	margin-top:15px;
	float:left;
}

div#social a{
	margin:auto;
}

div#social a img{
	display:inline;
	margin:auto;
}

#content {
    width: 100%;
    padding-top: 9px;
    overflow: auto;
}

#inner-content {
    width: 980px;
    margin: auto;
    overflow: auto;
}

#main-content {
    width: 980px;
    background-color: #fff;
    margin: auto;
    overflow: auto;
    border-top: 1px solid #676767;
    padding-bottom: 20px;
	
	    box-shadow:2px 4px 9px #000;
    -webkit-box-shadow:2px 4px 9px #000;
    -moz-box-shadow: 2px 4px 9px #000;
	
}

#main-col-1 {
    width: 200px;
    float: left;
    margin: 5px 0 0 20px;
    padding: 30px 33px 30px 33px;
    background-color: #fff;
    
    box-shadow:2px 4px 9px #999;
    -webkit-box-shadow:2px 4px 9px #999;
    -moz-box-shadow: 2px 4px 9px #999;
    
    position: relative;
    behavior: url(PIE.html);
}

.activities-heading {
    text-align: center;
    border-bottom: 1px solid #565553;
    padding-bottom: 5px;
    font-size: 16px;
}

#main-col-1 ul{
    list-style:none;
    margin:10px 0 30px 0;
    text-align: center;
}

#main-col-1 ul li{
    margin-bottom: 15px;
}

#main-col-1 ul li a{
    text-decoration:none;
    display:block;
    width:100%;
    height:100%;
    font-size: 14px;
    color: #666;
}

#main-col-1 ul li a:visited {
    color:#666;
}

#main-col-2 {
    float: left;
    width: 650px;
    margin-left: 22px;
    padding-top: 6px;
}

#search {
    height: 23px;
}

#search-div {
    font-family:Arial, Helvetica, sans-serif;
    width:250px;
    position: relative;
    float:right;
}

.searchbox-submit {
    position:absolute;
    top: 0px;
}

#page-content {
    padding: 25px 0 0 15px;
}


/* nav */
nav#main-nav {
    width: 980px;
    height: 48px;
    margin-bottom: 9px;
	
}

nav#main-nav a {
    display: inline-block;
    float: left;
    width: 195px;
    height: 48px;
    line-height: 48px;
    text-align: center;
	font-family: lucida_calligraphyitalic;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #50586B;
    opacity: 1;
    MozOpacity: 1;
    KhtmlOpacity: 1;
    filter: alpha(opacity=100);
}

nav#main-nav a:visited {
    color: #fff;
}

nav#main-nav a:hover {
    /* this hover will be similar to the hover on the rental car websites - I have used a image to get it to work locally */
    color: #fff;
    opacity: 0.9;
    MozOpacity: 0.9;
    KhtmlOpacity: 0.9;
    filter: alpha(opacity=90);
}

.spacer {
    float: left;
}




/* end of nav 
**********************/


/* end of content 
**********************/



/* footer */

footer#main-footer {
    width: 980px;
    background-color: #fff;
    margin: auto;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
	
	    box-shadow:2px 4px 9px #000;
    -webkit-box-shadow:2px 4px 9px #000;
    -moz-box-shadow: 2px 4px 9px #000;
}

footer#main-footer a {
    text-decoration: none;
    padding: 0 40px;
    font-size: 13px;
}


/* end of footer 
**********************/





/*  General style */
html, body {
    font-family: Arial, Helvetica, sans-serif;
    color:#555;
    font-size: 100%;
	background-color: #50586B;
}


#container{
	width:100%;
	margin:0 auto;
	font-size: 0.8em;
	background: #28344c; /* Old browsers */
background: -moz-linear-gradient(top,  #28344c 0%, #50586b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28344c), color-stop(100%,#50586b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #28344c 0%,#50586b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #28344c 0%,#50586b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #28344c 0%,#50586b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #28344c 0%,#50586b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28344c', endColorstr='#50586b',GradientType=0 ); /* IE6-9 */

}
:root #container { /*font-size:0.71em \0/IE9; */}  /* IE9 */


*html #selector  {/* IE 6 hack*/
 
 }
 
*:first-child+html #selector { /* IE 7 hack */

}




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

}
.clearfix {
	display: inline-block;
}
/* hide from ie-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from ie-mac */

/*****   end of clearfix   *****/

img {
 	display: block;
}

p {
	line-height:1.4em;
}

.image-border {
	border: 1px solid #666666;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
}
h2 {
 }
h3 {
 }
h4 {
 }

.break {
	background-image: url(../img/break.gif);
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.clear-both {
 	clear:both;
}

.margin5 {
	margin-bottom: 5px;
}

.margin10 {
	margin-bottom: 10px;
}
.margin15 {
	margin-bottom: 15px;
}
.margin20 {
	margin-bottom: 20px;
}

.margin30 {
	margin-bottom: 30px;
}
.page-top {
	width: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}


/* Link */
a {
	border: none;
	outline: none;
}  

a:link {
	color:#666666;
	text-decoration:underline;
}

a:visited {
	color:#666666;
	text-decoration:underline;
}


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

/* CopyRight Format-- */

div#treacyLegal{
	float:left;
	width:100%;
	margin-top:20px;
}

div#copyright {
	font-size:0.8em;
	text-align:center;
	color:#666666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

a.linkcopy {
	color:#fff;
	text-decoration:none;
}  

a.linkcopy:visited {
	color:#fff;
	text-decoration:none;
}

a.linkcopy:active {
	color:#fff;
	text-decoration:none;
}
a.linkcopy:hover {
	color:#CCD0D9;
	text-decoration:none;
}

/* end of general style */

.section-image-left { float: left; }
.section-image-right { float: right; }

.fck p {
    margin-bottom: 15px;
    text-align: justify;

}
.fck {
  line-height: 1.4em;
  padding-bottom: 20px;

}
.fck ul {
  margin-bottom: 10px;
  width: 100%;
  margin-left: 15px;
  list-style:none;
}
.fck li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
  /*float: left;
  display: inline;
  width: 45%;    2 col */
}
td {
	border: 1px solid #809DE0;
	padding: 5px;
}