#sidebar {
    clear: both;
    overflow: hidden;
}
#content {
    width: 724px;
}

nav {
    overflow: hidden;
}
nav.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top: 0;
    background-color: #fff;
    padding: 5px 0 0 10px;
    width: 642px;
    margin: 0 0 0 -10px;
}
nav.stick  ul{
	border-bottom: 1px solid #e6e9e9;
}
nav ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    overflow: hidden;
	width: 100%;  
    display: table;
    table-layout: fixed;
}
nav li {
    margin: 0 5px 5px 0;
    height: 35px;  
	display: table-cell;
}
nav li a {
    background: #ecebeb;
    color: #55379b;
    font-size: 1.2em;
    font-family: 'NewBTRegular', Arial, Helvetica;
    padding: 7px 0px;
    display: inline-block;
    width: 99%;
    text-align: center;
}
nav li:last-child a{
	  width: 100%;
}
nav li a:hover {
    background: #232323;
    color: #fff;
    text-decoration: none;
}
a.nav-active , a.nav-active-first {
        background: #232323;
        color: #fff;
}
hr {
    border: none;
    background-color: rgb(220, 220, 220);
    height: 12px;
    margin-bottom: 18px;
}

span.stickyTab_wrapper{
display:block;
margin-bottom:20px;
}
.three_tab_block .accordian_block {
    display: block !important;
    margin-bottom: 25px;
}
.three_tab_block {
    padding: 0px !important;
}

/*.three_tab_block  .accordian_block  div:not(.flowplayer):not(.flowplayer_child){
min-height:150px;
margin-bottom:35px;
}*/

.three_tab_block section.microsite-videos div.video-desc span.video-time {
    float: right;
    margin-bottom: 15px !important;
    width: auto;
    color: #333;
    font-size: 1.9em;
    font-family: NewBTRegular, Arial, Helvetica;
    font-weight: 400
}

.three_tab_block  section.microsite-videos div.video-desc h3 {
    margin: 0;
    float: left;
    margin-bottom: 15px !important;
    width: 500px;
}

/*.three_tab_block .video-tab .stickyTab_wrapper  section.microsite-videos div.video-desc{
    margin-left: 0px;
}*/
