html, body {
	padding-top: 5px;
	margin: 0;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    background-color: #023;
    color:#000;
    -pie-background: linear-gradient(#EEFF99, #66EE33);
     behavior: url(/PIE.htc);
}
.rounded {
	border-radius:26px;
    -moz-border-radius:26px;
    -webkit-border-radius:26px;
    behavior: url(/PIE.htc);
}
.shadowed {
	/*box-shadow: 0px 0px 6px #000;*/
}
.roundedTop {
  border-top-left-radius: 24px;
    -moz-border-radius-topleft: 24px;
    -webkit-border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    -moz-border-radius-topright: 24px;
    -webkit-border-top-right-radius: 24px;

}
.roundedBottom {
   border-bottom-left-radius: 24px;
    -moz-border-radius-bottomleft: 24px;
    -webkit-border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    -moz-border-radius-bottomright: 24px;
    -webkit-border-bottom-right-radius: 24px;
}
.round-left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.round-right {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
div.fullWidth {
    width: 940px;
    margin: 0 auto;
}
div.paddedWidth {
    width: 900px;
    margin:  0 auto;
}
div.contentWidth {
    width:900px;
    margin: 0 auto;
}
div#wrapper {
    width: 940px;
    background-color: #005b7e;
    color: #fff;
    margin: 0 auto;
    
}
div#header {
    padding: 20px 20px 0 20px;
    border-top: 2px solid #004a6d;
    border-bottom: 2px solid #006c8e;
    background: url("../img/headerImage.png");
}
#header h1 {
    display: block;
    font-size: 72px;
    padding: 0;
    margin: 0;
    text-shadow: black 0px 0px 6px;
    filter: progid:DXImageTransform.Microsoft.Chroma(Color=black)
		progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#black);
}

div.navi{
background-color: #005985;
padding: 0;
background-image: -webkit-gradient(linear, left bottom, left top, from(#005985), to(#0086c0));
background-image: -moz-linear-gradient(center bottom, #005985 0%, #0086c0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086c0', endColorstr='#005985');
}

.borderBot {
	border-bottom:  2px solid #004a6d;
}

.navi-sep {
	height: 4px;
}

ul.navi {
    margin: 0;
    padding: 0px 20px;
    list-style-type: none;
}
ul.navi li {
	float: right;
    display: block;
    text-shadow: 1px 1px 2px #000;
    background-image: url(../img/seperator.png);
	background-repeat: no-repeat;
    background-position: left;
}
#navi-top li {
	float: right;
	margin-top: 1px;
}
.navi-sub li {
	float: left;
	background-position: right;
}
#last-li {
	background-image: none;
}
#last-li a {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
ul.navi a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 20px;
    text-align: center;
}
ul.navi a:hover {
	background-image: url(../img/seperatorover.png);
	background-repeat: repeat-x;
	background-position: right;
}
a:link, a:active, a:visited {
    text-decoration: none;
    color: #ffffff;
}
.clear-float {
    clear: both;
}
#contentWrapper {
    background-color: #fff;
    color: #000;
    margin: 0px auto;
    padding: 10px 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.7) inset;
}
#topContent {
    padding: 0px 10px 0px 10px;
    border-bottom: none;
}
#content {
    
}
div.labPane {
	padding-left: 1px;
    float: left;
    min-height: 300px;
    width: 15.89em;
    border-right: 1px solid #ccc;
}
div.labPicture {
    padding-left: 10px;
}
div.labPicture img {
    width: 200px;
    height: 162px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #ccc;
}
.labPane ul {
	list-style: none;
	margin: 0px;
	padding: 0px 10px;
}
.labPane li {
	margin: 0px;
	padding: 0px;	
}
div#last {
    border-right: none;
}
#footer {
	font-size: 11px;
	text-align: justify;
	background-color: #005985;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#005985), to(#0086c0));
	background-image: -moz-linear-gradient(center bottom, #005985 0%, #0086c0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086c0', endColorstr='#005985');
    border-top: 2px solid #006c8e;
    padding: 10px 20px;
}
#footer img {
	margin-top: 15px;
	padding-right: 10px;
}

#footer-div {
	
}
#footer-pic {
	margin-right: 10px;
	float: left;
	text-align: center;
}
.movieContainer {
	width: 800px;
	height: 600px;
	margin: 0 auto 10px auto;
	padding: none;
}

/** app nav **/
.app-nav{
    width: 100%;
}

.app-nav ul{
    list-style: none;
}

.app-nav ul li{
    float: left;
    padding: 5px;
}

.app-nav ul li a{
    color: #002233;
    text-decoration: underline;
}

a.back:link, a.back:active, a.back:visited{
    color: #002233;
    text-decoration: underline;
}

a.media-prod-link{
    font-weight: bold;
    text-decoration: underline;
}

/** app page **/
.app-block{
    width: 100%;
    margin: 5px 0 0 0;
}

.app-block iframe{
    text-align: : center;
    display: block;
    margin: 0 auto;
    width: 600px;
    height: 339px;
}

.app-block .title{
    font-size: 1.5em;
    color: #005985;
}

.app-block .screens{
    width: 100%;
}

.app-block .screens .left{
    float: left;
    width: 50%;
    padding: 10px 0 0 0;
}

.app-block .screens .left img{
    display: table;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.app-block .screens .right{
    float: right;
    width: 40%;
}

.app-block .screens .right img{
    width: 300px;
    padding: 20px;
}

.app-block a.email-link{
    color: #005985;
    font-weight: bold;
    text-decoration: underline;
}

.clear-it{
    clear: both;
}

a.black-text {
    color: black;
}

div.hide {
    display: none;
}

caption.hide {
    display: none;
}