/* Global resets */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}									
article, aside, figure, footer, header, hgroup, nav, section {display: block;}
button, input, select, textarea {margin: 0;}

/* Global Styles */
body {
    font: 15px/20px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
    background-color: transparent; 
    color: #222; 
    word-spacing: -1px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust:100%;}

/* Paragraph */
p {
    margin: 15px 0px;}

/* Links */
a {
    color: #f16203;}
a:link {
    text-decoration: none;}
a:hover {
    text-decoration: underline;}
a:visited {
    color: #f16203;}
a:active {
    color: #f16203;}

/* Forms */
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;}
legend {
    font-size: 1.2em;
    font-weight: bold;}
input[type="text"], 
input[type="email"], 
input[type="password"] {
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
    width: 200px;}
a.button,
input[type="submit"],
input[type="button"] {
    border-top: 1px solid #a8490a;
    background: #ea8b0b;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5a407), to(#e1760e));
    background: -webkit-linear-gradient(top, #f5a407, #e1760e);
    background: -moz-linear-gradient(top, #f5a407, #e1760e);
    background: -ms-linear-gradient(top, #f5a407, #e1760e);
    background: -o-linear-gradient(top, #f5a407, #e1760e);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,.4) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #ffffff;
    vertical-align: middle;
    display:inline-block;
    font-weight:bold;
    padding:6px 22px;
    text-decoration:none;
    border: 0px; }
a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	cursor:pointer;}

/* Lists */    
ol{
    display:block;
    list-style-type:decimal;
    list-style-position:outside;
    padding-left:21px;}
ul{
    list-style-position:inside;}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-size: 1.7em;
    font-weight:bold;
    color: #0262a0;}
h1 {
    font-size: 1.9em;
    line-height: 1.1;}
    
/* End Global Styles */

/* Main Layout */
#page {
    width: 960px;
    max-width:960px;
    margin: auto}
header {
    color: #000;}
div#title {
    display: block;
    height: 50px;
    text-align: left;
    margin-top: 17px;
    padding-top: 15px;
    padding-bottom: 4px;
    border-bottom: 3px solid #e6e6e6;}
#logo {
    font-size: 62px;
    text-decoration: none;
    color: #f37b0b}
nav {
    margin-top: 0px;}
#main {
    padding: 15px 30px 15px 30px;
    border-bottom: 2px solid #e6e6e6;}
footer {
    color: #7e7c7c;
    text-align: right;
    margin: 10px 0px;
    font-size: 0.85em;}
footer a {
    color: #7e7c7c;}
footer a:visited {
    color: #7e7c7c;}
footer a:active {
    color: #7e7c7c;}

/* Top Nav */
ul#menu {
    height:38px;
    margin:0 0 0 0;
    position:relative;
    top:-3px}
ul#menu li {
    font-family: "Helvetica", sans-serif;
    font-size: 0.9em;
    text-transform: uppercase;
    display: inline;
    list-style: none;}
ul#menu li a{
    color: #555555;
    height:38px;
    padding: 0 10px;
    font-weight:bold;
    text-decoration: none;
    line-height: 2.1em;
    margin-right: 24px;
    float: left;}
ul#menu li a:hover {
    border-top: 3px solid #f37b0b;}
.navItem {
    border-top: 3px solid rgba(0,0,0,0)}
.currentNavItem {
    border-top: 3px solid #0262a0;}
    
/* Login Menu */
#logindisplay {
    font-size: 1.0em;
    color: #333;
    float: right;
    text-align: right;
    padding-top: 0px;}
#logindisplay a:link {
    color: #333;
    text-decoration: none;}
#logindisplay a:visited {
    color: #333;
    text-decoration: none;}
#logindisplay a:hover {
    color: #333;
    text-decoration: underline;}
    
/* Home Page */
#homePage #videoImgContainer{
    margin: 0 auto;
    width: 754px;
    height: 424px;
    z-index: 1;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.39);}
#homePage #videoIFrame{
    position: relative;
    margin: 0 auto;
    background-color: #000;
    width: 754px;
    height: 424px;
    display: none;}
#homePage #videoImgContainer img {
    position: absolute;
    width: 754px;
    height: 424px;}
#homePage #videoImgContainer a {
    position: relative;
    display: block;
    width: 102px;
    height: 74px;
    left: 326px;
    top: 175px;
    background: transparent url('//Content/Img/tooltipbackground-up.png);
	height:70px;
	width:250px;
	padding:25px;
	color:#fff;	
}

.tooltip.bottom {
  background:url(/Content/Img/tooltipbackground-down.png);
  padding-top:40px;
  height:60px;
}

/* Misc Javascript validation and external */
.blueText{
    color: #0262a0;}
.center{
    margin-left:auto;
    margin-right:auto;
    text-align:center;}
.underline{
    text-decoration:underline;}
.floatRight{
    float:right;}
.floatLeft{
    float:left;}
.clear {
    clear: both;}
.overflowAuto{
    overflow:auto;}
.error {
    color: Red;}
.visible{
    visibility:visible;}
.invisible{
    visibility:hidden;}
.hide{
    display:none;}
.smallText{
    font-size:85%;}
.verticalAlignTop{
    vertical-align:top;}
.relative{
    position:relative;}
.arrowUp {
    display:inline;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #666;}
.arrowDown {
    display:inline;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #666;}

/* Validation helpers */
.field-validation-error {
    color: #ff0000;
    line-height:1.8em; }
.field-validation-valid {
    display: none;}
.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;}
.validation-summary-errors {
    color: #ff0000;
    line-height:1.6em;
    margin:0 0 15px 0;}
.validation-summary-valid {
    display: none;}
.validate-custom-error {
    color:#900;
    font-weight:bold;
    font-size:130%;}

/* Editor and display helpers */
.display-label, 
.editor-label {
    margin: 16px 0 0 0;}
.display-field, 
.editor-field {
    margin: 3px 0 0 0;}
.text-box {
    width: 30em;}
.text-box.multi-line {
    height: 6.5em;}
.tri-state {
    width: 6em;}

