#doc3 { margin: 0; }
.yui3-loading #site-menu li div { display: none; }
.yui3-loading #site-menu li { display: inline; }

body,html {
    margin: 0; padding: 0; text-align: left;line-height: 1.6em; min-width: 1024px;
}
html { background: #e8e8e8 url('../images/site_bg3.png'); }
td,th { border: none; }
ul li { list-style-type: none; }
.main-area .inner li { list-style-image: url('../images/list-icon.gif'); }
a { color: #300; }
p {
    font-size: 14px;
    line-height: 18px;
    margin: 0; padding: 0 0 1em 0;
}
.center { text-align: center; }
h1, h2, h3, h4, h5, h6, legend {
    font-weight: bold;
    margin: 0 0 18px 0; padding: 0;
    text-shadow: #fff 1px 1px;
}
h1 {
    font-size: 28px;
    line-height: 36px;
    padding: 2px 5px;
}
h2 {
    font-size: 26px;
    line-height: 36px;
    padding-left: 10px;
    color: #333;
}
h3 {
    font-size: 21px;
    line-height: 36px;
}
h3 small {
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
}
h4 {
    font-size: 16px;
    line-height: 18px;
}
h5, h6 {
    line-height: 18px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, legend a {
    text-decoration: none;
    color: inherit;
}

em, i {
    font-weight: bold;
    font-style: italic;
}

strong { font-weight: bold; }
dl dt { font-weight: bold; }
dl dd ul { margin: 0 1em; }

.footer {
    border-top: 1px solid #fff;
    background: #000 url('../images/footer.png') repeat-y top center;
    color: #fff;
    text-shadow: #666 1px 1px;
}
.footer h4 { text-shadow: #333 1px 1px; }
.footer .column { width: 25%; float: left; }
.footer .disclaimer {
    width: 80%; margin: auto;
    border-top: 1px dotted #fff;
    text-align: center; clear: both;
    padding-top: 1em;
    color: #999; text-shadow: none;
}
.footer .disclaimer a { color: #ccc; }

.footer .links ul {
    overflow: hidden;
    width: 90%; margin: 1em auto;
    font-size: 100%;
    text-align: center;
}
.footer .links li {
    padding: 0 1em; color: #fff;
    border-left: 1px solid #fff;
    display: inline;
}
.footer .links li.first { border: none; }
.footer a { color: #fff; text-decoration: none; }

#banner_nav {
    text-align: right;
    color: #fff;
    overflow: hidden;
    margin: 0; padding: 0;
}

#banner_nav ul {
    overflow: hidden;
    background-color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
}
#banner_nav ul li {
    float: right;
    margin: 0 1em 0 0;
}

#banner_nav a {
    display: block;
    color: #fff;
    font-size: 97%;
    text-decoration: none;
    font-weight: bold;
    height: 20px; padding: 4px 1em 4px 1em;
}
#banner_nav a:hover {
    background: url('../images/header_banner_bg_on.png') repeat-x;
}
#banner_nav form { float: right; margin-top: 4px; }
#banner_nav form input {
    margin: 0; padding: 0;
    font-size: 96%;
    border: 1px solid #000;
}
#banner_nav .search_button {
    border: none;
    margin: 0; padding: 0;
    margin-bottom: 2px;
    vertical-align: bottom;
}
#banner_carousel {
    width: 360px;
    height: 90px;
    float: right;
}
#banner_carousel ol { overflow: hidden; width: 360px; margin: 0; padding: 0; }
#banner_carousel ol li { float: left; width: 120px; height: 90px; margin: 0; padding: 0; }
.banner {
    overflow: hidden;
}

.header {
    background: #fff url('../images/headers/header-back.png') no-repeat 0 0;
    height: 141px;
    overflow: hidden;
    padding-left: 10px;
}
.header h1 { background: none; padding: 0 0 0 20px; float: left; }
.header ul { float: right; margin: 0 40px 0 0; padding: 0; }
.header ul li { float: left; margin: 0; padding: 0; }

.header form {
    float: right;
    margin: 12px 0 0 0;
    text-align: center;
}

.header .omega { text-align: right; }
.header .promo { display: inline; text-align: right; }
.header .promo img { text-align: right; }

.banner .omega { text-align: right; }
.banner .promo { display: inline; text-align: right; }
.banner .promo img { text-align: right; }
.sponsor-bar .promo { float: left; padding-right: 10px; text-align: right; }
/*.gutter .widget { width: 100%; }*/
/*.right .widget { background: none url('../images/login-box-bg.png') no-repeat; }*/
.gutter .widget fieldset { margin: 0; padding: 0; }
.gutter .widget legend {
/*
    font-size: 14px;
    line-height: 2;
    z-index: 10;
    border-top: 1px solid #555;
    border-bottom: none;
    background: url('../images/nav-bg.png') repeat-x;
    width: 100%; color: #fff;
    text-shadow: none;
    margin: 0 0 0 -10px;
    padding: 0 5px 3px 5px;
*/
}
.right .widget ul { margin: 0 0 1em 0; padding: 0; border-left: 1px solid #999; }
.right .widget li { border-left: 5px solid #c1a6a6; padding: 0; background: #888; color: #ccc; }
.right .widget li a {
    display: block;
    border-bottom: 1px solid #C1A6A6;
    padding: 0 0 0 1ex;
    background: #fff url('../images/navbg.png');
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.messages .rmessage, .messages .error, .attention {
    color: #b31f1e;
}
.messages .gmessage {
    color: #55aa2a;
}

.right .widget li a:hover { background: #fff; }

.gutter .widget .text_group { line-height: 1em; }
.gutter .widget label { width: auto; display: block; text-align: left; }
.gutter .widget input { display: block; margin: 0; clear: both; width: 160px; }
.gutter .widget .button-group {text-align: center; }
.gutter .widget .button-group input { width: auto; display: inline; }
.gutter .promo { width: 120px; margin: 0 auto; }

/*
#site-menu ul {
    background: #000 url('../images/banner_nav_bg.png') repeat-x;
    overflow: hidden;
    margin: 0; padding: 0;
}
#site-menu li { float: left; }
#site-menu li a { display: block; padding: 7px 1em; font-size: 110%; font-weight: bold; text-decoration: none; }
#site-menu a {
    color: #fff;
    font-weight: bold;
    padding: 1ex 1em;
    display: block;
}
#site-menu li { text-align: center; list-style-type: none; }
*/
.banner-container {
    overflow: hidden; padding: 0 20px;
    border-top: 1px solid #555;
    background: #000 url('../images/footer.png') repeat-y top center;
}
.container {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    background: #DFE1E2;
    margin: 0 auto;
    min-width: 1024px;
}
.content {  }
.section .content .main-area { background: #fff; margin-right: 190px; }

.cta {
    background: url('../images/header_bg.png') repeat-x;
    overflow: hidden;
    padding: 4px 0 0 0;
    text-align: center;
}
.cta .byline { margin: 0; padding: 0; }
.cta .byline li { float: left; width: 33%; text-align: center; color: #fff; font-weight: bold; }
.cta a { color: #fff; font-weight: bold; }
.cta p { color: #fff; display: inline; font-size: 20px; line-height: 36px; margin: 0;}
.cta .promo { display: inline; text-align: right; }
.cta .promo img { text-align: right; }

#kaboom {
    height: 146px; width: 146px;
    background: none;
    position: relative;
    left: 84%; top: -80px;
    z-index: 100;
}
.main { margin-top: -140px; }

.stories { background-color: #fff; padding: 5px; }
.article img { float: left; margin: 0 1.5em 1em 0;}

.gutter { }

ul.inline li { display: inline; }

.navigation { overflow: hidden; background: #fff; }
.navigation dt, .navigation dd
{ float: left; }

table.contingency {
    width: 100%;
}

table.contingency tr th,
table.contingency tr td {
    padding: 2em 0;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

table.contingency tr th {
    width: 270px;
    text-align: center;
}

table.contingency tr td ul { margin: 1em 0; }

table.contingency tr td ul li {
    margin-left: 3em;
}
table.contingency tr td ul.inline li { margin: 0; padding-right: 1ex; }

.content .inner ul li { list-style-type: disc; }
.content .widget ul li { list-style-type: none; }
ul.inline li { display: inline; list-style-type: none; margin: 0; }
ul.inline li.label { font-weight: bold; padding-right: 1em; }

fieldset { padding: 1em; }
fieldset legend { font-weight: bold; font-size: 116%; width: 100%; }

fieldset div.text_group { line-height: 1.4em; padding: 6px 0; clear: both; overflow: hidden; }
fieldset div.error input { border-color: red; }
fieldset div.error label { color: red; }
fieldset p.error { color: red; margin: 0; }
fieldset div.text_group label {
    display: block;
    float: left;
    width: 14em;
    text-align: right;
}
fieldset input { padding: 1px; }
fieldset div.input_group,
fieldset div.messages,
fieldset input,
fieldset select,
fieldset textarea
{
    display: block;
    margin-left: 15em;
}
fieldset div.text_group label.banner {
    text-align: left; width: 100%; clear: both;
}
fieldset .help { float: right; }
fieldset legend { float: left; border-bottom: 1px solid #999; }
fieldset legend img { vertical-align: -3px; padding: 0 5px; }

fieldset .text_group .input_group input,
fieldset .text_group .input_group label,
fieldset .text_group .input_group select,
fieldset .text_group .input_group span.display_field
{
    text-align: left; display: inline; margin: 0; width: auto;
}
fieldset .text_group .input_group br { clear: both; padding-top: 2px; }

fieldset .text_group .display_field,
fieldset .text_group .extra { display: block; margin-left: 15em; font-style: italic; }
.button_group { clear: both; text-align: center; }
.button_group input { margin: 1em 0; }
form .button_group,
fieldset .button_group { margin-left: 15em; text-align: left; }

.widget {
    color: #fff;
    font-weight: bold;
    padding: 14px 0 14px 0;
    margin: 0 0 0 -14px;
    width: 180px;
    background: url('../images/widget_tl.png') no-repeat top left;
}
.widget .inner {
    width: 160px;
    background: #000;
    padding: 10px;
    margin: 0;
    box-shadow: 5px 5px 10px #ccc;
    -moz-box-shadow: 5px 5px 10px #ccc;
    -webkit-box-shadow: 5px 5px 10px #888;
}

.right .widget {
    margin: 0;
    position: relative;
    left: 14px;
    background: url('../images/widget_tr.png') no-repeat top right;
}
.right .widget .inner {
    box-shadow: -5px -5px 10px #ccc;
    -moz-box-shadow: -5px -5px 10px #ccc;
    -webkit-box-shadow: -5px 5px 10px #888;
}
.widget h3,
.widget legend {
    font-size: 107%;
    background: #AC0B1D;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 1px #000;
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 1.8em;
    overflow: hidden;
    color: #fff;
    text-shadow: none;
    border: none;
    width: 170px;
    margin: -10px 0 10px -10px;
}
.widget dl,
.widget ul {
    margin: 0;
}
.widget ul ul { margin: 0 0 0 0; background-image: none; padding: 0; }
.widget ul li { margin: 0 0 0 10px; padding: 0; line-height: 14px; font-size: 13px; }
.widget ul li li { font-size: 12px; }
.widget a { font-weight: bold; }
.widget li.expand li a,
.widget a { padding: 1ex 0; color: #fff; display: block; text-decoration: none; }
.widget dl { line-height: 1.2em; }
.widget dt { font-size: 105%; padding: 0; margin: 0; }
.widget dd { padding: 0 0 0 10px; margin: 0; }
.widget dt a { color: #ac081d; }
.widget li.expand a,
.widget a:hover { color: #AC0B1D; text-decoration: none; }
.widget li li a { font-size: 96%; font-weight: normal; }
.text-content { white-space: pre; }

.entry { margin-bottom: 1em; }
.entry h2 { }
.entry h2 a { color: #000; }
.entry blockquote { font-style: italic; }

dl.headline dt { font-size: 120%; }
dl dt { font-weight: bold; }
dl dd { margin-bottom: 1em; padding-bottom: 1em; }

.slideshow { height: 400px; width: 100%; margin: 0; overflow: hidden; }

/*
.landing #news-slideshow { float: left; }
.landing .news {
    position: relative;
    margin: 10px 0 0 460px;
}
*/
.landing .news ul { width: 100%; }
.box .slideshow-panel,
.slideshow .slideshow-panel {
    background-repeat: no-repeat;
    width: 98%;
    margin: 0 auto;
    height: 380px;
    border: 10px solid #fff;
    overflow: hidden;
    background-color: #fff;
}
.box .slideshow-panel div,
.slideshow .slideshow-panel div {
    padding: 0 1em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#DD000000', EndColorStr='#DD000000');
}
.slideshow-panel div.horizontal {
    height: 130px;
    margin-top: 270px;
    /*text-align: right;*/
}
.slideshow-panel h3
{ text-shadow: #555 1px 1px; background: none; border: none; margin: 0; padding: 0; color: #fff; }

.slideshow-panel div.vertical {
    width: 200px;
    height: 400px;
    margin: 0 0 0 2em;
    padding: 1ex 1em;
}
.slideshow-panel a { text-decoration: none; color: #fff; }

.benefits { border-collapse: collapse; }
.benefits td { border: 1px solid #555; }

.event .description { border: 2px outset #ccc; padding: 1em; }
.event .info { overflow: hidden; }
.event .info h3 { float: left; width: 9em; }
.event .info p { margin-left: 14em; }
.event table { width: 100%; border-collapse: collapse; }
.event tbody td { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.event tbody tr { background-color: #f0f0f0; }
.event tbody tr.alt { background-color: #fff; }
.event thead { border-top: 1px solid #f00; border-bottom: 1px solid #f00; background: #000; color: #fff; }
.event thead th { text-align: left; border-bottom: 1px solid #f00; }

.cart table { border-collapse: collapse; width: 100%; }
.cart th,
.cart tbody { border-top: 1px solid #000; border-bottom: 1px solid #000; }
.cart th { background: #ccc;  }
.cart table .price { border-left: 1px solid #ccc; }
.cart table th.price { border-left: 1px solid #999; }

/* News is fixed heights... overflow: hidden would clobber the banners */
.landing .news { height: 420px; }
.content .news ul { margin: 0 auto; width: 90%; }
.landing .news li a { display: block; padding: 0; color: #000; text-decoration: none;}
.content .news li a:hover { text-decoration: underline; }
.content .news li.last { text-align: right; border: none; list-style-image: none; list-style-type: none; }
.content .news li.last a { color: #333; display: block; }

.news .entry-content { padding: 0 20px; }

.full-bar {
    font-size: 110%;
    margin: 0 -17px 0 -17px;
    padding: 6px 0;
    color: #fff;
    text-shadow: 1px 1px #555;
    background: url('../images/interior_tl.png') no-repeat top 1px;
    font-weight: bold;
}
.full-bar .shim {
    height: 6px;
    background: url('../images/interior_br.png') no-repeat bottom right;
}
.full-bar .inner {
    background: #e8e8e8 url('../images/site_bg3.png');
    border-top: 4px solid #C50D21;
    border-bottom: 4px solid #C50D21;
}
.full-bar form { display: inline; }
#countdown { font-size: 136%; padding: 0 1em; }

.box h2,
.half-bar {
    font-size: 105%;
    margin: 0 -17px 0 0;
    padding: 0 0 6px 0;
    height: 1.8em;
    background: url('../images/interior_br.png') no-repeat bottom right;
    color: #fff;
}

.left .half-bar {
    margin: 0 0 0 -17px;
    background: url('../images/interior_bl.png') no-repeat bottom left;
}

.box h2,
.half-bar a,
.half-bar span
{
    text-shadow: #333 1px 1px;
    display: block;
    padding: 0 0 0 10px;
    margin-left: -10px;
    width: 100%;
    background: #ac0b1d;
    line-height: 1.8em;
    color: #fff;
}

.left .half-bar a,
.left .half-bar span {
    padding: 0 0 0 10px;
    margin: 0 -10px 0 0;
}

.box {
    background: url('../images/interior_bl.png') no-repeat 24px left;
    overflow: hidden;
}

.box h2 {
    font-size:
    color: #fff;
    margin: 0;
    padding: 0 0 0 10px;
}

.box .inner {
    margin: 0 0 0 6px;
    padding: 0;
}
.box .inner .slideshow-panel { border: none; width: 100%; }

table.rules { border-collapse: collapse; width: 100%; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; }
    table.rules tr { vertical-align: top; }
    table.rules thead th { background: #ddd; }
    table.rules th { vertical-align: top; background: #f0f0f0; }
    table.rules td { padding: 2px 5px; text-align: center; }
    table.rules tr.series { border-top: 1px solid #ccc; }

h1.order-review {
    line-height:36px;
    margin-bottom:6px;
}
div.order-review-warning {
    padding-left:10px;
    margin-bottom:26px;
}

div.video-highlights-cont {
    text-align:center;
}

div.video-highlights-cont {
    margin-bottom:20px;
}
form div.video-block {
    padding-bottom:40px;
}


