  /* @override http://csueb/css/site.css */

/* @group Generic */

html {
    min-height: 100%;
    margin-bottom: 1px;
}

body {
    margin: 0px;
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
}

p,
td,
li,
input,
label,
textarea,
th,
dd,
dt {
    font-size: 1.3em;
    line-height: 1.3em;
    color: #404040;
}

p,
td,
li,
label,
textarea,
th,
dd,
dt {
    background-color: inherit;
}

div {
    color: #404040;
    background-color: inherit;
}

#utility-nav-search-bar {
    background-color: transparent;
}

li p {
    font-size: 1.0em;
}

object:focus {
    outline-width: 0;
    /* firefox 3 for windows adds dotted line around flash pieces when they have focus */
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
    margin-bottom: .4em;
}

h3 {
    font-size: 1.6em;
    margin-bottom: .2em;
    margin-top: 1.5em;
}

h4 {
    font-size: 1.1em;
}

p {
    margin: 1em 0;
}

ul,
ol {
    margin-bottom: 1.3em;
}

#page-area #content-wrapper ul.noarrows li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
}

li {
    margin-bottom: .5em;
}

/* @end */

/* @group Tables */

table {
    margin-top: 1.3em;
    margin-bottom: 1.3em;
}

table td,
table th {
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 9px;
    padding-top: 9px;
}

table.datatable {
    
}

table.datatable td {
    font-size: 1.1em;
}

table.datatable th {
    color: #0b5f91;
    text-align: left;
    font-size: 1.1em;
    padding-top: 9px;
    padding-bottom: 4px;
}

/* @end */

/* @group Links */

a:link {
    color: #012D51;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #36648a;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #b23514;
    text-decoration: underline;
    font-weight: bold;
}

a:active {
    color: #67abe6;
    font-weight: bold;
}

a.grey:link,
a.grey:visited {
    color: #404040;
    font-weight: bold;
    text-decoration: none;
}

a.grey:hover {
    color: #b23514;
    font-weight: bold;
    text-decoration: underline;
}

a.grey:active {
    color: #404040;
    font-weight: bold;
    text-decoration: none;
}

a.low:link,
a.low:visited,
a.low:active,
a.low:hover {
    text-transform: lowercase;
}

a.more {
    background: transparent url('/files/images/bullet-arrow-red.gif') no-repeat scroll 0% 50%;
    padding-left: 8px;
}

p.morenews a {
    background: transparent url('/files/images/bullet-arrow-red.gif') no-repeat scroll 100% 50%;
    padding-right: 8px;
}

/* @end */

/* @group Images */

a img {
    border: 0px;
}

.image-left {
    float: left;
    margin: 0px 15px 5px 0px;
}

.image-right {
    float: right;
    margin: 0px 0px 5px 15px;
}

img.border {
    padding: 1px;
    border: 1px #e0e0e0 solid;
}

/* @end */

/* @group Clear */

.clear {
    height: 0px;
    line-height: 0px;
    clear: both;
    margin: 0px;
    padding: 0px;
}

.clear span {
    position: absolute;
    left: -9999em;
}

/* @end */

/* @group Utility */

.hide {
    position: absolute;
    left: -9999em;
}

/* @end */

/* @group Horizontal Navigation */

.hnav, .hnav li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: transparent none;
}

.hnav li,
.hnav p,
.hnav input {
    float: left;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0;
}

.hnav li a {
    display: block;
    float: left;
}

.hnav-buttons li {
    line-height: 20px;
}

.hnav-buttons .button-small {
    display: inline;
    float: none;
}

/* @end */

/* @group Button Styles */

#page-area #content-area a.button-large:link,
#page-area #content-area a.button-large:visited,
#page-area #content-area a.button-large:hover,
#page-area #content-area a.button-large:active {
    background: transparent url('/files/images/button-large-left.png') no-repeat 0px 50%;
    border: 0;
    display: -moz-inline-block;
    display: inline-block;
    height: 26px;
    padding: 0 0 0 3px;
    text-decoration: none;
    margin: 0 auto;
    line-height: 26px;
    cursor: pointer;
    margin: 3px 0;
}

#page-area #content-area .button-large span {
    background: transparent url('/files/images/button-large-right.png') no-repeat 100% 50%;
    color: #ffffff;
    font-size: 1.12em;
    font-weight: bold;
    line-height: 26px;
    padding: 0 22px 0 8px;
    display: -moz-inline-block;
    display: inline-block;
}

#page-area #content-area a.button-gold:link,
#page-area #content-area a.button-gold:visited,
#page-area #content-area a.button-gold:hover,
#page-area #content-area a.button-gold:active {
    background: transparent url('/files/images/button-gold-left.png') no-repeat 0% 50%;
    border: 0;
    padding: 5px 0px 5px 3px;
    font-size: 14px;
    line-height: 26px;
    display: -moz-inline-block;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

#page-area #content-area .button-gold span {
    background: transparent url('/files/images/button-gold-right.png') no-repeat 100% 50%;
    padding: 1px 30px 1px 13px;
    font-weight: bold;
    color: #ffffff;
    display: -moz-inline-block;
    display: inline-block;
    width: 90px;
}

#page-area #content-area a.button-small:link,
#page-area #content-area a.button-small:visited,
#page-area #content-area a.button-small:hover,
#page-area #content-area a.button-small:active {
    background: transparent url('/files/images/button-small-left.png') no-repeat 0px 0px;
    border: 0 none;
    font-size: 11px;
    line-height: 19px;
    padding: 0 0 0 4px;
    display: -moz-inline-block;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    height: 19px;
    margin: 3px 0;
}

#page-area #content-area .button-small span {
    background: transparent url('/files/images/button-small-right.png') no-repeat 100% 0%;
    padding: 0 22px 0 6px;
    color: #82191e;
    font-weight: bold;
    display: -moz-inline-block;
    display: inline-block;
}

#page-area #content-area .button-small span.rss {
    background: transparent url('/files/images/rss-button.png') no-repeat scroll 0% 50%;
    padding: 0 0 0 16px;
}

/* @end */

/* @group Outer Shell */

#page-area {
    font-size: 1em;
    line-height: 1em;



    min-width: 1024px;
    width: auto !important;
    width: 1024px;
}

/* @end */

/* @group Utility Navigation and Search Bar */

#utility-nav-search-bar-wrapper {
    width: 100%;
    background: #a10a23 url('/files/images/bg-utilitynav.png') scroll repeat-x top left;


/* bottom color of background gradient */
    border-bottom: 4px #000 solid;
}

#utility-nav-search-bar {
    width: 98em;
    margin: 0 auto;
    font-weight: bold;
}

#utility-nav-search-bar li {
    padding-right: 1.2em;
}

#utility-nav-search-bar a:link,
#utility-nav-search-bar a:visited,
#utility-nav-search-bar a:active {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1em;
    line-height: 1em;
    padding: 10px 0em;
}

#utility-nav-search-bar a:hover {
    text-decoration: underline;
}

#utility-nav {
    float: left;
}

#search-bar {
    float: right;
}

#search-bar p {
    margin: 0px;
}

#search-bar li {
    padding-right: 0em;
}

#search-bar a:link,
#search-bar a:visited,
#search-bar a:active {
    background: transparent url('/files/images/bullet-arrow-white.gif') no-repeat 0px 1.2em;
    padding: 10px .7em 8px 1em;
}

#search-bar #a-z-directory {
    border-right: 1px #80081c solid;
}

#search-bar #search-form {
    padding: 4px 0px 5px 1em;
    margin: 0px;
    padding-left: 1em;
    border-left: 1px #d0364f solid;
}

#search-bar #search-query {
    width: 136px;
    font-size: 1em;
    line-height: 13px;
    padding: 0px 2px 0px;
    height: 13px;
    color: #404040;
    float: left;
    margin-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
}

#search-bar #button-search-go {
    float: left;
    display: block;
}

/* @end */

/* @group Header */

#header-wrapper {
    width: 100%;
    background: url('/files/images/bg-header.png') scroll repeat-x top left;
}

#header-content {
    width: 98em;
    height: 11em;
    margin: 0px auto;
    padding-top: 1.9em;
    position: relative;
}

#header-content #logo {
    margin: 0px;
    width: 232px;
    float: left;
    background: transparent url('/files/images/csueb-logo.png') no-repeat scroll 0% 0%;
    height: 64px;
}

#header-content #logo img {
    display: none;
}

#header-content #logo a {
    width: 100%;
    height: 100%;
    display: block;
}

/* @end */

/* @group Task Links */

#task-links {
    float: right;
}

#task-links a:link,
#task-links a:visited {
    color: #cd2b46;
    text-decoration: none;
}

#task-links a:hover {
    text-decoration: underline;
}

#task-links select {
    display: inline;
}

#task-links li {
    margin-top: 6px;
    line-height: 1.2em;
}

#task-links #task-apply-online {
    padding-right: 17px;
    border-right: 1px #b2b2b2 solid;
}

#task-links #task-giving {
    padding-left: 17px;
    padding-right: 24px;
}

/* @end */

/* @group Quicklinks */

#quicklinks-list {
    float: right;
    width: 164px;
    padding-top: 2px;
}

#quicklinks-list li {
    font-size: 1em;
    line-height: 1em;
    margin: 0px;
    padding: 0px;
}

#quicklinks h2 {
    margin: 0;
    padding: 0px;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1em;
    width: 164px;
    display: block;
    min-height: 19px;
    height: auto !important;
    height: 19px;
    background: #fff url('/files/images/bg-quicklinks-left.png') no-repeat 0% 0%;
}

#quicklinks h2 a:link,
#quicklinks h2 a:visited,
#quicklinks h2 a:active {
    float: none;
    display: block;
    background: transparent url('/files/images/bg-quicklinks-right.png') no-repeat 100% 0%;
    color: #666;
    padding: 4px 27px 4px 6px;
    min-height: 11px;
    height: auto !important;
    height: 11px;
    width: 131px;
    text-decoration: none;
    font-weight: normal;
}

#quicklinks.hover {
    position: relative;
}

#quicklinks ul {
    position: absolute;
    left: -9999em;
    top: 17px;
    width: 152px;
    margin: 0px;
    padding: 6px;
    z-index: 99;
    background: transparent url('/files/images/bg-quicklinks-dropdown.png') no-repeat 0% 100%;
}

#quicklinks.hover ul {
    left: 0px;
}

#quicklinks ul li {
    display: block;
    float: none;
    padding: 0px;
    margin: 0px;
}

#quicklinks ul li a:link,
#quicklinks ul li a:visited,
#quicklinks ul li a:active {
    float: none;
    width: 150px;
    display: block;
    text-align: left;
    padding: 2px 0px;
    color: #666;
    font-size: 1.1em;
    line-height: 1.3em;
    text-decoration: none;
    font-weight: normal;
}

#quicklinks ul li a:hover {
    color: #82191e;
    font-weight: normal;
}

/* @end */

/* @group Main Navigation */

#main-nav {
    position: absolute;
    top: 6.9em;
    right: 0px;
    width: 72.5em;
    height: 2.8em;
    float: none;
}

#header-content .audience {
    width: 66em;
}

#header-content .home {
    width: 63em;
}

#main-nav li {
    white-space: nowrap;
    height: 100%;
    background: transparent url('/files/images/bg-mainnav-divider-home.gif') no-repeat 100% 50%;
}

#header-content .home li {
    background: transparent url('/files/images/bg-mainnav-divider-home.gif') no-repeat scroll 100% 50%;
}

#main-nav li.last {
    background: transparent none;
}

#header-content .non-audience li.last a {
    padding-right: 0;
}

#page-area .home li.last a:link,
#page-area .home li.last a:visited,
#page-area .home li.last a:hover,
#page-area .home li.last a:active {
    padding-right: 0;
}

#main-nav a:link,
#main-nav a:visited,
#main-nav a:active {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    padding: 1px 10px 0;
    line-height: 29px;
    color: #404040;
    font-size: 1.0em;
    padding: 0px 9px;
    outline: none;
}

/*#faculty #main-nav #main-nav-current-students,
#staff #main-nav #main-nav-faculty,
#alumni #main-nav #main-nav-staff,
#current-students #main-nav #main-nav-prospective-students {
    background: none;
}*/

/*Rules for main-nav on the home page*/
#header-content .home a:link,
#header-content .home a:visited,
#header-content .home a:active {
    font-size: 1.3em;
    color: #4c4c4c;
    padding: 0 23px;
}

/*Rules for main-nav on main audience pages*/
#header-content .audience a:link,
#header-content .audience a:visited,
#header-content .audience a:active {
    font-size: 1.3em;
    padding: 0 25px;
}

#main-nav a:hover {
    color: #000000;
}

#main-nav .active a:link,
#main-nav .active a:visited,
#main-nav .active a:active {
    display: block;
    height: 100%;
    margin-left: 4px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0px 18px 0 14px;
    font-size: 1.3em;
}

#header-content .home .active a:link,
#header-content .home .active a:visited,
#header-content .home .active a:active {
    color: #4c4c4c;
}

#header-content .home .active a:hover {
    color: #000000;
}

#header-content .non-audience .active {
    margin-right: 30px;
}

#header-content .non-audience .active .active {
    margin-right: 0;
}

#header-content .non-audience .active a:link,
#header-content .non-audience .active a:visited,
#header-content .non-audience .active a:active {
    width: 245px;
}

#main-nav .active a:link span,
#main-nav .active a:visited span,
#main-nav .active a:active span {
    background: transparent url('/files/images/bullet-arrow-white-down.png') no-repeat scroll 100% 60%;
    padding-right: 14px;
}

#main-nav .active .sub-nav {
    position: absolute;
    top: 29px;
    right: 0;
    width: 91em;
    height: 3em;
    text-align: center;
    padding: 0 0 0 70px;
}

#header-content .home .active .sub-nav {
    display: none;
}

#page-area #header-wrapper .non-audience ul.sub-nav {
    width: 95.8em;
    padding: 0 11px;
}

#page-area #header-wrapper .non-audience ul.sa-sub-nav {
    width: 95.8em;
    padding: 0 11px;
}

#page-area #header-wrapper .non-audience ul.sub-nav li {
    padding: 0;
}

#page-area #header-wrapper .non-audience ul.sa-sub-nav li {
    padding: 0 10px;
}

#main-nav .sub-nav li {
    font-weight: bold;
    font-size: 0.86em;
    text-align: center;
    display: block;
    margin-top: 1px;
    padding: 0px 10px 0px;
    float: left;
    height: auto;
    background: transparent none;
}

#page-area #main-nav .sub-nav li a:link,
#page-area #main-nav .sub-nav li a:visited {
    white-space: nowrap;
    color: #d6e1ea;
    float: left;
    padding: 0em;
    line-height: 29px;
    text-decoration: none;
    padding: 0px 11px;
    background: transparent none;
    margin-left: 0px;
    height: 2.6em;
    width: auto;
}

#page-area #header-wrapper ul.sub-nav li.active {
    padding: 0;
    border-bottom: 0 none;
    margin-top: 1px;
}

#page-area #main-nav .sub-nav li.active a:link,
#page-area #main-nav .sub-nav li.active a:visited {
    color: #ffffff;
    background: transparent url('/files/images/bullet-arrow-white.gif') no-repeat 4px 13px;
    padding: 0 15px 0 14px;


/*  margin: 0 9px 0 4px;*/
}

#page-area #main-nav .sub-nav li a:hover {
    text-decoration: none;
    color: #ffffff;
}

/* @group Two / Three Line Tabs */

#header-content .two-line-tab {
    top: 5.7em;
    height: 4em;
}

#header-content .two-line-tab .active {
    height: 100%;
    margin-top: 0;
}

#header-content .two-line-tab li {
    margin-top: 1.2em;
    height: 2.8em;
}

#header-content .two-line-tab .active .sub-nav {
    top: 41px;
}

#header-content .three-line-tab {
    top: 4.1em;
    height: 5.6em;
}

#header-content .three-line-tab .active {
    height: 100%;
    margin-top: 0;
}

#header-content .three-line-tab li {
    margin-top: 2.8em;
    height: 2.8em;
}

#header-content .three-line-tab .active .sub-nav {
    top: 57px;
}

#header-content .two-line-tab .active a:link span,
#header-content .two-line-tab .active a:visited span,
#header-content .two-line-tab .active a:active span,
#header-content .three-line-tab .active a:link span,
#header-content .three-line-tab .active a:visited span,
#header-content .three-line-tab .active a:active span {
    display: block;
    white-space: normal;
    line-height: 1.3em;
    padding-top: 4px;
}

#header-content .two-line-tab .active .sub-nav li,
#header-content .three-line-tab .active .sub-nav li {
    height: 100%;
    margin-top: 0px;
}

#header-content .two-line-tab .active .sub-nav li.active,
#header-content .three-line-tab .active .sub-nav li.active {
    height: 3.4em;
}

#header-wrapper #header-content #main-nav .active {
    margin-left: -1px;
    margin-right: 1px;
}

/* @end */

/* @group Navigation Colors */

/* Bayview Blue */

#header-content .bayviewblue .active {
    background: transparent url('/files/images/navigation/mainnav-bayviewblue-selected-left.png') no-repeat 0% 0%;
    border-bottom: 1px solid #0f4572;
}

#header-content .bayviewblue .active a:link,
#header-content .bayviewblue .active a:visited {
    background: transparent url('/files/images/navigation/mainnav-bayviewblue-selected-right.png') no-repeat 100% 0%;
}

#page-area #header-content .bayviewblue .sub-nav a:link,
#page-area #header-content .bayviewblue .sub-nav a:visited {
    color: #dfeaf8;
}

#header-content .bayviewblue .sub-nav li.active {
    background: transparent url('/files/images/navigation/subnav-bayviewblue-active.png') no-repeat 100% 100%;
    border-left: 1px solid #061827;
}

#header-content .bayviewblue .active .sub-nav {
    background: #31648f url('/files/images/navigation/subnav-bayviewblue.png') scroll no-repeat top left;
}

/* Burgundy */

#header-content .burgundy .active {
    background: transparent url('/files/images/navigation/mainnav-burgundy-selected-left.png') no-repeat 0% 0%;
    border-bottom: 1px solid #3d4c46;
}

#header-content .burgundy .active a:link,
#header-content .burgundy .active a:visited {
    background: transparent url('/files/images/navigation/mainnav-burgundy-selected-right.png') no-repeat 100% 0%;
}

#page-area #header-content .burgundy .sub-nav a:link,
#page-area #header-content .burgundy .sub-nav a:visited {
    color: #dccedf;
}

#header-content .burgundy .sub-nav li.active {
    background: transparent url('/files/images/navigation/subnav-burgundy-active.png') no-repeat 100% 100%;
    border-left: 1px solid #240708;
}

#header-content .burgundy .active .sub-nav {
    background: #8e383c url('/files/images/navigation/subnav-burgundy.png') scroll no-repeat top left;
}

/* Evergreen */

#header-content .evergreen .active {
    background: transparent url('/files/images/navigation/mainnav-evergreen-selected-left.png') no-repeat 0% 0%;
    border-bottom: 1px solid #3d4c46;
}

#header-content .evergreen .active a:link,
#header-content .evergreen .active a:visited {
    background: transparent url('/files/images/navigation/mainnav-evergreen-selected-right.png') no-repeat 100% 0%;
}

#page-area #header-content .evergreen .sub-nav a:link,
#page-area #header-content .evergreen .sub-nav a:visited {
    color: #b9d1cc;
}

#header-content .evergreen .sub-nav li.active {
    background: transparent url('/files/images/navigation/subnav-evergreen-active.png') no-repeat 100% 100%;
    border-left: 1px solid #050f0d;
}

#header-content .evergreen .active .sub-nav {
    background: #32514b url('/files/images/navigation/subnav-evergreen.png') scroll no-repeat top left;
}

/* Gold */

#header-content .gold .active {
    background: transparent url('/files/images/navigation/mainnav-gold-selected-left.png') no-repeat 0% 0%;
    border-bottom: 1px solid #71652f;
}

#header-content .gold .active a:link,
#header-content .gold .active a:visited {
    background: transparent url('/files/images/navigation/mainnav-gold-selected-right.png') no-repeat 100% 0%;
}

#page-area #header-content .gold .sub-nav a:link,
#page-area #header-content .gold .sub-nav a:visited {
    color: #ffffff;
}

#header-content .gold .sub-nav li.active {
    background: transparent url('/files/images/navigation/subnav-gold-active.png') no-repeat 100% 100%;
    border-left: 1px solid #584b10;
}

#header-content .gold .active .sub-nav {
    background: #77682c url('/files/images/navigation/subnav-gold.png') scroll no-repeat top left;
}

/* Olive */

#header-content .olive .active {
    background: transparent url('/files/images/navigation/mainnav-olive-selected-left.png') no-repeat 0% 0%;
    border-bottom: 1px solid #555844;
}

#header-content .olive .active a:link,
#header-content .olive .active a:visited {
    background: transparent url('/files/images/navigation/mainnav-olive-selected-right.png') no-repeat 100% 0%;
}

#page-area #header-content .olive .sub-nav a:link,
#page-area #header-content .olive .sub-nav a:visited {
    color: #ffffff;
}

#header-content .olive .sub-nav li.active {
    background: transparent url('/files/images/navigation/subnav-olive-active.png') no-repeat 100% 100%;
    border-left: 1px solid #484835;
}

#header-content .olive .active .sub-nav {
    background: #626245 url('/files/images/navigation/subnav-olive.png') scroll no-repeat top left;
}

/* Silver */

#header-content .silver .active {
    background: transparent url('/files/images/navigation/mainnav-silver-selected-left.png') no-repeat 0% 0%;
    border-bottom: 1px solid #485550;
}

#header-content .silver .active a:link,
#header-content .silver .active a:visited {
    background: transparent url('/files/images/navigation/mainnav-silver-selected-right.png') no-repeat 100% 0%;
}

#page-area #header-content .silver .sub-nav a:link,
#page-area #header-content .silver .sub-nav a:visited {
    color: #ffffff;
}

#header-content .silver .sub-nav li.active {
    background: transparent url('/files/images/navigation/subnav-silver-active.png') no-repeat 100% 100%;
    border-left: 1px solid #313835;
}

#header-content .silver .active .sub-nav {
    background: #5d717b url('/files/images/navigation/subnav-silver.png') scroll no-repeat top left;
}

/* Steel Blue */

#header-content .steelblue .active {
    background: transparent url('/files/images/navigation/mainnav-steelblue-selected-left.png') no-repeat 0% 0%;
    border-bottom: 1px solid #48585c;
}

#header-content .steelblue .active a:link,
#header-content .steelblue .active a:visited {
    background: transparent url('/files/images/navigation/mainnav-steelblue-selected-right.png') no-repeat 100% 0%;
}

#page-area #header-content .steelblue .sub-nav a:link,
#page-area #header-content .steelblue .sub-nav a:visited {
    color: #ffffff;
}

#header-content .steelblue .sub-nav li.active {
    background: transparent url('/files/images/navigation/subnav-steelblue-active.png') no-repeat 100% 100%;
    border-left: 1px solid #313e46;
}

#header-content .steelblue .active .sub-nav {
    background: #5d717b url('/files/images/navigation/subnav-steelblue.png') scroll no-repeat top left;
}

/* @end */

/* @end */

/* @group Share Buttons */

#page-area #content-wrapper #share-toolbar {
    width: 36.9em;
    margin: 0 auto;
    margin: 0 auto 0.5em;
    padding: 13px 0 30px;
}

#page-area #content-wrapper #share-toolbar ul {
    overflow: auto;
    margin: 0;
    padding: 0;
}

#page-area #content-wrapper #share-toolbar li {
    display: inline;
    float: left;
}

#page-area #content-wrapper #share-email,
#page-area #content-wrapper #share-print {
    padding: 5px 8px 0 18px;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

#page-area #content-wrapper #share-email {
    background: transparent url('/files/images/share-mail.gif') no-repeat 0% 80%;
}

#page-area #content-wrapper #share-print {
    background: transparent url('/files/images/share-print.gif') no-repeat 0% 100%;
}

#page-area #content-wrapper #share-addthis {
    padding: 0;
    background: transparent none;
}

#share-print a:link {
    font-weight: bold;
    text-decoration: none;
}

#share-print a:hover {
    font-weight: bold;
    text-decoration: underline;
}

/* @end */

/* @group Campus Directory */

form.campusdirectory p {
    margin: 0;
}

form.campusdirectory input.text {
    width: 100px;
    border: 0 none;
    background: transparent url('/files/images/campusdirectory-field.png') no-repeat scroll 0% 0%;
    height: 12px;
    width: 176px;
    padding: 3px;
    font-size: 0.86em;
    margin: 2px 0;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
}

form.campusdirectory input.submit {
    background: transparent url('/files/images/button-search-transparent.png') no-repeat scroll 0% 0%;
    border: 0 none;
    color: #357bb4;
    font-size: 0.9em;
    height: 22px;
    width: 25px;
    text-indent: -9999px;
}

/* @end */

/* @group Footer */

#footer-wrapper p {
    font-size: 1em;
}

#footer-nav-wrapper {
    width: 100%;
    background: #000 url('/files/images/bg-footernav.gif') scroll repeat-x top left;
    padding: 6px 0px;
    text-align: center;
}

#footer-nav {
    width: 980px;
    margin: 0 auto;
}

#footer-nav li {
    float: none;
    display: inline;
}

#footer-nav a:link,
#footer-nav a:visited {
    color: #c3be8f;
    text-decoration: none;
    padding: 0px 1em;
    border-right: 1px #cfc99b solid;
    float: none;
    display: inline;
    font-size: 1.1em;
}

#footer-nav a:hover {
    text-decoration: underline;
}

#footer-nav li.last a:link,
#footer-nav li.last a:visited {
    border-right-width: 0px;
}

#footer-content {
    text-align: center;
    color: #404040;
    padding-top: 4px;
    font-size: 1.1em;
}

/* SCHOLARSHIP BLOCK ADDED BY TIM 1/22/2015 */

#scholarBox-landscape {
    text-align: justify;
	width: 485px;
    padding: 5px;
    float: left;
}
				
#scholarBox-landscape img {
	float: left;
	width: 150px;
    margin: 5px 20px 0 0;
}

#scholarBox-landscape p {
    margin: 5px 10px 5px 0;
}
				
#scholarBox-portrait {
	width: 200px;
	text-align:justify;
    overflow: hidden;
    padding: 6px;
    border: 1px solid #e0e0e0;
}

#scholarBox-portrait p {
    margin: 15px;
}

#scholarBox-portrait img {
    margin: 0 auto;
    display: block;
    width: 165px;
}
				
.scholarBox-border {
	border: 1px solid #e0e0e0;
}

.scholarBox-top {
    border-top: 1px solid #e0e0e0;
}
				
.scholarBox-bottom {
	border-bottom: 1px solid #e0e0e0;
}

#scholarBox-leftnav {
    width: 246px;
    text-align:justify;
    overflow: hidden;
    background-color: #fff;
    margin-left: 10px;
    padding-top: 18px;
}

#scholarBox-leftnav img {
    margin: 0 auto;
    display: block;
    width: 165px;
}

#scholarBox-leftnav p {
    margin: 15px 30px;
}

.homecoming2015 {

margin: 15px 0 0 -15px;

}

.homecomingText {
    text-align: center;
    font-size: 1.6em !important;
    margin-top: 2px !important;
}

.homecomingText a {
    color: #b23514 !important;
}

/* Title IX */

#titleIX {
    width: 245px;
}

#titleIX .t9 {
    font-weight: bold;
    font-size: 1.8em;
    line-height: 0;
}

/* @end */

/* @group Compliance Sheriff */

.visually-hidden {
    border: 0;
    clip-path: url(/files/css/);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*/files/css/.hide {
    left: 0 !important;
}*/

/* @end */