@font-face 
{ 
	font-family: 'calibri';
	src: url('../fonts/calibri.ttf') format('truetype'); 
}

/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

/*article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }*/

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body { margin: 0; font-size: 14px; line-height: 1.231; }

body, button, input, select, textarea { font-family: Calibri, 'calibri', sans-serif; color: #2e3045; }
html, body { width: 100%; }

/*::-moz-selection { background: #7F9DB0; color: #fff; text-shadow: none; }*/
/*::selection { background: #7F9DB0; color: #fff; text-shadow: none; }*/

a { color: #06e; }
a:visited { color: #C5E2ED; }
a:hover { color: #42aaff; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family:monospace, monospace; _font-family: 'courier new',  monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
/*legend { border: 0; *margin-left: -7px; padding: 0; }*/
/*button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; border: 0; padding: 4px;}
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }*/
/*button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }*/
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/*input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #7F9DB0; }*/

::-webkit-input-placeholder { color:#252525; }
:-moz-placeholder { color:#252525; }

table { border: none; padding: 0; }

td { 
	vertical-align: top; 
	padding:5px; 
	border: none; 
	padding-left: 10px; 
	width: 450px;
	background-color: #c5e2ed;		
}

/* ==|== Global Styles  ========================================================= */

h1 { color: #515151; font-size: 19px; margin: 0; }
h2 {	text-align: center;	font-size: 15px; }
h3 {	display: inline-block; text-align: right; padding-right: 60px; line-height: 8px; }
h4 {	display: inline-block; color: #fff;	font-size: 16px;	padding-right: 60px;	line-height: 16px; }

/* ==|== Message Box Styles ===================================================== */

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('images/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('images/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('images/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('images/error.png');
}

/* ==|== Page Structure ===================================================== */

/* Background */
html {	background: #bccddf url(../images/background.jpg) repeat; }

/* Main parent container */
#container
{
	width: 960px;
	margin: auto;
	padding:10px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	margin-top:20px;
	margin-bottom: 20px;
	-moz-box-shadow: 0 0 5px 5px #666;
	-webkit-box-shadow: 0 0 5px 5px #666;
	box-shadow: 0 3px 2px 2px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=134, Color='#333333')";
	background:#fff;
}

header
{	
	color: #C5E2ED;
	background-image:url(../images/header.png);
	min-height:204px;
	background-repeat:no-repeat;
}

header h3, header h4
{
	float: right;
	display: block;
	text-align: right;
	margin: 20px -20px 10px 0px;
	/*padding: 0;*/
	font-weight: normal;
}

h4.tel-no {	font-size: 23px; }


nav
{
	float:left;
	position:relative;
	width:245px;
	background-color:#aabbcd;
}

#subnav { }

#subnav ul {
	list-style:none !important;
	padding:0;
}
#subnav ul li {
	list-style:none !important;
	padding:0;
	font-size: 13px;
}

#subnav ul li a {
	display:block;
	text-decoration: none;
	text-align: center;
	line-height:20px;
	padding: 12px 3px 12px 3px;
	margin-bottom:10px;
	color: #000000;
	background-image:url(../images/button-background.jpg);
	background-position:0 -110px;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123b74', endColorstr='#000087');*/
}

#subnav ul li a:hover {
	background-image:url(../images/button-background.jpg);
	background-position:0 -55px;
}
#subnav ul li a.current 
{
	background-position:0 0px;
}

/* The content-holding divs! */

#main {
	border:1px solid #00479c;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom:20px;
	margin-top: 20px;
}

#main #content li {
	list-style:inside;
}


#main #content, #main #content_center, #main #content_right
{
	padding: 10px 25px 15px 25px;
}
#main #content_center
{
	border-right: 1px solid #CCC;
	width: 240px;
	float: left;
}
#main #content_left {
	padding:0 20px 0 0;
	width:190px;
	border-right: 1px solid #CCC;
	float:left;
	margin:20px 0 10px 0;
}

#main #content_left img{
	width: 140px;
	/*height: 31px;*/
	margin-bottom: 5px; 
	margin-top: 15px;
	padding-left: 10px;
}
#main #content_right
{
	display: block;
	width: 660px;
	float: right;
	overflow: hidden;
}
#main #content_right img {
	float: left;
	width: 232px;
	padding: 0 10px 0 0;
}
#main #contact_left {
	padding:0 20px 0 25px;
	width:390px;
	float:left;
	margin:20px 0 10px 0;
}

#main #contact_right
{
	display: block;
	width: 460px;
	float: right;
	overflow: hidden;
	padding-right: 35px;
}
#main #data_right
{
	display: block;
	width: 660px;
	float: right;
	overflow: hidden;
	padding-right: 35px;
}
#main #data_right img {
	width: 200px;
	float: left;
	padding: 5px 0 5px 80px;
}

footer
{
	float: left;
	width: 100%;
	/*min-height: 140px;*/
	padding: 1em 0;
	background-image:url(../images/accreditations-footer-bg.jpg);
	background-repeat:repeat-y;
}

/*.accreditation-logo-container
{
	float: left;
	width: 23%;
	margin: 1em 1%;
}*/

/*.accreditation-logo-container img
{
	display: block;
	
	width: auto;
	margin: 0 auto;
}*/


footer img.rect {
	float: left;
	height: 155px;
	/*height: 60px;
	margin: 0 auto;*/
	padding: 18px 13px 0 13px;
}

footer img.square {
	float: left;
	height: 155px;
	/*height: 60px;
	margin: 0 auto;*/
	margin: 18px 10px 0 10px;
}

a.copyright  {
	color:#006;
}
a:hover.copyright {
	color: #afc0d2;
}
.fltrt {
	color: gray;
	float: right;
	padding-right: 10px;
}
.fltlft {
	color: gray;
	float: left;
	padding-left: 5px;
}
.centre {
	color: gray;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
.services {
	text-align: center;
}

/* ==|== Menu Navigation ========================================================= */
nav li a
{
	display:block;
	padding-left:20px;
	background-image:url(../images/button-background.jpg);
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	height: 55px;
	line-height:55px;
}

nav li a:hover
{
	background-position:0 -55px;
}

nav li.current a
{
	background-position:0 -110px;
}

nav li a, nav li a:visited
{
	text-decoration: none;
	color: #44465E;
}

/* ==|== Sub-structure styles ==================================================== */

header img, header h1, header nav
{
	margin: 10px;
}

header img
{
	float: left;
}

header h1
{
	/* Stops header taking up all width */
	display: inline-block;
	float: left;
}

/* ==|== contact form styles ===================================================== */

form#contact ol, form#contact li
{
	padding: 10px;
	margin: 0;
	list-style: none;
}

form#contact fieldset
{
	background: #C5E2ED;
	padding: 15px 15px 15px 15px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
}

form#contact span
{
	color: #44465E;
	font-size: 20px;
}

form#contact ol li
{
	padding: 15px 0px 5px 0px;
}

form#contact label
{
	float: left;
	width: 90px;
}

form#contact input:not([type="radio"]), form#contact textarea
{
	width: 400px;
}
form#contact textarea {
	height: 60px;
}
form#contact input[type="submit"]
{
	width: 228px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: linear-gradient(#42aaff, #003366);
	background: -o-linear-gradient(#42aaff, 	#003366);
	background: -moz-linear-gradient(#42aaff, #003366);
	background: -webkit-linear-gradient(#42aaff, #003366);	
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;	
	border: 1px solid #003366;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42aaff', endColorstr='#003366');*/
}
	
/* ==|== Gallery ============================================================ */

#gallery {
	background: #e1eef5;
}

#descriptions {
	position: relative;
	height: 50px;
	background: #EEE;
	margin-top: 10px;
	width: 640px;
	padding: 10px;
	overflow: hidden;
}

#descriptions .ad-image-description { position: absolute; }

#descriptions .ad-image-description .ad-description-title {	display: block; }


#slider-container { width:100%; position:relative;  background-color:#FF0; }

#nav-top {
	min-height:300px;
	position:relative;
	margin-top:10px;
}

.clear { clear:both; }
.moo { 	background-color:#0F0; }

#caption-box {
	width:960px;
	min-height:24px;
	background: linear-gradient(#42aaff, #003366);
	background: -o-linear-gradient(#42aaff, 	#003366);
	background: -moz-linear-gradient(#42aaff, #003366);
	background: -webkit-linear-gradient(#42aaff, #003366);
	position:absolute;
	bottom:-12px;
	color:#fff;
	right:0;
	text-align:center;
	font-size:14px;
	padding-top: 5px;
	
	}
	  
/* ==|== non-semantic helper classes ======================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
/*.clearfix { zoom: 1; }*/


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
 /* * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
/*@page { margin: 0.5cm; }*/
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
