﻿/* Begin Typography & Colors */
body
{
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Tahoma, Arial, Sans-Serif;
    background-color: #E7E7E7;
    color: #333;
    margin: 0;
    padding: 0;
}


#container
{
    background-color: White;
    margin: 0px auto 0px auto;
}
#header
{
    background-image: url('images/header.gif');
    background-repeat: no-repeat;
    height: 200px;
    #font-family: Impact;
    font-family: Tahoma, Arial, Sans-Serif;
    text-align: center;
}
#container, #header
{
    width: 980px;
}

#header ul
{
    margin-left: 0px;
    margin-top: 62px;
    padding: 0px;
    list-style-type: none;
    float: left;
    width: 450px;
}
#header ul li
{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    height: 81px;
    float: left;
}

#header ul li a
{
    background-color: black;
    color: White;
    text-decoration: none;
    font-size: 18px;
    padding: 27px 30px 27px 30px;
    display: block; /*Make the whole area clickable*/
}
#header ul li a:hover, #header ul li a.selected
{
    background-color: #646464;
}
#header #strap
{
     padding: 70px 30px 0px 300px;
    width: 200px;
    color: White;
    font-size: 18px;
    float: left;
}
#header #strap p
{
    margin:0px;
    padding:0px;
}
#main
{
    padding-top: 28px;
}
#left
{
    width: 386px;
    float: left;
}
#right, #full
{
    font-size: 14px;
    /*background-color: #1a1919;
    color: White;*/
    color: #1a1919;
    background-color:White;
    float: left;
    padding: 10px 20px 20px 20px;
    line-height: 1.5em;
     min-height: 300px;
}
#right
{
    width: 535px;
}
#full
{
    margin:0px 19px 0px 20px;
    /*width: 735px;*/
}
#right a, #full a
{
    text-decoration:underline;
    color:#1a1919;
}

div.portal
{
    background-color: #1a1919;
    width: 328px;
    border: 2px solid #1a1919;
    color: White;
    #font-family: Impact;
    font-family: Tahoma, Arial, Sans-Serif
    margin-left: 32px;
    margin-bottom: 21px;
    font-size: 18px;
}
div.portal span
{
    display: block;
    padding: 3px 0px 3px 5px;
}
div.portal a
{
    color: White;
    text-decoration: none;
}
div.portal a:hover,  #right a:hover, #full a:hover
{
    color: #4F6AFF;
}
#footer
{
    padding: 30px;
    clear: both;
}
#footerleft
{
    float: left;
}
#footerright
{
    float: right;
}
#submenu
{
    float:right;
    width:300px;
    border: 2px dashed #DEDEDE;
    margin-left:20px;
    margin-bottom:20px;
    margin-top:40px;
    padding:10px;
   
}
#submenu ul
{
    
    list-style-type:circle;
}
#submenu ul li
{
    margin-bottom:5px;  
}

#submenu ul li a
{
    color: black;
    text-decoration: none;
    font-size: 15px;
}
#submenu ul li a:hover, #submenu ul li a.selected
{
    
}

div.VideoTitle
{
    width:100%;
    padding:10px 0px 10px 0px;
	font-weight:bold;
}
div.VideoBody
{
    margin-bottom:40px;
}
div.snorkelThumbnailContainer
{
    clear:both;
    float:left;
    margin-bottom:40px;
    width:100%;
}
a.snorkelThumbnail
{
    margin-right:10px;
    margin-top:10px;
     float:left;
}