@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/*--- 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) #0d5955;
 color: #272727;
 font: 13px "open sans", arial, helvetica, sans-serif;
 }
 
 h1 {
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 16px;
	color: #182828;
	}

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

h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 7px;
	color: #182828;
	}
	
h4 {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 8px;
	}
 
 p {
	font-size: 13px;
	line-height: 1.325;
	margin-bottom: 10px;
	}

strong {
	font-weight: bold;
}
	
ul {
	list-style: disc;
}

li {
	margin-left: 40px;
	margin-bottom: 10px;
}

  /*--- Framework ---*/
 .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

#container {
	width: 900px;
	margin: 10px auto;
	display: block;
	background: #182828;
	}

.inner {
	margin: 10px;
	}
  /*--- Headspace ---*/
  
  #logo {
	background: url(images/logo.png) 50% 0 no-repeat #0D5955;
	height:90px;
	width: 900px;
  }

  #navigation {
	width: 280px;
	background: #182828;
	float: left;
  }
  
  #navigation ul {
	display: block;
	list-style: none;
	text-align: left;
	padding: 12px 0;
  }
  
  #navigation ul li {
	display: block;
	border-bottom: 1px solid #0D5955;
	border-left: 3px solid #0D5955;
	font-weight: 700;
	line-height: 26px;
	margin: 0;
  }
  
  #navigation ul li:first-child {
	border-left: none;
	text-transform: uppercase;
	font-size: 16px;
  }
  
  #navigation ul li a {
	text-decoration: none;
	display: block;
	padding: 0 10px;
  }
  
  #navigation ul li a:hover {
	background: #ff6600;
  }
 #header
 {
 width: 900px;
 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: #FFF;
	display: block;
	padding: 10px;
	margin-left: 280px;
	}

#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: 900px;
 height: 40px;
 color: #F6F6F6;
 background-color: #13736F;
 border-top: 3px solid #0D5955;
 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: #FF9900; text-decoration: underline;}
 a:visited { color: #FF9900; text-decoration: underline;}
 a:hover { color: #323232; text-decoration: none;}
 a:active {	color: #323232;	text-decoration: none;}