/*
/*
 * HTML5 ✰ Boilerplate v3.0.2
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

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; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {  color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; font-family: sans-serif;}

h1 {text-align:center; font-size:1.5em; color:#222; font-family:Georgia; font-weight:400; margin:40px 20px 40px 20px;}
h2 {font-size:1.2em; color:#01A8D8; font-family:Georgia; font-weight:400;margin:20px 15px 15px 15px;line-height:1.7; }
h3 {font-size:1.2em; color:#01A8D8; font-family:Georgia; font-weight:400;margin:20px 15px 15px 15px;text-transform:uppercase;line-height:1.7; }
h4 {font-size:1.1em; color:#666; font-family:Georgia; margin:15px 15px -15px 15px;}

p { margin: 20px; font-family: 'arial narrow', sans-serif; text-align:left; font-size:17px, 14px; line-height:1.8;}
.leftBlock {border-right:1px solid #ddd;}
.rightBlock {border-left:1px solid #ddd;}
.borderLeftRight {border-left:1px solid #ddd; border-right:1px solid #ddd;}
.txtWhite {color:#fff;}
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.bgGrey {background-color:#CCC;}
.newsLine {border-bottom:2px solid #CCC; margin-top:5px;}

.bgHover {
	background-color:#fafafa; 
	border:1px solid #fff;
	
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   transition: transform .2s;
	margin:0;
	box-shadow: 10px 10px 5px #fff;
  }
 .bgHover:hover { 

 box-shadow: 2px 2px 2px 2px #ccc;
 -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   transition: transform .2s;background-colour:#fff; border:1px solid #fafafa;}
.centreAlign {text-align:center;}

.error_strings {color:#01A8D8;text-align:right; font-size:0.8em; font-style:italic;}

/* =============================================================================
   Links
   ========================================================================== */

a { color: #222;text-decoration:none; }
a:visited { color: #222; }
a:hover { color: #222; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

.COAButton {
  
  	background-color:#ffffff;
	color:#0085B2; 
	text-align:center;
	border:1px solid #0085B2;
	border-radius:4px; 
	font-family:Georgia, 'arial narrow';
	font-weight:normal; 
	font-size:1em; 
	padding:5px 10px 5px 10px;
	text-shadow:none;
	margin:10px;
	
	
	}
.COAButton:hover {
	background-color:#ffffff; 
	color:#fff;
	border:1px solid #0085B2;
	background-color:#0085B2;
	}
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  z-index:2000;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

/* =============================================================================
   Typography
   ========================================================================== */

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; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
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%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

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; }
li {font-family: 'arial narrow', sans-serif; text-align:left; font-size:17px; line-height:1.6; margin-left:30px;}

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
.imgCenter {display: block; margin-left: auto; margin-right: auto;}
/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }



/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Sub-menu Table
   ========================================================================== */

#subMenu a:link {
	font-weight: normal;
	text-decoration:none;
	text-align:left;
	margin-left:15px;
	color:#00698C;
	
}
#subMenu a:visited {
	color: #00698C;
	font-weight:normal;
	text-decoration:none;
}
#subMenu a:active,
#subMenu a:hover {
	color: #0085B2;
	text-decoration:none;
}
#subMenu {
	font-family: 'arial narrow', sans-serif; 
	color:#222;
	font-size:16px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:5%;
	margin-right:5%;
	border:#ccc 1px solid;
	width:90%;
	align:left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	text-align:left;
}
#subMenu th {
	
	font-weight:normal;
	font-family:Georgia;
	font-size:15px;
	color:#444;
	font-weight:600;
	padding:10px 8px 10px 8px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
#subMenu th:first-child{
	text-align: left;
	padding-left:20px;
	
}
#subMenu tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
	
}
#subMenu tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
#subMenu tr{
	text-align: left;
	padding-left:20px;
	border-bottom:1px solid #ccc;;
}
#subMenu tr td:first-child{
	text-align: left;
	padding:10px 8px 10px 8px;
	border-left: 0;
	border-top:1px solid #ccc;
}
#subMenu tr td {
	
	padding:10px 8px 10px 8px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
#subMenu tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
#subMenu tr:last-child td{
	border-bottom:0;
}
#subMenu tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
#subMenu tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
#subMenu tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* =============================================================================
   Forms
   ========================================================================== */
  
   form#contact {
	width: 100%;
	margin-left:0;
	margin-right:0;
	margin-top: 20px;
	margin-bottom:20px;
	text-align: left;
	display: block;
	font-weight: normal;
	color:#222;
	font-size:15px;
	border:none;
	background-color:#ffffff;
	
}
form#contact fieldset {
	border:none;
}
form#contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], input[type="file"], textarea, submit {
	width:93%; 
	font-size:15px;
	margin-left:0;
	margin-right:0;
	margin-top:3px;
	margin-bottom:3px;
	padding: 7px; 
	font-family:Franklin-Gothic-Book,arial;
	border: 1px solid #222;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

form#contact input.RightAlign {text-align:right;}

form#contact select {
	width:95%; 
	margin-left:0;
	margin-right:0;
	font-family:Franklin-Gothic-Book,arial;
	border: 1px solid #222;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
	margin-top:3px;
	margin-bottom:3px;
	padding: 7px; 
	font-size:15px;
	border-radius: 0;
}

form#contact select {
	
	font-family:Franklin-Gothic-Book,arial;
	font-size:15px;
	border: 1px solid #222;
	width: 95%;
	margin-left:0;
	margin-right:0;
	padding:7px;
	margin-top:3px;
	margin-bottom:3px;
	border-radius:0px;
}

form#contact select option {
	
	font-family:Franklin-Gothic-Book,arial;
	font-size:15px;
	border: 1px solid #222;
	width: 97%;
	margin-left:0;
	margin-right:0;
	padding:15px;
	margin-top:12px;
	margin-bottom:12px
	
}
form#contact textarea {
	width: 93%; 
	margin-left:0;
	margin-right:0;
	padding: 7px; 
	font-family:Franklin-Gothic-Book,arial;
	font-size:15px;
	margin-top:3px;
	margin-bottom:3px;
	height: 50px;
}
form#contact input.largerCheckbox
{
	width: 20px;
	height: 20px;
}

form#contact label {
	display: block;
	color: #01A8D8;
	margin-top: 10px;
	margin-left:0;
	font-family:Franklin-Gothic-Book,arial;
	font-weight:600;
	font-size:15px;
}

form#contact label.error { 
	width: 270px;
	margin: 3px 0 0 0;
	display: block;
	color: #01A8D8;                              
	font-size: 11px; 
	text-align: right;
}

form#contact .placeholder {
	color: #444;
	font-size:15px;
	font-family:Franklin-Gothic-Book,arial;
}

form#contact .SubmitButton {
	width: 50%; 
	margin-left:25%;
	margin-right:25%;
	margin-top:10px;
	margin-bottom:20px;
	padding: 7px; 
	font-family:Franklin-Gothic-Book,arial;
	font-weight:bold;
	border: 1px solid #ccc;
    background: #01A8D8;
	color:#ffffff;
	text-align:center;
	font-size:17px;
	text-transform:uppercase;
}

form#contact .SubmitButton:hover {
	background-color: #00698C;
	cursor: pointer;
	color:#fff;
}

form#contact .SubmitButton:active {
	margin-top: 4px;
	background-color: #00698C;
	cursor: pointer;
}









/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  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; }
}
