/* ----------------------------- Page Setup Start ----------------------------- */

* { margin: 0; padding: 0; } /* Resets all Margins and Paddings to 0.  Puts all browsers on the same playing field. */

a:active, a.active { outline: none; } /* Removes dotted area around active <a> tags in Firefox */

body {
        position: relative; /* Makes sure everything within the body tags are placed relative to the body. */
        margin: 0 auto;
        font-family: Verdana, sans-serif;
        font-size: .625em; /* Matches 10px; */
        text-align: center; /* For Centered Layouts in IE 5.5 */
        /*
        background: #b7b7ad url('../images/backgrounds/bg_body.gif') repeat-x top;
        */
        background: #d9d9cf url('../images/backgrounds/bg_body.gif') repeat-x top;
        }

fieldset, img { border: 0; }

p, td {  }
li {  }
h1 { font-size: 1.8em; }  /* Default Size for h1 is 18px - based on an 10px height */
h2 { font-size: 1.5em; } /* Default Size for h2 is 15px - based on an 10px height */
h3 { font-size: 1.2em; } /* Default Size for h3 is 12px - based on an 10px height */
h4 { font-size: 1.1em; } /* Default Size for h4 is 11px - based on an 10px height */
h5 { font-size: 1em; } /* Default Size for h5 is 10px - based on an 10px height */
h6 { font-size: .9em; } /* Default Size for h6 is 9px - based on an 10px height */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { padding: .7em 0 .5em 0; }
ul { margin: .5em 0; }
li, dd { margin-left: 2em; }
fieldset { padding: .5em; }

a:link { text-decoration: none; -moz-outline: none; }        /* unvisited link */
a:visited {  }                                                                                /* visited link */
a:hover { text-decoration: underline; }                                /* mouse over link */
a:active {  }                                                                                /* selected link */

ul.menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
}
        ul.vertical li {
                margin: 0;
                padding: 0;
        }

        ul.horizontal li {
                margin: 0;
                padding: 0;
                float: left;
        }

                ul.graphic li a,
                .image_text {
                        display: block;
                        overflow: hidden;
                        border: 0;
                    text-indent: -2000em;
                }

/* ----------------------------- Page Setup End ------------------------------- */

/* ----------------------------- Header Start ----------------------------- */

#header {
        position: relative;
        height: 90px;
        width: 800px;
        margin: 0 auto;
        background-color: #d9d9cf;
        background: #d9d9cf url('../images/backgrounds/bg_body.gif') repeat-x top;
}

        #mainlogo {
                position: absolute;
                width: 193px;
                height: 115px;
                top: 0;
                left: 46px;
                background: url('../images/backgrounds/bg_mainlogo.gif') no-repeat 0 0;
                z-index: 100;
        }

        div.form_float {
        position: absolute;
        top: -57px;
        left: 222px;
        width: 566px;
        height: 57px;
        z-index: 50;
        background: url(../images/backgrounds/login.gif) no-repeat 0 0;
        }

                        #form_float label {
                                font-family:Arial, Helvetica, sans-serif;
                                float: left;
                                margin: 19px 5px 0 1em;
                        }

                        #form_float input.textField {
                                float: left;
                                font-size: 10px;
                                background-color: #EFEFEA;
                                color: #828259;
                                border: 1px solid #999999;
                                font-family: Arial, Helvetica, sans-serif;
                                height: 16px;
                                margin: 23px 5px 0 0;
                                width: 130px;
                                padding: 0 0 0 2px;
                        }

                        /*
                        #form_float a {
                                float: left;
                                margin: 10px 0 0 0;
                                display: block;
                                width: 24px;
                                height: 20px;
                                background: url(../images/buttons/go.gif) no-repeat 0 0;
                        }
                        */
                        div.form_link {
                                position: absolute;
                                text-align:right;
                                top: 0px;
                                right: 20px;
                                width: 450px;
                                height: 0;
                                padding: 15px 0;
                        }

                        .form_link a {
                                font-family:Arial, Helvetica, sans-serif;
                                font-size: 100%;
                                color: #8F5F00;
                                font-weight:bold;
                                text-decoration: none;
                                background-image: url(../images/icons/arrow_down.gif);
                                background-repeat: no-repeat;
                                background-position: right center;
                                padding: 0 10px 0 0;
                        }

                        .form_link a:hover {
                                text-decoration: underline;
                        }

                        #form_close {
                                position: absolute;
                                width: 7px;
                                height: 7px;
                                top: 14px;
                                left: 553px;
                                background: url(../images/buttons/close.gif) no-repeat 0 0;
                        }

                        #login_go {
                                float: left;
                                width: 24px;
                                height: 20px;
                                margin: 22px 0 0 0;
                        }

        ul#menu_main {
                position: absolute;
                top: 63px;
                right: 0;
        }

                ul#menu_main li,
                ul#menu_main li a {
                        height: 25px;
                }

                        ul#menu_main li#menu_main_1,
                        ul#menu_main li#menu_main_1 a {
                                width: 111px;
                        }

                        ul#menu_main li#menu_main_2,
                        ul#menu_main li#menu_main_2 a {
                                width: 146px;
                        }

                        ul#menu_main li#menu_main_3,
                        ul#menu_main li#menu_main_3 a {
                                width: 91px;
                        }

                        ul#menu_main li#menu_main_4,
                        ul#menu_main li#menu_main_4 a {
                                width: 111px;
                        }

                                ul#menu_main li#menu_main_1 a {
                                        background: url('../images/navigation/main_menu1.gif') no-repeat 0 0;
                                }

                                ul#menu_main li#menu_main_2 a {
                                        background: url('../images/navigation/main_menu2.gif') no-repeat 0 0;
                                }

                                ul#menu_main li#menu_main_3 a {
                                        background: url('../images/navigation/main_menu3.gif') no-repeat 0 0;
                                }

                                ul#menu_main li#menu_main_4 a {
                                        background: url('../images/navigation/main_menu4.gif') no-repeat 0 0;
                                }

                                ul#menu_main li#menu_main_1 a:hover,
                                ul#menu_main li#menu_main_2 a:hover,
                                ul#menu_main li#menu_main_3 a:hover,
                                ul#menu_main li#menu_main_4 a:hover,
                                ul#menu_main li#menu_main_1 a:active,
                                ul#menu_main li#menu_main_2 a:active,
                                ul#menu_main li#menu_main_3 a:active,
                                ul#menu_main li#menu_main_4 a:active {
                                        background-position: 0 -25px;
                                }

                                body#meet ul#menu_main li#menu_main_1 a,
                                body#take ul#menu_main li#menu_main_2 a,
                                body#buy ul#menu_main li#menu_main_3 a,
                                body#ask ul#menu_main li#menu_main_4 a {
                                        background-position: 0 -50px;
                                }



/* ----------------------------- Header End ------------------------------- */

/* ----------------------------- Content Start ----------------------------- */

#main_container {
        position: relative;
        text-align: left;
        width: 790px;
        margin: 0 auto;
        background: url('../images/backgrounds/bg_sides.gif') repeat-y 0 0;
}

#border_top {
        width: 790px;
        height: 6px;
        overflow: hidden;
        background: url('../images/backgrounds/bg_top.gif') no-repeat 0 0;
}

/* Home Page */
#home_image {
        position: relative;
        width: 771px;
        height: 288px;
        overflow: hidden;
        background: url('../images/backgrounds/home_image.jpg') no-repeat 0 0;
        border: 1px solid #cccccc;
        margin-left: 9px;
}

        div#meetmulling {
                position: absolute;
                bottom: 10px;
                right: 110px;
                width: 276px;
                height: 82px;
                background: url('../images/backgrounds/meetmulling.gif') no-repeat 0 0;
        }

#interior_image {
        position: relative;
        width: 771px;
        height: 100px;
        overflow: hidden;
        background: url('../images/backgrounds/home_image.jpg') no-repeat 0 0;
        border: 1px solid #cccccc;
        margin-left: 9px;
}

        #meetmulling_interior {
                position: absolute;
                top: 10px;
                right: 10px;
                width: 260px;
                height: 25px;
                background: url(../images/backgrounds/meetmulling_sml.gif) no-repeat 0 0;
        }

#home_tabs {
        position: relative;
        width: 771px;
        height: 175px;
        background: #fffffa url('../images/backgrounds/shading_btm.jpg') repeat-x bottom;
        border: 1px solid #cccccc;
        border-top: none;
        margin-left: 9px;
        margin-top: 5px;
}

#interior_tabs {
        width: 771px;
        background: #fffffa url('../images/backgrounds/shading_btm.jpg') repeat-x bottom;
        border: 1px solid #cccccc;
        border-top: none;
        margin-left: 9px;
        margin-top: 5px;
}

#show_tabs {
        width: 771px;
        border: 1px solid #cccccc;
        border-top: none;
        margin-left: 9px;
        margin-top: 5px;
}

/* ----------------------------- Content End ------------------------------- */

/* ----------------------------- Standard Styles Start ----------------------------- */

.header {
        width: 790px;
        height: 10px;
        padding: 55px 0 10px 0;
        background: #fffffa url('../images/backgrounds/shading_top.jpg') repeat-x top;
        margin: 0 auto;
        text-align: center;
}

#content {
        width: 771px;
        overflow: hidden;
        border: 1px solid #cccccc;
        margin-left: 9px;
        background: #fffffa url('../images/backgrounds/shading_btm.jpg') repeat-x bottom;
}

#checkout_content {
        margin-left: 60px;
}

/* Intro with text */
h4.intro {
        font-family: Garamond, Georgia, "Times New Roman", serif;
        font-size: 165%;
        color: #333333;
        font-weight: normal;
        line-height: 135%;
        width: 637px;
        margin: 0 auto;
        border-top: 1px solid #D0D0C4;
        border-bottom: 1px solid #D0D0C4;
        padding: 20px 0;
}

/* Intro without text */
h4.intro_notext {
        width: 637px;
        margin: 0 auto;
        border-top: 1px solid #D0D0C4;
        padding: 0 auto;
}

        h4.intro a,
        h4.intro_notext {
                color: #333333;
                text-decoration: underline;
        }

#meetmulling_copy_container,
#assessment_copy_container,
#questions_copy_container,
#buybook_copy_container,
#summaries_copy_container,
#testimonials_copy_container,
#review_copy_container {
        width: 771px;
        margin-top: 20px;
}

        .meetmulling_copy,
        .assessment_copy,
        .questions_copy,
        .buybook_copy,
        .summaries_copy,
        .testimonials_copy,
        .review_copy {
                width: 340px;
                margin-left: 67px;
                font-family: Garamond, Georgia, "Times New Roman", serif;
                font-size: 125%;
                color: #333333;
                padding-bottom: 30px;
        }

                .meetmulling_copy p,
                .assessment_copy p,
                .questions_copy p,
                .buybook_copy p,
                .summaries_copy p,
                .testimonials_copy p,
                .review_copy p {
                        line-height: 125%;
                }

                .meetmulling_copy ul,
                .assessment_copy ul {
                }

                .meetmulling_copy li,
                .assessment_copy li {
                        padding: 2px;
                        line-height: 125%;
                }

                .yellowbackground {
                        background-color: #FFFFEC;
                }

                .highlighted_item {
                        background-color: #FFFFEC;
                }

        #meetmulling_photo,
        #assessment_photo,
        #questions_photo,
        #buybook_photo,
        #summaries_photo,
        #testimonials_photo,
        #review_photo {
                float: right;
                margin-right: 90px;
                _margin-right: 50px;
                margin-bottom: 20px;
        }

                /* Images with padding */
                #assessment_photo img,
                #questions_photo img {
                        margin-bottom: 0px;
                }

                #assessment_image,
                #questions_image {
                        margin: 12px 0 0 10px;
                }

                .assessment_price,
                .questions_price {
                        font-family:Arial, Helvetica, sans-serif;
                        text-align:center;
                        font-size: 110%;
                        color: #8F5F00;
                        font-weight:bold;
                        padding: 15px 0 5px 0;
                }

                /* Images without padding */
                #buybook_photo img,
                #summaries_photo img,
                #testimonials_photo img,
                #review_photo img {
                        padding: 0px;
                        margin-bottom: 0px;
                }

                #meetmulling_photo p,
                #assessment_photo p,
                #questions_photo p,
                #buybook_photo p,
                #summaries_photo p,
                #testimonials_photo p,
                #review_photo p {
                        width: 199px;
                        font-family: Garamond, Georgia, "Times New Roman", serif;
                        font-size: 125%;
                        color: #333333;
                }

                /* Links with arrows */
                #assessment_photo_footer a,
                #questions_photo_footer a,
                #buybook_photo_footer a,
                #summaries_photo_footer a,
                #testimonials_photo_footer a,
                #review_photo_footer a {
                        font-family:Arial, Helvetica, sans-serif;
                        font-size: 90%;
                        color: #8F5F00;
                        font-weight:bold;
                        text-decoration: none;
                        background-image: url(../images/icons/arrow_right_gray.gif);
                        background-repeat: no-repeat;
                        background-position: right center;
                        padding-top: 0px;
                        padding-right: 15px;
                        padding-bottom: 0px;
                        padding-left: 0px;
                        line-height:20px;
                }

                /* Links without arrows */
                #meetmulling_photo a,
                #summaries_copy a,
                #testimonials_copy a,
                #review_copy a {
                        font-family:Arial, Helvetica, sans-serif;
                        font-size: 90%;
                        color: #8F5F00;
                        text-decoration: none;
                        line-height:20px;
                        font-weight:bold;
                }

                #meetmulling_photo a:hover,
                #assessment_photo_footer a:hover,
                #questions_photo_footer a:hover,
                #buybook_photo_footer a:hover,
                #summaries_photo_footer a:hover,
                #summaries_copy a:hover,
                .summaries_top a:hover,
                #testimonials_photo_footer a:hover,
                #review_photo_footer a:hover {
                        color: #8F5F00;
                        text-decoration: underline;
                }

                p.meetmulling_photo_footer,
                p.assessment_photo_footer,
                p.questions_photo_footer,
                p.buybook_photo_footer,
                p.summaries_photo_footer,
                p.testimonials_photo_footer,
                p.review_photo_footer {
                        width: 199px;
                        margin: 15px 0 0 0;
                        padding: 20px 0 0 0;
                        background: url(../images/backgrounds/dotted_border.gif) repeat-x top;
                }

/* fullpage footer */
.buybook_footer,
.summaries_footer,
.review_footer {
        clear:both;
        font-size: 125%;
        font-family: Garamond, Georgia, "Times New Roman", serif;
        width: 637px;
        margin: 15px auto;
        border-top: 1px dotted #E7E7E1;
        padding: 20px 0 ;
        color:#333333;
        line-height: 125%;
}

.testimonials_footer {
        clear:both;
        font-size: 125%;
        font-family: Garamond, Georgia, "Times New Roman", serif;
        width: 637px;
        margin: 15px auto;
        padding: 20px 0 ;
        color:#333333;
        line-height: 125%;
}

/* ----------------------------- Standard Styles End ------------------------------- */

/* ----------------------------- Unique Styles Start ----------------------------- */

/* Meet Mulling */
#meetmulling_photo img {
        padding: 4px;
        margin-bottom: 10px;
        border: 1px solid #D0D0C4;
}

.presskit {
        background-image: url(../images/links/presskit.gif);
        background-repeat: no-repeat;
        height: 22px;
        width: 100px;
        background-position: left center;
        margin: 0px;
        padding-top: 8px;
        padding-right: 0px;
        padding-bottom: 8px;
        padding-left: 20px;
}

p.meetmulling_footer {
        font-family: Garamond, Georgia, "Times New Roman", serif;
        font-size: 140%;
        font-weight: normal;
        color: #767647;
        line-height: 110%;
        width: 310px;
        margin: 15px 0  ;
        border-top: 1px dotted #E7E7E1;
        padding: 20px 0 ;
}

/* Ask Emory Mulling */
.askmulling_header {
        width: 300px;
        height: 10px;
        padding: 10px 0 10px 0;
        margin: 35px auto 0 auto;
        text-align: center;
}

/* Buy the Assessment */
#assessment_link {
        margin-top: 1em;
        width: 304px;
        height: 52px;
        background: url('../images/buttons/takeassessment.gif') no-repeat 0 0;
}

#assessment_link:hover {
        background-position: 0 -52px;
}

/* Questions About the Assessment  */
#questions_copy .answers {
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-size: 90%;
        line-height: 125%;
        color: #8f8f8f;
        padding-top: 0px;
}

/* Buy The Book  */
.buybook_quote {
        font-family: Garamond, Georgia, "Times New Roman", serif;
        font-size: 140%;
        font-weight: normal;
        color: #767647;
        line-height: 130%;
        padding-bottom: 5px;
        font-weight: bold;
}

.buybook_quote_credit {
        font-family: Garamond, Georgia, "Times New Roman", serif;
        font-size: 120%;
        font-weight: normal;
        color:#999999;
}

#buybook_link {
        margin-top: 1em;
        width: 304px;
        height: 52px;
        background: url('../images/buttons/buythebook.gif') no-repeat 0 0;
}

#buybook_link:hover {
        background-position: 0 -52px;
}

/* Chapter Summaries */
.instructions {
        font-size: 120%;
        line-height: 120%;
        font-weight: bold;
        color: #6A6A6A;
}

.summaries_top {
        text-align:right;
        font-family:Arial, Helvetica, sans-serif;
        font-size: 80%;
        margin: 0 0 15px auto;
        border-bottom: 1px dotted #E7E7E1;
        padding: 0 0 5px 0 ;
        color:#333333;
        line-height: 125%;
}

.summaries_top a {
        color: #8F5F00;
        font-weight:bold;
        text-decoration: none;
}

p.summaries_copy_footer {
        width: 310px;
        margin: 15px 0 0 0;
        border-top: 1px dotted #E7E7E1;
        padding: 20px 0 0 0;
}

/* Testimonials */
.testimonials_copy {
        width: 340px;
        margin-left: 67px;
        font-family: Garamond, Georgia, "Times New Roman", serif;
        font-size: 125%;
        color: #333333;
        padding-bottom: 0px;
}
.testimonials_footer {
        clear:both;
        font-size: 125%;
        font-family: Garamond, Georgia, "Times New Roman", serif;
        width: 637px;
        margin: 0px auto 0 auto;
        padding: 0px 0 5px 0 ;
        color:#333333;
        line-height: 125%;
}

/* Reviews */
.goldtext {
        font-weight:bold;
        color:#767648;
}

/* Shows */
#shows_content {
        width: 671px;
        background: #fffffa url('../images/backgrounds/shading_btm.jpg') repeat-x bottom;
        border: 1px solid #cccccc;
        margin: 5px 0 0 9px;
        padding: 30px 50px;
        font-family: Garamond, Georgia, "Times New Roman", serif;
        color: #333333;
}

.showslink_intro p,
#shows_content p {
        font-family: Garamond, Georgia, "Times New Roman", serif;
        font-size:125%;
        font-weight:bold;
        padding: 0;
        color: #666666;
}

.showslink_intro {
        border-top: 1px solid #D0D0C4;
        border-bottom: 1px solid #D0D0C4;
        margin-left: 75px;
        padding: 25px 0;
        width: 600px;
}

.showslink {
        float: right;
}

#showslink a {
        text-align:right;
        font-family:Arial, Helvetica, sans-serif;
        font-size:110%;
        color: #8F5F00;
        font-weight:bold;
        text-decoration: none;
        background-image: url(../images/icons/arrow_right_gray.gif);
        background-repeat: no-repeat;
        background-position: right center;
        padding: 0 15px 0 0;
        line-height: 35px;
}

ul#shows_search {
        list-style-type: none;
        margin: 0 0 20px 0;
}

        ul#shows_search li {
                margin: 0;
        }

                ul#shows_search li label {
                        font-family:Arial, Helvetica, sans-serif;
                        float: left;
                        margin: 0 5px 0 0;
                }

                ul#shows_search li select {
                        width: 100px;
                        margin: 2px 15px 0 0;
                        float: left;
                }

                ul#shows_search li input {
                        float: left;
                        margin: 1px 0 0 0;
                        display: block;
                        width: 24px;
                        height: 20px;
                        background: url(../images/buttons/go.gif) no-repeat 0 0;
                }


/* ----------------------------- Unique Styles End ------------------------------- */

/* ----------------------------- Shopping Cart Start ----------------------------- */

.shoppingcart_header {
        width: 650px;
        height: 10px;
        padding: 25px 0 10px 0;
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #D0D0C4;
}

        #shoppingcart_copy_container {
                width: 771px;
                margin: 20px 0 0 0;
                padding: 0 0 60px 0;
        }

                #shoppingcart_copy_container table {
                        width: 650px;
                        border-collapse: collapse;
                }

                #shoppingcart_copy_container table.totals {
                        width: 203px;
                        border-collapse: separate;
                }

                        .total_col1 {
                                background-color: #BFD9E5;
                                padding: 3px 4em 3px 1em;
                                margin: 1px;
                        }

                        .total_col2 {
                                color: #333333;
                                font-family: helvetica;
                                font-size: 11px;
                                font-weight: bold;
                                padding-left: .5em;
                        }

                        #shoppingcart_copy_container th {
                                font-family: Helvetica, sans-serif;
                                font-size: 12px;
                                color: #333333;
                                padding-left: .5em;
                        }

                        #shoppingcart_copy_container tr.headerrow {
                                border-bottom: 1px solid #666666;
                        }

                        #shoppingcart_copy_container tr.itemrow {
                                background-color: #ffffeb;
                                height: 110px;
                                border-bottom: 1px solid #cccccc;
                        }

                        .cartcol1 {
                                padding-left: 1em;
                                padding-right: 2em;
                        }

                        .cartcol2 {
                                width: 225px;
                        }

                        #shoppingcart_copy_container tr.itemrow .cartcol3,
                        #shoppingcart_copy_container tr.itemrow .cartcol4,
                        #shoppingcart_copy_container tr.itemrow .cartcol5 {
                                padding-left: 1em;
                                padding-right: 1em;
                                border-left: 1px solid #cccccc;
                        }

                        .table_bold {
                                color: #333333;
                                font-family: helvetica;
                                font-size: 11px;
                                font-weight: bold;
                        }

                        .table_separator {
                                height: 30px;
                        }

                                .table_separator td {
                                        height: 30px;
                                        padding-bottom: 30px;
                                }

                        .table_submit {
                                border-top: 2px solid #cccccc;
                                padding-top: 10px;
                        }




#tab_content_stage {
        position: relative;
        padding-top: 0px;
        padding-bottom: 25px;
}

        #tab_content_stage p {
                width: 500px;
                font-family: "Times New Roman", serif;
                font-size: 125%;
                color: #333333;
                padding: .75em 40px;
        }

        #tab_content_stage h1 {
                margin: 0;
                padding: 0 0 4px 40px;
                font-family: "Times New Roman", serif;
                font-size: 2em;
                color: #333333;
                font-weight: normal;
        }


.stage_active {
        display: block;
}

.stage_inactive {
        display: none;
}

.category_select {
        display: block;
        padding-left: 50px;
        padding-top: 15px;
}

/* Tab Menu */
        ul#menu_tabs,
        ul#menu_tabs_lrg {
                width: 768px;
                margin: 0 0 0 2px;
                padding: 0;
                overflow: hidden;
        }



                ul#menu_tabs li,
                ul#menu_tabs_lrg li {
                        margin: 0 1px 0 0;
                }

                ul#menu_tabs li.last,
                ul#menu_tabs_lrg li.last {
                        margin: 0 0 0 0;
                }

                ul#menu_tabs li,
                ul#menu_tabs li a,
                ul#menu_tabs_lrg li,
                ul#menu_tabs_lrg li a {
                        height: 35px;
                        width: 191px;
                        overflow: hidden;
                }

                                ul#menu_tabs li#menu_tabs_1 a,
                                ul#menu_tabs_lrg li#menu_tabs_1 a {
                                        background: url('../images/navigation/tab_menu1.jpg') no-repeat 0 0;
                                }

                                ul#menu_tabs li#menu_tabs_2 a,
                                ul#menu_tabs_lrg li#menu_tabs_2 a {
                                        background: url('../images/navigation/tab_menu2.jpg') no-repeat 0 0;
                                }

                                ul#menu_tabs li#menu_tabs_3 a,
                                ul#menu_tabs_lrg li#menu_tabs_3 a {
                                        background: url('../images/navigation/tab_menu3.jpg') no-repeat 0 0;
                                }

                                ul#menu_tabs li#menu_tabs_4 a,
                                ul#menu_tabs_lrg li#menu_tabs_4 a {
                                        background: url('../images/navigation/tab_menu4.jpg') no-repeat 0 0;
                                }

                                ul#menu_tabs li#menu_tabs_1 a:hover,
                                ul#menu_tabs li#menu_tabs_2 a:hover,
                                ul#menu_tabs li#menu_tabs_3 a:hover,
                                ul#menu_tabs li#menu_tabs_4 a:hover,
                                ul#menu_tabs li#menu_tabs_1 a:active,
                                ul#menu_tabs li#menu_tabs_2 a:active,
                                ul#menu_tabs li#menu_tabs_3 a:active,
                                ul#menu_tabs li#menu_tabs_4 a:active,
                                ul#menu_tabs_lrg li#menu_tabs_1 a:hover,
                                ul#menu_tabs_lrg li#menu_tabs_2 a:hover,
                                ul#menu_tabs_lrg li#menu_tabs_3 a:hover,
                                ul#menu_tabs_lrg li#menu_tabs_4 a:hover,
                                ul#menu_tabs_lrg li#menu_tabs_1 a:active,
                                ul#menu_tabs_lrg li#menu_tabs_2 a:active,
                                ul#menu_tabs_lrg li#menu_tabs_3 a:active,
                                ul#menu_tabs_lrg li#menu_tabs_4 a:active {
                                        background-position: 0 -35px;
                                }

                                ul#menu_tabs li a.active,
                                body.meet ul#menu_tabs li#menu_tabs_1 a,
                                body.ask ul#menu_tabs li#menu_tabs_2 a,
                                body.take ul#menu_tabs li#menu_tabs_3 a,
                                body.take ul#menu_tabs li#menu_tabs_4 a,
                                body.meet ul#menu_tabs_lrg li#menu_tabs_1 a,
                                body.ask ul#menu_tabs_lrg li#menu_tabs_2 a,
                                body.take ul#menu_tabs_lrg li#menu_tabs_3 a,
                                body.take ul#menu_tabs_lrg li#menu_tabs_4 a {
                                        /*
                                        background-position: 0 -70px;
                                        */
                                }

                                ul#menu_tabs li#menu_tabs_1 a.active:hover,
                                ul#menu_tabs li#menu_tabs_2 a.active:hover,
                                ul#menu_tabs li#menu_tabs_3 a.active:hover,
                                ul#menu_tabs li#menu_tabs_4 a.active:hover,
                                ul#menu_tabs li#menu_tabs_1 a.active,
                                ul#menu_tabs li#menu_tabs_2 a.active,
                                ul#menu_tabs li#menu_tabs_3 a.active,
                                ul#menu_tabs li#menu_tabs_4 a.active,
                                ul#menu_tabs_lrg li#menu_tabs_1 a.active:hover,
                                ul#menu_tabs_lrg li#menu_tabs_2 a.active:hover,
                                ul#menu_tabs_lrg li#menu_tabs_3 a.active:hover,
                                ul#menu_tabs_lrg li#menu_tabs_4 a.active:hover,
                                ul#menu_tabs_lrg li#menu_tabs_1 a.active,
                                ul#menu_tabs_lrg li#menu_tabs_2 a.active,
                                ul#menu_tabs_lrg li#menu_tabs_3 a.active,
                                ul#menu_tabs_lrg li#menu_tabs_4 a.active {
                                        background-position: 0 -70px;
                                }

#shows_container {
        width: 690px;
        height: 115px;
        position: relative;
        overflow: hidden;
        margin-left: 50px;
}

        a#shows_left {
                position: absolute;
                top: 85px;
                left: 10px;
                width: 16px;
                height: 25px;
                background: url('../images/icons/arrow_left.gif') no-repeat 0 0;
                display: none;
        }

        a#shows_right {
                position: absolute;
                top: 85px;
                right: 10px;
                width: 16px;
                height: 25px;
                background: url('../images/icons/arrow_right.gif') no-repeat 0 0;
        }

        a.show_all {
                position: relative;
                bottom: 10px;
                right: 10px;
                top: 10px;
                color: #8F5F00;
                font-family: arial, sans-serif;
                font-size: 105%;
                font-weight: bold;
                text-decoration: none;
                padding-right: 14px;
                background: url('../images/icons/arrow_sml.gif') no-repeat right center;
        }

                a#show_calendar:hover {
                        text-decoration: underline;
                }

        ul#listen_content {
                position: absolute;
                top: 0;
                left: 0;
                width: 2070px;
                margin: 0;
                padding: 15px 0;
                overflow: hidden;
        }

                ul#listen_content li {
                        margin: 15px 0 0 0;
                        padding: 0 30px 0 0;
                        width: 210px;
                        height: 100px;
                        overflow: hidden;
                }

                        ul#listen_content li h4 {
                                margin: 0;
                                padding: 0;
                                font-family: helvetica, sans-serif;
                                font-size: 1.1em;
                                color: #006699;
                        }

                        ul#listen_content li h1 {
                                margin: 0;
                                padding: 0 0 5px 0;
                                font-family: "Times New Roman", serif;
                                font-size: 2em;
                                color: #6A6A6A;
                                font-weight: normal;
                        }

                        ul#listen_content li p,
                        ul#listen_content li a {
                                margin: 0;
                                padding: 0;
                                font-family: helvetica, sans-serif;
                                font-size: 105%;
                                color: #996600;
                                font-weight: bold;
                                text-decoration: none;
                        }

                                ul#listen_content li a:hover {
                                        text-decoration: underline;
                                }

                        ul#listen_content li a.listen_live {
                                display: block;
                                height: 15px;
                                line-height: 15px;
                                width: 120px;
                                color: #ffffff;
                                background-color: #AF6959;
                                padding-left: 1em;
                        }

        ul#listen_content_lrg {
                width: 690px;
                margin: 0;
                padding: 0;
                overflow: hidden;
                padding-left: 50px;
        }

                ul#listen_content_lrg li {
                        margin: 15px 0 0 0;
                        padding: 0 15px 0 0;
                        width: 215px;
                        height: 100px;
                        overflow: hidden;
                }

                        ul#listen_content_lrg li h4 {
                                margin: 0;
                                padding: 0;
                                font-family: helvetica, sans-serif;
                                font-size: 1.1em;
                                color: #006699;
                        }

                        ul#listen_content_lrg li h1 {
                                margin: 0;
                                padding: 0 0 5px 0;
                                font-family: "Times New Roman", serif;
                                font-size: 2em;
                                color: #333333;
                                font-weight: normal;
                        }
                        /*
                        ul#listen_content_lrg li p {
                                margin: 0;
                                padding: .5em 0 1em 0;
                                font-family: helvetica, sans-serif;
                                font-size: 1em;
                                color: #666633;
                        }
                        */
                        ul#listen_content_lrg li p,
                        ul#listen_content_lrg li a {
                                margin: 0;
                                padding: 0;
                                font-family: helvetica, sans-serif;
                                font-size: 105%;
                                color: #996600;
                                font-weight: bold;
                                text-decoration: none;
                        }

                                ul#listen_content_lrg li a:hover {
                                        text-decoration: underline;
                                }

                        ul#listen_content_lrg li a.listen_live {
                                display: block;
                                height: 15px;
                                line-height: 15px;
                                width: 120px;
                                color: #ffffff;
                                background-color: #AF6959;
                                padding-left: 1em;
                        }


        ul#partner_content {
                width: 768px;
                margin: 0;
                padding: 0;
                overflow: hidden;
        }

                ul#partner_content li {
                        margin: 0;
                        padding: 0;
                }

                ul#partner_content li,
                ul#partner_content li a {
                        /*
                        width: 192px;

                        width: 256px;
                        width: 384px;
                        */
                        width: 768px;
                        height: 95px;
                        overflow: hidden;
                }

                #partner_content_primerica {
                        background: url('../images/logos/mulling.gif') no-repeat 50% 90%;
                }

                ul#partner_content li#partner_content_2 {
                        background: url('../images/logos/financialplanning.gif') no-repeat 50% 0;
                }

                ul#partner_content li#partner_content_3 {
                        background: url('../images/logos/gpb.gif') no-repeat 50% 0;
                }

                ul#partner_content li#partner_content_4 {
                        background: url('../images/logos/ajc.gif') no-repeat 50% 0;
                }

        ul#research_content {
                width: 718px;
                margin: 0;
                padding: 0 0 0 50px;
                overflow: hidden;
        }

                ul#research_content li {
                        margin: 0 0 0 0;
                        padding: 8px 15px 8px 20px;
                        width: 300px;
                        height: 60px;
                        overflow: hidden;
                }

                        ul#research_content li.hilite {
                                background-color: #FBFFDD;
                        }

                        ul#research_content li h1 {
                                margin: 0;
                                padding: 0;
                                font-family: "Times New Roman", serif;
                                font-size: 2em;
                                color: #333333;
                                font-weight: normal;
                        }

                                ul#research_content li h1 a,
                                ul#research_content li h1 a:visited {
                                        color: #333333;
                                        text-decoration: none;
                                }

                                        ul#research_content li h1 a:hover {
                                                color: #333333;
                                                text-decoration: underline;
                                        }

                        ul#research_content li p {
                                margin: 0;
                                padding: 0 0 1em 0;
                                font-family: helvetica, sans-serif;
                                font-size: 1em;
                                color: #666633;
                        }


/* ----------------------------- Content End ------------------------------- */

/* ----------------------------- Footer Start ----------------------------- */

#border_bottom {
/*
        width: 790px;
        height: 10px;
        overflow: hidden;
*/
}

#footer {
        clear: both;
        position: relative;
        text-align: left; /* Resets IE 5.5 Fix */
        width: 790px;
        height: 50px;
        margin:0 auto;
        background: url('../images/backgrounds/bg_bottom.gif') no-repeat top;
}

        ul#menu_footer {
                padding-top: 15px;
        }

                ul#menu_footer li {
                        margin-right: 15px;
                }

                ul#menu_footer li,
                ul#menu_footer li a {
                        height: 27px;
                }

                        ul#menu_footer li#menu_footer_1,
                        ul#menu_footer li#menu_footer_1 a {
                                width: 91px;
                        }

                        ul#menu_footer li#menu_footer_2,
                        ul#menu_footer li#menu_footer_2 a {
                                width: 66px;
                        }

                        ul#menu_footer li#menu_footer_3,
                        ul#menu_footer li#menu_footer_3 a {
                                width: 90px;
                        }

                                ul#menu_footer li#menu_footer_1 a {
                                        background: url('../images/navigation/footer_menu1.gif') no-repeat 0 0;
                                }

                                ul#menu_footer li#menu_footer_2 a {
                                        background: url('../images/navigation/footer_menu2.gif') no-repeat 0 0;
                                }

                                ul#menu_footer li#menu_footer_3 a {
                                        background: url('../images/navigation/footer_menu3.gif') no-repeat 0 0;
                                }

                                ul#menu_footer li#menu_footer_1 a:hover,
                                ul#menu_footer li#menu_footer_2 a:hover,
                                ul#menu_footer li#menu_footer_3 a:hover {
                                        background-position: 0 -27px;
                                }

#copyright {
        font-family: "Times New Roman", serif;
        font-size: 1.1em;
        color: #333333;
        float: right;
        margin-right: 14px;
}

        #copyright a,
        #copyright a:visited {
                color: #333333;
                text-decoration: none;
        }

        #copyright a:hover {
                text-decoration: underline;
        }

/* ----------------------------- Footer End ------------------------------- */

/* ----------------------------- Special Start ----------------------------- */
.showdetail_content {
        width: 500px;
}

.research_heading {

}

        .research_heading span {
                margin-left: 40px;
        }

        .research_heading h1 {
                font-family: "Times New Roman", serif;
                color: #333333;
        }

.info_bar {
        position: relative;
        width: 701px;
        height: 50px;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        margin: 15px 0 30px 35px;
}

        .info_bar p {
                margin: 0;
                padding: 0;
                position: absolute;
                top: 20px;
                left: 0;
                color: #767647;
                font-family: arial, sans-serif;
                font-size: 115%;
        }

        .info_bar p.single {
                font-weight: bold;
        }

        .info_bar a {
                color: #767647;
                font-family: arial, sans-serif;
                text-decoration: none;
        }

        .info_bar a.active {
                font-weight: bold;
        }

        .info_bar a.right {
                position: absolute;
                display: block;
                top: 20px;
                right: 10px;
                color: #767647;
                font-family: arial, sans-serif;
                font-size: 105%;
                font-weight: bold;
                text-decoration: none;
        }

                .info_bar a:hover {
                        text-decoration: underline;
                }

        .info_bar select {
                position: absolute;
                top: 18px;
                left: 60px;
                color: #767647;
                font-family: arial, sans-serif;
                font-size: 115%;
        }

#player_text {
        padding: 10px 0 5px 0;
        font-family: helvetica, sans-serif;
        font-size: 1.1em;
        color: #006699;
        font-weight: bold;
}

.download_mp3 {
        display: block;
        margin-top: 25px;
        width: 80px;
        padding: 0px 10px 5px 0;
        font-family: helvetica, sans-serif;
        font-size: 1.1em;
        color: #767647;
        font-weight: bold;
        text-decoration: none;
        height: 16px;
        line-height: 16px;
        background: url(../images/icons/arrow_down.gif) no-repeat right 4px;
}

.download {
        padding: 0px 12px 0 0;
        background: url(../images/icons/arrow_down.gif) no-repeat right 3px;
        text-align: right;
}

.download_link {
        position: absolute;
        top: 25px;
        right: 35px;
}

.bottom_nav {
        position: relative;
        width: 701px;
        height: 100px;
        border-top: 1px solid #ededed;
        margin-left: 35px;
}

.prev_link,
.next_link {
        display: block;
        color: #767647;
        font-family: arial, sans-serif;
        font-size: 105%;
        font-weight: bold;
        height: 25px;
        line-height: 25px;
}

        .prev_link {
                position: absolute;
                top: 15px;
                left: 0;
                background: url('../images/icons/arrow_left.gif') no-repeat left center;
                padding-left: 25px;
        }

        .next_link {
                position: absolute;
                top: 15px;
                right: 0;
                background: url('../images/icons/arrow_right.gif') no-repeat right center;
                padding-right: 25px;
        }

        .prev_link a,
        .next_link a {
                color: #767647;
                text-decoration: none;
        }

        .prev_link a:hover,
        .next_link a:hover {
                text-decoration: underline;
        }

/* ----------------------------- Special End ------------------------------- */


/*
ul#career_landing {
        margin: 5px 0 0 0;
        padding: 0;
        list-style-type: none;
        width: 701px;
        margin-left: 20px;
}

        ul#career_landing li {
                margin: 0;
                padding: 15px 0 25px 30px;
                float: left;
                width: 320px;
        }
*/
ul#career_landing {
        width: 701px;
        margin: 5px 0 0 0;
        padding: 0;
        overflow: hidden;
        padding-left: 25px;
        list-style-type: none;
}

                ul#career_landing li {
                        margin: 0;
                        padding: 25px 0 0px 30px;
                        width: 320px;
                        height: 80px;
                        float: left;
                }

                ul#career_landing li a {
                        /*
                        width: 192px;

                        width: 256px;
                        */
                        width: 320px;
                        height: 80px;
                        overflow: hidden;
                }

                ul#career_landing li.first {
                        border-right: 1px solid #cccccc;
                }

                ul#career_landing a#landing_employee {
                                background: url(../images/backgrounds/yourcareersearch.gif) no-repeat 0 0;
                        }

                        ul#career_landing a#landing_employer {
                                background: url(../images/backgrounds/howemployersthink.gif) no-repeat 0 0;
                        }

h1#listentoshows {
        margin: 50px 0 0 50px;
        padding: 0;
        width: 188px;
        height: 40px;
        background: url(../images/backgrounds/listentoshows.gif) no-repeat 0 0;
}

h1#yourcareersearch {
        margin: 50px 0 0 70px;
        padding: 0;
        width: 278px;
        height: 42px;
        background: url(../images/backgrounds/yourcareersearch.gif) no-repeat 0 0;
}

h1#howemployersthink {
        margin: 50px 0 0 70px;
        padding: 0;
        width: 278px;
        height: 42px;
        background: url(../images/backgrounds/howemployersthink.gif) no-repeat 0 0;
}

ul#category_links {
        position: absolute;
        top: 260px;
        right: 75px;
        list-style-type: none;
}

        ul#category_links li {
                float: left;
                margin: 0;
                padding: 0;
        }

                ul#category_links li.first {
                        border-right: 1px solid #cccccc;
                        padding-right: 10px;
                        margin-right: 10px;
                }

                ul#category_links li a {

                }

                        ul#category_links li a#link_employee {
                                width: 126px;
                                height: 16px;
                                background: url(../images/backgrounds/link_employee.gif) no-repeat 0 -16px;
                        }

                        ul#category_links li a#link_employer {
                                width: 147px;
                                height: 16px;
                                background: url(../images/backgrounds/link_employer.gif) no-repeat 0 -16px;
                        }

                        ul#category_links li a#link_employee:hover,
                        ul#category_links li a#link_employer:hover {
                                background-position: 0 -32px;
                        }

                        ul#category_links li a#link_employee.active,
                        ul#category_links li a#link_employer.active {
                                background-position: 0 0;
                        }

                        ul#category_links li a#link_employee.active:hover,
                        ul#category_links li a#link_employer.active:hover {
                                background-position: 0 0;
                        }

.category_border {
        width: 650px;
        border-bottom: 1px solid #cccccc;
        margin: 15px 0 0 60px;
}

.bg_yellow {
        background: #FFFFF0;
}

a.category_go {
        display: block;
        width: 36px;
        height: 20px;
        background: url(../images/backgrounds/go.gif) no-repeat 0 0;
}

a.category_go:hover {
        background-position: 0 -20px;
}

ul#employer_menu {
        list-style-type: none;
        margin: 0;
        padding: 0 0 80px 65px;
        width: 645px;
}

        ul#employer_menu li {
                height: 36px;
                clear: left;
                margin: 5px 0;
        }

                ul#employer_menu li h1{
                        margin: 0;
                        padding: 0;
                        float: left;
                        font-family: Georgia, serif;
                        font-weight: normal;
                        width: 320px;
                        line-height: 36px;
                }

                ul#employer_menu li select {
                        float: left;
                        margin-top: 8px;
                        width: 270px;
                }

                ul#employer_menu li a {
                        float: left;
                        margin: 8px 0 0 15px;
                }

#addtocart {
        margin: 5px 0 0 0;
}

#show_callout {
        position: relative;
        width: 790px;
        height: 35px;
}

        #show_callout_link {
        position: absolute;
        width: 143px;
        height: 31px;
        background: url(../images/home/callout_description.gif) no-repeat 0 0;
        top: 6px;
        left: 30px;
        }

        #show_callout_link2 {
        position: static;
        width: 143px;
        height: 31px;
        background: url(../images/home/callout_description2.gif) no-repeat 0 0;
        top: 6px;
        left: 30px;
        }

        #show_callout_link3 {
        position: static;
        width: 143px;
        height: 31px;
        background: url(../images/home/callout_description3.gif) no-repeat 0 0;
        top: 6px;
        left: 30px;
        }

        #show_callout_link4 {
        position: static;
        width: 143px;
        height: 31px;
        background: url(../images/home/callout_description4.gif) no-repeat 0 0;
        top: 6px;
        left: 30px;
        }

        #show_callout h1 {
                float: left;
                margin: 10px 0 0 175px;
                _margin: 10px 0 0 110px;
                padding: 0 15px 0 0;
                _padding: 0 10px 0 0;
                font-family: Garamond, Georgia, "Times New Roman", serif;
                color: #333333;
                font-size: 16px;
        }

        #show_callout p {
                margin: 0 0 0 0;
                padding: 14px 0 0 0;
                font-family: Helvetica, sans-serif;
                color: #996600;
                font-weight: bold;
        }

        #show_callout a {
                color: #996600;
                font-family: arial, sans-serif;
                font-size: 105%;
                font-weight: bold;
                text-decoration: none;
        }

                #show_callout a.show_all {
                        color: #8F5F00;
                }

                #show_callout a:hover {
                        text-decoration: underline;
                }

#returnhome {
        width: 145px;
        height: 16px;
        background: url(../images/links/returnhome.gif) no-repeat 0 0;
        margin: 15px 0 20px 67px;
}

.archive {
        margin-left: 67px;
        width: 608px;
        margin-top: -20px;
        border-collapse: collapse;
        margin: -20px 0 25px 67px;
}

        .archive tr.highlight {

        }

        .archive td {
                vertical-align: top;
                padding: 15px 0px 10px 10px;
                background: url(../images/backgrounds/dotted_border.gif) repeat-x bottom;
        }

        .archive td.first {

        }

        .archive td.lastbottom {
                border-bottom: none;
        }

        .archive h1 {
                font-family: Garamond, Georgia, "Times New Roman", serif;
                font-size: 16px;
                color: #333333;
                margin: -2px 0 0 0;
                padding: 0;
                font-weight: normal;
        }

                .archive td.col1 {
                        font-family: arial, sans-serif;
                        font-size: 10px;
                        font-weight: bold;
                        vertical-align: top;
                        padding-right: 15px;
                }


                .archive td.col2 {
                        vertical-align: top;
                        padding-right: 15px;
                }

                .archive td.col2 p {
                        font-family: arial, sans-serif;
                        font-size: 11px;
                        color: #333333;
                }

                .archive td.col3 {
                        width: 95px;
                        text-align: right;
                        vertical-align: top;
                }

                        .archive td.col3,
                        .archive td.col3 a {
                                color: #996600;
                                font-family: arial, sans-serif;
                                font-size: 11px;
                                font-weight: bold;
                                text-decoration: none;
                        }

                        .archive td.col3 a:hover {
                                text-decoration: underline;
                        }