@import url("reset.css");
@import url("custom-text.css");


/* ___________________ Global Styles ___________________ */

html
{
    min-height: 101%;
}

body
{
    background: url('../Images/bkg-sbvc.jpg') repeat-x #347ab7;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
}

body.green
{
    background: url('../Images/bkg-sbvc-green.jpg') repeat-x #54ae4c;
}

a
{
    color: #114376;
    text-decoration: underline; /*	display:block;*/
}

a:hover
{
    color: #2397be;
    text-decoration: underline;
}

a:focus
{
    color: #2397be;
    text-decoration: underline;
    outline: dotted #ccc 1px;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    color: #544b3b;
    padding: 23px 0 23px 0;
    border-bottom: 1px dotted #000;
    margin: 0 0 23px 0;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    margin-top: 15px;
}

h3, h4, h5, h6
{
    margin-bottom: 15px;
    margin-top: 15px;
}

p
{
    margin-bottom: 15px;
    margin-top: 15px;
}

table p
{
    margin: 0;
}

blockquote
{
    margin: 0px 30px;
}

hr
{
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #000;
    border-left: none;
}

th
{
    padding: 0 1em;
    text-align: left;
}

td
{
    padding: 0.25em;
    text-align: left;
}

#content-interior .main ul ul li
{
    padding-top: 2px;
    list-style-image: url(../Images/img-interior-bullet-2.png);
}

#content-interior .main ul ul ul li
{
    list-style-image: url(../Images/img-interior-bullet-3.png);
}

#content-interior .main ul ul ul ul li
{
    list-style-image: url(../Images/img-interior-bullet-4.png);
}

#page-container
{
    width: 989px;
    margin-left: auto;
    margin-right: auto;
}


/* ___________________ Header Styles ___________________ */

#header
{
    width: 959px;
    height: 136px;
    margin-left: auto;
    margin-right: auto;
    background: url('../Images/img-microsite-bkg-header.jpg') no-repeat right;
}

#header.stem {
    background: url('../Images/img-microsite-bkg-header-stem.jpg') no-repeat right;
}

#header .logo
{
    float: left;
    width: 402px;
}

#header .global
{
    float: right;
    width: 550px;
    padding-top: 18px;
    font-size: 12px;
}

#header .global .top
{
    height: 25px;
    width: auto;
}

#header .global .top .links
{
    float: left;
    display: inline-block;
    width: 135px;
    font-size: 11px;
    font-weight: bold;
    margin-right: 1em;
}

#header .global .top #cse
{
    float: left;
    width: 170px;
    margin-top: -7px;
}

#header .global .top td.gsc-input
{
    padding: 0;
}

#header .global .top .gsc-input
{
    padding: 5px 0 5px 6px;
}

#header .global .top input.gsc-input
{
    border: 1px solid #BCCDF0;
    padding-left: 2px;
    width: 99%;
    background: url("https://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif") #ffffff no-repeat left 50%;
}

#header .global .top .gsc-search-box
{
    width: 100%;
}

#header .global .top .gsc-search-label
{
    display: none;
}

#header .global .top .gsc-branding
{
    display: none;
}

#header .global .top .gsc-clear-button
{
    display: none;
}

#header .global .top .gsc-search-button
{
    display: none;
    width: 26px;
    height: 31px;
    background: #fff;
    border: none;
    background: url('https://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif') no-repeat;
    margin-left: -1px;
}

#header .global .top .gsc-control-cse div
{
    position: relative;
}

#header .global .top .gsc-wrapper
{
    display: block;
    position: absolute;
}

#header .global .top .gsc-resultsbox-invisible
{
}

#header .global .top .gsc-webResult
{
    background: #b1cbe4;
    padding: 9px;
    margin-top: -7px;
}

#search_results iframe
{
    height: 700px;
}

#header .global .top .gs-title
{
    padding-bottom: 16px;
    line-height: 16px;
}

#header .global .bottom
{
}

#header .global .bottom .apply
{
  padding-top: 7px;
  float: left;
  width: 325px;
  margin-left: -18px;
}

#header .global .bottom .apply li {
  display: block;
  float: left;
}

#header .global .bottom .apply a {
  text-decoration: none;
  line-height: 0; 
  font-size: 0;
  color: transparent; 
  display: inline-block;
  width: 155px;
  height: 38px;
  background-repeat: no-repeat;
}

#apply {
  background-image: url("../images/img-button-apply-sprite.jpg");
  background-position: 0 0;
}

#apply:hover {
  background-position: 0 -38px;
}

#register {
  background-image: url("../images/img-button-register-sprite.jpg");
  background-position: 0 0;
  margin-left: 9px;
}

#register:hover {
  background-position: 0 -38px;
}

#header .global .bottom .line
{
    padding: 0 15px 0 90px;
    float: left;
    width: 1px;
}

#header .global .bottom .athletics
{
    float: left;
    padding-top: 11px;
    margin-left: 38px;
    margin-right: 12px;
    margin-top: 8px;
}

#header .global .bottom .athletics a
{
    font-size: 11px;
    font-weight: bold;
    padding: 12px 25px 12px 0;
    background: url(../Images/img-button-athletics.jpg) right no-repeat;
}

#header .global .bottom .quick-links
{
    float: left;
    width: 104px;
    margin: 9px 0 0 0;
    padding: 0;
    border-left: 1px solid #002767; /*	line-height:normal;*/
}

#header .global .bottom .quick-links ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .global .bottom .quick-links li
{
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    z-index: 1000;
}

#header .global .bottom .quick-links ul li.main a
{
    background: url('../Images/img-button-quick-arrow-over.png') no-repeat;
    background-position: 82px 8px;
    font-size: 11px;
    font-weight: bold;
    padding: 9px 12px;
    display: block;
}

#header .global .bottom .quick-links ul li.main:hover
{
    background: url('../Images/bkg-sbvc-quick-links-hover.jpg') repeat-x;
}

#header .global .bottom .quick-links ul li.main:hover > a
{
    color: white;
    text-decoration: none;
}

#header .global .bottom .quick-links ul li.main:hover > a:hover
{
    text-decoration: underline;
}

#header .global .bottom .quick-links ul li.main ul li a
{
    background: none;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

#header .global .bottom .quick-links ul ul li a
{
    display: block; /*	padding:9px 12px;*/
    font-size: 11px;
    background: none;
}

#header .global .bottom .quick-links li a:hover, #header .global .bottom .quick-links li a:focus
{
    text-decoration: none;
    color: #fff;
}

#header .global .bottom .quick-links ul ul
{
    display: none;
    z-index: 999;
    left: -88px;
    position: absolute;
    min-width: 160px;
    background: url('../Images/bkg-sbvc-quick-links.jpg') top repeat-x #fff;
    padding: 15px;
    border: 1px solid #00257a;
    line-height: normal;
    margin: 0;
}

#header .global .bottom .quick-links ul ul li
{
    float: none;
    background: none;
    padding-left: 15px;
}

#header .global .bottom .quick-links ul ul li.email
{
    background: url('../Images/img-icon-email-quick-links.png') left no-repeat;
    zoom: 1;
}

#header .global .bottom .quick-links ul ul li.email:hover
{
    background: url('../Images/img-icon-email-quick-links.png') left no-repeat;
}

#header .global .bottom .quick-links ul ul li:hover
{
    background: none;
}

#header .global .bottom .quick-links ul ul li a:hover, #header .global .bottom .quick-links ul ul li a:focus
{
    color: #2397be;
    text-decoration: underline;
}

#header .global .bottom .quick-links:hover ul ul
{
    display: block;
}


#header-bottom
{
    width: 100%;
    height: 16px;
    background: url('../Images/bkg-sbvc-header-bottom.jpg') repeat-x;
}

.green #header-bottom
{
    background: url('../Images/bkg-sbvc-green-header-bottom.jpg') repeat-x;
}


/* ___________________ Main Nav Styles ___________________ */

.mainnav
{
    width: auto;
    height: 44px;
    padding-top: 8px;
    padding-left: 20px;
    background: url('../Images/bkg-sbvc-main-nav.jpg') repeat-x;
}

.green .mainnav
{
    background: url('../Images/bkg-sbvc-green-main-nav.jpg') repeat-x;
}

.mainnav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainnav ul li
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.mainnav ul li.space
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #8091b0;
    height: 36px;
}

.green .mainnav ul li.space
{
    border-left: 1px solid #a4d5a1;
}

.mainnav ul li.level-1 a
{
    display: block;
    height: 36px;
    padding: 0 2px 0 2px;
    width: auto;
}

.mainnav ul li.level-1 a.selected
{
    background: url(../Images/bkg-sbvc-main-hover.jpg) repeat-x;
}

.mainnav ul li.level-1-services a.selected
{
    background: url(../Images/bkg-sbvc-main-hover.jpg) repeat-x;
}

.mainnav ul li.level-1:hover
{
    background: url(../Images/bkg-sbvc-main-hover.jpg) repeat-x;
}

.mainnav ul li.level-1-services a
{
    display: block;
    height: 36px;
    padding: 0 2px 0 2px;
    width: auto;
}

.mainnav ul li.level-1-services:hover
{
    background: url(../Images/bkg-sbvc-main-hover.jpg) repeat-x;
}

.mainnav ul.level-2
{
    display: none;
    position: absolute;
    background: url('../Images/bkg-nav-hover.jpg') repeat-x #fff;
    padding: 35px 5px 15px 5px;
    min-width: 200px;
    white-space: nowrap;
    z-index: 999;
    border-right: 1px solid #000761;
    border-bottom: 1px solid #000761;
    border-left: 1px solid #000761;
}

.mainnav ul.level-2-services
{
    display: none;
    background: #fff url('../Images/bkg-nav-hover-services.jpg') repeat-x 8em top;
    padding: 35px 5px 15px 5px;
    min-width: 200px;
    white-space: nowrap;
    position: absolute;
    margin-left: -152px;
    z-index: 999;
    border-right: 1px solid #000761;
    border-bottom: 1px solid #000761;
    border-left: 1px solid #000761;
}

.mainnav ul li li
{
    float: none;
    list-style: none;
    margin: 0;
    padding: 4px 10px;
    height: 17px;
}

.mainnav ul li li:hover
{
    background: #fff;
}

.mainnav ul.level-2 li a
{
    display: block;
    text-decoration: none;
    height: 17px;
}

.mainnav ul.level-2 li a:hover
{
    text-decoration: underline;
    color: #2397be;
}

.mainnav ul li.level-1:hover ul.level-2
{
    display: block;
}

.mainnav ul.level-2-services li a
{
    display: block;
    text-decoration: none;
    height: 17px;
}

.mainnav ul.level-2-services li a:hover, .mainnav ul.level-2-services li a:focus
{
    text-decoration: underline;
    color: #2397be;
}

.mainnav ul li.level-1-services:hover ul.level-2-services
{
    display: block;
}

/* ___________________ Feature Area Styles ___________________ */

#feature
{
    width: 100%;
    height: 340px;
    /*background: url('../Images/bkg-sbvc-feature-left.jpg') no-repeat left;*/
}

#feature #stories
{
    float: left;
    width: 667px;
    height: 340px;
    /*margin-left: 15px;*/
}

#feature .story
{
    /*	position:relative;*/
    width: 652px;
    height: 340px;
    padding-left: 15px;
    /*background-color: white;*/
}

#feature .story-ribbon
{
    background: url('../Images/bkg-sbvc-feature-left.jpg') no-repeat left;
}

#feature #stories .image
{
    float: left;
    display: inline-block;
    width: 652px;
    height: 340px;
    z-index: 996;
    background-color: white;
}

#feature #stories .ribbon
{
    /*	width:auto;*/
    float: left;
    display: inline-block;
    position: relative;
    margin-top: -113px;
    z-index: 998;
}

#feature #stories .ribbon .holder
{
    float: left;
    height: 45px;
    min-width: 400px;
    max-width: 590px;
    background: url(../Images/bkg-sbvc-feature-ribbon.png) no-repeat right #00539f;
    white-space: nowrap;
    font-family: ZurichLtCnBTLight;
    color: #fff;
    font-size: 32px;
    padding: 7px 0 0 16px;
    letter-spacing: 1px;
    line-height: normal;
    font-weight: normal;
    z-index: 998;
}

#feature #stories .ribbon .holder a
{
    color: #fff;
    text-decoration: none;
}

#feature #stories .ribbon .holder .custom-text
{
    font-family: RageItalicStdRegular;
    font-size: 43px;
    text-decoration: underline;
    line-height: 1px;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

#feature #stories .ribbon .holder span
{
    /*	padding-top:-7px;*/
    margin-top: -5px;
}

#feature #stories .ribbon .holder-end
{
    float: left;
    height: 52px;
    width: 33px;
    background: url(../Images/bkg-sbvc-feature-ribbon-end.png) no-repeat;
    z-index: 998;
}

#feature #stories .message-holder
{
    float: left;
    display: inline-block;
    width: auto;
    margin-top: -85px;
    z-index: 997;
}

#feature #stories .message-left
{
    float: left;
    background: url(../Images/bkg-sbvc-feature-message-left.png) no-repeat bottom;
    width: 35px;
    height: 61px;
    padding-top: 24px;
    margin-left: 142px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 997;
}

#feature #stories .message
{
    float: right;
    height: 85px;
    width: 475px;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 997;
}

#feature #stories .message .copy
{
    float: right;
    width: 365px;
    padding-top: 35px;
}

#feature #stories .message .copy .text
{
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

#feature #stories .message .copy .text a
{
    color: #fff;
    text-decoration: none;
}

#feature #stories .controls
{
    float: right;
    width: 92px;
    padding-top: 50px;
    padding-left: 15px;
}

#feature #stories .cycle-controls
{
    float: right;
    /*width: 92px;*/
    padding-top: 50px;
    padding-right: 5px;
    margin-top: -80px;
    z-index: 999;
    position: relative;
}

#feature #stories .cycle-controls .buttons
{
    padding-top: 5px;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

#feature #stories .cycle-controls .buttons .indicator
{
    margin-right: 4px;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url('../Images/img-button-feature-inactive.png') no-repeat;
    cursor: pointer;
}

#feature #stories .cycle-controls .buttons .indicator.cycle-pager-active {
    background: url('../Images/img-button-feature-active.png') no-repeat;    
}

#feature #audience
{
    float: left;
    width: 303px;
    height: 340px;
    padding-right: 4px;
    background: #fff;
    margin-right: 15px;
}

#feature #audience a {
    display: block;
    width: 243px;
    height: 53px;
    background: url('../Images/bkg-audience-combined.jpg') 0px -7px no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 30px 0 30px;
}

#feature #audience a.small {
    height: 43px;
    padding: 25px 30px 0 30px;
    background: url('../Images/bkg-audience-combined.jpg') 0px -7px no-repeat;
}

#feature #audience a:hover {
    background: url('../Images/bkg-audience-combined.jpg') 0px -92px no-repeat;
}

#feature #audience a.small:hover {
    background: url('../Images/bkg-audience-combined.jpg') 0px -92px no-repeat;
}

#feature #audience a span.main {
    font-family: ZurichLtCnBTLight;
    font-size: 1.5em;
    letter-spacing: 2px;
    padding-bottom: 5px;
    display: block;
}

#feature #audience a span.secondary {
    font-size: .85em;
}

#feature-bottom
{
    width: 959px;
    margin-left: auto;
    margin-right: auto;
    height: 5px;
    background: #fff;
    margin-bottom: 10px;
}


/* ___________________ Homepage Content Area Styles ___________________ */

#content
{
    width: 959px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#content .main
{
    float: left;
    width: 642px;
}

#content .main #homepage-news-events
{
}

#content .main #homepage-news-events .tabs
{
}

#content .main #homepage-news-events .tabs .calendar
{
    padding-bottom: 8px;
}

#content .main #homepage-news-events .tabs .rss
{
    padding-bottom: 8px;
    margin-left: 123px;
}

#content .main #homepage-news-events .news
{
}

#content .main #homepage-news-events #news-feature
{
    min-height: 250px;
    background: url('../Images/bkg-sbvc-module.jpg') repeat-x bottom #fff;
    width: auto;
    padding: 25px 30px 35px 25px;
}

#content .main #homepage-news-events .news .date
{
    font-weight: bold;
    color: #666;
    margin-bottom: 20px;
}

#content .main #homepage-news-events .news .title
{
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 20px;
}

#content .main #homepage-news-events .news .copy
{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

#content .main #homepage-news-events .events
{
    min-height: 250px;
    background: url('../Images/bkg-sbvc-module.jpg') repeat-x bottom #fff;
    width: auto;
    padding: 25px 30px 35px 25px;
}

#content .main #homepage-news-events .events .title
{
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 20px;
}

#content .main #homepage-news-events .events .date
{
    float: left;
    width: 100px;
    font-weight: bold;
    color: #666;
    margin-bottom: 20px;
}

#content .main #homepage-news-events .events .listing
{
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #000;
}

#content .main #homepage-news-events .events .listing a
{
    font-size: 16px;
    font-weight: bold;
}

#content .main #homepage-news-events #homepage-articles
{
    min-height: 340px;
    background: #fff;
    width: auto;
    padding: 15px 0 15px 15px;
}

#content .main #homepage-news-events #homepage-articles .story
{
    float: left;
    width: 196px;
    margin-right: 10px;
}

#content .main #homepage-news-events #homepage-articles .story .image
{
    margin-bottom: 15px;
    width: 196px;
    border: 3px solid #fff;
}

#content .main #homepage-news-events #homepage-articles .story .image:hover
{
    border: 3px solid #2397be;
}

#content .main #homepage-news-events #homepage-articles .story .title
{
    margin-bottom: 15px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

#content .main #homepage-news-events #homepage-articles .story .copy
{
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 20px;
}

#content .main #homepage-news-events #homepage-articles .story .more
{
    padding: 0 15px;
    font-size: 14px;
}

#content .main .more
{
    font-size: 14px;
    font-weight: bold;
}

#content .main .more a
{
    padding-right: 15px;
    background: url('../Images/img-nav-read-more.gif') no-repeat right;
}


/* ___________________ Homepage SideBar Area Styles ___________________ */

#content #sidebar
{
    background: #ffffff;
    float: right;
    width: 308px;
}

#content #sidebar .title
{
    font-family: "Arial Narrow" , Arial;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#content #sidebar .more
{
    font-size: 14px;
    font-weight: bold;
}

#content #sidebar .more a
{
    padding-right: 15px;
    background: url('../Images/img-nav-read-more.gif') no-repeat right;
}

#content #sidebar .module-sidebar
{
    width: auto;
    min-height: 50px;
    background: url('../Images/bkg-sbvc-module.jpg') repeat-x bottom #fff;
    padding: 25px 15px;
    line-height: 20px;
}

#content #sidebar .module-sidebar-img
{
    width: auto;
    border-bottom: 1px solid #ffffff;
}

#content #sidebar .module-sidebar-alert
{
    width: auto;
    min-height: 50px;
    background: url('../Images/bkg-sbvc-alert.jpg') repeat-x bottom #b50000;
    color: #fff;
    padding: 25px 15px;
    line-height: 20px;
}

#content #sidebar .module-sidebar-alert .alert
{
    padding-left: 38px;
    background: url('../Images/bkg-sbvc-alert-icon.jpg') no-repeat top left;
}

#content #sidebar .module-sidebar-alert .alert p
{
    min-height: 40px;
}

#content #sidebar .module-sidebar-alert .alert a
{
    color: white;
}

#content #sidebar .module-sidebar-popular
{
    width: auto;
    min-height: 156px;
    background: url('../Images/bkg-sbvc-module.jpg') repeat-x bottom #fff;
    padding: 20px 20px;
    font-size: 13px;
}

#content #sidebar .module-sidebar-popular .row
{
    float: left;
    width: 118px;
    padding-right: 16px;
    line-height: normal;
}

#content #sidebar .module-sidebar-popular .row-right
{
    float: left;
    width: 118px;
    padding-right: 0;
    line-height: normal;
}

#content #sidebar .module-sidebar-popular .row a, #content #sidebar .module-sidebar-popular .row-right a
{
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 6px;
}

#content #sidebar .module-sidebar-bookstore
{
    width: auto;
    min-height: 50px;
    background: url('../Images/bkg-sbvc-module.jpg') repeat-x bottom #fff;
    padding: 25px 15px;
    line-height: 20px;
}


#content #sidebar .module-sidebar-social
{
    width: auto;
    min-height: 208px;
    /*height: 424px;*/
    background: #fff;
    padding: 20px 20px;
}

#twitter_status
{
    font-style: italic;
    line-height: 20px;
    display: block;
    font-size: 13px;
}

#twitter_status_time
{
    color: #114376;
    font-size: 13px;
}


/* ___________________ Interior Content Page Styles ___________________ */

#interior-header-image
{
    width: 959px;
    height: 175px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#interior-header
{
    width: 924px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 0 35px;
    font-family: ZurichLtCnBTLight;
    font-size: 37px;
    color: #002767;
}

.green #interior-header
{
    color: #21741b;
}

#breadcrumb
{
    width: 924px;
    min-height: 23px;
    margin-left: auto;
    margin-right: auto;
    background: url('../Images/bkg-sbvc-breadcrumb.jpg') repeat-x #fff 100% 100%;
    border-bottom: 1px solid #8fa6c4;
    padding-left: 35px;
    padding-top: 11px;
    padding-bottom: 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 1.4em;
    color: #666;
}

#content-interior
{
    width: 959px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background: #fff;
}


/* ___________________ Main Content Area ___________________ */

#content-interior .main
{
    float: left;
    width: 625px;
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 20px;
}

#content-interior #additonal-content
{
    float: left;
    width: 625px;
    padding: 15px 0 25px 15px;
    font-size: 14px;
    line-height: 20px;
}

#content-interior #additonal-content .holder-1, #content-interior #additonal-content .holder-2
{
    float: left;
    width: 270px;
    padding-right: 25px;
}

#content-interior #additonal-content .newsitem
{
    padding-bottom: 15px;
    border-bottom: 1px dotted #000;
    margin-bottom: 15px;
}

#content-interior #additonal-content .newsitem .date
{
    color: #544B3B;
    font-weight: bold;
}

#content-interior #additonal-content .newsitem .title
{
    font-weight: bold;
    margin-bottom: 10px;
}

#content-interior #additonal-content li
{
    list-style-image: url(../Images/img-interior-bullet.gif);
    margin: 0 0 10px 15px;
}

#content-interior #additonal-content li a
{
    padding-right: 15px;
    background: url('../Images/img-nav-read-more.gif') no-repeat right;
}

#content-interior .main-full
{
    width: 895px;
    padding: 7px 0 25px 35px;
    font-size: 14px;
    line-height: 20px;
}

#content-interior .main .feature-image
{
    margin-left: -8px;
    margin-bottom: 20px;
    margin-top: 6px;
}

#content-interior .main .title, #content-interior .main-full .title
{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

#content-interior .main .divider, #content-interior .main-full .divider
{
    border-bottom: 1px dotted #000;
    padding-top: 35px;
    margin-bottom: 35px;
}

#content-interior .main ul, #content-interior .main-full ul
{
    margin: 15px 0 15px 16px;
}

#content-interior .main ol, #content-interior .main-full ol
{
    margin: 15px 0 15px 22px;
}

#content-interior .main ul li, #content-interior .main-full ul li
{
    list-style-image: url(../Images/img-interior-bullet.gif);
    margin-left: 8px;
    margin-bottom: 10px;
}

#content-interior .main ol, #content-interior .main-full ol
{
    list-style-type: decimal;
    margin-left: 1.3em;
}

#content-interior .main ol li, #content-interior .main-full ol li
{
    list-style-type: decimal;
    margin-bottom: 10px;
}

#content-interior .main li a, #content-interior .main-full li a
{
    /*	padding-right:15px; 	background:url('../Images/img-nav-read-more.gif') no-repeat right;*/
}

#content-interior .main a.more, #content-interior .main-full a.more
{
    padding-right: 15px;
    background: url('../Images/img-nav-read-more.gif') no-repeat right;
}

#content-interior .main-full img,
#content-interior .main img {
    margin: 1em;
}

/* ___________________ Sibebar Styles ___________________ */

#content-interior #sidebar
{
    float: right;
    width: 303px;
    border-left: 1px solid #ccc;
}

#content-interior #sidebar .title
{
    font-family: "Arial Narrow" , Arial;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#content-interior #sidebar .copy
{
    margin-bottom: 15px;
}

#content-interior #sidebar .sidebar-thumb
{
    padding: 5px;
    border: 1px solid #347ab7;
}

#content-interior #sidebar ul
{
    /*	margin-left:10px;*/
}


#content-interior #sidebar li
{
    list-style-image: url(../Images/img-interior-bullet.gif);
    padding-left: 2px;
    font-size: 12px;
}


#content-interior #sidebar .module-sidebar
{
    width: auto;
    min-height: 50px;
    background: url('../Images/bkg-sbvc-module.jpg') repeat-x bottom #fff;
    padding: 25px 15px;
    line-height: 20px;
}

#content-interior #sidebar .module-sidebar-bottom
{
    width: auto;
    min-height: 50px;
    padding: 25px 15px;
    line-height: 20px;
}

#content-interior #sidebar .module-sidebar-img
{
    border-bottom: 1px solid #fff;
}

#content-interior #sidebar .module-subnav
{
    background: url('../Images/bkg-sbvc-subnav.jpg') repeat-x bottom #045ba3;
    padding: 30px 20px 40px 15px;
    margin-top: -8px;
    margin-right: 5px;
}

.green #content-interior #sidebar .module-subnav
{
    background: url('../Images/bkg-sbvc-green-subnav.jpg') repeat-x bottom #49aa42;
}

#content-interior #sidebar .module-subnav ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#content-interior #sidebar .module-subnav li
{
    list-style: none;
    margin: 0;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
}

#content-interior #sidebar .module-subnav li a
{
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 13px 0;
    line-height: 17px;
    text-decoration: none;
}

#content-interior #sidebar .module-subnav li a:hover, #content-interior #sidebar .module-subnav li a:focus
{
    text-decoration: none;
}

#content-interior #sidebar .module-subnav li:hover
{
    background: url(../Images/bkg-sbvc-subnav-arrow.png) left no-repeat #001a5e;
}

#content-interior #sidebar .module-subnav li.selected
{
    background: url(../Images/bkg-sbvc-subnav-arrow.png) left no-repeat #001a5e;
}


/* ___________________ Pop Up Calendar Styles ___________________ */

#pop-cal
{
    width: 929px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 1999;
}

#pop-cal .top
{
    width: 100%;
    height: 26px;
    background: url('../Images/img-cal-top.png') no-repeat;
}

#pop-cal .close
{
    float: right;
}

#pop-cal .content
{
    background: url('../Images/img-cal-content.png') repeat-y;
    min-height: 400px;
    padding: 0 25px 12px;
}

#pop-cal .day
{
    float: left;
    width: 120px;
}

#pop-cal .bottom
{
    width: 100%;
    height: 24px;
    background: url('../Images/img-cal-bottom.png') no-repeat;
}

#pop-cal .mastercalendar
{
    float: right;
    margin-bottom: 15px;
    width: 100%;
    text-align: right;
}

#pop-cal .mastercalendar a
{
    font-size: 14px;
    font-weight: bold;
    color: #00539f;
}

#pop-cal .day
{
    border-right: 1px dotted #00539f;
    margin-right: 12px;
    width: 114px;
}

#pop-cal .end
{
    border-right: none;
    margin-right: 0;
}

#pop-cal .dayofweek
{
    font-size: 14px;
    font-weight: bold;
    color: #002767;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#pop-cal .date
{
    font-size: 14px;
    font-weight: bold;
    color: #2db4cc;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#pop-cal .event
{
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    border-bottom: 1px dotted #544b3b;
}

#pop-cal .eventitle
{
    font-size: 11px;
    color: #002767;
    line-height: 16px;
    margin-bottom: 10px;
}

#pop-cal .eventimespan
{
    font-size: 11px;
    font-weight: bold;
    color: #201c17;
    text-transform: uppercase;
}


/* ___________________ Program Index Table Styles ___________________ */

table#programs
{
    width: 590px;
    font-size: 13px;
    color: #000;
    margin-top: -20px;
}

table#programs td
{
    padding: 6px;
}

table#programs .legend
{
    border-bottom: 1px solid #7fa9cf;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
}

table#programs .primary
{
    background: #d7e5f1;
    border-bottom: 1px dotted #7fa9cf;
}

table#programs .secondary
{
    border-bottom: 1px dotted #7fa9cf;
}

table#programs .degree, table#programs .cert, table#programs .ctt, table#programs .tp
{
    border-left: 1px solid #7fa9cf;
    font-weight: bold;
}

table#programs .primary .name
{
    padding-left: 15px;
    font-weight: bold;
}

table#programs .secondary .name
{
    padding-left: 30px;
}

table#programs .name a
{
    display: block;
    width: 100%;
}

table#programs .name a:hover
{
    color: #114376;
}

table#programs .primary .degree, table#programs .primary .cert, table#programs .primary .ctt, table#programs .tp
{
    text-align: center;
}

table#programs .secondary .degree, table#programs .secondary .cert, table#programs .secondary .ctt, table#programs .tp
{
    text-align: center;
}

table#programs .primary:hover
{
    background: #3cb1d1;
}

table#programs .secondary:hover
{
    background: #3cb1d1;
}



/* ___________________ A-Z Index Styles - Full Width ___________________ */

#content-interior .main-full .holder-a-m
{
    float: left;
    width: 430px;
    margin-right: 30px;
}

#content-interior .main-full .holder-n-z
{
    float: left;
    width: 430px;
}

#content-interior .main-full .holder-a-m .box, #content-interior .main-full .holder-n-z .box
{
    width: auto;
    border-bottom: 1px dotted #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#content-interior .main-full .holder-a-m .box li a, #content-interior .main-full .holder-n-z .box li a
{
    /*	color:#2397be;*/
    background: none;
    padding-right: 0;
}



/* ___________________ A-Z Index Styles - Sidebar ___________________ */

#content-interior .main .holder-a-m
{
    float: left;
    width: 280px;
    margin-right: 30px;
}

#content-interior .main .holder-n-z
{
    float: left;
    width: 280px;
}

#content-interior .main .holder-a-m .box, #content-interior .main .holder-n-z .box
{
    width: auto;
    border-bottom: 1px dotted #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#content-interior .main .holder-a-m .box li a, #content-interior .main .holder-n-z .box li a
{
    /*	color:#2397be;*/
    background: none;
    padding-right: 0;
}


/* ___________________ Sitemap Styles ___________________ */

#content-interior .main .sitemap li.level-1, #content-interior .main-full .sitemap li.level-1
{
    padding-bottom: 15px;
    border-bottom: 1px dotted #000;
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 0;
    list-style-image: none;
}

#content-interior .main .sitemap li.level-1 a, #content-interior .main-full .sitemap li.level-1 a
{
    font-weight: bold;
    background: none;
}

#content-interior .main .sitemap li.level-2, #content-interior .main-full .sitemap li.level-2
{
    padding-top: 6px;
    font-size: 14px;
}

#content-interior .main .sitemap li.level-2 a, #content-interior .main-full .sitemap li.level-2 a
{
    font-weight: bold;
    background: none;
}

#content-interior .main .sitemap li.level-3, #content-interior .main-full .sitemap li.level-3
{
    padding-top: 2px;
    list-style-image: url(../Images/img-interior-bullet-2.png);
}

#content-interior .main .sitemap li.level-3 a, #content-interior .main-full .sitemap li.level-3 a
{
    font-weight: normal;
    background: none;
}

#content-interior .main .sitemap li.level-4, #content-interior .main-full .sitemap li.level-4
{
    list-style-image: url(../Images/img-interior-bullet-3.png);
}

#content-interior .main .sitemap li.level-4 a, #content-interior .main-full .sitemap li.level-4 a
{
    font-weight: normal;
    background: none;
}

#content-interior .main .sitemap li.level-5, #content-interior .main-full .sitemap li.level-5
{
    list-style-image: url(../Images/img-interior-bullet-4.png);
}

#content-interior .main .sitemap li.level-5 a, #content-interior .main-full .sitemap li.level-5 a
{
    font-weight: normal;
    background: none;
}



/* ___________________ Footer Area Styles ___________________ */

#footer
{
  background: url('../Images/bkg-sbvc-footer.jpg?v=20150312') repeat-x;
  width: 959px;
  /*height: 157px;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-top: 30px;
}

.green #footer
{
    background: url('../Images/bkg-sbvc-green-footer.jpg') repeat-x;
}

#footer #address
{
    float: left;
    width: 337px;
    padding-left: 23px;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
}

#footer #address .directions
{
    float: right;
    border-left: 1px solid #809cb8;
    min-height: 70px;
    padding-left: 8px;
    width: 150px;
}

.green #footer #address .directions
{
    border-left: 1px solid #a4d5a1;
}

#footer #address .directions a
{
    padding-right: 15px;
    background: url('../Images/img-nav-footer-highlight.gif') no-repeat right;
}

#footer .statement
{
    padding: 23px;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
}

#footer #links
{
    float: right;
    width: 570px;
    padding-right: 23px;
    color: #fff;
    text-align: right;
    font-size: 12px;
}

#footer #links .social a
{
    text-decoration: none;
}

#footer #links .social
{
    margin-top: 1.65em;
}

#footer #links #translate
{
    margin-top: 1.6em;
}

#google_translate_element
{
    width: 14em;
    height: 3.75em;
    margin: 0 0 0 auto;
    padding: 4px 0;
    overflow: hidden;
    border: 0px solid #AAA;
    background-color: transparent;
}

#google_translate_element a, #google_translate_element a:link, #google_translate_element a:visited
{
    color: white;
    text-decoration: underline;
}

.goog-te-gadget
{
    color: white !important;
}

.goog-te-gadget select
{
    text-align: right;
    float: none;
    display: inline-block;
}
/*
#footer #links .social
{
    margin-top: 1.65em;
}

#footer #links #translate
{
    margin-top: 1.6em;
}

#google_translate_element
{
    width: 14em;
    height: 3.75em;
    background-color: white;
    margin: 0 0 0 auto;
    padding: 4px 8px;
    overflow: hidden;
}

#google_translate_element a, #google_translate_element a:link, #google_translate_element a:visited {
	color:#114376;
	text-decoration:underline;
}

#google_translate_element a:hover
{
	color:#2397be;
	text-decoration:underline;
}

#google_translate_element a:focus 
{
	color:#2397be;
	text-decoration:underline;
	outline:dotted #ccc 1px;
}*/
/*
#google_translate_element
{
    width: 14em;
    height: 3.75em;
    margin: 0 0 0 auto;
    padding: 4px 0;
    overflow: hidden;

    border: 0px solid #AAA;
    background-color: transparent;
}

#google_translate_element a, #google_translate_element a:link, #google_translate_element a:visited {
    color: white;
    text-decoration: underline;
}

.goog-te-gadget
{
    color: white !important;
}*/

#footer a
{
    color: #fff;
    text-decoration: underline;
}

#footer a:hover, #footer a:focus
{
    text-decoration: none;
}


/* ___________________ Misc Styles ___________________ */

.clr, .clear
{
    clear: both;
}

/* Sitecore Rich Text Editor Default Stylesheet */

.read-more
{
    padding-right: 15px;
    background: url('../Images/img-nav-read-more.gif') no-repeat right;
}

.image-with-border
{
    border: 1px solid #2397be;
    padding: 5px;
}

.image-with-border-left
{
    float: left;
    border: 1px solid #2397be;
    padding: 5px;
    margin: 0 12px 20px 0;
}

.image-left
{
    float: left;
    margin: 0 12px 20px 0;
}

.image-with-border-right
{
    float: right;
    border: 1px solid #2397be;
    padding: 5px;
    margin: 0 0 20px 12px;
}

.image-right
{
    float: right;
    margin: 0 0 20px 12px;
}

.scfSubmitButtonBorder
{
    float: right;
    margin-right: 5.2em;
}

.scfForm {
    margin-bottom: 6em;
}

.scfForm input, .scfForm select, .scfForm textarea
{
    margin: 3px 0;
}

h1.scfTitleBorder
{
    padding: 0;
}

label, .scfCheckBoxListLabel, .scfRadioButtonListLabel
{
    text-align: right;
    margin-right: 1%;
    font-weight: bold;
}

#content-interior .main ul.scfRadioButtonList, #content-interior .main-full ul.scfRadioButtonList
{
    list-style: none;
    margin: .3em 0 .7em 0;
}

#content-interior .main ul.scfRadioButtonList li, #content-interior .main-full ul.scfRadioButtonList li
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#content-interior .scfMultipleLineGeneralPanel
{
    margin: 0 0 1em 0;
}

.video-listing
{
}

#video-play-list a.current, .video-listing-left a.current, #galleries a.current
{
    font-weight: bold;
}

.video-listing-left
{
    float: left;
    width: 17em;
    height: 40em;
    overflow-y: auto;
    overflow-x: hidden;
}

.video-listing-right
{
    float: right;
    width: 45.5em;
    overflow-y: auto;
    overflow-x: hidden;
}

.video-listing-description
{
    float: right;
    width: 45.5em;
    height: 14.2em;
    overflow-y: auto;
    overflow-x: hidden;
}

.galleria-layer div
{
    top: 10px;
    left: 10px;
    padding: 10px;
    position: absolute;
    background: url("/SBCCD/Shared/js/galleria/bg.png");
    color: #fff;
}
.galleria-layer h2
{
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1;
}
.galleria-layer p
{
    margin: 0;
}

/* Form Specific Styles */

.scfValidatorContainer
{
    margin-left: 31%;
}

.form_bottom
{
    border-top: 1px dotted #000;
}

/* Contact the Online Advisor */

#form_97749FBDCB1F43D4B03959C4A2FDD147
{
}

#form_97749FBDCB1F43D4B03959C4A2FDD147 .scfRadioButtonList li
{
    display: inline;
}

#form_97749FBDCB1F43D4B03959C4A2FDD147 .scfRadioButtonListBorder .scfRequired, #form_97749FBDCB1F43D4B03959C4A2FDD147 .scfRadioButtonListBorder .scfValidatorRequired
{
    float: left;
}

#form_97749FBDCB1F43D4B03959C4A2FDD147 .scfRadioButtonListGeneralPanel
{
    float: left;
}

#form_97749FBDCB1F43D4B03959C4A2FDD147 .scfRadioButtonListLabel
{
    float: left;
    width: auto;
    text-align: left;
}

#content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_C95F4B17A25642FA9167431FA9A470E3
{
    margin-left: 10em;
}

#content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_A3CC149B2B1247E7AC30B2217F888E2F_scope .scfSingleLineTextLabel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_70C8FFBC54AC43DDA6D5425BCBA98B6D_scope .scfSingleLineTextLabel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_647EF142A1064FF8B0274759F9658472_scope .scfSingleLineTextLabel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_64DE3205CB2E44F49D12FEF3FB098B30_scope .scfSingleLineTextLabel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_A3CC149B2B1247E7AC30B2217F888E2F_scope .scfSingleLineTextPanel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_70C8FFBC54AC43DDA6D5425BCBA98B6D_scope .scfSingleLineTextPanel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_647EF142A1064FF8B0274759F9658472_scope .scfSingleLineTextPanel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_64DE3205CB2E44F49D12FEF3FB098B30_scope .scfSingleLineTextPanel
{
    float: none;
    width: auto;
    text-align: left;
}

#content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_A3CC149B2B1247E7AC30B2217F888E2F_scope, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_70C8FFBC54AC43DDA6D5425BCBA98B6D_scope, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_647EF142A1064FF8B0274759F9658472_scope, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_64DE3205CB2E44F49D12FEF3FB098B30_scope
{
    margin-left: 10em;
}

#content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_DCC1BC91870E4C958E8A8E16BD7A2C92_scope .scfSingleLineTextLabel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_DCC1BC91870E4C958E8A8E16BD7A2C92_scope .scfSingleLineTextPanel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_8CEFC8230C1547A3A66EF57A79791488_scope .scfSingleLineTextLabel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_8CEFC8230C1547A3A66EF57A79791488_scope .scfSingleLineTextPanel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_6F25239A8535455BAB187D9B39A3F165_scope .scfSingleLineTextLabel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_6F25239A8535455BAB187D9B39A3F165_scope .scfSingleLineTextPanel, #content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_D1EEB60C2327446088C1365CD443C00D_scope .scfMultipleLineTextLabel
{
    width: auto;
    text-align: left;
    float: none;
}

#content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_D1EEB60C2327446088C1365CD443C00D_scope .scfMultipleLineGeneralPanel
{
    width: 100%;
}

#content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_D1EEB60C2327446088C1365CD443C00D_scope textarea
{
    width: 80%;
    height: 20em;
}

#content_0_form_97749FBDCB1F43D4B03959C4A2FDD147_field_F98B23C2CE554FA8876206BB2C4B7419 .scfCheckBoxListLabel
{
    width: auto;
    text-align: left;
    float: none;
}

/* Foundation Styles */

#content-interior .main #homepage-articles
{
    min-height: 340px;
    background: #fff;
    width: auto;
    padding: 45px 0 15px 15px;
    clear: both;
    min-height: 250px;
    margin: 0 -15px;
    background: url('../Images/bkg-sbvc-module-top.jpg') repeat-x -100px 0 white;
}

#content-interior .main #homepage-articles .story
{
    float: left;
    width: 196px;
    margin-right: 10px;
}

#content-interior .main #homepage-articles .story .image
{
    margin-bottom: 15px;
    border: 3px solid #fff;
}

#content-interior .main #homepage-articles .story .image:hover
{
    border: 3px solid #2397be;
}

#content-interior .main #homepage-articles .story .title
{
    margin-bottom: 15px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}

#content-interior .main #homepage-articles .story .copy
{
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 20px;
}

#content-interior .main #homepage-articles .story .more
{
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
}

#content-interior .main .more a
{
    padding-right: 15px;
    background: url('../Images/img-nav-read-more.gif') no-repeat right;
}

.board_docs
{
}

.board_docs table
{
}

.board_docs th
{
    color: Black;
}

.board_docs th, .board_docs td
{
    border: 1px solid #7FA9CF;
}

.board_docs thead th
{
    border-width: 0px 1px 1px 1px;
}

.board_docs thead th:first-child
{
    border-width: 0px 1px 1px 0px;
}

.board_docs thead th:last-child
{
    border-width: 0px 0px 1px 1px;
}

.board_docs tfoot th
{
    border-width: 1px 1px 0px 1px;
}

.board_docs tfoot th:first-child
{
    border-width: 1px 1px 0px 0px;
}

.board_docs tfoot th:last-child
{
    border-width: 1px 0px 0px 1px;
}

.board_docs td
{
    border-width: 1px 1px 1px 0px;
    border-bottom: 1px dotted #7FA9CF;
    border-top: 1px dotted #7FA9CF;
}

.board_docs td:last-child
{
    border-width: 1px 0px 1px 1px;
}

.board_docs .link, .board_docs .date, .board_docs .location
{
    text-align: center;
}

/* Changes as of 7/16/2013 */

#interior-header,
#breadcrumb {
  padding-left: 35px;
}

#content-interior .main,
#content-interior #additonal-content {
  padding-left: 35px;
  width: 605px;
  padding-bottom: 20px;
}

#content-interior .main .feature-image {
  margin-left: -14px;
}

#content-interior .main-full {
  padding-left: 35px;
  width: 889px;
  padding-bottom: 20px;
}

h1 {
  font-family: ZurichLtCnBTLight, Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 26px;
  color: #333;
}

body,
#breadcrumb,
#content .main #homepage-news-events .news .date,
#content .main #homepage-news-events .events .date {
  color: #444;
}

.cert-degree table {
  width: 100%;
  font-size: 14px; }
.cert-degree tr {
  height: 26px; }
.cert-degree td {
  padding-left: 20px; }
.cert-degree .align-left {
  text-align: left; }
.cert-degree .align-right {
  text-align: right; }
.cert-degree .row-empty {
  height: 3px;
  padding-top: 0;
  padding-bottom: 0; }
.cert-degree .row-even {
  background-color: #F5F5F5; }
.cert-degree .row-odd {
  background-color: #F0F0F0; }
.cert-degree .cell-first {
  padding-left: 10px;
  width: 90px; }
.cert-degree .cell-last {
  padding-right: 20px;
  padding-left: 0px;
  width: 60px; }
.cert-degree .row-header {
  background-color: #0F73AE;
  color: #FFF;
  font-weight: bold;
  height: 30px; }
.cert-degree .row-footer {
  background-color: #F5F5F5;
  height: 30px;
  font-weight: bold; }

#content-interior .main .interior-feature-image img,
#content-interior .main-full .interior-feature-image img {
  margin: 0;
}

.interior-features-body {
  text-align: center;
  padding-top: 1em;
}
#interior-features {
  margin: 0 auto;
}

#interior-feature-nav {
  text-align: center;
}

#sidebar-facebook {
  min-height: 600px;
  padding-top: 20px;
}

#home-content {
  background: #fff;
  width: auto;
  padding: 20px 30px 20px 25px;
  line-height: 20px;
}

.module-sidebar-popular a {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 6px;
}

#content-interior, #content {
    display: table;
}

#content-interior #left-column, #content #left-column {
    display: table-cell;
    vertical-align: top;
    float: none;
}

#content #gutter {
    display: table-cell;
    width: 9px;
}

#content #left-column {
    background-color: white;
}

#content-interior #sidebar, #content #sidebar {
    display: table-cell;
    vertical-align: top;
    float: none;
}

#content-interior > .clr, #content > .clr {
    display: none;
}

#content #sidebar .module-sidebar-social {
  width: 268px;
}