/* CSS Document */
@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html, body {
    height: 100%;
}
body {
	background-image: url(../images/bg_experiment_water.jpg);
	background-repeat: no-repeat;
	min-height: 950px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-color: #7EC6DC;
}
/* html>body #site-container {
	min-height: 100%;
	height: auto;
} */

p {
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 16px;
	color: #407293;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #407293;
}


#site-container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(../images/bg_content_base.jpg);
	background-repeat: repeat-y;
	background-color: #09839A;
	height: auto;
	position: relative;
}
#site-header {
	height: 68px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#tabs-panel {
	background-image: url(../images/bg_tabsPanel.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#content-container-home {
	height: 1350px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_content_base.jpg);
	background-repeat: repeat-y;
}
#left-column-container {
	float: left;
	width: 222px;
	height: auto;
	min-height: 900px;
	background-color: #09839A;
}
#left-column-flash {
	height: 410px;
	width: 222px;
	padding-top: 17px;
}
.left-navigation-item {
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.left-navigation-item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.left-navigation-item a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #033357;
	text-decoration: none;
	background-color: #84BEE3;
	height: auto;
	width: auto;
	padding: 2px;
}
.left-column-logo {
	margin-top: 20px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 12px;
	text-align: center;
	float: left;
	width: 197px;
}
#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D1EEFC;
	text-decoration: none;
	padding: 12px;
}
#right-column-container {
	width: 678px;
	min-height: 100%;
	float: left;
	background-image: url(../images/bg_content_gradient.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 800px;
}
#flash-header {
	height: 193px;
	width: 678px;
}
#page-content {
	background-image: url(../images/bg_water_content.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 678px;
	height: auto;
	padding-top: 65px;
}
#column-1-home {
	width: 224px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7DB9DE;
}
#column-2-home {
	float: left;
	width: 224px;
}
#column-3-home {
	width: 224px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7DB9DE;
	clear: right;
}
.home-image-buffer {
	padding-right: 4px;
	padding-left: 8px;
}


#footer {
	height: 68px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_footer_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	margin-bottom: 0px;
}
.image-right {
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
}
