@charset "utf-8";

@import "../Base960Advanced/static.css";

body {
    background: rgb(217, 217, 217) url('images/top-background.png') top center repeat-x;
}

div.PageLayout {
    padding: 0;
    background: white;
    width:100%;
    background:url('images/page_background.png') top center repeat-y;
}

/* fix webkit bug */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.PageLayout {
        background-position:49.999% 50%;
    }   
}

div.HeaderLayout {
    background: black;
    padding: 0;
    width:960px;
    margin:0 auto;
}

/* CUSTOM GLOBAL NAV */

div.GlobalNavDraggable ul.NavList {
    width:710px;
    padding-left:250px;
    }
    
div.GlobalNavDraggable ul.NavList li.NavItem {
    text-align:center;
    }
    
div.GlobalNavDraggable ul.NavList4 li.NavItem {
    width:95px;
    }
    
div.GlobalNavDraggable ul.NavList5 li.NavItem {
    width:74px;
    }

div.GlobalNavDraggable ul.NavList li.NavItem.SearchItem {
    width:280px;
    text-align:left;
    padding-right:0;
    }
    
div.GlobalNavDraggable ul.NavList li.NavItem.ToolsItem ul {
    text-align:left;
    }

/* END CUSTOM GLOBAL NAV */

/* tabs */

div.PageContent div.tabs {
    background: url('images/tabs-content-back.png') bottom right no-repeat;
    height:256px;
}

div.PageContent div.tabs div.selection {
    width: 240px;
    padding: 10px 0 20px 10px;
    margin: 0;
    background: #e00122 url('images/tabs-back.png') bottom left no-repeat;
    height:226px;
}

div.PageContent div.tabs div.selection ul li {
    margin: 0;
    padding: 0;
}

div.PageContent div.tabs div.selection ul li a {
    background: url('images/tab-normal.png') center bottom repeat-x #e00122;
    color: white;
    height: 24px;
    padding: 10px 8px 0 10px;
    margin: 0;
    font-weight: bold;
}

div.PageContent div.tabs div.selection ul li a.selected {
    background: url('images/tab-selected.png') center right no-repeat black;
    color: white;
}

div.PageContent div.tabs div.content {
    width: 710px;
    margin: 0;
    padding: 0;
}

div.PageContent div.tabs div.content>.parsys {
    background: none;
    border: none !important;
    padding:10px;
}

div.PageContent div.tabs div.lens.image-top div.spotlight>a {
    text-align:center;
    display:block;
}

div.PageContent div.tabs div.spotlight p {
    margin:1em 0;   
}

div.ContentLayout {
    background: white;
    width: 960px;
    padding-top:0;
    padding-left:0;
    padding-right:0;
    margin-left:auto;
    margin-right:auto;
}

div.ContentLayout div.NavLayout {
    background: white;
    width: 220px;
    padding: 15px;
    margin: 0;
    min-height: 353px;
}

div.ContentLayout div.MainLayout {
    margin-left: 0;
    margin-right:0;
    padding: 15px;
    width: 680px;
}

div.FooterLayout {
    width:100%;
    background: rgb(217, 217, 217) url('images/bottom-background.png') bottom center repeat-x;
    height:129px;
}

div.FooterLayout div.PageFooter {
    width:960px;
    padding-top:25px;
    margin-left:auto;
    margin-right:auto;
    background: url("images/footer-back.png") no-repeat scroll center bottom transparent;
    height:104px;
}

div.FooterRight {
    display:none;
}

blockquote.pullquote {
    background-image:url('/etc/designs/uc/Base960Advanced/images/red-quote.png');
}

div.text.boxStyle1 h3 {
    background:#e00122;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #800113),
        color-stop(0.8, #e00122)
    );
    background-image: -moz-linear-gradient(
        center top,
        #800113 0%,
        #e00122 80%
    );
}

div.text.numbers b {
    color:#e00122;
}

div.HeaderLayout div.cq-colctrl-lt2-c1 {
    padding-left:0.9%;
    margin-left:0.9%;
    border-left:1px dotted black;
}


div.HeaderLayout div.cq-colctrl-lt3-c1 {
    padding-left:0.9%;
    margin-left:0.9%;
    padding-right:0.9%;
    margin-right:0.9%;
    border-left:1px dotted black;
    border-right:1px dotted black;
}

/* RSS Feed Lens styles - #news */

div.RSSFeedLens div#news li.entry>a,div.RSSFeedLens div#news li.entry>a:link,div.RSSFeedLens div#news li.entry>a:visited {
    color:#e00122;
    text-decoration:none;
    font-weight:bold;
}

div.RSSFeedLens div#news li.entry>a:hover,div.RSSFeedLens div#news li.entry>a:active {
    color:#e00122;
    text-decoration:underline;
    font-weight:bold;
}

div.RSSFeedLens div#news li.entry {
    margin-bottom:1em;
}

/* RSS Feed Lens styles - #newsnobullets */

div.RSSFeedLens div#newsnobullets ul.rssUL {
    padding-left:0;
    }

div.RSSFeedLens div#newsnobullets li.entry>a,
div.RSSFeedLens div#newsnobullets li.entry>a:link,
div.RSSFeedLens div#newsnobullets li.entry>a:visited {
    color:black;
    text-decoration:none;
    font-weight:bold;
}

div.RSSFeedLens div#newsnobullets li.entry>a:hover,
div.RSSFeedLens div#newsnobullets li.entry>a:active {
    color:black;
    text-decoration:underline;
    font-weight:bold;
}

div.RSSFeedLens div#newsnobullets li.entry {
    margin-bottom:1em;
    list-style:none;
    list-style-image:none;
}

/* RSS Feed Lens styles - #events */

div.RSSFeedLens div#events ul.rssUL {
    padding-left:35px;
}

div.RSSFeedLens div#events li {
    list-style-image:none;
    list-style:none;
}

div.RSSFeedLens div#events li.entry {
    position:relative;
    padding-bottom:20px;
}

div.RSSFeedLens div#events li.publishedDate {
    display: block;
    background: black;
    color: white;
    width: 28px;
    height: 28px;
    left: -37px;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0;
    overflow:hidden;
    text-align:center;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    font-style:normal;
}

div.RSSFeedLens div#events li.publishedDate span.dayofweek,
div.RSSFeedLens div#events li.publishedDate span.year,
div.RSSFeedLens div#events li.publishedDate span.comma,
div.RSSFeedLens div#events li.publishedDate span.time {
    display:none;
}

div.RSSFeedLens div#events li.publishedDate span.month {
    display: block;
    font-size: 8px;
    text-transform: uppercase;    
}
div.RSSFeedLens div#events li.publishedDate span.date {
    display:block;
    font-size:12px;
    font-weight:bold;
}
div.RSSFeedLens div#events li.body {
    display:none;
}

div.RSSFeedLens div#events li.entry a,div.RSSFeedLens div#events li.entry a:link,div.RSSFeedLens div#events li.entry a:visited {
    color:black;
    text-decoration:none;
}

div.RSSFeedLens div#events li.entry a:hover,div.RSSFeedLens div#events li.entry a:active {
    color:#e00122;
    text-decoration:underline;
}

div.RSSFeedLens div.noTime li.publishedDate span.comma,
div.RSSFeedLens div.noTime li.publishedDate span.time {
    display:none;   
}

div.RSSFeedLens div.noDate li.publishedDate {
    display:none;
}
    
    
/* dropdown nav */

div.DropdownNav {
    top:0;
    background:#e00122;
    height:33px;
}

div.DropdownNav ul.first {
    height:33px;
    padding:0 0 0 147px;
    background:none;
}

div.DropdownNav ul.first li.first {
    height:23px;
    width:133px;
    padding:10px 0 0 0;
    margin:0;
    text-align:center;
    background:url('images/dropdown-nav-tab-active.jpg');
    color:black;
    top:0;
    text-indent:0;
    font-size:11px;
    
}

div.DropdownNav ul.first li.first>a,
div.DropdownNav ul.first li.first>span {
    text-transform:uppercase;
    }

div.DropdownNav ul.first li.first.notSelection {
    background:url('images/dropdown-nav-tab.jpg');
    color:#e00122;
}

div.DropdownNav ul.first li.first.notSelection.childrenVisible {
    background:url('images/dropdown-nav-tab-active.jpg');
    color:black;
    }
    
div.DropdownNav ul.first li.first.notSelection.childrenVisible>a,
div.DropdownNav ul.first li.first.notSelection.childrenVisible>a:link,
div.DropdownNav ul.first li.first.notSelection.childrenVisible>a:visited,
div.DropdownNav ul.first li.first.notSelection.childrenVisible>a:active {
    color:black;
    }

div.DropdownNav ul.first li.first>a, div.DropdownNav ul.first li.first>a:link,
    div.DropdownNav ul.first li.first>a:visited, div.DropdownNav ul.first li.first>a:active {
    padding:0;
    color:#e00122;
    background:none;
}

div.DropdownNav ul.first li.first ul {
    top:33px;
    background:rgb(168,168,168);
    color:black;
    width:129px;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    margin-left:2px;
    margin-right:2px;
    opacity:0.9;
}

div.DropdownNav ul.first li.first ul li {
    background:white;
    color:black;
    margin:2px 2px 0 2px;
}

div.DropdownNav ul.first li.first ul li a,
    div.DropdownNav ul.first li.first ul li a:link,
div.DropdownNav ul.first li.first ul li a:visited,
    div.DropdownNav ul.first li.first ul li a:active {
    color:black;
    text-align:left;
    font-weight:bold;
    padding:8px;
}

div.DropdownNav ul.first li.first ul li a:after {
    content:"►";
    color:#e00122;
}

div.DropdownNav ul.first li.first ul li a:hover,
    div.DropdownNav ul.first li.first ul li a:hover:after {
    background:#e00122;
    color:white;
}

/* uc recursive nav */

.ucNav ul {
    list-style-image:none;
    list-style:none;
}

.ucNav ul.first {
    margin-left:0;
    font-size:12px;
    padding-right:15px;
}

.ucNav ul.first li {
    list-style-image:none;
    list-style:none;
}

.ucNav ul.first li.first {
    border-bottom:1px solid rgb(178,178,178);
    padding-bottom:10px;
    margin-bottom:10px;
    color:#e00122; 
}

.ucNav ul.first li.first.selection span {
    font-weight:bold;
    
}

.ucNav ul.first li.first ul.lower li.lower {
    font-size:11px;
    padding-top:5px;
    color:black;
}

.ucNav ul.first li.first ul.lower li.lower a,
.ucNav ul.first li.first ul.lower li.lower a:link {
    color:black;
}

.ucNav li.childrenVisible {
    font-weight:bold;
}

.ucNav li.childrenVisible li.notSelection {
    font-weight:normal;
}

.ucNav li.childrenVisible li.notSelection.childrenVisible {
    font-weight:bold;
}

/* custom class for extra space between LI's */
.extraLiSpace li+li {
    margin-top:1em;
}

/* image with no bottom margin */
div.imagecomponent.headerImageImage {
    margin-bottom:0;
}

/*  3;cq-colctrl-tabs3    Tab Layout (Nav + 2 Cols) */
    
.cq-colctrl-tabs3 {
    background:url('images/tabs-content-back.png') bottom right no-repeat;
    height:256px;
    overflow:hidden;
}
    
.cq-colctrl-tabs3-c0 {
    padding: 0;
    margin: 0;
    float:left;
    width:250px;
    background:#e00122 url('images/tabs-back.png') bottom left no-repeat;
    height:256px;
    overflow:hidden;
}

.cq-colctrl-tabs3-c0 ul {
    margin:0;
    padding:0;
    list-style:none;
    list-style-image:none;
}

.cq-colctrl-tabs3-c0 ul li {
    margin:0;
    padding:0;
    list-style:none;
    list-style-image:none;
}

.cq-colctrl-tabs3-c0 ul li a {
    margin:0;
    padding:0;
    list-style:none;
    list-style-image:none;
    display:block;
    background:url('images/tab-normal.png') center bottom repeat-x #E00122;
}

.cq-colctrl-tabs3-c0 ul li a, 
.cq-colctrl-tabs3-c0 ul li a:link,
.cq-colctrl-tabs3-c0 ul li a:visited,
.cq-colctrl-tabs3-c0 ul li a:active,
.cq-colctrl-tabs3-c0 ul li a:hover {
    color:white;
    text-decoration:none;
    height:24px;
    padding:10px 8px 0 10px;
    font-weight:bold;
    font-size:14px;
}

.cq-colctrl-tabs3-c1 {
    padding: 0 9px !important;
    margin: 5px 0 0 0 !important;
    float:left;
    width:335px;
    border-right:1px dotted black;
}

.cq-colctrl-tabs3-c2 {
    padding: 0 10px !important;
    margin: 5px 0 0 0 !important;
    float:left;
    width:335px;
}

/*  4;cq-colctrl-tabs4    Tab Layout (Nav + 3 Cols) */
    
.cq-colctrl-tabs4 {
    background:url('images/tabs-content-back.png') bottom right no-repeat;
    height:256px;
    overflow:hidden;
}
    
.cq-colctrl-tabs4-c0 {
    padding: 0;
    margin: 0;
    float:left;
    width:250px;
    background:#e00122 url('images/tabs-back.png') bottom left no-repeat;
    height:256px;
    overflow:hidden;
}

.cq-colctrl-tabs4-c0 ul {
    margin:0;
    padding:0;
    list-style:none;
    list-style-image:none;
}

.cq-colctrl-tabs4-c0 ul li {
    margin:0;
    padding:0;
    list-style:none;
    list-style-image:none;
}

.cq-colctrl-tabs4-c0 ul li a {
    margin:0;
    padding:0;
    list-style:none;
    list-style-image:none;
    display:block;
    background:url('images/tab-normal.png') center bottom repeat-x #E00122;
}

.cq-colctrl-tabs4-c0 ul li a, 
.cq-colctrl-tabs4-c0 ul li a:link,
.cq-colctrl-tabs4-c0 ul li a:visited,
.cq-colctrl-tabs4-c0 ul li a:active,
.cq-colctrl-tabs4-c0 ul li a:hover {
    color:white;
    text-decoration:none;
    height:24px;
    padding:10px 8px 0 10px;
    font-weight:bold;
    font-size:14px;
}

.cq-colctrl-tabs4-c1 {
    padding: 0 10px !important;
    margin: 5px 0 0 0 !important;
    float:left;
    width:216px;
}

.cq-colctrl-tabs4-c2 {
    padding: 0 10px !important;
    margin: 5px 0 0 0 !important;
    float:left;
    width:216px;
    border-left:1px dotted black;
    border-right:1px dotted black;
}

.cq-colctrl-tabs4-c3 {
    padding: 0 10px !important;
    margin: 5px 0 0 0 !important;
    float:left;
    width:216px;
}
