.vid-ribbon {
    width: 100%;
    margin: 15px 0;
    padding: 0;
}

.vid-thumb {
    list-style: none;
    float: left;
    margin: 0 3px 0 0;
    width: 150px;
    padding: 0 0 15px 0;
    display: inline;
}

#ieroot .vid-thumb {
    min-height: 14em;
    _height: 14em;
}

.vid-thumb a {
    display: block;
}

.vid-thumb a:hover {
    text-decoration: none;
}

.vid-thumb img {
    border: 1px solid #ddd;
    width: 148px;
    height: 81px;
}

.vid-thumb .vid-meta {
    font-weight: normal;
    color: #1a1d55;
    font-size: 10px;
    margin: 3px 0 2px;
    display: block;
}

.vid-meta .vid-cat {
    text-align: left;
}

.vid-meta .vid-time {
    padding: 0 0 0 4px;
    border-left: 1px solid #eee;
}

.vid-thumb h6 {
    color: #444;
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#featured-vids {
    float: left;
    width: 460px;
    margin: 20px 10px 20px 20px;
    display: inline;
}

.video.noborder {
    overflow: hidden;
    width: 458px;
    }
            
.video.noborder object {
    position: relative;
    top: 0;
    left: 0;
    border: none;
    }

#video-library #featured-vids h5 {
    font-size: 14px;
    text-align: left;
    padding: 5px 0 0;
    margin-top: 0;
    background: url(/downloads/vid_hdg_rule.gif) top left no-repeat;
    position: relative;
    top: 0;
}

#featured-vids h5 .author {
    font-weight: normal;
}

#browse-vids {
    float: right;
    width: 460px;
    margin: 20px 20px 20px 10px;
    display: inline;
}

#browse-vids #browse-widget,
#browse-vids .contents,
#browse-vids .drawer {
    width: 100%;
    overflow: hidden;
}

#video-library h4 {
    font-size: 2.4em;
    font-weight: normal;
    margin: 0;
    height: 1em;
    background: url(/downloads/vid_hdg_rule.gif) bottom left no-repeat;
}

#video-library h5 {
    font-size: 1.4em;
    color: #1a1d55;
    margin: 10px 0 5px;
    padding-left: 15px;
}

#video-libary .inactive h5 {
    background: url(/images/hdg_open-icon.gif) center left no-repeat;
}

#video-libary .active h5 {
    background: url(/images/hdg_close-icon.gif) center left no-repeat;
}

#video-library h5:hover {
    cursor: pointer;
    color: #4271cf;
}

#video-library h6 {
    font-size: 11px;
}

#browse-vids .vid-ribbon {
    margin: 10px 0;
}

#browse-vids .drawer {
    background: url(/images/bg_drawer_rule.gif) bottom left no-repeat;
}



/* PAGE TABS */
#surveybtn {
    top: 15.5em;
    left: -1.2em;
    }
 
.subhdgtxt {
    text-transform: none;
    letter-spacing: 0;
    }
    
.pgheadings {
    position: relative;
    top: 10.25em;
    }
    
#header_rule {
    display: none;
    }   
    
#content_wide {
    position: relative;
    z-index: 20;
    margin: 0;    
    padding: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    }
   
#pagetabs {
    width: 750px;
    position: absolute;
    top: -36px;
    _top: -35px;
    left: 0;
    background: transparent;
    padding: 0 0 0 230px;
}
    
#pagetabs h3 {
    float: left;
    display: block;
    position: relative;
    bottom: -1px;
    margin: 0 10px 0 0;
}

#pagetabs h3.inactive {
    bottom: -5px;
}

#pagetabs h3 a {
    border: 1px solid #ccc;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

#pagetabs h3.active a {
    border-bottom: 1px solid #fff;
    background: #fff url(/images/bg_tab_active.gif) top left repeat-x;
    font-size: 18px;
    color: #1a1d55;
}

#pagetabs h3.active a:hover {
    text-decoration: none;
}

#pagetabs h3.inactive a {
    border-bottom: none;
    background: #fff url(/images/bg_tab_inactive.gif) top left repeat-x;
    z-index: 10;
    padding-top: 5px;
}

#pagetabs h3.inactive a:hover {
    background: #fff url(/images/bg_tab_active.gif) top left repeat-x;
    z-index: 10;
    text-decoration: none;
}

#pagetabs h3 a {
    padding: 7px 15px 5px;
    display: block;
    font-size: 16px;
    color: #444;
}

/*** Error Stuff ***/

#error_content_container h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  color: #1a1d55;
}
#error_content_container p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444;
}
#flashcontent {
    position: relative;
    min-height: 100px !important;
}
#error_content_container {
  position:absolute;
  width: 100%;
  height: auto;
  top:10px;
  left:10px;
  color: #444;
}
