/* Root */

html, body {
	height: 100%;
}

html {
	background-color: #424242;
}

body {
	color: #555;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-rendering: optimizeLegibility;
}

/* Site Container */

#site-scroll-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 45px solid #144065;
	height: 100%;
	overflow-y: scroll;
	width: 100%;
}

#site-container {
	margin: 0 auto;
	position: relative;
	width: 975px;
	/*z-index: 5;*/
}

/* Site Header */

#site-header {
	overflow: hidden;
}

/* Site Header - Logo */

#site-header #logo {
	background-color: #fff;
	height: 175px;
	float: left;
	width: 190px;
}

#site-header #logo a {
	display: block;
	height: 100%;
	width: 100%;
}

.animating #site-header #logo a {
	cursor: default;
}

/* Site Header - Nav */

#site-header #nav {
	float: left;
	width: 190px;
}

#site-header #nav ul {
	list-style: none;
	display:block;
}

#site-header #nav ul li {
	display: block;
}

#site-header #nav ul li:first-child a {
	/* border-top: #0d9695 solid 1px; */
}

#site-header #nav ul li a {
	border-bottom: #0d9695 solid 1px;
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 18px;
	padding: 8px 5px 8px 10px;
	text-transform: uppercase;
	outline:none;
}

#site-header #nav ul li a,
.animating #site-header #nav a:hover {
	background-color: #067f7e;
}

.animating #site-header #nav ul li a {
	cursor: default;
}

#site-header #nav a.selected,
#site-header #nav a.selected:hover {
	background-color: #055553;
	color: #fff;
}

#site-header #nav a:hover {
	background-color: #055553;
}

/* Site Body */

#site-body {
	overflow: hidden;
}

#site-body #sub-nav-frame {
	float: left;
	height: 1px;
	overflow: hidden;
	position: relative;
	width: 190px;
}

#site-body #sub-nav-frame .sub-nav {
	display: none;
	left: 190px;
	position: absolute;
	top: 0;
	width: 100%;
}

#site-body #sub-nav-frame .sub-nav ul {
	list-style: none;
}

#site-body #sub-nav-frame .sub-nav ul li {
	display: block;
}

#site-body #sub-nav-frame .sub-nav ul li a {
	display: block;
	font-size: 11px;
	line-height: 18px;
	padding: 8px 5px 8px 10px;
	text-transform: uppercase;
	outline:none;
}

#site-body #sub-nav-frame .sub-nav ul li a,
.animating #site-body #sub-nav-frame .sub-nav ul li a:hover {
	background-color: #000;
	border-top: #292929 solid 1px;
	color: #fff;
}

.animating #site-body #sub-nav-frame .sub-nav ul li a {
	cursor: default;
}

#site-body #sub-nav-frame .sub-nav ul li a:hover {
	background-color: #055553;
	border-top: #0d9695 solid 1px;
	color: #fff;
}

#site-body #sub-nav-frame .sub-nav ul li a.selected:hover,
#site-body #sub-nav-frame .sub-nav ul li a.selected {
	background-color: #055553;
	border-top: #0d9695 solid 1px;
	color: #fff;
}

#site-body #page-frame {
	float: left;
	overflow: hidden;
	position: relative;
	width: 650px;
}

#site-body #page-frame.default {
	margin: 0 0 0 -190px;
}

#site-body #page-frame .page {
	background-color: #fff;
	display: none;
	position: absolute;
	width: 100%;
}

#site-body #page-frame .page.default {
	background-color: transparent;
	left: 0;
	top: -165px;
}

#site-body #page-frame .page.deep {
	overflow: hidden;
}

#site-body #page-frame .page.big {
	left: -650px;
	top: 0;
	width: 650px;
}

#site-body #page-frame .page.deep .sub-page {
	display: none;
	/*overflow: hidden;*/
}

#site-body #page-frame .page .content-frame {
	/*overflow: hidden;*/
}

#site-body #page-frame .page .content-frame .content {
	/*position: relative;*/
}

#site-body #page-frame .page.big .content-frame .content {
	background-color: #fff;
	padding: 35px 90px 100px 90px;
}

/* Footer */

#footer {
	background-color: #144065;
	bottom: 0;
	height: 45px;
	left: 0;
	min-width: 975px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 10;
}

#footer span {
	display: inline-block;
	margin: 0 10px 0;
	vertical-align: middle;
}

#footer .social {
	background-image: url(../images/shell/social-facebook.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 45px;
	text-indent: -1000px;
	width: 45px;
}

#footer .social:hover {
	background-position: bottom left;
}

#footer .fb-title {
	border-right: #fff solid 2px;
	color: #fff;
	padding-right: 15px;
}

#footer .fb-feed {
	color: #a4c7e5;
	margin: 0;
	max-width: 580px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#footer .fb-more a {
	background-image: url(../images/shell/icon-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 25px;
	line-height:25px;
	display:inline-block;
}

#footer a {
	color: #a4c7e5;
}

#footer a:hover {
	color: #fff;
}

#footer #bg-vid-control {
	float:right;
	width:30px;
	height:30px;
	margin:6px 15px;
	background-color: #092944;
	background-image: url(../images/shell/btn-vidcontrol.gif);
	background-repeat: no-repeat;
	border:#0b3457 solid 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.35;
}

#footer #bg-vid-control.ready {
	background-position: 0 0;
	cursor: pointer;
	opacity: 1;
}

#footer #bg-vid-control,
#footer #bg-vid-control.ready.pause {
	background-position: 0 -30px;
}

#footer #bg-vid-control:hover {
	border:#235078 solid 2px;
}

/* General */

h1 {
	color: #055553;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 40px;
	margin: 0 0 35px 0;
	text-transform: uppercase;
}

h2 {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 20px 0;
}

h3 {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px 0;
}

h4 {
	color: #000;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

p {
	margin: 0 0 20px 0;
}

p small	{
		line-height:15px;
}

p.noMargin	{
	margin:0 0 5px 0;
}


img {
	border: 0;
	outline:none;
}

a {
	outline: none;
	text-decoration: none;
	color:#900000;
}

.content b	{
	color:#000000;
}


.hr	{
	width:100%;
	border-top:#e0e0e0 dotted 1px;
	margin:0 0 20px 0;
}


ul.tabular	{
	list-style:none;
	margin:0 0 20px 0;
	padding:0px;
	border:#dddddd solid 1px;
}

ul.tabular li	{
	border-top:#dddddd solid 1px;
	padding:4px 3px 4px 22px;
	background-image:url(../images/general/bullet-square.gif);
	background-repeat:no-repeat;
	background-position:left 2px;
}

ul.tabular li:first-child	{
	border-top:0px;
}

ul.tabular .odd	{
	background-color:#e9e9e9;
}

ul.tabular .even	{
	background-color:#f5f5f5;
}






ul.bullet	{
	list-style:none;
	margin:0 0 20px 0;
	padding:0px;
}


ul.bullet li	{
	padding:3px 3px 3px 22px;
	background-image:url(../images/general/bullet-square.gif);
	background-repeat:no-repeat;
	background-position:left top;
}






table.chart	{
	width:100%;
	border:#dddddd solid 1px;
	margin:0 0 20px 0;
}

table.chart th	{
	text-align:left;
	background-color:#005553;
	color:#ffffff;
	font-weight:normal;
	padding:5px;
}

table.chart td	{
	padding:5px;
	border-top:#dddddd solid 1px;
}

table.chart tr:first-child td	{
	border-top:0px;
}

table.chart .odd	{
	background-color:#e9e9e9;
}

table.chart .even	{
	background-color:#f5f5f5;
}





/* Background Video

#bg-video img {
	height: auto;
	left: 0;
	min-height: 100%;
	min-width: 975px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	img.bg {
		left: 50%;
		margin-left: -500px;
	}
}

*/