/* CSS Document */
@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html {
	height: 100%;
}
body {
	background-image: url(../images/bg_experiment_water.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-color: #7EC6DC;
	height: 100%;
}
/* html>body #site-container {
	min-height: 100%;
	height: auto;
} */

p {
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 16px;
	color: #325974;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h1 a{
	text-decoration: none;
	color: #376380;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #407293;
}
h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #036;
}

table {

}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 1px;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 20px;
	margin-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-right: 12px;
	margin-left: 20px;
}

li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
blockquote {
	margin-left: 20px;
}





#site-container {
	width: 900px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-image: url(../images/bg_content_base.jpg);
	background-repeat: repeat-y;
}
#site-header {
	height: 68px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom; 0px;
}
#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 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_content_base.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #09839A;
	height: 900px;
	position: relative;
}

#left-column-container {
	float: left;
	width: 222px;
	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;
	height: 900px;
	min-height: 900px;
	background-image: url(../images/bg_content_gradient.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
}
#page-content {
	padding-right: 25px;
	padding-left: 24px;
	text-align: left;
	height: auto;
	padding-top: 25px;
	width: 625px;
}
#page-header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000033;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #3B0033;
	float: left;
}
.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;
}
.sidebar-right {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	float: right;
	width: 250px;
	margin-bottom: 15px;
	margin-left: 12px;
	border: 1px solid #003366;
	background-color: #FFFFFF;
	clear: left;
}

.image-right {
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
}
.image-enlarge {
	float: right;
	height: 24px;
	width: 250px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.whitetext {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.tablealigncenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	visibility: visible;
	left: 1px;
	top: 1px;
	position: relative;
	text-align: center;
	letter-spacing: normal;
	vertical-align: text-top;
	word-spacing: normal;
	white-space: normal;
}
