﻿div.page { }
header { height: 100px; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */ background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */ }
header div.center { margin: 0 auto; width: 980px; height: 100px; position: relative; }

header div.logo { background: url("Home/logo.png") no-repeat scroll 0 0 transparent; float: left; height: 88px; margin-top: 12px; width: 171px; }
header ul.tabs { bottom: 0; list-style: none outside none; position: absolute; right: 0; width: 800px; }
header ul.tabs li { background-color: #0c83bf; border-radius: 4px 4px 0 0; display: block; float: left; height: 30px; line-height: 30px; margin: 0 4px 0 0; }
header ul.tabs li a { color: #FFFFFF; font-family: arial; font-size: 14px; text-decoration: none; text-transform: uppercase; padding: 0 10px; white-space: nowrap; height: 30px; }
header ul.tabs li.normal { background-color: #005580; height: 24px; line-height: 23px; margin-top: 7px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
header ul.tabs li.normal:hover { height: 29px; line-height: 29px; margin-top: 2px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

header ul.tabs li.current { border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; position: relative; top: 1px; }
section { background: url("Home/waveBackground02.png") no-repeat scroll center top transparent; border-top: 1px solid #FFFFFF; }
section article { margin: 0 auto; width: 980px; }
section article.top { color: #FFFFFF; height: 380px; }
section article.top h1 { float: left; font-size: 30px; margin-bottom: 10px; margin-top: 30px; text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5); width: 100%; }
section article.top p { font-size: 19px; width: 700px; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); color: #FFFFFF; }
footer { margin: 0 auto; width: 980px; }

div.menu_videos { float: left; margin-bottom: 20px; width: 978px; }
div.menu_videos div.row { clear: both; }
div.menu_videos div.row a { background: none repeat scroll 0 0 #0A6EA0; color: #FFFFFF; display: block; float: left; height: 30px; line-height: 30px; margin-bottom: 1px; margin-left: 1px; text-align: center; text-decoration: none; text-transform: uppercase; width: 325px; }
div.menu_videos div.row a.selected { background: none repeat scroll 0 0 #023955; }
div.menu_videos div.row a:hover { background: none repeat scroll 0 0 #023955; }
