@charset "utf-8";

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

body { background:#e6e6e6; }

h2
{
    font-size: 19px;
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 13px;
}
h5,h6
{
    font-size: 12px;
}


/* GLOBALNAV STYLES */
div.HeaderLayout div.GlobalNavDraggable {
	background: #000;
    margin: 0;
    padding: 0;
    width: 960px;
    min-height: 29px;
    z-index: 2;
    color: #FFF;
}

div.GlobalNavDraggable a {
    color: #FFF;
    font-weight: bold;
}

div.GlobalNavDraggable a:hover {
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

div.GlobalNavDraggable ul.NavList {
    position: relative;
    top: 6px;
    left: 25px;
    padding: 0 0 0 275px;
    width: 590px;
}

div.GlobalNavDraggable ul.NavList span {
    display: none;
}

div.GlobalNavDraggable ul.NavList li.NavItem {
    display: inline;
    width: 80px;
    background-image: url("images/arrow_right_red_blackbg.gif");
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 8px;
}

div.GlobalNavDraggable ul.NavList li.ToolsItem {
    padding-left: 8px;
}

#GlobalNavSearchLI {
    position: relative;
    top: -2px !important;
    right: 57px !important;
    list-style-type: none;
    background: none;
}

div input#GlobalNavSearchBox_watermark {
    width: 175px;
    position: none;
    _position: relative;
    left: 0px;
    _left: 118px;
}

div input#GlobalNavSearchBox {
    width: 175px;
    position: none;
    _position: relative;
    left: 0px;
    _left: 118px;
}

div input#GlobalNavSearchButton {
    position: absolute;
    top: 0px;
    left: 187px;
}

div ul#GlobalNavSearchOptionsUL {
    display: none;
    _display: none;
    padding-top: 5px;
    padding-bottom: 7px;
    background: #000;
    width: 197px;
    border: 0px;
}

div ul#GlobalNavSearchOptionsUL li {
    text-indent: -10px;
}

div ul#GlobalNavSearchOptionsUL li#GlobalNavSearchCloseLI {
    position: relative;
    top: 3px;
    text-indent: 14px;
}

div.GlobalNavDraggable ul.NavList4 li.NavItem,div.GlobalNavDraggable
ul.NavList4 li.ToolsItem {
    width: 67px;
}

#GlobalNavToolsUL {
    display: none;
    background: #000 !important;
    border: 0px;
    position: relative;
    top: 0px;
    left: -14px;
    margin-left: 0px;
    margin-top: 4px;
    width: 85px;
    padding: 6px 6px 6px 6px;
}

div.GlobalNavDraggable ul.NavList4 ul.ToolsList li {
    position: relative;
    left: 14px;
    text-indent: -7px;
}

.GlobalNavDraggable ul.SearchList li.CloseItem a.CloseLink {
    color: #FFF;
}

.BoundaryLabel:hover {
    color: #E00122;
}
/* END GLOBALNAV STYLES */

/* HEADER STYLES */
.HeaderLayout {
    z-index: 1;
    margin: 0;
    padding: 0;
    background: white;
}

.leftimage {
    position: relative;
    top: 0px;
}

/* END HEADER STYLES */

/* HORIZONTAL NAVIGATION */
#navigation {
    position: relative;
    background: #E1E1E1;
}

#navigation ul {
    width: 940px;
    color: #fff;
    line-height: 100%;
}

#navigation ul li {
    float: left;
    list-style: none;
}

/* main level link hover */
#navigation ul li.first {
    color: #E00122;
    background: #000 url('images/navgradient.png');

}

#navigation ul li.notSelection {
    padding: 0 0 0 0;
    background: none;
}

#navigation ul li.selection {
    background: #000 url('images/navgradient.png');
    color: #E00122;
}

#navigation ul li a {
    color: #000;
}

#navigation ul li.active a{
    color: #fff;
}
#navigation ul li ul li a {
    padding-left: 9px;
}

#navigation ul li:hover > a {
    background: #000 url(images/navgradient.png) repeat-x 0 0px;
    color: #FFFFFF;
}

/* sub levels link hover */

#navigation ul li ul li {
    position: relative;
    left: 0px;
}

#navigation ul li ul li a:hover {
    background: #000 url(images/navgradient.png) repeat-x 0 0px !important;
    color: #FFF !important;
}

/* dropdown */
#navigation ul li:hover > ul {
    display: block;
}

/* level 2 list */
#navigation ul li ul {
    font: normal normal .75em/ 1.4em Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: none;
    margin: 0;
    padding: 0 0 0 0;
    width: 185px;
    position: absolute;
    top: 30px;
    left: 0px;
    background: #000;
}

#navigation ul li ul li {
    float: none;
    margin: 0;
    padding: 0;
}

#navigation ul li ul li a {
    font: normal normal .75em/ 1.4em Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #000;
    color: #FFF;
}

#navigation ul li ul li a:hover {
    font: normal normal .75em/ 1.4em Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #000 url('images/navgradient.png') repeat-x;
    background-position: 10px 0 0 0;
    color: #E00122;
}

/* clearfix */
#navigation:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#navigation ul{
}
html[xmlns] #navigation {
    display: block;
}

* html #navigation {
    height: 1%;
}

/* END HORIZONTAL NAVIGATION */

/* FOOTER STYLES */
.FooterLayout {
    text-align: center;
    height:75px;
}

.PageFooter {
    background: #FFF;
    bottom: 0px;
    color:#000;
    margin:0 auto;
    height:75px;
    padding:0;
    width:960px;
}

.PageFooter a,.PageFooter a:link,.PageFooter a:visited { color:black; }

.PageFooter:hover {
    background: #EFEFEF;
}


.FooterRight {
background-image:url("../Base960Advanced/images/itsalluc_redonwhite.jpg");
height:75px;
margin-top:0;
margin-bottom:0;
display:none;
}

.FooterLeftContent {
width:960px;
}

.FooterLeftContent .text {
    margin: 0 0 -10px 0;
}

#FooterNav li {
    float: left;
    position: relative;
    top: -7px;
    left: 17px;
    list-style: none;
}

#FooterNav a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 39px 0 0;
}

#FooterNav a:hover{
    color: #E00122;
}

.FooterLeft span.copyright {
    font-size:11px;
    bottom:3px;
    right:350px;
    display:block;
    text-align:right;
    position:absolute;
}

/* END FOOTER STYLES */

.ContentLayout {
    width: 940px;
    /*min-height: 1100px;*/
    margin: 0 auto;
    background: #FFF url('images/faux_sidebar.jpg'); !important; 
}
    
.ContentLayout .MainLayout {
    float: left;
    width: 596px;
    margin-top: 0px;
    padding: 0 7px 50px 7px;
    display: inline;
    margin-bottom: 0px;
}

.ContentLayout .NavLayout {
    float: right;
    position: none;
    _position: absolute;
    right: 0px;
    width: 321px;
    padding: 0 0 0 7px;
    _padding: 0 25px 0 7px;
    display: inline;
    margin-bottom: 0px;
    margin-top: -19px;
    /*min-height: 1000px;*/
}

.NavBlock {
    background: #FFF url('images/right_module_top.jpg') top no-repeat;
    width: 293px;
    margin: 0px 7px 7px 12px;
    padding: 20px 7px 7px 7px;
}

.TweetBlock {
    background: #FFF url('images/right_module_top.jpg') top no-repeat;
    width: 293px;
    margin: 0px 7px 13px 12px;
    padding: 0px 7px 7px 7px;
}

.NavBlock img {
    margin-right: 10px;
}

#NavNews {
    background: #FFF url('images/right_module_top.jpg') top no-repeat;
    width: 293px;
    margin: 13px 12px 13px 12px;
    padding: 25px 7px 7px 7px;
}

.rss_importer_header h3 {
    padding-bottom: 10px;
    color: #E00122;
}

#NavNews ul li {
    padding-bottom: 8px;
}

#NewsLink {
    width: 293px;
    margin: 0 12px 7px 12px;
    position: relative;
    top: -42px;
    background: #FFF;
    padding: 0px 7px 7px 7px;
}

.SocialMedia {
    background: #FFF;
    width: 293px;
    margin: 0 0 7px 0;
    padding: 5px 0 7px 0;
    position: relative;
    top: -27px;
    height: 50px;
}

.MainLayout .SocialMedia
{
    width: auto;
}

#SocialMedia_title {
    background: none;
    position: relative;
    top: 18px;
    left: 20px;
    z-index: 2;
}

#SocialMedia_title h3 {
    color: #E00122;
}

.SocialMedia .socialmediaicons li a {
    background-repeat:no-repeat;
    background-position:top left;
}

/* PAGE & TEXT STYLES */

h3 {
    color: #000;
}

.MainLayout h4 {
    color: #E00122
}

.MainLayout .spotlight h4 {
    font-size: 14px;
}

.cboxElement {
    text-align: left;
    line-height: 150%;
}

/* END PAGE STYLES */

/* COMPONENT STYLES */

.Title {
    padding: 10px 0 0 0;
}

.maggalleryImage {
    display: none;
}

.favoritesImage {
    height: 150px;
}

.explorecampusImage {
    height: 235px;
}

.toursImage {
    height: 220px;
} 

.form_row {
    padding: 0 0 13px 0;
}

.RightModule {
    background: #FFF url('images/right_module_top.jpg') top no-repeat;
    width: 293px;
    margin: 0px 0px 13px 13px;
    padding: 0px 7px 7px 7px;
}

#subscribeBTN
{
    height: 28px;
    width: 28px;
    background: url(images/feed-icon-28x28.png) center center;
    float: right;
    display: block;
    overflow: hidden;
    text-indent: 9999px;
    position: relative;
    top: -4px;
}


#pickoftheweek_top .readmore
{
    height: 28px;
    line-height: 32px;
    width:50%;
    float: left;
    display: block;
    bottom: 5px;
    position: absolute;
}

/* START IMAGE OVERLAYS ..temporary until component completion */

.full_overlay {
    position:relative;
    /* Set the width and the height according to the size of your pictures */
    margin: 0 0 17px 0;
}

#img595 .full_overlay {
    width: 595px;
    height: 397px;
}

#img595-pano .full_overlay {
    width: 595px;
    height: 275px;
}

#img292-wide .full_overlay {
    width: 292px;
    height: 195px;
}

#img292-vert .full_overlay {
    width: 292px;
    height: 438px;
}

.full_overlay li {
    list-style: none;
    margin: 0 0 0 0;
}

.full_overlay p {
    color:#FFFFFF;
    padding:10px;
}
    .full_overlay img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    }

    #img595 .full_overlay .info-box {
    width: 595px;
    height: 397px;
    }

    #img595-pano .full_overlay .info-box {
    width: 595px;
    height: 275px;
    }
    
   #img292-wide .full_overlay .info-box {
    width: 292px;
    height: 195px;
    }

   #img292-vert .full_overlay .info-box {
    width: 292px;
    height: 438px;
    }
    
    .full_overlay .info-box {
        position: absolute;
        left: 0px;
        /* Set the width and the height according to the size of your pictures */
        /* Set a 0 opacity to hide the content */
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* Semi-transparent background for modern browsers, black for older browsers */
        background:#000000;
        background: rgba(0,0,0,0.8);
        /* CSS3 transitions, creates the fading effect */
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        z-index: 2;
    }
    .info-box h2 {
        /* Text styling */
        padding:10px;
        color:#ffffff;
        margin: 0 0 0 0;
    }
    
    .info-box p {
        /* Text styling */
        padding: 0 10px 10px 10px;
        color:#ffffff;
        padding-top: 0px;
    }

    .info-box .credit {
    position: absolute;
    bottom: -15px;
    right: 0px;
    font-style: italic;
    text-align: right;
        vertical-align: bottom;
        color:#ffffff;
    }
    
    .full_overlay:hover .info-box {
        /* Setting a 100% opacity on mouse hover to show the content */
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

/* END IMAGE OVERLAYS */

/* HOMEPAGE */
#homepage_rotator {
    position: relative;
    left: -17px;
    top: -3px;
    width: 629px;
    margin-bottom: 4px;
}

#homepage_rotator p{
    position: relative;
    left: -20px;
}

#homepage_rotator .image_thumb {
    position: absolute;
    left: -3000px;
}

div.ex_item {
    position: relative;
    top: -4px;
    left: 4px;
    height: 75px;
}

div.ex_item div.ex_itemText {
    padding-left:138px;
    _padding-left:155px;
    }

.ex_item a {
    color: #e00122;
    text-decoration: none;
}

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

.youtube-single {
    margin: 12px 0 0 0;
}

.YouTube_desc {
    width: 290px;
    _width:auto;
}

#HomeNews ul li {
    padding-bottom: 8px;
}
 
/* HOMEPAGE bxSlider */

.bxSlider {
    position: relative;
    width: 629px !important;
    left: -17px;
    top: -7px;
    margin-bottom: 3px;
} 

.bx-window {
    width: 629px !important;
}

.bx-wrapper {
    width: 629px !important;
}

.rotator_item h3 {
    font-size: 22px !important;
    font-weight: normal !important;
    text-shadow: none !important;
    color: #E00122 !important;
}

.rotator_item p {
    font-size: 12px !important;
    font-weight: normal !important;
    text-shadow: none !important;
    color: #FFF !important;
}

div.black-transparent { 
    background: url('images/bxslider-transparent.png') repeat !important;
}

/* END - bxSlider */

/* CURRENT NEWS */

.RSSFeedLens h3 {
}

#NavNews h3 {
    display: block;
}

/* tagging lens */

#pickoftheweek  {
    background: #FFF url('images/right_module_top.jpg') top no-repeat;
    width: 293px;
    margin: 0px 0px 13px 13px;
    padding: 24px 7px 7px 7px;
}

#pickoftheweek_top  {
    background: #FFF url('images/right_module_top.jpg') top no-repeat;
    width: 293px;
    margin: 12px 0px 13px 13px;
    padding: 24px 7px 7px 7px;
    height: 300px;
    position: relative;
}

.NavLayout .lens a:hover {
    text-decoration:none;
    }

.NavLayout .lens h4 {
    font-size:14px;
    color:#e00122;
    }


/* END COMPONENT STYLES */
.caption
{
    color: #000 !important;
}

.cq-wcm-edit .maggalleryImage
{
    opacity: 0.5;
    display: block;
}
.galleryoverlay a
{
    display: block;
    position: relative;
}
.galleryoverlay a[rel=ucImageSlideshow]:after
{
    position: absolute;
    content: '';
    background: url(images/galleryoverlay.png) no-repeat;
    width: 150px;
    height: 26px;
    bottom: 20%;
    left: 0;
    display: block;
    pointer-events: none;
    border-bottom: 3px solid transparent;
}

.withcap.galleryoverlay a[rel=ucImageSlideshow]:after
{
    bottom: 30%;
}

.image .galleryoverlay a:after
{
    bottom: 10px;
}

.galleryoverlay a[rel=ucImageSlideshow]:hover:after
{
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.callout
{
    font-family: serif;
    font-weight: bold;
    line-height: 1.3;
    text-align: justify;
    font-size: 18px;
}

.GlobalNavDraggable ul.ToolsList a:hover
{
    color: #fff;
}