html {
    overflow-x: auto;
}
body { 
    background: #666666;
    overflow-x: visible;
}
.wrapper {
    background: #0d0d0d;
}
#home .ctn-header object {
    position: relative;
}
html {
    cursor: arrow;
}
.ctn-header .sIFR-flash {
    z-index: 100000;
}

.ctn-header h1,
.ctn-header h2,
.ctn-header h3,
.ctn-header ul.col-left {
    padding-left: 120px;   
}


/* =sIFR replacement styles */

.sIFR-active .sIFR-alternate { display:none; }
.ctn-footer .footer span.sIFR-alternate { display: none; }



@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}






#popupContent {
    display: none;
    width:434px; 
    position: absolute;
    background-color:#262626; 
    padding:40px 25px; 
    height:auto !important; 
}
/* POP-UP width! its 450px total. remove 50px from left/right padding (25px each side) */
#popupContent strong { display:block; font:bold 17px Arial, Verdana, Helvetica, sans-serif; text-transform:uppercase; }
#popupContent em { display:block; font-style:normal; color:#747474; }
#popupContent ul {  }
#popupContent ul li { display:block; width:100%; float:left; text-align:center; }
#popupContent span { display:block; width:100%; height:150px; overflow:auto; margin:30px 0 0 -10px; padding:0 10px; }

#popupContent .ctn-pictures { 
    position:relative;
    display:block; margin-top:25px; width:100%; height:183px; overflow:hidden;
}

#popupContent .btn-prev { display:block; position:relative; float: left; top:50%; left:-10px; z-index: 100; }
#popupContent .btn-next { display:block; position:relative; float:right; top:50%; right:-10px; z-index: 100; }

#popupContent .btn-prev a,
#popupContent .btn-next a { display:block; width:10px; height:15px; background:url(../img/btn-general.gif) 0 -210px; text-indent:-9999px; }
#popupContent .btn-next a { background-position:-30px -210px; }
#popupContent .btn-prev a:hover { background-position:0 -240px; }
#popupContent .btn-next a:hover { background-position:-30px -240px; }

/* SMART MODAL */

#popupContent .sm_close { margin-top:-20px; float: right;}
#popupContent .sm_close p { text-indent:-9999px; display:block; width:14px; height:14px; background:url(../img/btn-general.gif) 0 120px; }
#popupContent .sm_close p:hover { display:block; width:14px; height:14px; background-position:-30px 120px; }



/* =CONTACT FORM */
.contact-form {}
.contact-form label {
    background-color: #636363;
    clear: both;
    font-size: 11px; 
    font-weight: bold;
    width: 100px;
    float: left;
    margin-bottom: 10px;
}
.contact-form div {
    width: 80%;
    margin-bottom: 10px;
    float: right;
}

#home {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #000000;
    z-index: 0;
}
#home #flashWrapper {
    z-index: 0;
}
#home #flashcontent {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
#home .ctn-header {
    z-index: 102;
    height: 133px;
    
} 
#home .ctn-background {
    background-color: none;
    background-image: none;
    height:605px;
    margin-bottom:-605px;
    width: 100%;
    z-index: 100;
    height: 133px;
}
#home .ctn-background .ctn-opaque {
    background-color: #D11182;
    height:133px;
    opacity: 0.8; 
    -moz-opacity: 0.8; 
    filter: alpha(opacity=80); 
    width:100%;
    z-index: 101;
}

#slideshowCarousel {
    width: 400px;
}



/* RESETTING LINK COLORS */
#curatorial a, #awardedgrants a, #regranting a, #artsculture a {
    color: #53C408;
}

#licensing a {
    color: #FF2A00;
}

#pressreleases a {
    color: #A613BF;
}

#biography a {
    color: #00ADEF;
}
#curatorial a:hover, #awardedgrants a:hover, #regranting a:hover, #artsculture a:hover, #licensing a:hover, #pressreleases a:hover, #biography a:hover {
    text-decoration: underline;
}
.txt-main > ul, .txt-main > ol {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: disc;
}


#curatorial .ctn-subnav li a:hover, 
#awardedgrants .ctn-subnav li a:hover, 
#regranting .ctn-subnav li a:hover, 
#artsculture .ctn-subnav li a:hover, 
#licensing .ctn-subnav li a:hover, 
#pressreleases .ctn-subnav li a:hover, 
#biography .ctn-subnav li a:hover {
    text-decoration: none;
}

.ctn-main .ctn-subnav li a span.link {
    color: #ffff;
    visibility: visible;
}

#biography .ctn-main .txt-main ul.img-block, 
ul.tab-sublist, #pressreleases .ctn-main .txt-main ol.lst-releases, 
.ctn-main .txt-main ol.lst-pagination, 
#artsculture .ctn-main .txt-main ol.lst-artsculture {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

.jqmOverlay {
    background: #0d0d0d;
}

#curatorial #tabsContainer .tab-content {
    border-bottom: none;
}
#divSpringFellowships, #divFallFellowships {
    border-bottom: 1px solid #3D3D3D;
}
#biography #tabsContainer .tab-content {
    border-bottom: none;
}
#divExhibitions {
    border-bottom: 1px solid #3D3D3D;
}

#divGrantsList {
    height: 100%;
}

.ctn-main .txt-main p {
    color: #bbbbbb;
}

#pressreleases .lst-pagination a {
    color: #9E9E9E;
}

#tabsContainer .tab-content .tab-sublist li a span {
    color: #9E9E9E;
}

#curatorial .ctn-header h3 a:hover, #awardedgrants .ctn-header h3 a:hover, 
#regranting .ctn-header h3 a:hover, #artsculture .ctn-header h3 a:hover, 
#licensing .ctn-header h3 a:hover, #pressreleases .ctn-header h3 a:hover, 
#biography .ctn-header h3 a:hover {
    text-decoration: none;
}


#curatorial .lst-pagination a:hover, #awardedgrants .lst-pagination a:hover, 
#regranting .lst-pagination a:hover, #artsculture .lst-pagination a:hover, 
#licensing .lst-pagination a:hover, #pressreleases .lst-pagination a:hover, #biography .lst-pagination a:hover {
    text-decoration: none;
}
.scrollBar {
    margin-top: 20px;
}


#tabsContainer fieldset label {
    background: transparent url(../img/tab-general.gif) no-repeat scroll left top;
    background-position: 0px -368px;
    width: 53px;
    text-indent: -9000px;
    display: block;
}
#tabsContainer a.fall {
    background: transparent url(../img/tab-general.gif) no-repeat scroll left top;
    background-position: -90px -250px;
    width: 53px;
    text-indent: -9000px;
    display: block;
}
#tabsContainer .active a.fall,
#tabsContainer a.fall:hover {
    background-position: -90px -310px
}

#tabsContainer a.spring {
    background: transparent url(../img/tab-general.gif) no-repeat scroll left top;
    background-position: 0 -250px;
    width: 68px;
    text-indent: -9000px;
    display: block;
}
#tabsContainer .active a.spring, 
#tabsContainer a.spring:hover {
    background-position: 0 -310px;
}



.ctn-main .txt-main p {
    font-size: 13px;
}

#awardedgrants .ctn-main .ctn-state ul li a.active {
    color: #5ADF01;
}

#awardedgrants .ctn-main .ctn-state ul li a {
    color: #666666;
}

.ctn-main .ctn-subnav li a {
    background-repeat: no-repeat;
    width: 300px;
    text-indent: -9999px;
    display: block;
    height: 24px;
}
.ctn-main .ctn-subnav li.txt a {
    text-indent: 0;
}
.ctn-main .ctn-subnav li a:hover {
    background-position: 0 -24px;
}
.ctn-main .ctn-subnav li.active a,
.ctn-main .ctn-subnav li.active a:hover {
    background-position: 0 -48px;
}



#pressreleases .ctn-header ul li a {
    background:transparent url(../img/pressrelease-main-menu.gif) no-repeat scroll left top;
    display:block;
    height:14px;
}
#awardedgrants .ctn-header ul li a,
#regranting .ctn-header ul li a,
#artsculture .ctn-header ul li a,
#curatorial .ctn-header ul li a {
    background:transparent url(../img/artsculture-main-menu.gif) no-repeat scroll left top;
    display:block;
    height:14px;
}
#catalogues .ctn-header ul li a,
#biography .ctn-header ul li a {
    background:transparent url(../img/biography-main-menu.gif) no-repeat scroll left top;
    display:block;
    height:14px;
}

#home .ctn-header ul li a {
    background:transparent url(../img/home-main-menu.gif) no-repeat scroll left top;
    display:block;
    height:14px;
}

#licensing .ctn-header ul li a {
    background:transparent url(../img/licensing-main-menu.gif) no-repeat scroll left top;
    display:block;
    height:14px;
}



.ctn-header ul li a { text-indent: -9999px; }

#home .ctn-header ul li.mainNav1 a,
#pressreleases .ctn-header ul li.mainNav1 a,
#awardedgrants .ctn-header ul li.mainNav1 a,
#regranting .ctn-header ul li.mainNav1 a,
#artsculture .ctn-header ul li.mainNav1 a,
#biography .ctn-header ul li.mainNav1 a,
#curatorial .ctn-header ul li.mainNav1 a,
#licensing .ctn-header ul li.mainNav1 a,
#catalogues .ctn-header ul li.mainNav1 a
{ background-position:0 0; width:112px; }

#home .ctn-header ul li.mainNav1 a:hover,
#pressreleases .ctn-header ul li.mainNav1 a:hover,
#awardedgrants .ctn-header ul li.mainNav1 a:hover,
#regranting .ctn-header ul li.mainNav1 a:hover,
#artsculture .ctn-header ul li.mainNav1 a:hover,
#biography .ctn-header ul li.mainNav1 a:hover,
#curatorial .ctn-header ul li.mainNav1 a:hover,
#licensing .ctn-header ul li.mainNav1 a:hover,
#catalogues .ctn-header ul li.mainNav1 a:hover,

#home .ctn-header ul li.mainNav1 a.active,
#pressreleases .ctn-header ul li.mainNav1 a.active,
#awardedgrants .ctn-header ul li.mainNav1 a.active,
#regranting .ctn-header ul li.mainNav1 a.active,
#artsculture .ctn-header ul li.mainNav1 a.active,
#biography .ctn-header ul li.mainNav1 a.active,
#curatorial .ctn-header ul li.mainNav1 a.active,
#licensing .ctn-header ul li.mainNav1 a.active,
#catalogues .ctn-header ul li.mainNav1 a.active
{ background-position:0 -30px; }


#home .ctn-header ul li.mainNav2 a,
#pressreleases .ctn-header ul li.mainNav2 a,
#awardedgrants .ctn-header ul li.mainNav2 a,
#regranting .ctn-header ul li.mainNav2 a,
#artsculture .ctn-header ul li.mainNav2 a,
#biography .ctn-header ul li.mainNav2 a,
#curatorial .ctn-header ul li.mainNav2 a,
#licensing .ctn-header ul li.mainNav2 a,
#catalogues .ctn-header ul li.mainNav2 a
{ background-position:-120px 0; width:104px; }

#home .ctn-header ul li.mainNav2 a:hover,
#pressreleases .ctn-header ul li.mainNav2 a:hover,
#awardedgrants .ctn-header ul li.mainNav2 a:hover,
#regranting .ctn-header ul li.mainNav2 a:hover,
#artsculture .ctn-header ul li.mainNav2 a:hover,
#biography .ctn-header ul li.mainNav2 a:hover,
#curatorial .ctn-header ul li.mainNav2 a:hover,
#licensing .ctn-header ul li.mainNav2 a:hover,
#catalogues .ctn-header ul li.mainNav2 a:hover,

#home .ctn-header ul li.mainNav2 a.active,
#pressreleases .ctn-header ul li.mainNav2 a.active,
#awardedgrants .ctn-header ul li.mainNav2 a.active,
#regranting .ctn-header ul li.mainNav2 a.active,
#artsculture .ctn-header ul li.mainNav2 a.active,
#biography .ctn-header ul li.mainNav2 a.active,
#curatorial .ctn-header ul li.mainNav2 a.active,
#licensing .ctn-header ul li.mainNav2 a.active,
#catalogues .ctn-header ul li.mainNav2 a.active
{ background-position:-120px -30px; }

#home .ctn-header ul li.mainNav3 a,
#pressreleases .ctn-header ul li.mainNav3 a,
#awardedgrants .ctn-header ul li.mainNav3 a,
#regranting .ctn-header ul li.mainNav3 a,
#artsculture .ctn-header ul li.mainNav3 a,
#biography .ctn-header ul li.mainNav3 a,
#curatorial .ctn-header ul li.mainNav3 a,
#licensing .ctn-header ul li.mainNav3 a,
#catalogues .ctn-header ul li.mainNav3 a
{ background-position:-240px 0; width:150px; }

#home .ctn-header ul li.mainNav3 a:hover,
#pressreleases .ctn-header ul li.mainNav3 a:hover,
#awardedgrants .ctn-header ul li.mainNav3 a:hover,
#regranting .ctn-header ul li.mainNav3 a:hover,
#artsculture .ctn-header ul li.mainNav3 a:hover,
#biography .ctn-header ul li.mainNav3 a:hover,
#curatorial .ctn-header ul li.mainNav3 a:hover,
#licensing .ctn-header ul li.mainNav3 a:hover,
#catalogues .ctn-header ul li.mainNav3 a:hover,

#home .ctn-header ul li.mainNav3 a.active,
#pressreleases .ctn-header ul li.mainNav3 a.active,
#awardedgrants .ctn-header ul li.mainNav3 a.active,
#regranting .ctn-header ul li.mainNav3 a.active,
#artsculture .ctn-header ul li.mainNav3 a.active,
#biography .ctn-header ul li.mainNav3 a.active,
#curatorial .ctn-header ul li.mainNav3 a.active,
#licensing .ctn-header ul li.mainNav3 a.active,
#catalogues .ctn-header ul li.mainNav3 a.active
{ background-position:-240px -30px; }

.ctn-header ul li.mainNav4 { margin:0; }
#home .ctn-header ul li.mainNav4 a,
#pressreleases .ctn-header ul li.mainNav4 a,
#awardedgrants .ctn-header ul li.mainNav4 a,
#regranting .ctn-header ul li.mainNav4 a,
#artsculture .ctn-header ul li.mainNav4 a,
#biography .ctn-header ul li.mainNav4 a,
#curatorial .ctn-header ul li.mainNav4 a,
#licensing .ctn-header ul li.mainNav4 a,
#catalogues .ctn-header ul li.mainNav4 a
{ background-position:-420px 0; width:135px; }

#home .ctn-header ul li.mainNav4 a:hover,
#pressreleases .ctn-header ul li.mainNav4 a:hover,
#awardedgrants .ctn-header ul li.mainNav4 a:hover,
#regranting .ctn-header ul li.mainNav4 a:hover,
#artsculture .ctn-header ul li.mainNav4 a:hover,
#biography .ctn-header ul li.mainNav4 a:hover,
#curatorial .ctn-header ul li.mainNav4 a:hover,
#licensing .ctn-header ul li.mainNav4 a:hover,
#catalogues .ctn-header ul li.mainNav4 a:hover,

#home .ctn-header ul li.mainNav4 a.active,
#pressreleases .ctn-header ul li.mainNav4 a.active,
#awardedgrants .ctn-header ul li.mainNav4 a.active,
#regranting .ctn-header ul li.mainNav4 a.active,
#artsculture .ctn-header ul li.mainNav4 a.active,
#biography .ctn-header ul li.mainNav4 a.active,
#curatorial .ctn-header ul li.mainNav4 a.active,
#licensing .ctn-header ul li.mainNav4 a.active,
#catalogues .ctn-header ul li.mainNav4 a.active
{ background-position:-420px -30px; }

#home .ctn-header ul li.mainNav5 a,
#pressreleases .ctn-header ul li.mainNav5 a,
#awardedgrants .ctn-header ul li.mainNav5 a,
#regranting .ctn-header ul li.mainNav5 a,
#artsculture .ctn-header ul li.mainNav5 a,
#biography .ctn-header ul li.mainNav5 a,
#curatorial .ctn-header ul li.mainNav5 a,
#licensing .ctn-header ul li.mainNav5 a,
#catalogues .ctn-header ul li.mainNav5 a
{ background-position:-570px 0; width:24px; }

#home .ctn-header ul li.mainNav5 a:hover,
#pressreleases .ctn-header ul li.mainNav5 a:hover,
#awardedgrants .ctn-header ul li.mainNav5 a:hover,
#regranting .ctn-header ul li.mainNav5 a:hover,
#artsculture .ctn-header ul li.mainNav5 a:hover,
#biography .ctn-header ul li.mainNav5 a:hover,
#curatorial .ctn-header ul li.mainNav5 a:hover,
#licensing .ctn-header ul li.mainNav5 a:hover,
#catalogues .ctn-header ul li.mainNav5 a:hover,

#home .ctn-header ul li.mainNav5 a.active,
#pressreleases .ctn-header ul li.mainNav5 a.active,
#awardedgrants .ctn-header ul li.mainNav5 a.active,
#regranting .ctn-header ul li.mainNav5 a.active,
#artsculture .ctn-header ul li.mainNav5 a.active,
#biography .ctn-header ul li.mainNav5 a.active,
#curatorial .ctn-header ul li.mainNav5 a.active,
#licensing .ctn-header ul li.mainNav5 a.active,
#catalogues .ctn-header ul li.mainNav5 a.active
{ background-position:-570px -30px; }

#home .ctn-header ul li.mainNav6 a,
#pressreleases .ctn-header ul li.mainNav6 a,
#awardedgrants .ctn-header ul li.mainNav6 a,
#regranting .ctn-header ul li.mainNav6 a,
#artsculture .ctn-header ul li.mainNav6 a,
#biography .ctn-header ul li.mainNav6 a,
#curatorial .ctn-header ul li.mainNav6 a,
#licensing .ctn-header ul li.mainNav6 a,
#catalogues .ctn-header ul li.mainNav6 a
{ background-position:-600px 0; width:74px; }

#home .ctn-header ul li.mainNav6 a:hover,
#pressreleases .ctn-header ul li.mainNav6 a:hover,
#awardedgrants .ctn-header ul li.mainNav6 a:hover,
#regranting .ctn-header ul li.mainNav6 a:hover,
#artsculture .ctn-header ul li.mainNav6 a:hover,
#biography .ctn-header ul li.mainNav6 a:hover,
#curatorial .ctn-header ul li.mainNav6 a:hover,
#licensing .ctn-header ul li.mainNav6 a:hover,
#catalogues .ctn-header ul li.mainNav6 a:hover,

#home .ctn-header ul li.mainNav6 a.active,
#pressreleases .ctn-header ul li.mainNav6 a.active,
#awardedgrants .ctn-header ul li.mainNav6 a.active,
#regranting .ctn-header ul li.mainNav6 a.active,
#artsculture .ctn-header ul li.mainNav6 a.active,
#biography .ctn-header ul li.mainNav6 a.active,
#curatorial .ctn-header ul li.mainNav6 a.active,
#licensing .ctn-header ul li.mainNav6 a.active,
#catalogues .ctn-header ul li.mainNav6 a.active
{ background-position:-600px -30px; }






.ctn-main .txt-main .form-artwork { width:564px; margin-top:-53px; }
.ctn-main .txt-main .form-artwork h3 { font-size:17px; color:#fd4801; }
.ctn-main .txt-main .form-artwork p { margin:30px 0; padding-bottom:0; font-size:14px; color:#9e9e9e; }
.ctn-main .txt-main .form-artwork p.back-index { margin-top:0; text-transform:uppercase; font-size:12px; font-family:Arial,Verdana,Helvetica,sans-serif; font-weight:bold; }

.ctn-main .txt-main .form-artwork p.back-index a:hover { text-decoration:underline; }
.ctn-main .txt-main .form-artwork form a { float:left; width:auto; height:28px; line-height:28px; padding:0 10px; margin-right:10px; display:block; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-transform:uppercase; color:#fff; background-color:#313131; }
.ctn-main .txt-main .form-artwork form a:hover { color:#fff!important; background-color:#00adef; }
.ctn-main .txt-main .form-artwork form fieldset label { float:left; display:block; margin-bottom:18px; }
.ctn-main .txt-main .form-artwork form fieldset label b { display:block; margin-bottom:7px; font-weight:normal; }
.ctn-main .txt-main .form-artwork form fieldset label input, .ctn-main .txt-main .form-artwork form fieldset label textarea { width:557px; padding:3px 0 0 3px; font-family: Georgia, Times News Roman, Arial, Helvetica, sans-serif; font-size: 14px; color: #fff; background-color:#262626; border-left:2px solid #191919; border-top:2px solid #191919; border-bottom:2px solid #0d0d0d; border-right:2px solid #0d0d0d; }
.ctn-main .txt-main .form-artwork form fieldset label input { height:17px; }
.ctn-main .txt-main .form-artwork form fieldset label textarea { height:60px; overflow:auto; }
.ctn-main .txt-main .form-artwork form fieldset label.date { width:290px; }
.ctn-main .txt-main .form-artwork form fieldset label.date input { width:270px; }
.ctn-main .txt-main .form-artwork form fieldset label.medium { width:272px; }
.ctn-main .txt-main .form-artwork form fieldset label.medium input { width:267px; }
.ctn-main .txt-main .form-artwork form fieldset label.height { width:192px; }
.ctn-main .txt-main .form-artwork form fieldset label.height input { width:172px; }
.ctn-main .txt-main .form-artwork form fieldset label.width { width:192px; }
.ctn-main .txt-main .form-artwork form fieldset label.width input { width:172px; }
.ctn-main .txt-main .form-artwork form fieldset label.depth { width:176px; }
.ctn-main .txt-main .form-artwork form fieldset label.depth input { width:172px; }
.ctn-main .txt-main .form-artwork form fieldset label.photograph-work { width:266px; }
.ctn-main .txt-main .form-artwork form fieldset label.photograph-work-options { float:left; }
.ctn-main .txt-main .form-artwork form fieldset label.photograph-work-options input { width:12px; height:12px; border:0; }




.ctn-chooseYear {
    bottom:-10px;
}


.ctn-footer .footer span {
    width: 600px;
    float: left;
}
.credit {
    font-family: arial;
    float: right;
    color:#666666;
    margin-right: 215px;
    margin-bottom: 18px;
    margin-top: 0px;
    font-size: 11px;
}
.credit a:hover {
    text-decoration: none;
}
.ctn-footer .footer span {
    font-size: 11px;
    color: #666666;
}

.ctn-header h1, .ctn-header h2 {
    display: none;
}
