* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height:100%;
}
body, p, a {
	font-family: 'Trebuchet MS', Arial, Tohoma;
	font-size: 15px;
}
a { 
	color: #fff;
}
h1 {
	color:#392e02;
	font-size:20px;
	padding:10px 1px; 
	border-bottom:0px dotted #800000;
}
h2 {
	background:url('images/bullet.gif') no-repeat 0% 36%;
	padding:0 6px 5px 13px;
	width: 100%;
	color:#1b385e;
	font-size:15px;
	font-style:italic;
	text-transform:uppercase;
	letter-spacing:1px;
}
img {
	border: none;
}
span {
	float: left;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -42px;		/* sticky footer height */
}
#movie {
position: relative;
z-index: 2;
}
/****************************************************** CONTAINER/CONTENT *****/
/* used in public pages */
#container {
	background:#80b6db;
	color:#333;
}
#container p {
	font-size:13px;
}
#container a:link {
	text-decoration:underline; 
	font-size:13px;
}
#container a:hover {
	font-size:13px;
	text-decoration:none;
}
#container a:visited {
	font-size:13px;
}
#container table {
	margin:auto;
	empty-cell:show;
}
#container th, #container td {
	font-size:13px; 
	vertical-align:top;
	padding:3px;
}
#container td p {
	text-align:left;
}
#container .label-r {
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	font-style:italic;
	border-right:1px solid #666;
}
/* used in 'about hazards' */
#content {
	padding:74px 30px 10px 30px;
}
#content p {
	padding:10px 1px; 
	text-align:center;
}
#content ul, #content li {
	font-size:13px;
	margin-left:20px;
}
#content .caption {
	color:#1b385e;
	font-size:11px;
	text-align:center;
}
#content .float-l {
	float:left;
	padding-right:10px;
}
#content .normal p {
	font-size:13px;
	padding:10px 1px; 
	text-align:left;
}
#content .normal p.plateau {
	font-size:13px;
	padding:0 1px 10px 1px; 
	text-align:left;
}
#content .name {
	float:none;
	font-weight:bold;
	font-style:italic;
}
#content .border {
	border:1px solid #fff;
}
/***************************************************************** HEADER *****/
#header {
	border-bottom:1px solid #ccc;
	position: absolute;
	background: #7eb3d7 url("images/bg_header.png") repeat-x;
	height: 64px;
	width: 100%;
	min-width: 980px;
	overflow: hidden;
	z-index: 1;
	line-height: 100%;
}
#header .logo-spacer {
	position: absolute;
	top:10px;
	left:10px;
	height:53px;
	width:315px;
	z-index:99;
	border:0px solid red;
}
.ver, #header .ver a {
	color: #ecbd04;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}
#header .ver a {
	font-size:19px;
	text-decoration:none;
}
.divider {
	display: block;
	width: 2px;
	height: 64px;
	background: url("images/bg_divider.png") no-repeat center;
	margin: 0px 10px;
}
.logo {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.powered {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
}
/***************************************************************** FOOTER *****/
#footer {
	background: #3b3b3b url("images/bg_footer.png") repeat-x;
	border-top:1px solid #ccc;
	color: #fff;
	height: 42px;
	overflow: hidden;
	line-height: 100%;
	width: 100%;
}
#footer a {
	text-decoration: underline;
}
#footer .text {
	font-size:13px;
	padding:13px 10px 10px;
}
.push {
	height: 42px;
}
/******************
  Metadata style 
******************/
a.metadata-title {
  color: #000000;
  font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
a.metadata-type {
  color: #000000;
  font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
a.metadata-text {
  color: #000000;
  margin: 0 0;
  font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
a.metadata-link:link, a.metadata-link:active, a.metadata-link:visited, a.metadata-link {
  color: #008000;
  text-decoration: underline;
  font-family: "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 9px;
  font-weight: normal;
}
a.metadata-link:hover {
}

