/* GENERAL STYLES
=================================*/
body {
  /* ONLY SET BACKGROUND COLOUR OR IMAGE HERE */
  background: #FFFFFF;
}
.container {
  /* SET A GENERAL FONT STYLE AND COLOUR TO USE ACROSS THE SITE HERE */
  font-family: "Georgia", serif;
  color: #7a7a7a;
	color: #444;
  font-size: 14px;
}
  /* SET GENERIC STYLES PREFIXED BY THE CONTAINER ID */
  #content h1,
  #content h1 a,
  #content h2,
  #content h2 a,
  #content h3,
  #content h3 a {
    color: #003d69;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  #content h1 {
    font-size: 30px;
    font-weight: 400;
		padding: 0 0 20px 0;
		clear:both;
  }
  #content h2 {
    font-size: 22px;
    font-weight: 400;
		padding:0 0 10px 0;
  }
  #content h3 {
    font-size: 18px;
    font-weight: 400;
		padding: 0 0 20px 0;
  }
  #content p {
    font-size: 16px;
    line-height: 1.7em;
    margin: 0;
    padding: 0 0 12px 0;
  }
  #content a {
    color: #003d69;
  }
	#content .blueimp-gallery a{
		color:#fff;
	}
  #content a:hover {
    text-decoration: underline;
  }
  #content p a:hover {
    text-decoration: underline;
  }
  #content ul,
  #content ol {
    margin: 0;
    padding: 0 0 12px 25px;
    font-size:16px;
		line-height:1.7em;
  }
  #content ul.li {
    list-style: disc;
  }
  #content .ccm-error,
  #content .ccm-error p {
    color: #CC0000 !important;
  }
  /* This sets the colours when someone highlights some text if needed*/
  /*
  .container ::selection {
    background: #374F1E;
    color: #FFFFFF;
    text-shadow: none;
  }
  */
.clear{
	clear:both;
}
/* HEADER AREA SPECIFIC STYLES
================================ */
#header {
	background: #003154 url(/themes/defaulttheme/images/header_background.png) repeat-y center top;
}
#header .container {
}
#header .logo{
	margin-top:23px;
	position:absolute;
	display:block;
	z-index:101;
}
#header .logo img {
  border:0;
}
#header .phone{
	margin: 23px 0 0 0;
	width:200px;
	height:54px;
	background:url(/themes/defaulttheme/images/phone_background.png) no-repeat top left;
  text-align:center;
	float:right;
}
#header .phone p,
#header .phone a {
  color: #fff;
  text-decoration: none;
  font-family: "Georgia";
	font-size:16px;
	margin:0;
	padding:0;
}
#header .phone p{
	padding-top:9px;
}
#header .phone a:hover{
	text-decoration:underline;
}

/*
 AREA SPECIFIC STYLES
================================ */
#navigation{
  z-index:101;
  position:relative;
  display:inline-block;
	border-top:1px solid #003a64;
	border-left:1px solid #003a64;
	border-right:1px solid #005a9b;
	border-bottom:1px solid #005a9b;
	margin:19px 0 14px 0;
  float:right;
}
#navigation ul.nav ul{
  display: none;
}

#navigation ul.nav li:hover > ul {
  display: block;
}
#navigation .container ul.nav {
  /* This must be within a containing DIV, otherwise it interferes with the Concrete5 Admin UI */
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline-table;
  font-size: 13px;
}

/* GENERAL MENU BUTTON STYLES */
#navigation ul.nav > li.nav-selected,
#navigation ul.nav > li.nav-path-selected,
#navigation ul.nav > li.nav-selected:hover,
#navigation ul.nav > li.nav-path-selected:hover,
#navigation ul.nav > li:hover {
}
#navigation ul.nav > li a{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
}
#navigation ul.nav > li a:hover {
  text-shadow:0 1px 1px #000;
  -ms-transform: translate(0px,1px); /* IE 9 */
  -webkit-transform: translate(0px,1px); /* Chrome, Safari, Opera */
  transform: translate(0px,1px);
}
#navigation ul.nav > li {
  float: left;
	border-top:1px solid #005897;
	border-left: 1px solid #005897;
	border-right:1px solid #003860;
	border-bottom:1px solid #003860;
}
#navigation ul.nav > li.nav-selected > a,
#navigation ul.nav > li.nav-path-selected > a{
	color: #fff;
	text-shadow:0 1px 1px #000;
}
#navigation ul.nav li a {
  display: block;
  text-decoration: none;
	padding: 8px 13px 7px;
  color: #ffffff;
  text-transform: uppercase;
	font-size:13px;
	font-family:"Source Sans Pro";
	font-weight:600;
}

/* SECOND LEVEL SPECIFIC MENU STYLES */
#navigation ul.nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 100%;
  z-index: 10;
  background: #00497d;
  -webkit-box-shadow: 0px 8px 5px -5px rgba(0,0,0,.3);
  -moz-box-shadow: 0px 8px 5px -5px rgba(0,0,0,.3);
  box-shadow: 0px 8px 5px -5px rgba(0,0,0,.3);
	opacity:0.9;
}
#navigation ul.nav ul li {
  position: relative;
  float: none;
}
#navigation ul.nav ul li:first-child {
  border-top:none;
}
#navigation ul.nav ul li:last-child {
  border-bottom:none;
}
#navigation ul.nav ul li:hover{
}
#navigation ul.nav ul li a {
  max-width: 300px;
  padding: 7px 13px;
  white-space: nowrap;
}

/* THIRD LEVEL SPECIFIC MENU STYLES */
#navigation ul.nav ul ul {
  width: 180px;
  position: absolute;
  left: 100%;
  top: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#navigation ul.nav ul ul li a {
  max-width: 180px;
}

/* FOOTER NAVIGATION*/
#footer_navigation{
	border-left:1px solid #4295d1;
	border-right:1px solid #4295d1;
	padding-left:20px;
}
#footer_navigation ul li{
	display:block;
	float:none;
}
#footer_navigation ul li a{
	color:#fff;
	text-decoration:none;
	padding:2px 0;
	font-weight:600;
}
#footer_navigation ul li a:hover{
	text-decoration:underline;
}
/* BANNER AREA SPECIFIC STYLES
================================ */
#banner_container{
  height:300px;
  overflow:hidden;
}
.slide{
  height:300px;
  width:100%;
}
.slide_edit{
  height:70px;
  overflow: hidden;
}
.slide .banner_text{
	float:right;
	margin-top:70px;
}
.slide p{
	font-family:"Georgia";
	font-style: italic;
	color:#fff;
	font-size:18px;
	line-height:1.4em;
}
.slide h1{
	color:#fff;
	font-family:"Georgia";
	font-size:30px;
	margin:0;
	font-weight:400;
}
/* CONTENT AREA SPECIFIC STYLES
================================ */
#content{
	background: url(/themes/defaulttheme/images/content_background.png) left top;
	box-shadow: inset 0 -14px 10px -15px #aaa;
  -moz-box-shadow: inset 0 -14px 10px -15px #aaa;
  -webkit-box-shadow: inset 0 -14px 10px -15px #aaa;
	padding-bottom:50px;
}
#content .imageblocks_container{
  margin-top:40px;
}
#content .image_block,
#content .image_block_wide {
  width: 220px;
  height: 220px;
  margin: 0 20px 40px 0;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
}
#content .image_block_wide {
	width:460px;
	height:220px;
}
#content .imageblocks_container div:nth-of-type(3n){
  margin-right:0;
}
#content .view{
	width: 220px;
  height: 182px;
}
.image_block .mask,
.image_block .content {
  width: 220px;
  height: 182px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.image_block_wide .mask,
.image_block_wide .content {
  width: 460px;
  height: 182px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.image_block img,
.image_block_wide img {
  display: block;
  position: relative;
	filter: url(/themes/defaulttheme/css/grayscale.svg#grayscale); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Safari, Chrome*/
}
#content .image_block p,
#content .image_block_wide p {
  font-style: italic;
  font-size: 13px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
	text-shadow:0 1px 0 #000;
}
#content .image_block a.info,
#content .image_block_wide a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
	background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
	font-size:14px;
	font-family:"Source Sans Pro";
}
#content .image_block a.info:hover,
#content .image_block_wide a.info:hover {
	box-shadow: 0 0 5px #000;
}
#content .image_block h2,
#content .image_block_wide h2{
	background:#000;
	color:#f7ca31;
	text-align:center;
	font-size:14px;
	font-weight:600;
	font-family:"Source Sans Pro";
	padding:10px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.view-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
   background-color: rgba(60,60,60,0.4);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-sixth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
#content .call_to_action{
	width:940px;
	max-height:220px;
	background: url(/themes/defaulttheme/images/blue_block_background.jpg) no-repeat center top;
	text-align:center;
	margin:40px 0 0 0;
}
#content .call_to_action h2{
	font-family:"Source Sans Pro";
	font-weight:600;
	font-size:24px;
	color:#fff;
  padding:20px 180px 20px;
	text-align:center;
	text-shadow: 0 1px 0 #2679c4;
}
#content .call_to_action p{
  color:#fff;
  padding:0 80px 25px 80px;
}
#content .call_to_action a{
  color:#fff;
	text-decoration:none;
	font-family:"Source Sans Pro";
}
#content .call_to_action a.button{
	display:inline-block;
	width:260px;
	height:35px;
	background: url(/themes/defaulttheme/images/button_background.png) repeat-x left top;
  border-radius:4px;
  margin-right:20px;
  font-weight:600;
  padding-top:15px;
	font-size:16px;
	margin-bottom:20px;
}
#content .call_to_action a.button:hover{
	text-decoration:underline;
}
.logos_container{
	text-align:center;
}
.logos_container p{
	display:inline-block;
	vertical-align: middle;
	margin: 35px 43px;
}
#content .title_special{
  border-top:1px solid #4295d1;
	background: url(/themes/defaulttheme/images/logo_small_shape.png) no-repeat right 10px;
	margin:70px 0 40px;
}
#content .title_special h2{
	color: #4295d1;
	font-size:20px;
	padding:10px 0 0 0;
}
#content ul.ul_abc{
	list-style-type:lower-alpha;
}
#content ul.ul_abc ul{
	list-style-type:lower-roman;
}
/* FOOTER AREA SPECIFIC STYLES
================================ */
#footer{
	background:#003d69;
	padding:70px 0 90px;
}
#footer .container {
	font-family:"Source Sans Pro";
  color:#fff;
	font-size:12px;
	line-height:1.5em;
}
#footer h3{
  font-weight:600;
	font-size:12px;
	margin:0;
	padding:0 0 5px 0;
	line-height:1em;
	color:#f7ca31;
}
#footer p{
	margin:0;
	padding:5px 0;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
