﻿body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #032d37;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	display:block;
}
img {
	border: none;
}

#section1
{
    background: #fff;
    text-align:center;
    height:367px;
    padding-top:10px;
    margin:0 auto;
}

#flashContainer
{
    background: url(images/vidBG.png) no-repeat;
    width:880px;
    height:308px;
    margin:0 auto;
    padding-top:10px;
    border:0px dotted #18b8c3;
}

#flashContainer object
{
    margin-top:0px;
    margin-right:20px;
}

#bar
{
    background-image: url(images/grayStripe2.png);
    height:28px;
}

#section2
{
    background-image: url(images/tealGradient.png);
    height:301px;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px;
	margin-top:-50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 200px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #fff;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
}
.dock-item img {
	border: none; 
	position:relative;
	margin: 5px 0px 0px 0px; 
	width: 100%; 
	z-index:8;
}
.dock-item span {
	display: none; 
	padding-left: 20px;
	position:static;
	z-index:10;
	text-align:center;
	margin-top:-140px;
	margin-left:-20px;
}

.reflect
{
    
}