/* CSS Document */

img, div, #logo, #nav a
{
    behavior: url(iepngfix.htc);
}
body
{
    margin: 0;
    padding: 0;
    background: #000 url(/imgs/bg_tile.jpg) top center no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 100%;
}
#nav a
{
    cursor: hand;
}
a:link, a:visited
{
    color: #006699;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}


h3, dt
{
    color: #006699;
}

#bgstatic
{
    position: absolute;
    top: 50px;
    left: -7px;
    width: 100%;
    height: 199px;
    background: url(/imgs/bg_stage.jpg) center no-repeat;
    margin: 0;
    padding: 0;
}
#wrap
{
    text-align: left;
    margin: 0 auto;
    font-size: 80%;
    width: 780px;
    padding: 0;
    position: relative;
    background: transparent url(/imgs/top_shadow.png) top left no-repeat;
}

#container
{
    margin: 0 auto; /* align for good browsers */
    text-align: left; /* counter the body center */
    width: 90%;
}


h1, h2, h3, h4, h5, p, div, img, li, ul, ol, dl, a, address
{
    margin: 0;
    padding: 0;
    font-style: normal;
}

p
{
    margin: 0 0 10px 0;
}
h5
{
    margin: 0 0 10px 0;
}

ul, ol
{
    color: #CCCCCC;
    list-style: none;
    margin: 5px 0 5px 10px;
}
li
{
    margin: 5px 0 5px 0;
}
hr
{
    border: 0;
    border-top: 1px dashed #36363D;
    color: #000;
    background-color: #000;
    height: 4px;
    clear: both;
    margin: 0 0 15px 0;
}
strong
{
    color: #fff;
}
#logo
{
    width: 750px;
    height: 51px;
}
#logo span, #logo img
{
    display: none;
}



#logo img
{
    display: none;
}

#feature_glass
{
    width: 780px;
    height: 200px;
    background: transparent url(/imgs/feature_shadow.png) left no-repeat;
}
a.menuItems:link
{
    color: white;
    text-decoration: none;
}
a.menuItems:active
{
    color: white;
    text-decoration: none;
}
a.menuItems:visited
{
    color: white;
    text-decoration: none;
}
a.menuItems:hover
{
    color: #cc33cc;
    text-decoration: none;
}


#content
{
    width: 720px;
    background: transparent url(/imgs/content_bg.png) left repeat-y;
    padding: 45px 25px 15px 25px;
}

.bigglist
{
    margin: 0 0 20px 20px;
}
.bigglist li
{
    list-style-type: disc;
    color: #DD9F02;
    font-size: 16px;
}

.new_section, .new_section_wide, .new_section_full, .new_section_nar
{
    float: left;
    clear: left;
    padding: 35px 0 0 25px;
    background: transparent url(/imgs/cnt_largebg.jpg) no-repeat left top;
    color: #CCCCCC;
    width: 300px;
}
.new_section_nar
{
    width: 250px;
}
.new_section_wide
{
    width: 400px;
    text-align: center;
}
.new_section_full
{
    width: 670px;
}
.new_section_full div
{
    clear: both;
    margin: 0;
    padding: 0;
}

.new_section h1
{
    font-size: 95%;
    font-weight: lighter;
    line-height: 2em;
}

.new_section p, .new_section_wide p, .new_section_full p
{
    font-size: 95%;
    font-weight: lighter;
    line-height: 1.8em;
}
.new_section p img, .new_section_wide p img, .new_section_full p img
{
    float: left;
    padding: 0 20px 20px 0;
}
.new_section_full img.left
{
    float: left;
    padding: 7px 35px 10px 0;
}
.new_section_full img.right
{
    float: right;
    padding: 7px 0 10px 35px;
}
.new_section h3, .new_section_wide h3, .new_section_full h3
{
    padding: 0 0 0px 0;
}
.new_section div.sbcontent, .new_section_wide div.sbcontent, .new_section_full div.sbcontent
{
    clear: right;
    float: right;
    font-size: 80%;
    font-weight: lighter;
    line-height: 1.5em;
    display: inline;
    width: 190px;
    margin: 10px 25px 0 10px;
}

div.center_section
{
    padding: 0px 30px 0px 10px;
    background: transparent url(/imgs/cnt_left.jpg) no-repeat left top;
    color: #fff;
    width: 150px;
}

.center_section h3, .center_section_nar h3
{
    float: left;
    font-size: 95%;
    font-weight: bold;
    line-height: 2em;
    text-transform: uppercase;
    color: #cc33cc;
    font-family: Helvetica, sans-serif;
    display: inline;
    width: 315px;
    margin: 32px 0 5px 0px;
}

.center_section a:hover
{
    text-decoration: none;
    font-weight: bold;
}

div.left_section, div.left_section_nar
{
    float: left;
    clear: left;
    padding: 0px 30px 0px 10px;
    background: transparent url(/imgs/cnt_left.jpg) no-repeat left top;
    color: #fff;
    width: 150px;
}

.left_section h3, .left_section_nar h3
{
    float: left;
    font-size: 95%;
    font-weight: bold;
    line-height: 2em;
    text-transform: uppercase;
    color: #cc33cc;
    font-family: Helvetica, sans-serif;
    display: inline;
    width: 315px;
    margin: 32px 0 5px 0px;
}

.left_section a:hover
{
    text-decoration: none;
    font-weight: bold;
}

.left_section div.sbcontent
{
    clear: right;
    float: right;
    font-size: 80%;
    font-weight: lighter;
    line-height: 1.5em;
    display: inline;
    width: 220px;
    margin: 10px 25px 0 10px;
    text-align: center;
}

div.side_section, div.side_section_nar
{
    float: right;
    clear: right;
    padding: 0px;
    background: transparent url(/imgs/cnt_side.jpg) repeat-x left top;
    color: #fff;
    width: 335px;
}

div.side_section_nar
{
    width: 335px;
    background: transparent url(/imgs/cnt_side_nar.jpg) repeat-x left top;
}
.side_section h3, .side_section_nar h3
{
    float: right;
    font-size: 95%;
    font-weight: bold;
    line-height: 2em;
    text-transform: uppercase;
    color: #cc33cc;
    font-family: Helvetica, sans-serif;
    display: inline;
    width: 315px;
    margin: 32px 0 5px 0px;
}


.side_section img
{
    float: left;
    margin: 0 0 0 10px;
    border: 0px;
}
.side_section h3 a
{
    color: #006699;
}
.side_section h3 img, .side_section_nar h3 img
{
    margin: 11px 0 0 0;
}
.side_section h3 a span, .side_section h3 span, .side_section_nar h3 a span, .side_section_nar h3 span
{
    display: none;
}
.side_section h4
{
    float: right;
    font-size: 95%;
    font-weight: bold;
    line-height: 2em;
    text-transform: uppercase;
    color: #006699;
    font-family: Helvetica, sans-serif;
    display: inline;
    width: 215px;
    margin: 10px 0 0 10px;
    padding: 0;
}
.side_section h4 a span, .side_section h3 a span
{
    display: none;
}
.side_section #smallbiz_basic, .side_section #smallbiz_med, .side_section #smallbiz_full
{
    margin: 0;
    padding: 0;
}
.side_section #smallbiz a
{
    display: block;
}
.side_section #smallbiz_basic a
{
    background: transparent url(http://www.dancekar.com/img/livery/NC_sb_wyg_bg.jpg) top left no-repeat;
    width: 197px;
    height: 10px;
    display: block;
}
.side_section #smallbiz_med a
{
    background: transparent url(/img/livery/NC_sb_wygmed_bg.jpg) top left no-repeat;
    width: 197px;
    height: 10px;
    display: block;
}
.side_section #smallbiz_full a
{
    background: transparent url(http://www.dancekar.com/img/livery/NC_sb_wygful_bg.jpg) top left no-repeat;
    width: 197px;
    height: 10px;
    display: block;
}

.sb_price
{
    margin: 0;
    padding: 0;
}
.side_section div.sbcontent, .side_section_nar div.sbcontent
{
    clear: right;
    float: right;
    font-size: 80%;
    font-weight: lighter;
    line-height: 1.5em;
    display: inline;
    width: 190px;
    margin: 10px 25px 0 10px;
}
#news
{
    display: inline;
    float: left;
}
#news h3
{
    font-size: 0.9em;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 2px 0 12px 0;
    padding: 0;
}
#news h4
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
}
#news p
{
    line-height: 1.5em;
}

.archive h4
{
    margin: 5px 0 5px 0;
}
.smallfella
{
    font-size: 0.7em;
}






#emailSuccess, #emailFailure
{
    clear: both;
}

#sponsors
{
    border-top: 1px dashed #36363D;
    color: white;
    margin: 0 10px 0 5px;
    padding: 5px 0 0 0px;
    clear: both;
    width: 700px;
}


#footer
{
    border-top: 1px dashed #36363D;
    color: white;
    margin: 0 10px 0 5px;
    padding: 5px 0 0 0px;
    clear: both;
    width: 700px;
}

.blue
{
    color: #006699;
    font-weight: bold;
}

.WhiteOnBlack
{
    background: #000 url(/img/livery/NC_fminput_bg.jpg) repeat-x bottom;
    border: 1px solid #333333;
    padding: 4px;
    margin: 0;
    color: #fff;
}

.submitButton
{
    cursor: pointer;
    cursor: hand;
}


/* Flickr Styles ---------------------------- */


.flickr_badge_image
{
    float: left;
    margin: 0 10px 10px 0px;
    width: 50px;
}
.flickr_badge_image img
{
    width: 48px;
    height: 48px;
    border: 1px solid #454545 !important;
}
/* Enf Flickr style --------------------------*/


#linkfloat
{
    position: relative;
    z-index: 100;
}
/* ----- INFO ----- */
.info
{
    display: inline-block;
    clear: both;
    margin: 0 0 1em 0;
    border-bottom: 1px dotted #ccc;
}
.info[class]
{
    display: block;
}
.info h2
{
    font-weight: normal;
    font-size: 160%;
    margin: 0 0 3px 0;
    clear: left;
}
.info p
{
    font-size: 95%;
    line-height: 130%;
    margin: 0 0 12px 0;
    color: #DD9F02;
}