@charset "utf-8";

/* Global Emergency Component */
.GlobalEmergency {
    color: black;
    text-align: center;
    font-size: 14px;
    background: #ffffba;
    padding: 0.5em 1em;
    font-weight: bold;
}

.GlobalEmergency a,.GlobalEmergency a:link,.GlobalEmergency a:visited,.GlobalEmergency a:active
    {
    color: black;
    text-decoration: underline;
}

.GlobalEmergency a:hover {
    color:#e00122;
    }



/* Page Structure */
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family:Arial,sans-serif;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #e6e6e6 url('images/content_background.png') repeat-y center
        ;
    font: normal normal .75em/ 1.4em Arial, Helvetica, sans-serif;
}

.PageLayout {
    min-height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    width: 960px;
    background: url('images/content_background.png') repeat-y center;
}

* html .PageLayout {
    height: 100%;
}

.HeaderLayout {
    z-index: 1;
    width: 100%;
    padding: 0 0 8px;
    margin: 0;
    background: black url(images/shadow.jpg) repeat-x bottom;
}

.HeaderLayout div {
    margin: 0;
    padding: 0;
}

.HeaderLayout .UCList ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    font-weight:bold;
}

.HeaderLayout .UCList ul.bigNav {
    padding:0.6em 0;
    font-size:1.25em;
    text-align:center;
    }

.HeaderLayout .UCList ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 30px 0 0;
}

.HeaderLayout .UCList ul.bigNav li {
    padding: 0 15px;
}

.HeaderLayout .UCList ul a {
    color: white;
    text-decoration: none;
}

.HeaderLayout .UCList ul a:hover {
    color: white;
    text-decoration: underline;
}

.ContentLayout {
    padding: 7px 10px 130px;
    width: 940px;
    margin: 0 auto;
    background: transparent url(images/dot.gif) repeat-y 207px 0;
}

.ContentLayout:after {
    clear: both;
    content: " ";
    display: block;
}

.ContentLayout .NavLayout {
    float: left;
    width: 190px;
    padding: 0 10px 0 0;
    min-height:1px;
}

.ContentLayout .MainLayout {
    float: left;
    width: 730px;
    padding: 0 0 0 10px;
    min-height:1px;
}

ul li {
    list-style-image: url(images/arrow_grey.png);
}

.NavLayout ul {
    padding: 0;
    margin: 0 0 0 15px;
}

.NavLayout ul.recursiveNav1,
.NavLayout ul.recursiveNav2,
.NavLayout ul.recursiveNav3
{
    margin: 0;
}

.NavLayout .UCList ul li,.NavLayout .RecursiveNavigation ul li {
    list-style-image: url(images/arrow_grey.png);
    line-height: 1.5em;
}


/*.NavLayout h3 {
    color: #e00122;
    margin: 0;
    font-size: 1.2em;
}*/

.NavLayout a,.NavLayout a:link,.NavLayout a:visited {
    text-decoration: none;
    color: #e00122;
}

.NavLayout a:hover {
    text-decoration: underline;
}

/* Global Nav Component */
.GlobalNav {
    width: 960px;
    height: 21px;
    padding: 5px 0 !important;
    margin: 0;
    background: black;
}

.GlobalNav ul.NavList {
    width: 960px;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: block;
}

.GlobalNav ul.NavList li.NavItem {
    float: left;
    display: block;
    height: 21px;
    padding: 0 0 0 10px;
    margin: 0;
    list-style-image: none;
}

.GlobalNav ul.NavList1 li.NavItem {
    width: 620px;
}

.GlobalNav ul.NavList2 li.NavItem {
    width: 310px;
}

.GlobalNav ul.NavList3 li.NavItem {
    width: 203px;
}

.GlobalNav ul.NavList4 li.NavItem {
    width: 150px;
}

.GlobalNav ul.NavList5 li.NavItem {
    width: 118px;
}

ul#GlobalNavSearchOptionsUL li {
    list-style-image: none !important;
}

.GlobalNav ul.NavList li.ToolsItem {
    padding: 0 0 0 10px;
}

.GlobalNav ul.ToolsList {
    display: none;
    position: relative;
    _position: absolute;
    top: 0;
    margin: 0 0 0 -12px;
    _margin-top: 22px;
    _margin-left: -66px;
    padding: 5px 10px;
    list-style: none;
    list-style-image: none;
    line-height: 1.4em;
    z-index: 120;
    border: 2px solid white;
    width: 80px;
    background: white;
}

.GlobalNav ul.ToolsList {
    background: rgba(255, 255, 255, .95);
}

.GlobalNav ul.ToolsList li.ToolDropItem {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.GlobalNav ul.NavList li.SearchItem {
    position: relative;
    float: right;
    width: 300px;
    padding: 0 10px;
    margin: 0;
    list-style-image: none;
    text-align: left;
}

.GlobalNav ul.NavList li.SearchItem input.SearchBox {
    float: left;
    width: 248px;
    height: 19px;
    border: 1px solid white;
    padding: 0;
    color: #000;
    background: white;
    z-index: 9 !important;
}

.GlobalNav ul.NavList li.SearchItem input.SearchButton {
    float: left;
    width: 21px;
    height: 21px;
    margin: 0 0 0 8px;
}

.GlobalNav ul.SearchList {
    display: none;
    position: relative;
    _position: absolute;
    top: 0;
    clear: both;
    width: 226px;
    margin: 0;
    _margin-top: 22px;
    padding: 10px;
    list-style: none;
    list-style-image: none;
    z-index: 300;
    border: 2px solid white;
    background: #f9f9f9;
}

.GlobalNav ul.SearchList {
    background: rgba(255, 255, 255, .95);
}

.GlobalNav ul.SearchList li.CloseItem {
    margin-top: 10px;
}

.GlobalNav ul.NavList li.NavItem a.NavLink {
    color: #fff;
    text-decoration: none;
}

.GlobalNav ul.NavList li.NavItem.SupportItem a.NavLink {
    font-weight:bold;
}

.GlobalNav ul.NavList li.NavItem a.NavLink:hover {
    text-decoration: underline;
}

.GlobalNav ul.ToolsList a {
    color: #e00122;
    text-decoration: underline;
}

.GlobalNav ul.ToolsList a:hover {
    color: black;
    text-decoration: underline;
}

.GlobalNav ul.SearchList a,.GlobalNav ul.SearchList label {
    color: #e00122;
    text-decoration: underline;
}

.GlobalNav ul.SearchList a:hover,.GlobalNav ul.SearchList label:hover {
    color: black;
    text-decoration: underline;
}

.GlobalNav ul.SearchList li.CloseItem a.CloseLink {
    color: #000;
    text-decoration: none;
}

.GlobalNav ul.NavList li.SearchItem input.SearchBoxWatermark {
    color: #999;
    font-style: italic;
}

/* Draggable Global Nav Component */
.HeaderLayout div.GlobalNavDraggable {
    width: 960px;
    height: 21px;
    padding: 5px 0 5px 0;
    margin: 0;
    background: black;
}

.GlobalNavDraggable ul.NavList {
    width: 960px;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: block;
}

.GlobalNavDraggable ul.NavList li.NavItem {
    float: left;
    display: block;
    height: 21px;
    padding: 0 0 0 10px;
    margin: 0;
    list-style-image: none;
    text-align:left;
}

.GlobalNavDraggable ul.NavList1 li.NavItem {
    width: 620px;
}

.GlobalNavDraggable ul.NavList2 li.NavItem {
    width: 310px;
}

.GlobalNavDraggable ul.NavList3 li.NavItem {
    width: 203px;
}

.GlobalNavDraggable ul.NavList4 li.NavItem {
    width: 150px;
}

.GlobalNavDraggable ul.NavList5 li.NavItem {
    width: 118px;
}

.GlobalNavDraggable ul.NavList6 li.NavItem {
    width: 96px;
}

.GlobalNav ul.NavList li.NavItem .NavLink span,
.GlobalNavDraggable ul.NavList li.NavItem .NavLink span {
    color:#e00122 !important;
    /* arrow character after "Support UC" */
    }

ul#GlobalNavSearchOptionsUL li {
    list-style-image: none !important;
}

.GlobalNavDraggable ul.NavList li.ToolsItem {
    padding: 0 0 0 10px;
    text-align:left;
}

.GlobalNavDraggable ul.ToolsList {
    display: none;
    position: relative;
    _position: absolute;
    top: 0;
    margin: 0 0 0 -12px;
    _margin-top: 22px;
    _margin-left: -66px;
    padding: 5px 10px;
    list-style: none;
    list-style-image: none;
    line-height: 1.4em;
    z-index: 120;
    border: 2px solid white;
    width:90px;
    background: white;
}

.GlobalNavDraggable ul.ToolsList {
    background: rgba(255, 255, 255, .95);
}

.GlobalNavDraggable ul.ToolsList li.ToolDropItem {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.GlobalNavDraggable ul.NavList li.SearchItem {
    position: relative;
    float: right;
    width: 300px;
    padding: 0 10px;
    margin: 0;
    list-style-image: none;
    text-align: left;
}

.GlobalNavDraggable ul.NavList li.SearchItem input.SearchBox {
    float: left;
    width: 248px;
    height: 19px;
    border: 1px solid white;
    padding: 0;
    color: #000;
    background: white;
    z-index: 9 !important;
}

.GlobalNavDraggable ul.NavList li.SearchItem input.SearchButton {
    float: left;
    width: 21px;
    height: 21px;
    margin: 0 0 0 8px;
}

.GlobalNavDraggable ul.SearchList {
    display: none;
    position: relative;
    _position: absolute;
    top: 0;
    clear: both;
    width: 226px;
    margin: 0;
    _margin-top: 22px;
    padding: 10px;
    list-style: none;
    list-style-image: none;
    z-index: 300;
    border: 2px solid white;
    background: #f9f9f9;
}

.GlobalNavDraggable ul.SearchList {
    background: rgba(255, 255, 255, .95);
}

.GlobalNavDraggable ul.SearchList li.CloseItem {
    margin-top: 10px;
}

.GlobalNavDraggable ul.NavList li.NavItem a.NavLink {
    color: #fff;
    text-decoration: none;
}

.GlobalNavDraggable ul.NavList li.NavItem.SupportItem a.NavLink {
    font-weight:bold;
}

.GlobalNavDraggable ul.NavList li.NavItem a.NavLink:hover {
    text-decoration: underline;
}

.GlobalNavDraggable ul.ToolsList a {
    color: #e00122;
    text-decoration: underline;
}

.GlobalNavDraggable ul.ToolsList a:hover {
    color: black;
    text-decoration: underline;
}

.GlobalNavDraggable ul.SearchList a,.GlobalNavDraggable ul.SearchList label
    {
    color: #e00122;
    text-decoration: underline;
}

.GlobalNavDraggable ul.SearchList a:hover,.GlobalNavDraggable ul.SearchList label:hover
    {
    color: black;
    text-decoration: underline;
}

.GlobalNavDraggable ul.SearchList li.CloseItem a.CloseLink {
    color: #000;
    text-decoration: none;
}

.GlobalNavDraggable ul.NavList li.SearchItem input.SearchBoxWatermark {
    color: #999;
    font-style: italic;
}

.FooterLayout {
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 960px;
    height: 120px;
}

.PageFooter {
    width: 960px;
    height: 120px;
    padding: 0;
    margin: 0 auto;
    color: #FFF;
    background: #e00122;
}

.FooterLeft {
    padding: 0 10px;
    margin: 0;
    position: relative;
    float: left;
    width:940px;
    height:100%;
}

.FooterLeft p {
    margin-bottom:0.5em;
    }
    
    .FooterLeft .FooterLeftContent {
    margin:1em 0 0.5em 0;
    }
    
.FooterLeft span.copyright {
    font-size:11px;
    bottom:6px;
    right:10px;
    display:block;
    text-align:right;
    position:absolute;
    }

div.skip {
    display: none;
}

h1 {
    line-height: 0; /* prevents unnecessary padding under banner image */
    font-weight: bold;
    margin: 0;
    color: #E00122;
    font-size: 1.7em;
    padding: 0;
    width: 960px;
    background: transparent;
}

div.MainContent h1 {
    height: 1.4em;
    line-height: 1em;
    width: auto;
    color: black;
}

.pageBanner span.title {
    display:none;
    }

h2 {
    color: #e00122;
    font-size: 1.6em;
    line-height: 1.2em;
    padding: 0;
    margin: 16px 0 5px;
    background: transparent;
}

.Title h2 {
    margin-top: 10px;
}

*+.Title h2 {
    margin-top: inherit;
}

h3 {
    color: #000;
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 0;
    margin: 16px 0 5px;
    background: transparent;
}

h4 {
    color: #e00122;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0;
    margin: 16px 0 5px;
    background: transparent;
}

h5 {
    color: #000;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0;
    margin: 16px 0 5px;
    background: transparent;
}

h6 {
    color: #e00122;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0;
    margin: 16px 0 5px;
    background: transparent;
}

.FooterLeft a:link {
    color: #FFF;
    text-decoration: underline;
    background: transparent;
}

.FooterLeft a:visited {
    color: #FFF;
    text-decoration: underline;
    background: transparent;
}

.FooterLeft a:hover {
    color: #FFF;
    text-decoration: underline;
    background: transparent;
}

.FooterLeft a:active {
    color: #FFF;
    text-decoration: underline;
    background: transparent;
}

a>img,a img,img {
    border: none;
}

.bodyimage {
    height: auto;
    margin: 8px 8px 0;
    padding: 0;
    width: auto;
}

.float_left {
    float: left;
    height: auto;
    width: auto;
}

.float_right {
    float: right;
    height: auto;
    width: auto;
}

.caption {
    color: #666;
    height: auto;
    margin: 4px 0 0;
    padding: 0;
    text-align: center;
    width: auto;
}

.DebugHelp {
    width: 990px;
    margin: 0 auto;
    padding: 20px 0;
}

.DebugHelp a {
    color: #00F;
}

.DebugHelp table {
    width: 100%;
    margin-bottom: 4em;
}

.DebugHelp table td {
    vertical-align: top;
}

.DebugHelp tr.DebugObject th {
    text-align: left;
    font-weight: normal;
}

.DebugHelp tr.DebugObject {
    background: #CCF;
}

.DebugHelp tr.DebugObject .DebugVariable {
    font-weight: bold;
    font-size: x-large;
}

.DebugHelp tr.DebugObject .DebugPackage {
    font-weight: bold;
    font-size: larger;
}

.DebugHelp tr.DebugColumn {
    font-weight: bold;
    background: #999;
}

.DebugHelp tr.DebugFooter {
    background: #999;
}

.DebugHelp tr.DebugColumn td.DebugProperty {
    width: 35%;
}

* html .ClearFix {
    height: 1%;
}

*+html .ClearFix {
    display: inline-block;
}

.ClearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a:link {
    color: #E00122;
    text-decoration: underline;
    background: transparent;
}

a:visited {
    color: #E00122;
    text-decoration: underline;
    background: transparent;
}

a:hover {
    color: #000;
    text-decoration: underline;
    background: transparent;
}

a:active {
    color: #000;
    text-decoration: underline;
    background: transparent;
}

.RedText,a.RedText:link {
    color: #E00122;
}

a.RedText:visited {
    color: #E00122;
}

a.RedText:hover {
    color: #000;
}

.BlackText,a.BlackText:link {
    color: #000;
}

a.BlackText:visited {
    color: #000;
}

a.BlackText:hover {
    color: #E00122;
}

h2.BlackIngotBelow {
    color: #000;
    padding-bottom: 12px;
    background: url('images/ingot_32x9.gif') no-repeat bottom left;
}

h2.BlackIngotBefore {
    color: #000;
    padding-left: 38px;
    background: url('images/ingot_32x9.gif') no-repeat 0 7px;
}

h2.BlackNoIngot {
    color: #000;
}

div.leftimage img {
    float: left !important;
}

.cq-colctrl-cols {
    width: 100%;
    float: left;
}

.cq-colctrl-default {
    width: 100%;
}

.parsys_column {
    min-height:1px; 
}

/* 2;cq-colctrl-lt0 2 Columns (70%, 30%) */
.cq-colctrl-lt0-c0 {
    float: left;
    width: 67%;
    padding-right: 0;
}

.cq-colctrl-lt0-c1 {
    float: left;
    width: 30%;
    padding-left: 2.9%;
}

/* 2;cq-colctrl-lt1 2 Columns (30%, 70%) */
.cq-colctrl-lt1-c0 {
    float: left;
    width: 30%;
    padding-right: 0;
}

.cq-colctrl-lt1-c1 {
    float: left;
    width: 67%;
    padding-left: 2.9%;
}

/* 2;cq-colctrl-lt2 2 Columns (50%, 50%) */
.cq-colctrl-lt2-c0 {
    float: left;
    width: 49%;
    padding: 0;
}

.cq-colctrl-lt2-c1 {
    float: left;
    width: 49%;
    padding: 0 0 0 1.9%;
}

/* 3;cq-colctrl-lt3 3 Columns (33%, 33%, 33%) */
.cq-colctrl-lt3-c0 {
    float: left;
    width: 32%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt3-c1 {
    float: left;
    width: 32%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt3-c2 {
    float: left;
    width: 32%;
    padding: 0;
}

/* 3;cq-colctrl-lt4 3 Columns (50%, 25%, 25%) */
.cq-colctrl-lt4-c0 {
    float: left;
    width: 48%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt4-c1 {
    float: left;
    width: 24%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt4-c2 {
    float: left;
    width: 24%;
    padding: 0;
}

/* 3;cq-colctrl-lt4 3 Columns (25%, 25%, 50%) */
.cq-colctrl-lt11-c0 {
    float: left;
    width: 24%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt11-c1 {
    float: left;
    width: 24%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt11-c2 {
    float: left;
    width: 48.2%;
    padding: 0;
}

/* 3;cq-colctrl-lt5 3 Columns (40%, 40%, 20%) */
.cq-colctrl-lt5-c0 {
    float: left;
    width: 38%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt5-c1 {
    float: left;
    width: 38%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt5-c2 {
    float: left;
    width: 20%;
    padding: 0;
}

/* 3;cq-colctrl-lt5 3 Columns (40%, 20%, 40%) */
.cq-colctrl-lt12-c0 {
    float: left;
    width: 38%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt12-c1 {
    float: left;
    width: 20%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt12-c2 {
    float: left;
    width: 38%;
    padding: 0;
}

/* 4;cq-colctrl-lt6 4 Columns (25%, 25%, 25%, 25%) */
.cq-colctrl-lt6-c0 {
    float: left;
    width: 23.5%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt6-c1 {
    float: left;
    width: 23.5%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt6-c2 {
    float: left;
    width: 23.5%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt6-c3 {
    float: left;
    width: 23.5%;
    padding: 0;
}

/* 5;cq-colctrl-lt7 5 Columns (25%, 25%, 25%, 25%) */
.cq-colctrl-lt7-c0 {
    float: left;
    width: 18.4%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt7-c1 {
    float: left;
    width: 18.4%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt7-c2 {
    float: left;
    width: 18.4%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt7-c3 {
    float: left;
    width: 18.4%;
    padding: 0 1.9% 0 0;
}

.cq-colctrl-lt7-c4 {
    float: left;
    width: 18.4%;
    padding: 0;
}

/* 2;cq-colctrl-lt8 2 Columns (60%, 40%) */
.cq-colctrl-lt8-c0 {
    float: left;
    width: 57%;
    padding-right: 0;
}

.cq-colctrl-lt8-c1 {
    float: left;
    width: 40%;
    padding-left: 2.9%;
}

/* 2;cq-colctrl-lt13 2 Columns (60%, 38%) */
.cq-colctrl-lt13-c0 {
    float: left;
    width: 59.9%;
    padding-right: 0;
}

.cq-colctrl-lt13-c1 {
    float: right;
    width: 38%;
    padding-left: 1.9%;
}

/* 2;cq-colctrl-lt9 2 Columns (40%, 60%) */
.cq-colctrl-lt9-c0 {
    float: left;
    width: 40%;
    padding-right: 0;
}

.cq-colctrl-lt9-c1 {
    float: left;
    width: 57%;
    padding-left: 1.9%;
}

/* 2;cq-colctrl-lt14 2 Columns (38%, 60%) */
.cq-colctrl-lt14-c0 {
    float: left;
    width: 38%;
    padding-right: 0;
}

.cq-colctrl-lt14-c1 {
    float: right;
    width: 59.9%;
    padding-left: 1.9%;
}

/* ----- */
div.clear {
    clear: both;
}

hr.clear {
    clear: both;
}

div.announcements,
    div.spotlights,
    div.lens {
    margin: 0;
}

div.Lens p.viewall {
    margin-top:0;
}

div.lens.randomize>div {
    display:none;
    }
    
div.lens.randomize>div.chosen {
    display:block;
    }

div.announcements h3,
    div.spotlights h3
    div.lens h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

div.announcement,
    div.spotlight {
    clear: both;
    margin-bottom: 10px;
}

div.announcement a,
div.spotlight a {
    color: black;
    text-decoration: none;
}

div.announcement h3 span,
div.spotlight h3 span,
div.spotlight h3 a,
div.lens h3 span {
    color: black;
    margin: 0;
    padding: 0 0 0 13px;
    background: url("images/arrow_grey.png") no-repeat scroll 0 4px
        transparent;
}

div.announcement a h3 span,
div.spotlight h3 a,
.NavLayout div.announcement a h3 span,
.NavLayout div.spotlight h3 a
{
    color: black;
    background-image: url("images/arrow_red.png");
}

div.announcement a h3 span:hover,
div.spotlight h3 a:hover {
    color: #e00122;
    text-decoration: underline;
}

div.announcement p {
    color: black;
    margin: 0;
    padding: 0;
}

div.announcement a p,
div.spotlight p a,
.NavLayout div.announcement a p,
.NavLayout div.spotlight p a {
    color: black;
}

div.announcement a p:hover,
div.spotlight p a:hover {
    color: #e00122;
    text-decoration: underline;
}

div.announcement.image-left img,
    div.spotlights.image-left img,
    div.lens.image-left img {
    float: left;
    margin: 0 1em 1em 0;
}

div.announcement.image-right img,
    div.spotlights.image-right img,
    div.lens.image-right img {
    float: right;
    margin: 0 0 1em 1em;
}

div.announcement.image-none img,
    div.spotlights.image-none img,
    div.lens.image-none img {
    display: none;
}

div.announcements hr.clear,
    div.spotlights hr.clear,
    div.lens hr.clear {
    clear: both;
    margin: 10px 0;
    color: #ccc;
    height: 1px;
    border: 0;
    background: #ccc;
}

div.leftimage {
    float: left;
    margin-right: 10px;
    color: #666;
    font-size: 10px;
    text-align: center;
}

div.leftimage p {
    margin: 0;
    padding: 0;
}

div.leftimage a p {
    color: #666;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

div.leftimage a p:hover {
    color: #e00122 !important;
    text-decoration: underline;
}

div.rightimage {
    float: right;
    margin-left: 10px;
    color: #666;
    font-size: 10px;
    text-align: center;
}

div.rightimage a p {
    color: #666;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

div.rightimage a p:hover {
    color: #e00122 !important;
    text-decoration: underline;
}

div.rightimage p {
    margin: 0;
    padding: 0;
}

div.topimage {
    text-align: center;
    color: #666;
    font-size: 10px;
}

div.topimage a p {
    color: #666;
    text-decoration: none;
    margin: 0 auto;
    padding: 0;
}

div.topimage a p:hover {
    color: #e00122 !important;
    text-decoration: underline;
}

div.topimage p {
    margin: 0 auto;
    padding: 0;
}

div.topimage+div.text {
    clear: both;
}

div.topimage+div.text h3,div.topimage+div.text h4,div.topimage+div.text h5,div.topimage+div.text h6
    {
    margin-top: 1em;
}

div.text.intro {
    font-size:16px;
    line-height:1.4em;
    text-align:justify;
    border-bottom:1px dotted black;
    margin-bottom:6px;
}

div.text.numbers {
    font-size:1.25em;
    font-family:Georgia,serif;
    color:#2e2e2e;
    line-height:1.2em;
}

div.text.numbers b {
    font-weight:bold;
    font-size:1.95em;
    display:block;
    line-height:1.1em;
}

div.text.boxStyle1 {
    background:#f3f3f3;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.2, rgb(235,235,235)),
        color-stop(1, white)
    );
    background-image: -moz-linear-gradient(
        center top,
        rgb(235,235,235) 20%,
        rgb(255,255,255) 100%
    );
    padding:10px 10px 1px 10px;
    margin-bottom:1em;
}

div.text.boxStyle1 h3 {
    margin: -10px -10px 0 -10px;
    padding: 4px 10px;
    background:#171717;
    color:white;
}

div.text.boxStyle1 h4 {
    color:#e00122;
    text-shadow:1px 1px 2px white;
}

div.text.boxStyle1>ul {
    margin-left:0;
    padding-left:18px;
    }

div.text.boxStyle2 {
    border:1px solid #bbb;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:1em;
    }

div.text.boxStyle2>ul {
    margin-left:0;
    padding-left:18px;
    }
    
div.text.bigTable table {
    font-size:1.6em;
    }

div.imagecomponent {
    text-align: center;
    margin-bottom: 12px;
}

div.imagecomponent div.Caption {
    color: #666;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

div.imagecomponent img {
    margin: 0 auto;
    padding: 0;
}

div.imagecomponent a,div.imagecomponent a div.Caption {
    color: #666;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

div.imagecomponent a div.Caption:hover {
    color: #e00122 !important;
    text-decoration: underline;
}

div.noMarginImage
{
    margin-bottom: 0 !important;
}

/* UC Tri-Image */

.triImageHolder {
    margin: 0;
    padding: 0;
    width: 729px;
    background: white;
    border: 1px solid white;
    border-width: 1px 0 1px 1px;
}

div.triImageHolder .myClass {
    color: red;
}

div.triImageHolder .boxgrid {
    float: left;
    background: #161613;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    border-right: 1px solid white;
}

div.triImageHolder .boxgrid img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

div.triImageHolder .boxcaption {
    float: left;
    margin-left: 1;
    position: absolute;
    background: #000;
    height: auto;
    width: 100%;
    opacity: .8;
    filter: progid :                              
              DXImageTransform.Microsoft.Alpha (        
           
                 
                      Opacity =                                           80 )
        ;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

div.triImageHolder .captionfull .boxcaption {
    left: 0;
}

div.triImageHolder .caption .boxcaption {
    left: 0;
}

div.triImageHolder .cover h3 {
    text-align: left;
    color: #fff;
    margin: 5px 0 5px 5px;
    padding: 0;
    font: 16px "myriad pro", myriad, MyriadPro, sans-serif;
}

div.triImageHolder .cover p {
    text-align: left;
    color: #ccc;
    margin: 0;
    padding: 0 5px 5px;
}

#menu_arch {
    background: transparent
        url(/apps/uc/components/lenses/ImageRotator/images/menu_arch.png)
        no-repeat;
    width: 137px;
    height: 191px;
    position: absolute;
    z-index: 50;
}

#homepage_rotator {
    z-index: 3;
    position: relative;
}

.main_image {
    width: 100%;
    height: auto;
    background: #333;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.main_image h2 {
    font-size: 1.7em;
    font-weight: normal;
    color: #ee1102;
    margin: 0;
    padding: 8px 0 0 20px;
}

.main_image p {
    font-size: 1em;
    padding: 8px 40px;
    margin: 0;
    line-height: 1.4em;
}

.main_image a {
    color: #ee1102;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0;
}

.block small {
    display: none;
    padding: 0 12px 10px 20px;
    background: url(/apps/uc/components/lenses/ImageRotator/images/ical.gif)
        no-repeat 0 center;
    font-size: .5em;
    color: #fff;
    float: right;
}

.main_image .block small {
    margin-left: 10px;
}

.main_image .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.main_image .block {
    width: 100%;
    background: #181818;
}

.main_image a.collapse {
    background:
        url(/apps/uc/components/lenses/ImageRotator/images/btn_collapse.png)
        no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
    display: none;
}

.main_image a.show {
    background-position: left bottom;
}

.image_thumb {
    width: 100%;
    height: 33px;
    border-top: 2px #000 solid;
    border-bottom: 2px #000 solid;
    padding: 0;
    margin: 0;
    background: #191919;
}

.image_thumb img {
    background: transparent;
    margin: 3px 5px;
    display: none;
}

.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.image_thumb ul li {
    margin: 0;
    padding: 1px;
}

.image_thumb li {
    display: inline;
}

.image_thumb ul li.hover {
    cursor: pointer;
}

.image_thumb ul li.active {
    cursor: default;
}

.image_thumb ul li img {
    border: 1px solid black;
}

.image_thumb ul li.active img {
    border: 1px solid #ee0012;
}

.image_thumb ul li.start img {
    border: 1px solid #ee0012;
}

html .image_thumb ul li h2 {
    font-size: 1.5em;
    margin: 5px 0;
    padding: 0;
}

.image_thumb ul li .block {
    float: left;
    margin: 0;
    padding: 0;
}

.image_thumb a {
    display: none;
    text-decoration: none;
}

.image_thumb a.button.pause {
    background:
        url(/apps/uc/components/lenses/ImageRotator/images/pause.png)
        no-repeat left top;
    height: 14px;
    width: 12px;
    text-indent: -99999px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.image_thumb a.button.play {
    background: url(/apps/uc/components/lenses/ImageRotator/images/play.png)
        no-repeat left top;
    height: 14px;
    width: 12px;
    text-indent: -99999px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
}

.image_thumb ul li p,.image_thumb ul li h2,.image_thumb ul li small {
    display: none;
}

div.timeline div.timeline_inner_div {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    min-height: 150px;
    background: #FFF;
}

div.timeline h2 {
    margin-left: 20px;
    margin-bottom: 0;
    font-style: italic;
}

p.timeline_caption {
    color: black;
    margin: 0 0 10px 40px;
    font-size: 10px;
}

div#my-timeline {
    width: 95%;
    height: 150px;
    border-top: 1px solid #aaa;
    margin: 0 auto;
}

div#timeline-band-1 div.timeline-date-label {
    color: white;
}

#space_wrap {
    padding: 10px;
    margin: 0;
    width: 733px;
    height: 330px;
}

#slideshow {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
}

#slideshow span {
    padding: 0;
    margin: 0;
    display: none;
}

#wrapper {
    position: relative;
    float: right;
    width: 550px;
    padding: 0;
    margin: 0;
    display: none;
}

#wrapper * {
    padding: 0;
    margin: 0;
}

#fullsize {
    padding: 2px;
    margin: 0;
    position: relative;
    width: 550px;
    height: 330px;
}

#fullsize.right {
    margin-left: -20px;
}

#information {
    position: absolute;
    bottom: 0;
    width: 550px;
    height: 0;
    background: #000;
    color: #fff;
    overflow: hidden;
    z-index: 200;
    opacity: .7;
    filter: alpha(opacity =                                 70);
}

#information h3 {
    color: #e00122;
    padding: 4px 8px 3px;
    font-size: 14px;
}

#information p {
    padding: 0 8px 8px;
}

#image {
    width: 500px;
}

#image img {
    position: absolute;
    z-index: 25;
    width: auto;
}

.imgnav {
    position: absolute;
    width: 25%;
    height: 306px;
    cursor: pointer;
    z-index: 150;
}

#imgprev {
    left: 0;
    background:
        url(/apps/uc/components/multimedia/ImageRotator/images/left.gif) left
        center no-repeat;
}

#imgnext {
    right: 0;
    background:
        url(/apps/uc/components/multimedia/ImageRotator/images/right.gif)
        right center no-repeat;
}

#imglink {
    position: absolute;
    height: 90%;
    width: 100%;
    z-index: 100;
    opacity: .4;
    filter: alpha(opacity =                                 40);
    background:
        url(/apps/uc/components/multimedia/ImageRotator/images/1x1transparent.gif)
        ;
}

#thumbnails {
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
    width: 150px;
}

#thumbnails.right {
    float: right;
    padding: 0 5px 0 0;
}

#slidetop {
    border: solid #000 1px;
    float: left;
    width: 150px;
    height: 20px;
    background:
        url(/apps/uc/components/multimedia/ImageRotator/images/scroll-top.gif)
        center center no-repeat;
    opacity: .6;
    filter: alpha(opacity =                                 60);
}

#slidetop.right {
    float: right;
}

#slidetop:hover {
    opacity: 1;
    filter: alpha(opacity =                                 100);
}

#slidebottom {
    border: solid #000 1px;
    float: left;
    width: 150px;
    height: 20px;
    background:
        url(/apps/uc/components/multimedia/ImageRotator/images/scroll-bottom.gif)
        center center no-repeat;
    opacity: .6;
    filter: alpha(opacity =                                 60);
}

#slidebottom.right {
    float: right;
}

#slidebottom:hover {
    opacity: 1;
    filter: alpha(opacity =                                 100);
}

#slidearea {
    float: left;
    position: relative;
    width: 150px;
    margin-left: 4px;
    height: 280px;
    overflow: hidden;
}

#slidearea.right {
    float: right;
    margin-left: 0;
    margin-right: 4px;
}

#slider {
    position: relative;
    left: 10px;
    height: 15px;
}

#slider.right {
    left: 15px;
}

#slider img {
    cursor: pointer;
    position: relative;
    padding: 2px;
}

/* Forms */
div.form_leftcol {
    clear: left;
    float: left;
    width: 23%;
    padding: 0 2% 0 0;
    float: left;
    text-align: right;
    min-height: 1px; /* forces FF to render this div even if it's empty */
}

div.form_leftcol div.form_leftcollabel {
    display: inline;
}

div.form_leftcol div.form_leftcolmark {
    display: inline;
    color: #e00122;
}

div.form_rightcol {
    float: left;
    width: 75%;
    padding: 0;
    width: 75%;
}

html.ext-strict div.form_leftcol,html.ext-strict div.form_rightcol {
    float: none;
    text-align: left;
}

html.ext-strict div.end:after {
    content: "( When published, this form will display in two columns, with
        labels to the left and form fields to the right.) ";
}

div.RSSFeedLens ul.rssUL {
    padding-left: 17px;
}

div.RSSFeedLens ul li {
    list-style-image: url('/etc/designs/uc/Base960Advanced/images/arrow_red.png');
}
div.RSSFeedLens ul li h3{
    font-size: 1em;
}

div.RSSFeedLens ul.rssChildUL {
    padding: 0;
}

div.RSSFeedLens li.publishedDate {
    font-size: 0.8em;
    font-style: italic;
    list-style-image: none;
    list-style-type: none;
    list-style-image: none;
    line-height: 1.4em;
}

div.RSSFeedLens li.body {
    list-style-image: none;
    list-style-type: none;
    list-style-image: none;
}

div.RSSFeedLens .headlinesOnly ul.rssChildUL {
    display:none;
    }

.RSSFeedLens h3
{   
    display: inline;
}


.GoogleMapCanvas {
    width: 100%;
    height: 500px;
}

.GoogleMapCanvas h3,.GoogleMapCanvas h4 {
    margin-top: 0;
}

/* recursiveNav1 / also uclist 1 (ul.recursiveNav1)*/
.recursiveNav1 ul, ul.recursiveNav1 {
    font-size: 14px;
    list-style: none;
}

ul.recursiveNav1
{
    padding: 0;
    list-style-image: none !important;
}

ul.recursiveNav1 li
{
    list-style-image: none !important;
}


.NavLayout ul.recursiveNav1 li a,
.NavLayout ul.recursiveNav1 li a:link,
.NavLayout ul.recursiveNav1 li a:visited
{
    color: #454545;
}


.NavLayout .recursiveNav1 ul {
    margin: 0;
}

.recursiveNav1 ul li, ul.recursiveNav1 li {
    list-style: none;
    list-style-image: none;
}

.recursiveNav1 ul li ul {
    padding-left: 10px;
    border-top: none;
    list-style-image: none;
}

.recursiveNav1 ul.first li:first-child, ul.recursiveNav1 li:first-child {
    border-top: solid 1px #cccccc;
}

.recursiveNav1 ul.lower li:first-child {
    border-top: none;
}

.recursiveNav1 ul li.first, ul.recursiveNav1 li {
    font-size: 14px;
    padding: 15px 0px 15px 20px;
    list-style-image: none;
    border-bottom: solid 1px #cccccc;
}
ul.recursiveNav1 li
    {
    font-weight: bold;
    background-image: url('images/greyarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 20px;
}
.recursiveNav1 ul li.first.selection, ul.recursiveNav1 li.current {
    list-style-image: none;
    background-image: url('images/redarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 20px !important;
    color: #454545;
    font-weight: bold;
}
.recursiveNav1 ul li.first.notSelection a, ul.recursiveNav1 li a {
    list-style: none;
    color: #454545;
}
.recursiveNav1 ul li.first.selection a, ul.recursiveNav1 li.current a {
    list-style: none;
    color: #454545;
}

.recursiveNav1 ul li.first.notSelection, ul.recursiveNav1 li a {

    background-image: url('images/greyarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 20px;
    font-weight: bold;
}

.recursiveNav1 ul li.first.notSelection a {
    list-style: none;
    color: #454545;
}

.recursiveNav1 ul li.first.notSelection.hasChildre
    {
    font-weight: bold;

    background-image: url('images/greyarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 20px;
}

.recursiveNav1 ul li.first>ul.lower {
    margin-top: 10px;
    margin-left: 3px;
}

.recursiveNav1 ul li.first>ul.lower ul.lower {
    margin-left: 6px;
}

.recursiveNav1 ul li.first.notSelection.hasChildren a
    {
    color: #454545;
}

.recursiveNav1 ul li.lower.notSelection.hasChildren
    {
    font-size: 12px;
    color: #e00122;
    background-image: url('images/greyarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 15px;
    margin-left: -15px;
}

.recursiveNav1 ul li.lower.notSelection {
    font-size: 12px;
    list-style-image: none;
    font-weight: normal;
    background-image: url('images/greyarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 15px;
    margin-left: -15px;
}

.recursiveNav1 ul li.lower.notSelection a {
    color: #454545;
}

.recursiveNav1 ul li.lower.selection {
    font-size: 12px;
    list-style-image: none;
    background-image: url('images/redarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 15px;
    margin-left: -15px;
    color: #454545;
    font-weight: bold;
}

.recursiveNav1 ul li.lower.notSelection.noChildren
    {
    font-weight: normal;
}

/* recursiveNav2 */
.recursiveNav2 ul, ul.recursiveNav2 {
    font-size: 14px;
    list-style: none;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.recursiveNav2 ul.first, ul.recursiveNav2{
    border-top: 1px solid white;
    background: black;
    color: white;
}

.recursiveNav2 ul li, ul.recursiveNav2 li {
    color: black;
    list-style: none;
    list-style-image: none !important;
}

.NavLayout .UCList .recursiveNav2>ul>li, .NavLayout .RecursiveNavigation .recursiveNav2>ul>li {
    list-style: none;
    list-style-image: none;
}

.recursiveNav2 ul li.selection,.RecursiveNavigation .recursiveNav2 ul.first li.childrenVisible
    {
    background: white;
    color: #e00122;
}

.recursiveNav2 ul.first>li, ul.recursiveNav2 li {
    border-bottom: 1px solid white;
    padding: 10px;
    font-weight: bold;
}

.recursiveNav2 ul.lower li {
    margin-left: 20px;
    font-weight: normal;
    list-style-image: url('images/greyarrow.jpg');
}

.recursiveNav2 ul.lower li.childrenVisible {
    list-style-image: url('images/greyarrowdown.jpg');
}

.recursiveNav2 ul.lower li.selection {
    list-style-image: url('images/redarrow.jpg');
}

.recursiveNav2 ul.lower li.notSelection,.RecursiveNavigation .recursiveNav2 ul.lower li.notSelection a,.RecursiveNavigation .recursiveNav2 ul.lower li.notSelection a:link,.RecursiveNavigation .recursiveNav2 ul.lower li.notSelection a:visited
    {
    color: black;
}

.recursiveNav2 ul.first a, ul.recursiveNav2 li a {
    color: white;
    text-decoration: none;
    background: transparent;
}

.recursiveNav2 ul a:hover, ul.recursiveNav2 li a:hover {
    text-decoration: underline;
}

.recursiveNav2 .selection, .recursiveNav2 .selection a, .recursiveNav2 .selection a:link, .recursiveNav2 .selection a:visited, .recursiveNav2 .childrenVisible, .recursiveNav2 .childrenVisible>a, .recursiveNav2 .childrenVisible>a:link, .recursiveNav2 .childrenVisible>a:visited, .recursiveNav2 ul.lower li.notSelection.childrenVisible>a, .recursiveNav2 ul.lower li.notSelection.childrenVisible>a:link, .recursiveNav2 ul.lower li.notSelection.childrenVisible>a:visited
    {
    color: #e00122;
}

/* recursiveNav3 */
.recursiveNav3 ul, ul.recursiveNav3 {
    font-size: 14px;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.recursiveNav3 ul.first, ul.recursiveNav3{
    border-top: 1px solid white;
    background: #e00122;
    color: white;
}

.recursiveNav3 ul li, ul.recursiveNav3 li, ul.recursiveNav3 li a {
    color: black;
    list-style: none;
    list-style-image: none !important;
}

.NavLayout .UCList .recursiveNav3>ul>li, .NavLayout .RecursiveNavigation .recursiveNav3>ul>li {
    list-style: none;
    list-style-image: none;
}

.recursiveNav3 ul li.selection,.RecursiveNavigation .recursiveNav3 ul.first li.childrenVisible
    {
    background: white;
    color: #e00122;
}

.recursiveNav3 ul.first>li, ul.recursiveNav3 li {
    border-bottom: 1px solid white;
    padding: 10px;
    font-weight: bold;
}

.recursiveNav3 ul.lower li {
    margin-left: 20px;
    font-weight: normal;
    list-style-image: url('images/greyarrow.jpg');
}

.recursiveNav3 ul.lower li.childrenVisible {
    list-style-image: url('images/greyarrowdown.jpg');
}

.recursiveNav3 ul.lower li.selection {
    list-style-image: url('images/redarrow.jpg');
}

.recursiveNav3 ul.lower li.notSelection,.RecursiveNavigation .recursiveNav3 ul.lower li.notSelection a,.RecursiveNavigation .recursiveNav3 ul.lower li.notSelection a:link,.RecursiveNavigation .recursiveNav3 ul.lower li.notSelection a:visited
    {
    color: black;
}

.recursiveNav3 ul.first a, .NavLayout ul.recursiveNav3 li a, .NavLayout ul.recursiveNav3 li a:link  {
    color: white;
    text-decoration: none;
    background: transparent;
}

.recursiveNav3 ul a:hover, .NavLayout ul.recursiveNav3 li a:hover{
    text-decoration: underline;
}

.recursiveNav3 .selection, .recursiveNav3 .selection a, .recursiveNav3 .selection a:link, .recursiveNav3 .selection a:visited, .recursiveNav3 .childrenVisible, .recursiveNav3 .childrenVisible>a, .recursiveNav3 .childrenVisible>a:link, .recursiveNav3 .childrenVisible>a:visited, .recursiveNav3 ul.lower li.notSelection.childrenVisible>a, .recursiveNav3 ul.lower li.notSelection.childrenVisible>a:link, .recursiveNav3 ul.lower li.notSelection.childrenVisible>a:visited
    {
    color: #e00122;
}

/* recursiveNav4 / also uclist 1 (ul.recursiveNav1)*/
.recursiveNav4 ul, ul.recursiveNav4 {
    font-size: 14px;
    list-style: none;
}

ul.recursiveNav4
{
    padding: 0;
    list-style-image: none !important;
}

ul.recursiveNav4 li
{
    list-style-image: none !important;
}


.NavLayout ul.recursiveNav4 li a,
.NavLayout ul.recursiveNav4 li a:link,
.NavLayout ul.recursiveNav4 li a:visited
{
    color: #454545;
}


.NavLayout .recursiveNav4 ul {
    margin: 0;
}

.recursiveNav4 ul li, ul.recursiveNav4 li {
    list-style: none;
    list-style-image: none;
}

.recursiveNav4 ul li ul {
    padding-left: 10px;
    border-top: none;
    list-style-image: none;
}

.recursiveNav4 ul.first li:first-child, ul.recursiveNav4 li:first-child {
    border-top: solid 1px #cccccc;
}

.recursiveNav4 ul.lower li:first-child {
    border-top: none;
}

.recursiveNav4 ul li.first, ul.recursiveNav4 li {
    font-size: 14px;
    padding: 15px 0px 15px 25px;
    list-style-image: none;
    border-bottom: solid 1px #cccccc;
}
ul.recursiveNav4 li
    {
    font-weight: bold;
    background: #fff;
    background-image: url('images/greyarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 20px;
}
.recursiveNav4 ul li.first.selection, ul.recursiveNav4 li.current {
    list-style-image: none;
    background: #fff;
    background-image: url('images/redarrow.png');
    background-repeat: no-repeat;
    background-position: 5px 20px !important;
    color: #454545;
    font-weight: bold;
}
.recursiveNav4 ul li.first.notSelection a, ul.recursiveNav4 li a {
    list-style: none;
    color: #454545;
}
.recursiveNav4 ul li.first.selection a, ul.recursiveNav4 li.current a {
    list-style: none;
    color: #454545;
}

.recursiveNav4 ul li.first.notSelection, ul.recursiveNav4 li a {
    background-color: #fff;
    background-image: url('images/greyarrow.png');
    background-repeat: no-repeat;
    background-position: 5px 20px;
    font-weight: bold;
}

.recursiveNav4 ul li.first.notSelection a {
    list-style: none;
    color: #454545;
}

.recursiveNav4 ul li.first.notSelection.hasChildre
    {
    font-weight: bold;
    background: #fff;
    background-image: url('images/greyarrow.png');
    background-repeat: no-repeat;
    background-position: 5px 20px;
}

.recursiveNav4 ul li.first>ul.lower {
    margin-top: 10px;
    margin-left: 3px;
}

.recursiveNav4 ul li.first>ul.lower ul.lower {
    margin-left: 6px;
}

.recursiveNav4 ul li.first.notSelection.hasChildren a
    {
    color: #454545;
}

.recursiveNav4 ul li.lower.notSelection.hasChildren
    {
    font-size: 12px;
    color: #e00122;
    background-image: url('images/greyarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 15px;
    margin-left: -15px;
}

.recursiveNav4 ul li.lower.notSelection {
    font-size: 12px;
    list-style-image: none;
    font-weight: normal;
    background-image: url('images/greyarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 15px;
    margin-left: -15px;
}

.recursiveNav4 ul li.lower.notSelection a {
    color: #454545;
}

.recursiveNav4 ul li.lower.selection {
    font-size: 12px;
    list-style-image: none;
    background-image: url('images/redarrow.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 15px;
    margin-left: -15px;
    color: #454545;
    font-weight: bold;
}

.recursiveNav4 ul li.lower.notSelection.noChildren
    {
    font-weight: normal;
}


/*  ----- */
.multiple_IDs_alert {
    display: none;
}

.redirect_notice {
    background: none repeat scroll 0% 0% black;
    color: white;
    padding: 1em;
    font-weight: bold;
}

.redirect_notice a,.redirect_notice a:link,.redirect_notice a:hover,.redirect_notice a:visited,.redirect_notice a:active
    {
    color: #E00122;
}

div.textimage div.leftimage+div.text>ul {
    position: relative;
    left: 15px;
}

div.login-message {
    display: none;
}

/* Hide UC Nav List delimiter in all smart browsers. */
.ie-delimiter {
    display: none;
}

/* Dropdown Nav */
div.DropdownNav {
    position: relative;
    *z-index:299; /* fix ie7 z-index bug */
}

div.DropdownNav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] div.DropdownNav {
    display: block;
}

* html div.DropdownNav {
    height: 1%;
}

div.DropdownNav ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: black;
    color: #fff;
    line-height: 100%;
}

div.DropdownNav ul li {
    list-style: none;
    list-style-image: none;
    display: block;
    width: auto;
    height: auto;
    float: left;
    padding: 0;
    margin: 0; 
    float: left;
    position: relative;
}

div.DropdownNav ul li.first {
    font-size: 1.0em;
    font-weight: bold;
    color: #E00122;
    text-decoration: none;
    display: block;
    background: #000 url('images/navgradient.png');
}

div.DropdownNav ul li.notSelection {
    padding: 0 0 0 0;
    background: none;
}

div.DropdownNav ul li.selection {
    font-size: 1.2em;
    font-weight: bold;
    background: #000 url('images/navgradient.png');
    color: #E00122;
    text-decoration: none;
    display: block;
}

div.DropdownNav ul li:hover ul {
    display: block;
}

div.DropdownNav ul li ul {
    height: auto;
    float: none;
    margin-left: 10px;
    line-height: 1.6em;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    font: normal normal .75em/ 1.4em Arial, Helvetica, sans-serif;
    font-size: 1em;
    display: none;
    margin: 0;
    padding: 5px 0 0 0;
    width: 185px;
    position: absolute;
    top: 30px;
    left: 0px;
    background: #000;
    z-index:300;
}

div.DropdownNav ul li ul li {
    text-indent: 0;
    float: none;
    font-size: 12px;
    width: auto;
    position: relative;
    left: 0px;
    margin: 0;
    padding: 0;
    display:block;
    height:100%;
}
div.DropdownNav ul li ul li:hover {
    background: url('images/navgradient.png') bottom left repeat-x;
}

/* dropdown nav links */
div.DropdownNav ul li a,
div.DropdownNav ul li span {
    font-size: 1.0em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 8px 20px;
} 

div.DropdownNav ul li span
{
    color: #e00122;
}
div.DropdownNav ul li:hover > ul {
    display: block;
}

div.DropdownNav ul li ul li a {
    display: block;
    padding-left: 9px;
    font: normal normal .75em/ 1.4em Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFF;
}

div.DropdownNav ul li ul li a:hover {
    font: normal normal .75em/ 1.4em Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #e00122;
}

div.DropdownNav a,div.DropdownNav a:link,div.DropdownNav a:visited,div.DropdownNav a:active
    {
    color: white;
    text-decoration: none;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox,#cboxOverlay,#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 350;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
    overflow: hidden;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
    cursor: pointer;
}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
    background: url(images/overlay.png) 0 0 repeat;
}

#colorbox {
    
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) -100px 0 no-repeat;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) -129px 0 no-repeat;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) -100px -29px no-repeat;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(images/controls.png) -129px -29px no-repeat;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 28px;
    left: 0;
    text-align: center;
    width: 100%;
    color: black;
    background-color: white;
    background:rgba(255,255,255,0.85);
    font-size: 12px;
    padding: 5px 0;
}

#cboxTitle:empty {
    padding:0;
    }

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #e00122;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0px;
    background: url(images/controls.png) -75px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious.hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(images/controls.png) -50px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext.hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background: url(images/loading_background.png) center center no-repeat;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) center center no-repeat;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/controls.png) -25px 0px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose.hover {
    background-position: -25px -25px;
}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/etc/designs/uc/Base960Advanced/images/internet_explorer/borderTopLeft.png,sizingMethod='scale');
}

.cboxIE #cboxTopCenter {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/etc/designs/uc/Base960Advanced/images/internet_explorer/borderTopCenter.png,sizingMethod='scale');
}

.cboxIE #cboxTopRight {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/etc/designs/uc/Base960Advanced/images/internet_explorer/borderTopRight.png,sizingMethod='scale');
}

.cboxIE #cboxBottomLeft {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/etc/designs/uc/Base960Advanced/images/internet_explorer/borderBottomLeft.png,sizingMethod='scale');
}

.cboxIE #cboxBottomCenter {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/etc/designs/uc/Base960Advanced/images/internet_explorer/borderBottomCenter.png,sizingMethod='scale');
}

.cboxIE #cboxBottomRight {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/etc/designs/uc/Base960Advanced/images/internet_explorer/borderBottomRight.png,sizingMethod='scale');
}

.cboxIE #cboxMiddleLeft {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/etc/designs/uc/Base960Advanced/images/internet_explorer/borderMiddleLeft.png,sizingMethod='scale');
}

.cboxIE #cboxMiddleRight {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/etc/designs/uc/Base960Advanced/images/internet_explorer/borderMiddleRight.png,sizingMethod='scale');
}


/* galleryview styles */
#gallery { visibility: hidden;  margin-left: 0; }
#gallery-overlay {
    background: transparent url(images/gallery_overlay_shadow.png) center top no-repeat;
    height: 10px;
    width: 960px;
    position: absolute; 
    z-index: 400;
}
.gallery { 
    background: #eee; 
    border: none; 
    padding: 0 5px 5px;
}
#gallery a { text-decoration: none; }
#gallery .panel a { text-decoration: none; }
#gallery .loader { background: url(images/loader.gif) center center no-repeat #ddd; }
#gallery .panel .panel-overlay,
#gallery .panel .overlay-background { 
    width: 340px !important;
    height: 212px;
    margin: 0 0 0 570px; 
    padding: 0 10px;
}
#gallery .panel .overlay-background { 
    border: 0px solid #eee; 
    border-width: 0 1px; 
    background: #000; 
}
#gallery .panel .panel-overlay { 
    color: white; 
    font-size: 0.7em; 
}
#gallery .panel .panel-overlay a { 
    color: white; 
    text-decoration: none; 
    font-weight: bold; 
}
#gallery .panel .panel-overlay .panel-caption-title { 
    color: #e00122; 
    font-size: 15pt; 
    padding:10px 0 0; 
    margin:0 5px; 
    text-transform:uppercase; 
    text-align: center; 
    width: 330px; 
    white-space:nowrap;
}
#gallery .panel .panel-overlay .panel-caption-subtitle { 
    color: white; 
    font-size: 10pt; 
    padding:0 0 15px; 
    margin:0 5px; 
    text-align: center; 
    width: 330px; 
    white-space:nowrap;
}
#gallery .panel .panel-overlay .panel-caption-copy { 
    color: #ddd; 
    font-size: 10pt; 
    padding:0 5px 10px; 
    margin:0 0 10px; 
    height: 83px; 
    min-height: 83px;
    max-height: 83px;
    width: 340px;
    overflow: hidden;
}
#gallery .panel .panel-overlay .panel-caption-copy p,
#gallery .panel .panel-overlay .panel-caption-copy span { 
    color: #eee;
    font-size: 10pt !important;
    line-height: 1.2 !important;
    margin: 0 0 7px;
    padding:0 5px;
}
#gallery .panel .panel-overlay .panel-caption-copy a { 
    color: #e00122; 
    text-decoration: none; 
    font-weight: bold; 
}
#gallery .panel .panel-overlay table { 
    font-weight: bold; 
    margin-bottom: 10px; 
}
#gallery .learnmore { 
    margin-left: 230px; 
    margin-bottom: 10px;
    display: block; 
    position: absolute;
}
#gallery .panel .panel-overlay .learnmore a {
    width: 101px;
    height: 22px;
    text-align: right;
    position: absolute;
    background: transparent url(images/btn_learnmore.png) 0 0 no-repeat;
}
#gallery .panel .panel-overlay .learnmore a:hover {
    background: transparent url(images/btn_learnmore_h.png) 0 0 no-repeat;
}
#gallery .filmstrip { margin: 5px 0 5px; }
#gallery .pointer { border-color: #e00122; }
* html #gallery .pointer { filter: chroma(color=pink); }
#gallery .frame .img_wrap { border:1px solid #777; }
#gallery .frame.current .img_wrap { 
    border: 1px solid #e00122; 
    border-bottom: 2px solid #000; 
}
#gallery .frame img { border: none; }
#gallery .frame .caption { 
    font-size: 8.5pt; 
    text-align: center; 
    vertical-align: middle !important;
    color: #fff;
}
#gallery .frame .caption:hover { color: #e00122; }
#gallery .frame.current .caption { color: #fff; }
#gallery .frame.current .caption:hover { color: #222; }
#gallery .frame .caption-overlay { 
    background: #000;
    filter:alpha(opacity=68);
    opacity: 0.68;
    border: 0px solid #000; 
}
#gallery .frame.current .caption-overlay {
    background: #e00122;
    padding-left: 2px;    
}
#gallery .frame.current .caption-overlay:not(stupidIE) {
    background: #e00122;
    filter:alpha(opacity=80);
    opacity: 0.80;
    margin-left:0;
}
#gallery .frame a.frame_url,
#gallery .frame a.frame_url:visited {
    text-decoration: none;
}

/* Tabs */

.tabs {
    background:#eee;
    margin:0 0 12px 0;
    padding:6px 1%;
}

.tabs .selection {
    margin:0;
    padding:0;
    width:20%;
    float:left;
}

.tabs .selection ul {
    margin:0;
    padding:0;
    list-style:none;
    list-style-image:none;
}

.tabs .selection ul li {
    margin:0 0 4px 0;
    padding:0;
    list-style:none;
    list-style-image:none;
}

.tabs .selection ul li a {
    display:block;
    margin:0;
    padding:4px;
    background:white;
    color:black;
    text-decoration:none;
    font-size:14px;
}

.tabs .selection ul li a.selected {
    background:#e00122;
    color:white;
    font-weight:bold;
}

.tabs .content {
    margin:0 0 0 1%;
    padding:0;
    width:79%;
    float:left; 
}

.tabs .content>.parsys {
    background:white;
    padding:12px;
}

html:not(.ext-strict) .tabs .content>.parsys:not(:first-child) {
    display:none;
}

html.ext-strict .tabs .content>.parsys {
    border-bottom:2px solid black;  
}

blockquote {
    border-left:3px solid #5c5c5c;
    margin-left:10px;
    padding-left:12px;
    margin-right:0;
    padding-right:0;
    font-size:14px;
    line-height:1.4em;
    font-family:Georgia,serif;
    color:#2e2e2e;
}

blockquote.pullquote {
    border:0;
    background:url('images/grey-quote.png') top left no-repeat;
    padding:0 0 0 38px;
    font-size:20px;
    font-style:italic;
    margin:0;
    color:#2e2e2e;
    }
    
blockquote.pullquote p:last-child:after {
    content:"\201D";
    font-size:1.3em;
    }
    


blockquote.pullquote.left {
    float:left;
    padding:0 20px 10px 38px;
    width:40%;
    float:left;
    margin-top:10px;
}

blockquote.pullquote.right {
    float:left;
    padding:0 0 10px 38px;
    margin-left:20px;
    width:40%;
    float:right;
    margin-top:10px;
}

div.pullquote blockquote.pullquote p {
    margin:0;
    padding:0;
}

div.pullquote blockquote.pullquote p+p {
    margin-top:1em;
}
/* "Homepage Image Rotator" (bxSlider) */

.bxSliderLens {
    position:relative;
    overflow:hidden;
    background:black;
    }

.bxSliderLens .rotator_container {
    margin:0;
    padding:0;
}

.bxSliderLens .overlay {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:41px;
    background:url('/apps/uc/components/lenses/bxSlider/overlay.png') no-repeat;
    z-index:110;
}

.bxSliderLens .rotator_container a {
    margin:0;
    padding:0;
    position:relative;
    display:block;
    text-decoration:none;
    line-height:0;
}


/* caption area */

.bxSliderLens .rotator_container .rotator_item .caption {
    position:absolute;
    background:black;
    color:white;
    margin:0;
    padding:0;
    text-decoration:none;
    text-align:left;
    }

/* black transparent (default) */

.bxSliderLens .rotator_container .rotator_item .caption {
    /* target ie7,8 */
    background:black;
    filter:alpha(opacity=65);
    }

.bxSliderLens .rotator_container .rotator_item .caption:not(.OldIE) {
    /* target ie9, chrome, firefox, etc. */
    background:rgba(0,0,0,0.65);
    filter:alpha(opacity=100);
    }
    
.bxSliderLens .rotator_container .rotator_item .caption * {
    /* for ie transparency */
    position:relative; 
    filter:alpha(opacity=100);
    }

/* black solid */

.bxSliderLens .rotator_container .rotator_item .caption.black-solid {
    /* target ie7,8 */
    background:black;
    filter:alpha(opacity=100);
    }

.bxSliderLens .rotator_container .rotator_item .caption.black-solid:not(.OldIE) {
    /* target ie9, chrome, firefox, etc. */
    background:black;
    filter:alpha(opacity=100);
    }

/* transparent */

.bxSliderLens .rotator_container .rotator_item .caption.transparent {
    /* target ie7,8 */
    background:transparent;
    filter:alpha(opacity=100);
    }

.bxSliderLens .rotator_container .rotator_item .caption.transparent:not(.OldIE) {
    /* target ie9, chrome, firefox, etc. */
    background:transparent;
    filter:alpha(opacity=100);
    }

/* caption positions */
.bxSliderLens .rotator_container .rotator_item .caption.left {
    left:0;
    top:0;
    height:100%;
    padding:50px 20px 0 20px;
    }

.bxSliderLens .rotator_container .rotator_item .caption.right {
    right:0;
    top:0;
    height:100%;
    padding:50px 20px 0 20px;
    }

.bxSliderLens .rotator_container .rotator_item .caption.bottom {
    bottom:0;
    width:100%;
    }

.bxSliderLens .rotator_container .rotator_item .caption h3 {
    color:white;
    font-size:28px;
    line-height:1.1em;
    text-shadow:1px 1px black;
}

.bxSliderLens .rotator_container .rotator_item .caption h3.small {
    font-size: 15px;
}

.bxSliderLens .rotator_container .rotator_item .caption h3.medium {
    font-size: 20px;
}

.bxSliderLens .rotator_container .rotator_item .caption h3.large {
    font-size: 28px;
}

.bxSliderLens .rotator_container .rotator_item .caption p {
    line-height:1.4em;
    font-size:13px;
    font-weight:bold;
    text-shadow:1px 1px black;
    }

.bxSliderLens .rotator_container .rotator_item .caption p.readmore {
    color:#e00122;
    font-size:15px;
    }

.bxSliderLens .rotator_container .rotator_item .caption.bottom h3,
.bxSliderLens .rotator_container .rotator_item .caption.bottom p {
    margin-left:20px;
    margin-right:20px;
    }

/* thumbnails */

.bxSliderLens .pager-container {
    width:auto;
    z-index:101;
}

/* square thumbnails */

.bxSliderLens .pager-container.squares-bottom-right {
    bottom:10px;
    right:0;
    position:absolute;
    }
    
.bxSliderLens .pager-container.squares-bottom-left {
    bottom:10px;
    left:0;
    position:absolute;
    }
    
.bxSliderLens .pager-container.squares-top-right {
    top:10px;
    right:0;
    position:absolute;
    }
    
.bxSliderLens .pager-container.squares-top-left {
    top:10px;
    left:0;
    position:absolute;
    }

.bxSliderLens .pager-container.squares-bottom-right a,
.bxSliderLens .pager-container.squares-top-right a {
    background:white;
    color:white;
    margin:0 15px 0 0;
    display:block;
    float:left;
    height:11px;
    width:11px;
    overflow:hidden;
    border:1px solid black;
}

.bxSliderLens .pager-container.squares-bottom-left a,
.bxSliderLens .pager-container.squares-top-left a {
    background:white;
    color:white;
    margin:0 0 0 15px;
    display:block;
    float:left;
    height:10px;
    width:10px;
    overflow:hidden;
    border:1px solid black;
}

.bxSliderLens .pager-container.squares a.pager-active {
    color:#e00122;
    background:#e00122;
}

/* image thumbnails */

.bxSliderLens .pager-container.thumbs {
    padding:10px;
    position:relative;
    background:black;
    color:white;
}

.bxSliderLens .pager-container.thumbs.thumbs-left {
    position:absolute;
    top:0;
    left:0;
    padding:0;
    text-align:center;
}

.bxSliderLens .pager-container.thumbs.thumbs-right {
    position:absolute;
    top:0;
    right:0;
    padding:0;
    text-align:center;
}

.bxSliderLens .pager-container.thumbs ul {
    display:block;
    margin:0;
    padding:10px 0;
    list-style:none;
    list-style-image:none;
    }

.bxSliderLens .pager-container.thumbs-bottom-left ul {
    text-align:left;
    padding:0;
}

.bxSliderLens .pager-container.thumbs-bottom-center ul {
    text-align:center;
    padding:0;
}

.bxSliderLens .pager-container.thumbs-bottom-right ul {
    text-align:right;
    padding:0;
}

.bxSliderLens .pager-container.thumbs ul li {
    display:inline;
    margin:0 5px;
    list-style:none;
    list-style-image:none;
    z-index:115;
    }

.bxSliderLens .rotator_item
    {
       position: relative;
    }

.bxSliderLens .pager-container.thumbs-left ul li,
.bxSliderLens .pager-container.thumbs-right ul li {
    display:block;
    margin:0 auto 5px auto;
    }

.bxSliderLens .pager-container.thumbs ul li a {
    margin:0;
    padding:0;
    display:inline;
    }

.bxSliderLens .pager-container.thumbs ul li a img {
    border:1px solid white;
    }
    
.bxSliderLens .pager-container.thumbs ul li a.pager-active img {
    border:1px solid #e00122;
    }

.bxSliderLens .bx-auto {
    bottom:6px;
    right:120px;
    position:absolute;
}



/* horizontal rule */

hr {
    border:1px dotted black;
    border-width:1px 0 0 0;
    height:0;   
}

/* table shading */

div.text table, div.textimage table {
    margin: 0;
    padding: 0;
}

div.text table tr, div.textimage table tr {
    margin: 0;
    padding: 0;
}

div.text table tr th, div.textimage table tr th {
    background: black;
    color: white;
    font-size: 1.2em;
    margin: 0;
    padding: 0.4em;
    text-align: left;
    font-style: italic;
    line-height:1.2em;
}

div.text table tr th, div.textimage table tr td {
    line-height:1.2em;
    }

div.text table tr:nth-child(odd), div.textimage table tr:nth-child(odd) {
    background: #f1f1f1;
    color:black;
}

div.text table tr:nth-child(even), div.textimage table tr:nth-child(even) {
    background: white;
    color:black;
}

div.text table tr td, div.textimage table tr td {
    padding: 0.3em 0.6em;
}

/* fake spotlights */

div.fakeSpotlight h4 {
    color:black;
    }

div.fakeSpotlight h4 a,
div.fakeSpotlight h4 a:link,
div.fakeSpotlight h4 a:visited,
div.fakeSpotlight h4 a:active {
    text-decoration:none;
    padding:0 0 0 13px;
    background:url('/etc/designs/uc/Base960Advanced/images/arrow_red.png') 0 4px no-repeat;
    color:black;
    }
    
div.fakeSpotlight p a,
div.fakeSpotlight p a:link,
div.fakeSpotlight p a:visited,
div.fakeSpotlight p a:active {
    text-decoration:none;
    color:black
    }

div.fakeSpotlight h4 a:hover,
div.fakeSpotlight p a:hover {
    color:#e00122;
    text-decoration:underline;
    }

div.fakeSpotlight div.topimage {
    text-align:left;
    }
    
div.tabs div.fakeSpotlight div.topimage {
    text-align:center;
    }

.quotesource
{
       font-style: italic;
       text-align: right;
       magin-top: -10px;
       clear: both;
       font-family: georgia;
       font-size: 1.1em;
}

.tldate
{
       font-weight: normal;
}

.hidden /* a utility class, guess what it does.... */
{
     display: none;
}

.storyImgContainer {width:92px; height:59px; position:relative; overflow:hidden; float:left; display:inline; }
.storyImgContainer img{display:block; position: relative;}


/*Faq Section Styles */
.UCITFAQList { margin: 10px; }
.make_faq_accordion h4 {
    cursor: pointer;
    color: #777;
    font-size: 10pt;
    padding: 6px;
}
.make_faq_accordion h4:hover,
    .make_faq_accordion h4.activeQ {
    color: #e00122;
}
span.faq_question {
    /*background: transparent url(images/faq_bg.png) 0 0 no-repeat;*/
    width: 0px;
    height: 0px;
    padding-right: 0px;
}
span.faq_expand  {
    background: transparent url('images/arrow_red_r20.png') 0 center no-repeat;
    width: 50px;
    height: 50px;
    padding-left: 20px;
    margin-left: 10px;
}
span.faq_collapse {
    background: transparent url('images/arrow_red_d20.png') 0 5px no-repeat;
    width: 50px;
    height: 50px;
    padding-left: 20px;
    margin-left: 10px;
}
.faq_answer { 
    border-left: 10px solid #eee;
    border-top: 0px solid #e00122;
    margin-left: 10px;
    padding-left:10px;
}
.faq_answer ul,
.faq_answer ol { margin-left: 35px; }

.faq_answer p { padding: 5px; }
.faq_answer p:last-child {
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}
.faq_tools {
    font-size: 10pt;
    color: #ddd;
    font-weight: bold;
    padding: 5px;
    margin: 10px;
    border: 2px solid #eee;
    border-width: 0 0 2px;
    text-align: right;
}
.faq_tools h5 {
    text-align: left;
    color:#000;
    padding-left:0;
}
.faq_tools span.faq_desc {
    float:left;
    color:#000;
    font-size:9pt;
    font-weight: normal;
    margin-left:0;
    vertical-align: text-bottom;
    text-align: left;
}
.faq_tools .collapse {
    color: #ddd;
}
.faq_tools .expand {
    color: #ddd;
}
.faq_tools .all {
    color: #000;
    text-decoration: underline;
}
.faq_tools .all:hover {
    color: #e00122;
    text-decoration: none;
    cursor: pointer;
}

/*GLOBAL FAQ Section Styles */
.faqList { margin: 10px; }
.global_make_faq_accordion h4 {
    cursor: pointer;
    color: #777;
    font-size: 10pt;
    padding: 6px;
}
.global_make_faq_accordion h4:hover,
    .global_make_faq_accordion h4.global_activeQ {
    color: #e00122;
}
span.global_faq_question {
    /*background: transparent url(images/faq_bg.png) 0 0 no-repeat;*/
    width: 0px;
    height: 0px;
    padding-right: 0px;
}
span.global_faq_expand  {
    background: transparent url('images/arrow_red_r20.png') 0 center no-repeat;
    width: 50px;
    height: 50px;
    padding-left: 20px;
    margin-left: 10px;
}
span.global_faq_collapse {
    background: transparent url('images/arrow_red_d20.png') 0 5px no-repeat;
    width: 50px;
    height: 50px;
    padding-left: 20px;
    margin-left: 10px;
}
.global_faq_answer { 
    border-left: 10px solid #eee;
    border-top: 0px solid #e00122;
    margin-left: 10px;
    padding-left:10px;
}
.global_faq_answer ul,
.global_faq_answer ol { margin-left: 35px; }

.global_faq_answer p { padding: 5px; }
.global_faq_answer p:last-child {
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}
.global_faq_tools {
    font-size: 10pt;
    color: #ddd;
    font-weight: bold;
    padding: 5px;
    margin: 10px;
    border: 2px solid #eee;
    border-width: 0 0 2px;
    text-align: right;
}
.global_faq_tools h5 {
    text-align: left;
    color:#000;
    padding-left:0;
}
.global_faq_tools span.global_faq_desc {
    float:left;
    color:#000;
    font-size:9pt;
    font-weight: normal;
    margin-left:0;
    vertical-align: text-bottom;
    text-align: left;
}
.global_faq_tools .global_collapse {
    color: #ddd;
}
.global_faq_tools .global_expand {
    color: #ddd;
}
.global_faq_tools .global_all {
    color: #000;
    text-decoration: underline;
}
.global_faq_tools .global_all:hover {
    color: #e00122;
    text-decoration: none;
    cursor: pointer;
}

ul.extraLiSpace li,
.extraLiSpace ul li,
ul.indentedExtraLiSpace li,
.indentedExtraLiSpace ul li{
    padding-bottom:10px;
}

ul.indented li,
.indented ul li,
ul.indentedExtraLiSpace li,
.indentedExtraLiSpace ul li{
    padding-left:20px;
    list-style-position: inside;
}

.hasCountdown
{
    margin: 0 auto;
    overflow: hidden;
}

.countdown_section
{
    display: inline-block;
    color: #fff;
    text-align: center;
}

.countdown_amount
{
    display: block;
    color: #000;
}

.randClock
{
      z-index: 21;
      display: none;
      position: relative;
}

.randBG
{
      position: relative;
      display: none;
      z-index: 20;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

div.ContentLayout div.MainLayoutTop
{
    padding: 0 0px;
}

div.sectionNavigation {
    border: 1px solid rgb(232, 232, 232);
    background: white;
    margin: 0 0 20px 0;
    padding: 4px;
}

div.sectionNavigation ul {
    background: rgb(232, 232, 232);
    margin: 0;
    padding: 1em 10px 1em 30px;
}

div.sectionNavigation ul li {
    list-style-image: url("./images/bulletcirclearrow.png");
    margin: 1em 0;
}

.noBottomMarginImage
{
    margin-bottom: 0 !important;
}

.noBottomMarginImage img
{
    display: block !important;
}

.editonly
{
    display:none;
}

.cq-wcm-edit .editonly,
.cq-wcm-preview .editonly
{
    display: block;
}

.responsive-only

{
    display: none !important;
}


.Lens .pager
{
    background: #eee;
    clear: both;
    padding: 0;
}

.Lens .pager, .Lens .pager li
{
    list-style-type: none;
    list-style-image: none;
}

.Lens .pager li.previous
{
    float: left;
}

.Lens .pager li.next
{
    float: right;
}

#skiplink
{
    position: absolute;
    top: -20px;
}

/* Accordian component */
.responsiveAccordian h3
{
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.1;
}



.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}

span.glyphicon-chevron-right
{
    background: url('/etc/designs/uc/Base960Advanced/images/arrow_red_r20.png')  0 center no-repeat;
    width: 50px;
    height: 50px;
    padding-left: 20px;
    margin-left: 10px;
}

span.glyphicon-chevron-down
{
    background: url('/etc/designs/uc/Base960Advanced/images/arrow_red_d20.png')  0 center no-repeat;
    width: 50px;
    height: 50px;
    padding-left: 20px;
    margin-left: 10px;
}

.ExpandButton .expandallbtn 
{
    background: #e00122;
    display: block; 
    float: right !important;
    color: #ffffff;
    text-decoration: none;
}

.ExpandButton .btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.twFeeds .ImageLink .LabelAnchor {
font-family: verdana, helvetica, arial, sans-serif;
font-size: 8pt;
color: #e00122;
font-weight: normal;
}

.theNav .navbar-default .navbar-nav > .active > a
{
    background-color: transparent;
    text-decoration: underline;
}

.NavLayout .parbase.download.section a
{
    padding-left: 20px;
    display: block;
}

.NavLayout .icon
{
    float:left;
}
