/*******************************************************************************************************
 * version 2.0 - based off of version 1.7 (http://www.sju.edu/int/main.css) - stripped of styles conflicting with / no longer needed
 * by the "Magis" design of the website
 *
 *******************************************************************************************************/

/** SEE palettes.css for quickmenu colors **/

/******* Typography and color **************************************************************************/

a img {
  border: none;
}

#skipNavigation, #skipNavigation:link, #skipNavigation:visited {
    display: block;
    position: absolute;
    top: -4em;
    font-size: 2em;
    height: 1em;
    color: #FFFF99;
    background-color: #000099;
    z-index: 1000;
}
#skipNavigation:hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}





#toolNav {
    background-color: #231F20;
}
#gatewayNav, #portalLogin {
    background-color: #A00000;
}

#portalLoginNew {
    background-color: transparent;
}

#portalLogin label span {
    display: none;
}

#portalLoginNew label span {
    display: none;
}

#portalLogin .username {
    background-image: url("../../images/portal/username.gif");
    background-repeat: no-repeat;
}
#portalLoginNew .username {
    background-image: url("../../images/portal/username2.gif");
    background-repeat: no-repeat;
}

#portalLogin .password {
    background-image: url("../../images/portal/password.gif");
    background-repeat: no-repeat;
}

#portalLoginNew .password {
    background-image: url("../../images/portal/password2.gif");
    background-repeat: no-repeat;
}



#breadcrumbNav {
    text-align: right;
        z-index: 100;
}
#breadcrumbNav a {
    color: #666666;
    text-decoration: none;      
}
#footer .wrapped {
    line-height: 180%;
    color: #666666;
}

#footer a {
    text-transform: uppercase;
}

#footerlinks {
    line-height: 180%;
    color: #666666;
    text-transform: none;
    margin-top: 100px;
}

#footerlinks a {
    color: #666666;
    text-transform: none;
    
}
#footerlinks a:hover {
    color: #333333;
        text-decoration: underline;
        text-transform: none;
}


.textInput {
    font-size: 110%;
    color: #666666;
}

#alerts {
    background-image: url("");
    background-repeat: no-repeat;
}

#alertshm {
    background-color:#a00000;
    background-repeat: no-repeat;
}
#alerts h2 {
    color: #FFFFFF;
    font-size: 160%;
    font-weight: bold;
    text-transform: uppercase;
}
#alertshm h2 {
    color: #ffffff;
    font-size: 10pt;
    text-transform: none;
}

#alerts h3 {
    line-height: 100%;
}

#alertshm h3 {
    line-height: 100%;
}
#today {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background-image: url("../../images/misc/dateBox.gif");
    background-repeat: no-repeat;
}
#today .month, #today .year {
    font-size: 180%;
    color: #FFFFFF;
}
#today .date {
    font-size: 800%;
    color: #FFFFFF;
}

.transitSchedules .bus, .transitSchedules .train {
    font-size: 120%;
}
.transitSchedules .bus {
    background-image: url("../../images/portal/busIcon.gif");
    background-repeat: no-repeat;
}
.transitSchedules .train {
    background-image: url("../../images/portal/trainIcon.gif");
    background-repeat: no-repeat;
}
.transitSchedules .item .time {
    font-size: 160%;
    font-weight: bold;
    padding-right: 2px;
}
.transitSchedules .item .time, .transitSchedules .item .units {
    color: #AF0000;
}
.transitSchedules .item a {
    font-size: 80%;
    color: #333333;
    font-style: italic;
}

#story p, #primary p {
    line-height: 150%;
    color: #000000; 
    font-weight: none;
    text-decoration: none;
    font-size: 12px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
#stories p {
    font-size: 12px;
}


/**********************************/
/* Added by Scott(scott.hine@sju.edu) */
/* fixes issue with bulleted lists font-size */
ul.plist{
font-family: Georgia, serif;
font-size: 140%;
line-height: 160%;
margin-bottom: 1em;
}
/**********************************/

.item {
    line-height: 120%;
}
.item h3 {
    font-size: 120%;
    line-height: 160%;
    font-weight: normal;
}

.item .location, .item .time, .item .category, .item .date {
    font-size: 100%;
    color: #333333;
    padding-right: 0.8em;
}
.item .location {
    font-weight: bold;
}
.item .description, #story .item p.description {
    font-size: 110%;
    font-family: Helvetica, sans-serif;
    color: #1A1818;
    line-height: 160%;
}   
.hmdescription {
    font-size: 105;
    font-family: Helvetica, sans-serif;
    color: #1A1818;
    line-height: 140%;

}
.item .ellipsis {
    font-size: 110%;
    font-style: italic;
    color: #780000;
        text-decoration: none;
}
.item .ellipsis:hover {
    color: #500000;
        text-decoration: underline;
}

.item .thumbnail, .hmthumbnail, .propagethumbnail, #secondaryFeature .thumbnail {
    background-color: #ffffff;
}

.prothumbnail{
    background-color: #9B8230;
}
.more a {
    font-size: 10px;
    color: #500000;
        text-decoration: none;
}
.more a:hover {
    color: #1A1818;
        text-decoration: underline;
}

#pageHeading h1, #pageSubHeading h2 {
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    color: #FFFFFF;
    font-weight: normal;
        padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    z-index: 1;
}

#pageHeading a {
        text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
 }

#pageHeading a:hover {
        text-decoration: none;
    color: #C80000;
    font-weight: normal;
 }


.QUICKMENU, .QUICKMENU li, .QUICKMENU a, .QUICKMENU ul li ul li a  {
    font-size: 105%;
    line-height: 170%;
    color: #333333 !important;
}
.QUICKMENU h2 {
    font-size: 100%;
    line-height: 18px;
}


.QUICKMENU .closeButton, .QUICKMENU .more {
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
}
.QUICKMENU .more .marker {
    font-size: 120%;
    font-weight: normal;
}
.QUICKMENU ul.level2 li, .QUICKMENU ul.unitlevel2 li {
    font-weight: normal;
}
.QUICKMENU .links li {
    font-weight: bold;
}
.QUICKMENU a {
    color: #333333;
}

#usefulLinks a, #primaryUsefulLinks a, #secondaryUsefulLinks a {
    color: #780000;
}

.searchResults {
    line-height: 160%;
}
.searchResults h3 {
    font-size: 160%;
    font-weight: normal;
}
.searchResults .r, #primary .searchResults h2.r {
    font-weight: normal;
    font-size: 140%;
    text-transform: none;
}
.searchResults .j {
    font-size: 110%;
}
.searchResults .a {
    color: #666666;
}
.searchResults nobr a {
    color: #510000;
}

#search, #search h2, #localNav #search h2 {
    background-color: #726A5F;
    color: #FFFFFF;
}
#search .textInput {
}
#search .searchSubmitWrapper, #search .searchSubmitWrapper a {
    color: #FFFFFF;
    font-size: 150%;
}

.searchPagination {
    font-size: 120%;
}
.searchPagination .pages {
    font-weight: bold;
    text-transform: uppercase;
}
.searchPagination .page {
}
.searchPagination .selected {
    font-weight: bold;
}
.searchPagination .previous, .searchPagination .next {
    color: #510000;
}

/** template-specific: **/

body.home #events h2, body.home #headlines h2, body.landing #news h2, body.level2 #news h2, #secondaryFeature h2, body.unithome #events h2, body.unithome #headlines h2, #usefulLinks h2, body.unithome #featuredLinks h2, body.unitlevel2 #news h2, body.portalhome #events h2, body.portalhome #headlines h2, #primaryUsefulLinks h2, #secondaryUsefulLinks h2, #feature1 h2, #feature2 h2, body.office h2, body.blank #headlines h2, #bloglist h2 {
    font-size: 160%;
    font-weight: bold;
    color: #1A1818;
    text-transform: uppercase;
}
body.home #tagline {
    background-image: url("../../images/misc/tag.gif");
}
#hmtagline {
    background-image: url("../../images/misc/tag2.gif");
}
body.home #tagline span {
    display: none;
    font-size: 210%;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
    color: #333333;
}

#hmtagline span {
    display: none;
    font-size: 210%;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
    color: #333333;
}
body.home #level2-alert span {
    display: none;
    font-size: 210%;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
    color: #333333;
}

body.utility #primary h2, body.utility #secondary h3 {
    font-family: Helvetica, sans-serif;
    font-size: 180%;
    line-height: 100%;
    font-style: normal;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

/******* Layout ****************************************************************************************/

/** general-purpose horizontal centering machinery **/
#header, #body, #footer { position: relative; left: 0; top: 0; width: 100%; text-align: center; }
.wrapper { margin: 0pt auto; position: relative; }
.wrapped { text-align: left; }
/** end horizontal centering **/
body {
    margin: 0;
}
#body {
    float: left;
}
body * {
    margin: 0;
}

.schematicWrapper {
    display: inline;
    margin: 0;
    padding: 0;
}

#header .wrapper, #footer .wrapper, #header .wrapper .wrapped, #footer .wrapper .wrapped, #body .wrapper, #body .wrapper .wrapped {
    width: 972px;   /* fixed dim., should be px */
    height: 100%;
}

#body .wrapped {
    padding-bottom: 1.35em; /* 72px @ 100% */
}

#pageHeading, #pageSubHeading {
    position: absolute;
    left: 290px;
    height: 126px;
    width: 656px;
    z-index: 1;
}
#pageHeading {
    top: 0; /* fixed-height */
}
#pageSubHeading {
    top: 35px; /* fixed-height */
}
#pageHeading h1, #pageSubHeading h2 {
    position: absolute;
    bottom: 10px;
    left: 16px;
}

#breadcrumbNav {
    width: 650px;
    z-index: 200;
}
#breadcrumbNav li {
    display: inline;
}

#gatewayNav {
    position: absolute;
    z-index: 100;
    top: 126px; /* fixed-height */
    right: 16px;
    padding-top: 8px;
    padding-bottom: 8px; /* fixed-height */
    width: 158px; /* fixed-width */
}
portalLoginNew{
    position: absolute;
    z-index: 100;
    top: 126px; /* fixed-height */
    right: 16px;
    width: 158px; /* fixed-width */
}
#portalLogin {
    position: absolute;
    z-index: 100;
    top: 126px; /* fixed-height */
    right: 16px;
    width: 158px; /* fixed-width */
}
#portalLogin label {
    display: block;
    width: 158px;
    height: 10px;
    margin-top: 4px;
    margin-bottom: 2px;
}
#portalLoginNew label {
    display: block;
    width: 158px;
    height: 10px;
    margin-top: 4px;
    margin-bottom: 2px;
}

#portalLogin input {
    margin-left: 8px;
}
#portalLoginNew input {
    margin-left: 8px;
}
#portalLogin #login {
    margin-bottom: 11px;
}
#portalLoginNew #login {
    margin-bottom: 11px;
}
#portalLogin #roPortalLogin_forgotPassword, #portalLogin #roPortalLogin_forgotPassword a {
    float: left;
}
#portalLoginNew #roPortalLogin_forgotPasswordNew, #portalLoginNew #roPortalLogin_forgotPasswordNew a {
    float: left;
}

#portalLogin #roPortalLogin_needToRegister, #portalLogin #roPortalLogin_needToRegister a {
    float: left;
}
#portalLoginNew #roPortalLogin_needToRegisterNew, #portalLoginNew #roPortalLogin_needToRegisterNew a {
    float: left;
}

#portalLoginNew #roPortalLogin_loginNew, #portalLoginNew #roPortalLogin_loginNew a {
    float: left;
}
#portalLogin #roPortalLogin_login, #portalLogin #roPortalLogin_login a {
    float: left;
}

#portalLogin #roPortalLogin_EmployerLogin, #roPortalLogin_StudentLogin, #portalLogin #roPortalLogin_EmployerLogin a {
    float: left;
}
#portalLoginNew #roPortalLogin_EmployerLoginNew, #roPortalLogin_StudentLoginNew, #portalLoginNew #roPortalLogin_EmployerLoginNew a {
    float: left;
}

#globalButton0 {
    position: absolute;
    z-index: 100;
    top: 276px; /* fixed-height */
    left: 0;
        width: 118px;
}

#globalApply {
    position: absolute;
    z-index: 100;
    top: 334px; /* fixed-height */
    left: 0;
        width: 118px;
}

#globalGive {
    position: absolute;
    z-index: 100;
    top: 392px; /* fixed-height */
    left: 0;
        width: 118px;
}

#globalButton3 {
    position: absolute;
    z-index: 500;
    top: 440px; /* fixed-height */
    left: 0;
        width: 118px;
}

#libButtons1 {
    position: absolute;
    z-index: 600;
    top: 406px; /* fixed-height */
    left: 0;
        width: 118px;
}
#libButtons2 {
    position: absolute;
    z-index: 500;
    top: 475px; /* fixed-height */
    left: 0;
        width: 118px;

}
#libButtons3 {
    position: absolute;
    z-index: 400;
    top: 504px; /* fixed-height */
    left: 0;
        width: 118px;
   
}
#calRotBanner{
    position: absolute;
    text-align: right;

    z-index: 500;
    top: 1020px; /* fixed-height */
    left: -50;
        width: 200px;
}
#admApply {
    position: absolute;
    z-index: 200;
    top: 8px; /* fixed-height */
    left: 0;
        width: 118px;
}

#admTravel{
    position: absolute;
    z-index: 500;
    top: 66px; /* fixed-height */
    left: 0;
        width: 118px;
}

#socialLinks{
    position: absolute;
    z-index: 500;
    top: 140px; /* fixed-height */
    left: 0;
        width: 118px;
}

#alerts {
    position: absolute;
    z-index: 1000;
    top: 370px; /* fixed-height */
    height: 132px;
    left: 0;
    width: 284px;
    padding-left: 8px;
    padding-top: 0px;
}
#alerts h2 {
    margin-bottom: 0px;
}
#alerts h3 {
    padding-bottom: 0;
}
#alerts a {
    color: #a00000;
    text-transform: uppercase;
    text-decoration; bold;
    
}
#alerts .more {
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
}

#alerts .more span {
    display: none;
}

#alerts .description{
    width: 96%;
}


#alertshm {
    position: absolute;
    z-index: 1000;
    top: 0px; /* fixed-height */
    height: 20px;
    left: 5px;
    width: 800px;
    padding-left: 8px;
    padding-top: 0px;
}
#alertshm h2 {
    margin-bottom: 0px;
}
#alertshm h3 {
    padding-bottom: 0;
}
#alertshm a {
    color: #a00000;
    text-transform: none;
    text-decoration; none;
    
}
#alertshm .more {
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
}

#alertshm .more span {
    display: none;
}

#alertshm .description{
    width: 96%;
}

#hmpageFeatureImage {
    position: absolute;
    top: 0;
    left:7px;
}

.content {
  position: relative;
  z-index: 200;
  line-height: 150%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

ul.links, ul.links li, ul.items, ul.items li, ul.hmitems, ul.hmitems li, ul.proitems, ul.proitems li {
  padding-left: 0;
  margin-left: 0;
}
ul.items li {
    display: block;
    height: 108px;
}

ul.hmitems li{
    display: block;
    height: 60px;
}
ul.proitems li{
    display: block;
    height: 30px;
    width: 250px
}

ul.links li {
    display: inline;
}

.item {
    margin-bottom: 1.3em;
}

.item .thumbnail {
    width: 142px; /* fixed-width */
    height: 108px; /* fixed-height */
    float: left;
    margin-right: 16px;
}
.hmthumbnail {
    width: 71px; /* fixed-width */
    height: 54px; /* fixed-height */
    float: left;
    margin-right: 10px;

}

.propagethumbnail {
    width: 84px; /* fixed-width */
    height: 55px; /* fixed-height */
    float: left;
    margin-right: 10px;
}
.prothumbnail {
    width: 215px; /* fixed-width */
    height: 140px; /* fixed-height */
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;

}
ul.items .item .ellipsis {
    display: block;
}   
#secondaryFeature .thumbnail {
    display: block;
    width: 130px; /* fixed-width */
    height: 130px; /* fixed-height */
    float: left;
    margin-bottom: 16px;
}
#secondaryFeature .space {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
}

.QUICKMENU {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 400;
}
.QUICKMENU .quickMenuWrapped {
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    clear: both;
    border-top: 1.6em solid;
    padding-top: 18px;
}
.QUICKMENU h2 {
    display: none;
    position: relative;
    width: 100%;
    
    height: 1.6em;
    margin-bottom: 6px; /* fixed */
    clear: both;
    whitespace: pre;
}
.QUICKMENU .closeButton {
    border-right: 2px solid #333333;
    position: absolute;
    display: block;
    right: -2px;
    top: -16px;
    width: 1.5em;
    height: 1.8em;
    text-align: center;
}
.QUICKMENU .group {
    display: block;
    float: left;

    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    /*width: 11.2em;
    height: 16.1em;*/
    margin: 0;
}
.QUICKMENU .links {
    display: block;
    margin-bottom: 18px;
}
.QUICKMENU .links li {
    display: block;
}
.QUICKMENU .links li .marker {
    padding-left: 0.5em;
}
.QUICKMENU .more {
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;

    padding-top: 1px;
    padding-bottom: 2px;
    padding-right: 22px;
    clear: both;
    padding-left: 1em;
    text-align: right;
}
.QUICKMENU .more .marker {
    position: absolute;
    right: 0;
    padding-right: 1em;
    top: -1px;
}

#usefulLinks ul, #primaryUsefulLinks ul, #secondaryUsefulLinks ul {
    display: block;

    float: left;
    width: 110px;
}
#usefulLinks ul li, #primaryUsefulLinks ul li, #secondaryUsefulLinks ul li {
    display: block;
    margin-bottom: 2px;
}

#featuredLinks {
    clear: both;
}
#featuredLinks ul {
    display: block;
    float: left;
}
#featuredLinks ul li {
    display: block;
    width: 90px; /* fixed-width */
    height: 90px; /* fixed-height */
    margin-right: 16px;
    display: block;
    float: left;
}

.searchResults h3 {
    margin-bottom: 32px;
}
#primary .searchResults h2.r {
    margin-bottom: 0;
}
.searchResults .g {
    margin-bottom: 18px;
}

#search {
    height: 1.8em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 284px;
}
#search h2 {
    display: block;
    width: 90px;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}
#search .textInput {
    width: 146px;
    margin-right: 6px;
}
#search .searchSubmitWrapper {
    position: absolute;
    display: inline;
    padding: 0;
    margin: 0;
}

.searchPagination .pages, .searchPagination .page, .searchPagination .previous {
    margin-right: 8px;
}

/** template-specific: **/

body.home #events h2, body.home #headlines h2, body.landing #news h2, body.level2 #news h2, #secondaryFeature h2, body.unithome #events h2, body.unithome #headlines h2, body.unithome #usefulLinks h2, body.unithome #featuredLinks h2, body.unitlevel2 #news h2, body.portalhome #featuredLinks h2, body.portalhome #primaryUsefulLinks h2, body.portalhome #secondaryUsefulLinks h2, body.blank #headlines h2,#bloglist h2{
    margin-bottom: 3px;
}
body.home #header, body.unithome #header, body.portalhome #header {
    height: 470px;
}
body.home .content, body.unithome .content, body.portalhome .content {
}
body.home #today, body.unithome #today, body.portalhome #today {
    margin-left: 8px; /* fixed-width */
    float: left;
}
body.home #events{float: left;} 
body.unithome #events, body.portalhome #events {
    float: left;
    /*width: 150px;*/ /* fixed-width */
    margin-left: 24px;
}
body.home #headlines{float: left;}
body.unithome #headlines, body.portalhome #headlines {
    float: left;
    /*width: 300px;*/ /* fixed-width */
    margin-left: 16px;
}
body.unithome #usefulLinks, body.portalhome #usefulLinks {
    position: absolute;
    top: 150px;
    left: 8px;
    display: block;
    width: 276px; /* fixed-width */
    padding-left: 8px;
    clear: both;
    z-index: 100;
}
body.home #feature1{
     display: block;
     float: left;
     height: 172px;
}
body.unithome #feature1, body.portalhome #feature1 {
    display: block;
    float: left;
    height: 172px;
    margin-left: 16px;
}
body.home #feature1 {
    /*width: 192px;*/ /* fixed-width */
}
body.unithome #feature1, body.portalhome #feature1 {
    /*width: 192px;*/ /* fixed-width */
    /*margin-bottom: 172px;*/
}
body.home #feature2{
        display: block;
    float: left;
    height: 192px;
}
body.unithome #feature2, body.portalhome #feature2 {
    display: block;
    float: left;
    height: 192px;
    margin-left: 22px;
}
body.home #feature2 body.unithome #feature2 {
    /*width: 100px;*/ /* fixed-width */
}
body.home #tagline {
    position: relative;
    display: block;
    top: -25px;
    height: 40px;
    left: 8px; /* fixed-width */
    width: 440px;
    clear: both;
}

body.home #level2-alert {
    position: relative;
    display: block;
    top: -25px;
    height: 40px;
    left: 8px; /* fixed-width */
    width: 880px;
    clear: both;
}
.QUICKMENU .quickMenuWrapped {
    position: absolute;
    top: 180px; /* fixed */
    left: 126px;
}

.homeQuickmenu{
    position: absolute;
    top: 100px; /* fixed */
    left: 126px;
}

body.unithome #featuredLinks, body.portalhome #featuredLinks {
    position: absolute;
    top: 208px;
    left: 632px;
    display: block;
    z-index: 200;
}
body.unithome .QUICKMENU .quickMenuWrapped {
    position: absolute;
    top: 180px; /* fixed */
    left: 126px;
}

body.landing #header, body.level2 #header {
    height: 126px;
}
body.landing #today, body.level2 #today, body.unitlevel2 #today {
    float: left;
    margin-top: 324px;

    margin-left: 8px; /* fixed-width */
}
body.landing #news, body.level2 #news {
    float: left;
    margin-top: 324px;
    margin-left: 16px;
    width: 150px;
}

body.level2 #secondaryFeature {
    float: left;
    margin-top: 368px;
    padding-left: 8px;
    margin-right: 8px;
    width: 276px;






}
body.home #localNav, body.landing #localNav, body.level2 #localNav {
    position: absolute;
    left: 126px; /* fixed-width */
    top: 180px;
    z-index: 200;
}
body.home #breadcrumbNav, body.landing #breadcrumbNav, body.level2 #breadcrumbNav {
    position: absolute;
    top: 126px; /* fixed-width */
    left: 290px;
}

body.unitlevel2 #breadcrumbNav {
    position: absolute;
    top: 160px; /* fixed-width */
    left: 290px;
}
body.unitlevel2 #header {
    height: 160px;
}
body.unitlevel2 #secondaryFeature {
    float: left;
    margin-top: 308px;
    margin-left: 8px;
    margin-right: 8px;
    width: 276px;
    clear: both;
}
body.unitlevel2 #news {
    float: left;
    width: 276px; /* fixed-width */
}
body.unitlevel2 #usefulLinks {
    float: left;
    width: 276px; /* fixed-width */
    margin-top: 36px;
    clear: both;
}

body.portalhome #feature2 {
    width: 316px;
    background-image: none;
}
body.portalhome #secondaryUsefulLinks {
    position: absolute;
    top: 150px;
    left: 8px;
    display: block;
    width: 276px; /* fixed-width */
    padding-left: 8px;
    clear: both;
    z-index: 100;
}
body.portalhome #primaryUsefulLinks {
    position: absolute;
    top: 352px;
    left: 308px;
    display: block;
    width: 276px; /* fixed-width */
    padding-left: 8px;
    clear: both;
    z-index: 100;
}

body.office #header, body.utility #header {
    height: 160px;
}
body.office #subGlobalNav, body.utility #subGlobalNav{
    top: 196px;
}
body.office #breadcrumbNav, body.utility #breadcrumbNav {
    position: absolute;
    top: 160px; /* fixed-width */
    left: 290px;
}
body.office #primary {
    float: left;
    margin-top: 36px;
    position: relative;
    left: 135px;
    width: 506px;
        z-index: 0;
}
body.office #secondary {
    position: relative;
    left: 135px;
    float: left;
    margin-top: 36px;
    margin-left: 24px;
    width: 272px;
}
body.office #stories h2, body.office #secondary h2 {
    margin-bottom: 4px;
}
body.office #events {
    margin-bottom: 36px;
    margin-top: 7px;
}
body.office #secondary #events .item {
    margin-bottom: 16px;
}
body.office #secondary #events .item .ellipsis {
    display: inline;
}
body.office #secondary .item {
    display: block;
    float: left;
    margin-bottom: 36px;
}
body.office #secondary .item .ellipsis {
    display: block;
}

body.utility #localNav {
    position: absolute;
    left: 0;
    top: 190px;
    z-index: 300;
    width: 284px; /* fixed-width */
    padding-bottom: 0;
}
body.utility #breadcrumbNav {
    position: absolute;
    top: 160px; /* fixed-width */
    left: 290px;
}
body.utility #secondary {
    width: 268px;
    float: left;
    padding-top: 132px;
    padding-left: 16px;
    margin-right: 24px;
}
body.utility #primary {
    width: 632px;
    float: left;
    padding-top: 36px;
}
body.utility #primary span.date{
     font-weight: bold;
     color: #333333;
     font-size: 110%;
}
body.utility #primary h2 {
    margin-bottom: 32px;
}
body.utility #secondary h3 {
    margin-bottom: 16px;
}
body.utility #searchResultsPageNav {
    position: absolute;
    top: 38px;
    right: 32px;
    z-index: 200;
}



/******* SJU-created classes **************************************************************************/


/****hsb grad dept menu styles ***/

#gradFront_nav{
    position: absolute;
    top: 30px;
    float: left;
}

#gradFront_nav_green, #gradFront_nav_brown{
    position: absolute;
    top: 30px;
    float: left;
    padding: 10px 0;
}

#gradFront_nav_green{
        background: #6a8785;
}

#gradFront_nav_brown{
    background: #6f675c;

}
#subnav {
    position: relative;
    z-index: 1000;
    height: 40px;
    line-height: 39px;
        top: 125px;
}
#subnav span{
    color: white;
    float: right;
    margin-right: 25px;
}

#subnav span a{
    margin: 0 5px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 11px;
}   

#subnav span a:hover{
    color: #555;
}

#hsbsubnav {
    text-align: right;
    position: relative;
    z-index: 1000;
    height: 40px;
    line-height: 39px;
        top: -32px;
}
#hsbsubnav span{
    color: white;
    float: right;
    margin-right: 25px;
}

#hsbsubnav span a{
    margin: 0 5px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 11px;
}   

#hsbsubnav span a:hover{
    color: #555;
}

.tellartBreadcrumbs{
    padding-top: 10px;
    
}
/* grad page widgets */

#widget_left_gray{
    position: relative;
    padding: 2px 2px 7px 2px;
    background: url(../../images/misc/widget_short_gray.gif) no-repeat;
    height: 139px;
}

#widget_left_gray h3{
        position: relative;
    margin-top: 45px;
    float: left;
    padding: 5px 10px 5px 5px;
    color: white;
        z-index: 5;
    background: #416360;
    font: italic 13px Georgia, "Times New Roman", Times, serif;
}

#widget_left_gray p b, #widget_right_gray p b{
    font-size: 11px;
    font-weight: normal;
}

#widget_left_gray p, #widget_right_gray p {
        position: relative;
    clear: left;
    font-size: 9px;
    float: left;
        z-index: 5;
    padding: 5px 10px 5px 5px;
    color: white;
    background-color: #769693;
}
#widget_left_gray img, #widget_right_gray img{
        position: relative;
        top: -92px;
        left: 0px;
}
#widget_right_gray{
    position: relative;
    padding: 2px 2px 7px 2px;
    background: url(../../images/misc/widget_wide_gray.gif) no-repeat;
    height: 128px
        
    }

#widget_right_gray h3{
    position: relative;
    margin-top: 40px;
    float: left;
        z-index: 5;
    padding: 5px 10px 5px 5px;
    color: white;
    background: #416360;
    font: italic 13px Georgia, "Times New Roman", Times, serif;
}

#widget_left_gray a, #widget_right_gray a{
    color: white;
}

.widget_more{
    position: absolute;
    bottom: 12px;
    right: 3px;
        z-index: 6;
    display: block;
    float: right;
    text-align: center;
    background: #333;
    height: 15px;
    width: 44px;
    font-style: italic;
}
/* End Widgets */

#three_col_wrapper {
    margin-top: 20px;
    float: left;
    margin-left: 8px;
    width: 940px;
}



#three_col_left{
    float: left;
    width: 277px;
        padding-left: 7px;
}

#three_col_middle{
    padding-left: 12px;
        padding-right: 12px;
    float: left;
    width: 293px;
}

#three_col_right{
    float: left;
    width: 310px;
        margin-left:20px;
}

#openSide2{
    position: relative;
    display: block;
    left: 7px;
    width: 400px;
        top: 0px;
    float:left;
        z-index:20;
}


/*******Home Left Container Block******/
#hmnews{
    position: relative;
    display: block;
    left: 7px;
    width: 400px;
        top: 0px;
    float:left;
        z-index:20;
}
.hmnews #hmnews{
        top: 0px;
    right: 0px;
        margin-top:15px;
    float: left;
}
#hmnews h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
}


/*******Home Middle Container Block******/
#hmstudentprofiles{
    position: relative;
    display: block;
    left: 45px;
    width: 220px;
        top: 0px;
    float:left;
        z-index:20;
}
.hmstudentprofiles #hmstudentprofiles{
        top: 0px;
    right: 0px;
        margin-top:15px;
    float: left;
}
#hmstudentprofiles h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
}
#hmstudentprofiles h4{
    margin-top:5px;
}

#hmfacultyprofiles{
    position: relative;
    display: block;
    left: 45px;
    width: 220px;
        top: 7px;
    float:left;
        z-index:20;
}
.hmfacultyprofiles #hmfacultyprofiles{
        top: 0px;
    right: 0px;
        margin-top:15px;
    float: left;
}
#hmfacultyprofiles h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
}

/*******Home Sub Global Nav******/
#audpathnav{
    position: relative;
    display: block;
    left: 2px;
        top: 409px;
        margin-bottom:0px;
    float:left;
        z-index:10;
}

#audpathnav_alert{
    position: relative;
    display: block;
    left: 2px;
        margin-bottom:10px;
        margin-top:10px;
    float:left;
        z-index:20;
        width:933px;
}

#status-alert span{
    color : white;
    font-size : 13px;
    background-color : #A00000;
    padding : 8px;
    margin : 5px;
}

#audpathnav a{
    font-size: 130%;
    font-weight: none;
    color:#666666;
    font-family: Helvetica, Arial, Verdana, sans-serif;

}

#audpathnav a:hover {
    color:#000000;
    text-decoration: underline;
}

/*******Home Right Container Block******/
#hmevents{
    position: relative;
    display: block;
    left: 75px;
    width: 245px;
    height: 215px;
        top: 0px;
    float:left;
        z-index:10;
}
.hmevents#hmevents{
        top: 0px;
    right: 0px;
        margin-top:15px;
    float: left;
}
#hmevents h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
}

#hmbanner{
    position: relative;
    display: block;
    left: 75px;
    width: 245px;
        top: 25px;
    float:left;
        z-index:20;
}
.hmbanner#hmbanner{
        top: 0px;
    right: 0px;
        margin-top:15px;
    float: left;
}
/*******END Home ******/


#profileimg {
    position: relative;
    display: block;
    left: -10px;
    width: 550px;
        top: -70px;
    float:left;
    z-index:30;
}

#profileimg p{  
    font-size: 100%;
    font-weight: none;
    color:#000000;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin-left: 10px;
}
#profileimg h2{ 
    font-size: 18px;
    font-weight: bold;
    color:#a00000;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin-left: 10px;
    text-transform: none;
}
#profileimg h3{ 
    font-size: 100%;
    font-weight: bold;
    color:#000000;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin-left: 10px;
}

#proevents{
    position: relative;
    display: block;
    left: 45px;
    width: 210px;
    height: 0px;
        top: -20px;
    float:left;
    z-index:30;
}
#proevents2{
    position: relative;
    display: block;
    left: 45px;
    width: 210px;
    height: 0px;
        top: 80px;
    float:left;
    z-index:30;
}
#hrule {
    width: 100%;
    height: 2px;
    border: 0;
    background-color: #9a8231;
    margin-top: 1px;
    margin-bottom: 5px;
} 
/**********************************************************************************************************************************/
#portalContainer{
    position: relative;
    display: block;
        left: -125px;
    padding: 0px 0px 5px 0px;
    margin-top: 50px;
    width: 940px;
    height: 100%
    float:left;
    
}


/*******Portal Left Container Blocks ******/
#portalTopLeft {
    position: relative;
    display: block;
    left: 0px;
    width: 300px;
        top: 0px;
    float:left;
        z-index:20;
}
.portalTopLeft #portalTopLeft{
        top: 0px;
    right: 0px;
        margin-top:15px;
    float: left;
}
#portalTopLeft h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
}
/****************************************/
#portalBottomLeft {
    position: relative;
    display: block;
    left: 0px;
    width: 300px;
        top: 40px;
    float:left;
        z-index:20;
}
.portalBottomLeft #portalBottomLeft {
        top: 0px;
    right: 0px;
        margin-top:15px;
    float: left;
}
#portalBottomLeft h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
}
/*******Portal Center Container Blocks ******/
#portalTopCenter {
    position: relative;
    display: block;
    left: 5px;
    width: 370px;
    padding-left: 10px;
    padding-right: 20px;
    margin-right:1px;
    border-right:#9A8231 solid 1px;
    margin-left:1px;
    border-left:#9A8231 solid 1px;
        top: 0px;
    float:left;
        z-index:20;
}
.portalTopCenter #portalTopCenter {
        top: 0px;
    right: 0px;
        margin-top:15px;
    float: left;
}
#portalTopCenter h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
}
/****************************************/
#portalBottomCenter {
    position: relative;
    display: block;
    left: 5px;
    width: 370px;
    padding-left: 10px;
    padding-right: 20px;
    margin-left:1px;
    border-left:#9A8231 solid 1px;
        top: 40px;
    float:left;
        z-index:20;
}
.portalBottomCenter #portalBottomCenter {
        top: 0px;
    right: 0px;
        margin-top:15px;
    float: left;
}
#portalBottomCenter h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
}
/*******Portal Right Container Blocks ******/
#portalTopRight {
    position: relative;
    display: block;
    left: 18px;
    width: 230px;
        top: 0px;
    float:left;
        z-index:20;
}
.portalTopRight #portalTopRight {
        top: 0px;
    right: 0px;
        margin-top:15px;
    float: left;
}
#portalTopRight h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
}
/****************************************/
#portalBottomRight {
    position: relative;
    display: block;
    left: 25px;
    width: 230px;
        top: 40px;
    float:left;
        z-index:20;
}
.portalBottomRight #portalBottomRight {
        top: 0px;
    right: 0px;
        margin-top:15px;
    float: left;
}
#portalBottomRight h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:0px;
}