/* this particular version layout will not work in IE/Win Strict Mode 
   it can be made to work in IE strict with the use of CSS expressions
	 to calculate the required height of the 2 absolute positioned divs
*/
/********** main css ***********/
@import url("/css/events_styles.css");
@import url("/css/blogs_styles.css");
@import url("/css/media_styles.css");
html
{
    min-width: 990px;
    width: 100%;
}
body
{
    margin: 0px 0px 0px 0px;
    height: 100%;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    background-image: url(/images/bg_main1.jpg);
    background-repeat:repeat-y;
    background-color: #3f3f3f;
    background-position: top;
    text-align: center; /* IE quirky center */
    color: #b4b4b4;
}

a
{
    color: #b4b4b4;
    text-decoration: none;
}
a:hover
{
    color: #b4b4b4;
    text-decoration: underline;
}
a:visited
{
    color: #b4b4b4;
    text-decoration: none;
}
a.footerlinks
{
    color: #868a3e;
    text-decoration: none;
}
a.footerlinks:hover
{
    color: #868a3e;
    text-decoration: underline;
}
a.forgotlogin
{
    color: #ffffff;
    text-decoration: none;
}
a.forgotlogin:hover
{
    color: #ffffff;
    text-decoration: underline;
}
a.episode_close
{
    color: #b4b4b4;
    text-decoration: none;
}
a.services
{
    color: #d1c2ab;
    text-decoration: none;
}
a.services:hover
{
    color: #d1c2ab;
    text-decoration: underline;
}
img
{
    border: 0px;
}
img.middle
{
    vertical-align: middle;
}
/* heading tags */

h1
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

h2
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
}

h3
{
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    line-height: 16px;
    color: #666;
    margin: 0;
    border-bottom: solid 1px #666;
}
h4
{
    font-size: 11px;
}
/** site structure **/

#main_wrapper
{
    position: relative;
    min-width: 995px;
    left: 0px;
    background-image:url(/images/bg_main2.jpg);
    background-position:top;
    background-repeat:no-repeat;
    min-height:1056px;
}

#nav_wrapper
{
    position: relative;
    width: 995px;
    height: 280px;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 31;
    left:-2px;
}
#quickLinks_wrapper
{
    position:absolute;
    top:107px;
    left:575px;
    text-align:left;
    font-size:19px;
    color:#99b344;
    font-family:Century Gothic, Arial;
    font-weight:bold;
}
#nav
{
    position: relative;
    width: 995px;
    height: 37px;
    left: -2px;
    top: 0px;
    z-index: 91;
    background-image: url(/images/bg_nav.jpg);
    background-position: top;
    background-repeat: no-repeat;
}
#nav_text
{
    position: absolute;
    width: 975px;
    height: 25px;
    left: 22px;
    top: 9px;
    z-index: 91;
}
/*HEADER CSS */
#search_wrapper
{
    position: relative;
    width: 991px;
    left: 0px;
    height: 25px;
    vertical-align: middle;
}
#search
{
    position: absolute;
    left: 760px;
    top: 100px;
}
.text_wrapper
{
    letter-spacing: 1px;
    padding-top: 1px;
    padding-left: 5px;
}
#nav_top
{
    position: absolute;
    left: 132px;
}

/*Sub Page CSS*/
#subpage_top_seperator
{
    position: relative;
    width: 994px;
    top: 0px;
    left: 0px;
    background-image: url(/images/nav_bottom.jpg);
    background-repeat: no-repeat;
    height: 8px;
}
#center_wrapper
{
    position: relative;
    width: 994px;
    padding-top: 0px;
    left: -2px;
    min-height: 550px;
    height: 100%;
    height: auto !important;
    z-index: 1;
}
#sub_content_top
{
    position: relative;
    background-repeat: no-repeat;
    width: 994px;
    height: 20px;
    left: 0px;
}

#sub_content_middle
{
    position: relative;
    min-height: 550px;
    height: 100%;
    left: 0px;
    width: 994px;
    z-index: 20;
}
#sub_content_bottom
{
    position: relative;
    width: 994px;
    height: 10px;
    left: 0px;
    top:-1px;
}
#gutter_left
{
    position:absolute;
    left:-3px;
    top:5px;
    z-index:91;
    width:12px;
    min-height:465px;
}
#gutter
{
    position:absolute;
    top: 0px;
    left: 719px;
    z-index: 90;
    width:11px;
    min-height:555px;
    height:100%;
    background-image:url(/images/gutter.jpg);
    background-repeat:repeat-y;
}
#gutter_middle
{
    position: absolute;
    top: -12px;
    left: 0px;
    z-index: 91;
    width:12px;
    min-height:558px;
    height:100%;
}
#gutter_right
{
    position:absolute;
    left:1003px;
    top:5px;
    z-index:91;
    width:11px;
    min-height:664px;
}
#navWrapper
{
    position:relative;
    width:994px;
    min-height: 550px;
    height: auto !important;
    height: 100%;
    background-image:url(/images/subpage_rnav_media.jpg);
    background-position:bottom right;
    background-repeat:no-repeat;
    right:8px;
}
.content_middle_wrapper
{
    position: relative;
    background-image: url(/images/sub_content_middle.jpg);
    background-repeat: repeat-y;
    width: 994px;
    min-height: 550px;
    height: auto !important;
    height: 100%;
    text-align: left;
}
.content_middle_wrapper_full
{
    position: relative;
    background-image: url(/images/sub_content_middle_full.jpg);
    background-repeat: repeat-y;
    width: 994px;
    min-height: 550px;
    height: auto !important;
    height: 100%;
    text-align: left;
}
#content_top
{
    position: relative;
    background-image: url(/images/bg_content.jpg);
    background-repeat: no-repeat;
    width: 720px;
    min-height: 550px;
    height: auto !important;
    height: 100%;
    text-align: left;
    left: 8px;
}
.content_middle
{
    position: relative;
    background-position: top;
    left: 30px;
    width: 680px;
    padding: 0px 0px 0px 0px;
    min-height: 348px;
    height: 100%;
    top: 0px;
}
.content_middle_full
{
    position: relative;
    background-position: top;
    left: 15px;
    width: 990px;
    padding: 0px 0px 0px 0px;
    min-height: 348px;
    height: 100%;
    top: 0px;
}

#subNav
{
    position: absolute;
    width: 263px;
    float: right;
    z-index: 90;
    top: 0px;
    right:0px;
}
#subnav_top
{
    position: relative;
    width:263px;
    background-image:url(/images/subnav_top1.jpg);
    background-position:top;
    background-repeat:no-repeat;
    min-height:400px;
}
#subNavHeaderText
{
    position: relative;
    width: 150px;
    left: 0px;
    text-align: left;
    color: #a81c54;
    font-size: 20px;
    top: 0px;
    min-height: 35px;
}
#subNavBody
{
    position: relative;
    width: 233px;
    min-height: 356px;
    left: 0px;
    top: 0px;
    text-align: left;
    background-image: url(/images/subnav_top.jpg);
    background-position: top;
    background-repeat: repeat-x;
}
.subNavText
{
    font-weight: bold;
    font-size: 11px;
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #A3A3A3;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:link
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #A3A3A3;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:active
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #A3A3A3;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:visited
{
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    color: #A3A3A3;
    text-transform: uppercase;
    vertical-align: bottom;
    width: 190px;
}

.subNavText:hover
{
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}

#subMainContentArea_wrapper
{
    position: relative;
    text-align: left;
}

#subPageWrapper
{
    position: relative;
}

.content_wrapper
{
    position: relative;
    padding-top: 0px;
    margin-left: 0px;
}

/*Sub Content Area End*/

#footer_wrapper
{
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 995px;
    top: 0px;
    height: 169px;
    left:-2px;
}
#footer_bottom
{
    position:absolute;
    width:350px;
    height:50px;
    top:100px;
    left:325px;
}
#footer
{
    position: relative; /* to enable further positioned divs inside content area */
    z-index: 0; /* to make sure if long words overflow they show above the right column */
    padding: 0px;
    margin: 0px;
    width: 995px;
    height: 169px;
    left: 0px;
    top: 0px;
    text-align: left; /*background-color:Green; word-wrap:break-word;*/
}
#footer_images
{
    position: absolute;
    top: 10px;
    left: 375px;
}
#footer_youtube
{
    position: absolute;
    left: 0px;
    top: 10px;
}
#footer_twitter
{
    position: absolute;
    left: 162px;
    top: 11px;
}
#footer_facebook
{
    position: absolute;
    left: 339px;
    top: 13px;
}
#footer_fn
{
    position: absolute;
    top: 9px;
    left: 556px;
}
#clientLogo
{
    position:absolute;
    top:23px;
    left:17px;
}
#copyright
{
    position: absolute;
    left: 240px;
    top: 0px;
    text-align: left;
    color: #bbb9ba;
    font-weight:bold;
    font-size: 10px;
    font-family:Century Gothic, Arial;
    text-transform:uppercase;
}
#footer_logo
{
    position: absolute;
    left: 0px;
    top: 0px;
}
#footer_links
{
    position: absolute;
    left: 500px;
    top: 30px;
    font-size: 10px;
    font-family: Arial Narrow, Arial;
    text-transform: uppercase;
}
#fnLogo
{
    position: absolute;
    left: 880px;
    top: 0px;
}
/******* Homepage Layout ************/

#mainContentArea_wrapper
{
    position: relative;
    height: 100%;
    top: 0px;
    padding-top: 0px;
    
}

/*CALLOUTS*/
#callout_wrapper
{
    position: relative;
    width: 990px;
    min-height: 177px;
    height: auto !important;
    height: 177px;
    left: 0px;
    top: 0px;
    text-align: left;
}
#callout1
{
    position: absolute;
    left: 0px;
    top: 0px;
}
#callout2
{
    position: absolute;
    left: 365px;
    top: 0px;
}
#callout3
{
    position: absolute;
    left: 729px;
    top: 0px;
}
#subcallout2
{
    position: absolute;
    left: 312px;
    top: 0px;
}
#subcallout3
{
    position: absolute;
    left: 625px;
    top: 0px;
}
#customCallout_wrapper
{
    position: relative;
    width: 941px;
}
#customCallout
{
    position: relative;
    left: 0px;
}
#indexCallout_events
{
    position: absolute;
    top: 10px;
    left: 18px;
}

#indexCallout_top
{
    position: relative;
    left: -2px;
    top: 0px;
    width: 995px;
    background-image: url(/images/bg_main.jpg);
    background-position: top;
    background-repeat: no-repeat;
    min-height: 570px;
}

#indexCallout_top_content
{
    position: relative;
    width: 995px;
    left: 0px;
    top: 0px;
    min-height: 385px; /*border:solid 2px #cc0000;*/
}
#home_large_rotator_bg
{
    position: absolute;
    left: 1px;
    top: 12px;
    background-image: url(/images/bg_rotator.jpg);
    background-repeat: no-repeat;
    width: 720px;
    height: 365px;
}
#home_large_rotator
{
    position: absolute;
    left: 8px;
    top: 35px;
    width: 704px;
    height: 322px;
}
#home_large_rotator_content
{
    position:absolute;
    left:75px;
    top:130px;
    text-align:left;
    color:#d4c8ae;
    font-weight:bold;
    font-size:12px;
    font-family:Century Gothic, Arial;
    width:560px;
}
#indexCallout_top_content_right
{
    position: absolute;
    width: 263px;
    left: 733px;
    min-height: 365px;
    top: 12px;
}

#indexcallout_ann_top
{
    position: absolute;
    left: -1px;
    top: 0px;
}
#indexcallout_ann_bottom
{
    position: absolute;
    top: 188px;
    left: 0px;
    width: 262px;
    height: 177px;
}
#indexcallout_ann_bottom_content
{
    position: absolute;
    left: 32px;
    top: 46px;
    text-align: left;
    color: #d1c2ab;
    font-family: Century Gothic, Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}
#indexcallout_message_top
{
    position: absolute;
    left: 0px;
    top: 250px;
    background-image: url(/images/bg_message.jpg);
    background-repeat: no-repeat;
    width: 320px;
    height: 240px;
}
#indexcallout_message
{
    position: absolute;
    top: 0px;
    left: 0px;
}
#indexcallout_servicia_top
{
    position: absolute;
    left: 0px;
    top: 500px;
    background-image: url(/images/bg_servicia.jpg);
    background-repeat: no-repeat;
    width: 357px;
    height: 282px;
}
#indexcallout_servicia
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 357px;
    height: 282px;
}
#indexcallout_servicia_content
{
    position: absolute;
    top: 50px;
    left: 30px;
    font-family: Century Gothic, Arial;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}
#subcallout_servicia_content
{
    position: absolute;
    top: 45px;
    left: 0px;
    width: 290px;
    height: 40px;
    font-family: Century Gothic, Arial;
    text-align: left;
    font-size: 13px;
    color: White;
    padding-left: 30px;
    padding-top: 4px;
    background-color: #ab1c57;
}
/************** content area ****************/
#contentArea_wrapper
{
    position: relative;
    min-height: 276px;
    width: 100%;
}

#subpageHeader_wrapper
{
    position: relative;
    width: 680px;
    left: 0px;
    height: 30px;
}
#subPageHeaders_image
{
    position: absolute;
    background-repeat: no-repeat;
    width: 785px;
    height: 47px;
    left: 0px;
    z-index: 30;
    display: none;
}

#subPageHeaders
{
    position: relative;
    color: #5e5e5e;
    font-size: 28px;
    font-weight: bold;
    padding: 0px 0px 3px 0px;
    text-align: left;
    left: 0px;
    z-index: 31;
    font-family: Century Gothic, Arial;
    text-transform:uppercase;
}

#customSubPageHeader
{
    position: relative;
    margin-top: 0px;
    width: 692px;
    min-height: 23px;
    left: -15px;
    top: 0px;
}
#customSubPageHeader_img
{
    margin-top: 0px;
}
/*Rounded Corners CSS */
.b1, .b2, .b3, .b4
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b1
{
    height: 1px;
    background: #9B4864;
    margin: 0 5px;
}
.b2
{
    height: 1px;
    background: #9B4864;
    border-right: 2px solid #9B4864;
    border-left: 2px solid #9B4864;
    margin: 0 3px;
}
.b3
{
    height: 1px;
    background: #9B4864;
    border-right: 1px solid #9B4864;
    border-left: 1px solid #9B4864;
    margin: 0 2px;
}
.b4
{
    height: 1px;
    background: #9B4864;
    border-right: 1px solid #9B4864;
    border-left: 1px solid #9B4864;
    margin: 0 1px;
}
/* LEFT NAV ROUNDED BORDER */
.b5, .b6, .b7, .b8
{
    font-size: 1px;
    overflow: hidden;
    display: block;
}
.b5
{
    height: 1px;
    background: #333333;
    margin: 0 5px;
}
.b6
{
    height: 1px;
    background: #FFFFFF;
    border-right: 2px solid #333333;
    border-left: 2px solid #333333;
    margin: 0 3px;
}
.b7
{
    height: 1px;
    background: #FFFFFF;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    margin: 0 2px;
}
.b8
{
    height: 1px;
    background: #FFFFFF;
    border-right: 1px solid #333333;
    border-left: 1px solid #333333;
    margin: 0 1px;
}

.content_wrapper div
{
    margin-left: 0px;
    margin-top: 0px;
}
#content_text
{
    padding: 10px 20px 10px 0px;
    min-height: 550px;
    height: auto !important;
    height: 550px;
    text-align: left;
}


/*login*/
#login_wrapper
{
    position: relative;
    height: 530px;
    text-align: left;
    margin-top: 0px;
    left: 0px;
    padding: 20px 20px 20px 50px;
    width:900px;
    color: White;
}


/*Location CSS*/
#location_wrapper /*iframe width inherits this width in this class*/
{
    position: relative;
    min-height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 20px 20px 20px;
}
#loc_title
{
}
#loc_Address
{
}
/******** admin **********/
#admin_wrapper
{
    position: relative;
    width: 992px;
    top: 0px;
    left: 0px;
    min-height: 550px;
    height: 100%;
    height: auto !important;
    z-index: 1;
}
#admin_SubNav
{
    position: absolute;
    top: 0px;
    left: 10px;
    width: 140px;
    height: 100%;
}

#admin_Content
{
    position: relative;
    top: 0px;
    padding: 0px 0px 0px 0px;
    left: 0px;
    width: 675px;
    text-align: left;
    height: 100%;
}
.admin_header_title
{
    display: block;
}
.admin_header_dropdown
{
    display: block;
}
.admin_subheader_title
{
    display: block;
}
.admin_subheader_dropdown
{
    display: block;
}
.admin_callout_title
{
    display: block;
}
.admin_callout_dropdown
{
    display: block;
}
/*This hides the groups box*/
#admin_groups_dropdown
{
    display: none;
}
#Td1
{
    width: 700px;
    padding-left: 10px;
}
.index_moreinfoLink, a.index_moreinfoLink, a.index_moreinfoLink:link, a.index_moreinfoLink:visited
{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
}

a.index_moreinfoLink:hover
{
    text-decoration: underline;
}


/*******  form elements ***********/

input[type=text], input[type=password]
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    color: black;
    font-family: arial, verdana, ms sans serif;
    font-size: 8pt;
    font-weight: normal;
}


select
{
    background-color: #FFFFFF;
    border: #7B7B64 1px solid;
    border-color: #7B7B64;
    color: black;
    font-family: arial, verdana, ms sans serif;
    font-size: 8pt;
    font-weight: normal;
}

button
{
    font-family: arial, verdana, ms sans serif;
    font-size: 8pt;
    font-weight: normal;
}


/*******  form Pages ***********/

#form_wrapper
{
    position: relative;
    width: 548;
}
#form_content
{
    position: relative;
    width: 548px;
}
#form_input_wrapper
{
    position: relative;
    background-color: #d4f7ff;
    width: 510px;
    padding: 20px 20px 20px 20px;
}
#siteMap_wrapper
{
    position: relative;
    color: White;
}
.siteMap
{
    color: White;
}
#searchResultsWrapper
{
    padding-top: 10px;
    min-height: 471px;
    height: auto !important;
    height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 0px 20px 20px 10px;
}
#searchResultsContent_wrapper
{
    padding-bottom: 7px;
}

#homeCountdown
{
    position:absolute;
    left:450px;
    top:0px;
}





/************Countdown timer***************/
#topCountdownTimer
{
    position: relative;
    top: 0px;
    width: 490px;
    z-index: 100;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
}

.topCountdownLargeText
{
    font-size: 20px;
    color: #ffffff;
}

.topCountdownSmallText
{
    font-size: 9px;
    text-transform: lowercase;
    color: #ffffff;
    text-align: center;
}

.topCountdownCell
{
    vertical-align: top;
    text-align: left;
}




/***************** Live Broadcast ********************/
#lb_chat
{
    visibility: visible;
    padding-top: 10px;
}
#lb_wrapper
{
    position: relative;
    min-height: 471px;
    text-align: left;
    margin-top: 0px;
    padding: 20px 10px 20px 20px;
}

.lbTitle
{
    font-size: 12px;
    font-weight: bold;
}

.lbSmallTitle
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.lbPageViews
{
    color: #000000;
}
#lb_countdown
{
    height: 78px;
    width: 505px;
    background-image: url( '/images/counter_large_bg.jpg' );
}

.lbTabStrip
{
    width: 670px;
}



.lbEditor
{
    position: relative;
    width: 640px;
    height: 300px;
}

.lbMultipage
{
    width: 650px;
    min-height: 500px;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
}
.lbSchedule
{
    width: 174px;
    height: 240px;
    min-height: 250px;
    background-image: url(/images/lb_schedule_bg.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    padding-top: 80px;
}

.lbSchedTable
{
    width: 174px;
    vertical-align: top;
}

.lbScheduleHeader
{
    font-weight: bold;
    color: #ffffff;
}

.lbScheduleText
{
    font-size: 11px;
    color: #ffffff;
}

.lbPlayerCell
{
    height: 360px;
    width: 480px;
}

.lbPlayerCell
{
    height: 360px;
    width: 480px;
}

.lb_marketing_cell
{
    padding-top: 6px;
    padding-left: -5px;
}

#LBRotator
{
    z-index: 1;
}


/************Countdown timer***************/
#countdownTimer
{
    position: relative;
    top: 0px;
    width: 200px;
    z-index: 100;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    left: 240px;
}

.countdownLargeText
{
    font-size: 45px;
    color: #ffffff;
}

.countdownSmallText
{
    font-size: 9px;
    text-transform: lowercase;
    color: #ffffff;
    text-align: center;
}

.countdownCell
{
    vertical-align: top;
    text-align: center;
}

.topCountdownLargeText_watchus
{
    font-size: 12px;
    border: solid 1px Red;
}

#constantContact{
    width:230px;
    height:50px;
    overflow:hidden;
    margin:auto;
    position:absolute;
    left:0px;
    top:0px;
}
#constantContact iframe {
    width:995px;
    height:169px;
    margin-left:-325px;
    margin-top:-100px;   
    border:0 solid;
 }


