/*--- RESET GLOBAL ---*/
 
 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
 /*--- HTML elements ---*/
 body
 {
 margin: 0px;
 background: url(images/background.jpg) repeat 50% 50% #00726A;
 color: #272727;
 font: 13px "ubuntu", arial, helvetica, sans-serif;
 }
 
 h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 16px;
	color: #094A44;
	}

h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
	color: #094A44;
}

h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 7px;
	color: #094A44;
	}
	
h4 {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 8px;
	}
 
 p {
	font-size: 13px;
	line-height: 1.325;
	margin-bottom: 10px;
	}
	
  /*--- Framework ---*/
 .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

#container {
	width: 960px;
	margin: 15px auto;
	display: block;
	background: #009189;
	overflow: hidden;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.6);
	}

.inner {
	margin: 10px;
	}
  /*--- Headspace ---*/

  #navigation {
	width: 960px;
	background: #00A49B;
	border-bottom: 3px solid #00837B;
	margin-bottom: -3px;
  }
  
  #navigation ul {
	display: block;
	list-style: none;
	text-align: center;
	padding: 12px 0;
  }
  
  #navigation ul li {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #fff;
	font-weight: 700;
  }
  
  #navigation ul li:first-child {
	border-left: none;
  }
  
  #navigation ul li a,
  #navigation ul li a:link,
  #navigation ul li a:visited {
	color: #FFF;
	text-decoration: none;
  }
 
   #navigation ul li a:hover {
	color: #094A44;
	text-decoration: none;
  }
 
 #header
 {
 width: 960px;
 height: 300px;
 background: url(images/header.jpg) 0 0 no-repeat scroll;
 background-size: contain;
 position: relative;
 z-index:5;
 display: block;
 }

  /*--- Body ---*/
 
  #content {
	background-color: #F6F6F6;
	display: block;
	padding: 10px;
	}

#content img.left {
	width: 33%;
	float: left;
	display: inline-block;
	margin: 5px 10px 5px 0;
}

#content img.right {
	width: 33%;
	float: right;
	display: inline-block;
	margin: 5px 0 5px 10px;
}

#content img.left-20 {
	width: 20%;
	float: left;
	display: inline-block;
	margin: 5px 10px 5px 0;
}
	
  .leftcol {
	float: left;
	width: 320px;
	background-color: #F6F6F6;
	}

.rightcol {
	float: left;
	width: 640px;
	background-color: #F0F0F0;
	}

  /*--- Footwell ---*/
 
 #footer
 {
 width: 960px;
 height: 40px;
 color: #F6F6F6;
 background: #00A49B;
 border-top: 3px solid #00837B;
 background-repeat:no-repeat;
 position:relative;
 top: 0px;
 z-index: 0;
 display: block;
 text-align: center;
 padding-top: 10px;
 }

  /*-- Images --*/
 
 img { border: none; }
 .left { float: left; padding: 10px; }
 .right { float: right; margin: 0 0 0 10px; padding: 10px; }
 .border { border:1px solid #000000; }


  /*--- Fonts ---*/
 
 a:link { color: #009F93; text-decoration: underline;}
 a:visited { color: #009F93; text-decoration: underline;}
 a:hover { color: #094A44; text-decoration: none;}
 a:active {	color: #094A44;	text-decoration: none;}