﻿/*****************************************************************************/
/*                       Robert Morris University Global Styles              */
/*****************************************************************************/


/*** Generic Typography ******************************************************/

body {
	font: 76% arial, helvetica, sans-serif;
	color: #333;
}

a, a:link {
	text-decoration: none;
	color: #069;
	font-family: arial, helvetica, sans-serif;
}

a:visited {
  text-decoration: none;
  color: #069;
  font-family: arial, helvetica, sans-serif;
}

a:active, a:hover {
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
}

table, tr, td {
	padding: 0px;
	margin: 0px;

}

/* form padding */
form {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0 0 0;
  color: #033668;
	font-family: arial, helvetica, sans-serif;
}

h1 {
	font-size: 2em; /* 2.2em */
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}


/*** Common styles ***********************************************************/

body { 
	margin: 0;
	padding: 0;
	background: #D9D6C7 url("common/bg.jpg") repeat-x;
}

img {
  border: none;
}

.inline-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.inline-list li {
  display: inline;
  padding: 0 0.6em;
}

.inline-list li.first {
  padding-left: 0;
}

.inline-list li.last {
  padding-right: 0;
}

.centered-list-outer {
  float: left;
  position: relative;
  left: 50%;
}

.centered-list {
  position: relative;
  left: -50%;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clear {
  height: 0;
  clear: both;
}

/*--- Even-Width Column Layouts ---*/

.col-outer {
  width: 100%; /* makes IE5.5 happy */
  overflow: hidden;
}

.col-outer .col {
  float: left;
}

.two-col-outer .col {
  width: 50%;
}

/* The odd value of the 3-column layout causes some variation in different 
browsers. Noteably, Safari 2 and Opera 9.5 ignore the decimal places and has 
a larger gap after the last column. */
.three-col-outer .col {
  width: 33.33%;
}

.four-col-outer .col {
  width: 25%;
}

.five-col-outer .col {
  width: 20%;
}

.col-outer .col-inner {
  margin: 0.5em;
}


/*** Common Layout ***********************************************************/

.page-outer {
  overflow: hidden;
  width: 949px;
  margin: 0 auto;
}

.body-col-outer {
  width: 100%;
  background: #fff url("common/col-shadow-right.gif") repeat-y;
}

.body-col-outer .content-area {
  margin-left: 229px;
}

.body-col-outer .primary-col {
  overflow: visible;
  float: left;
  width: 229px;
}


/*** Header ******************************************************************/

.header {
  /*overflow: hidden;*/
  min-height: 178px;
}

#header-top {
  overflow: hidden;
  padding: 6px 10px;
}

.header .search-content {
  float: right;
  padding: 2px 0 0 10px;
}

.header .search-content .search-box {
  margin: 0 3px 0 10px;
  border: solid 1px #ccc;
  width: 110px;
  font-size: 1em;
  vertical-align: middle;
}

.header .search-content .search-button {
  border: none;
  width: 32px;
  height: 20px;
  text-indent: -9999px;
  cursor: pointer;
  background: url("header/search-button.gif") no-repeat;
  vertical-align: middle;
}

.audience-nav {
  float: left;
  padding-left: 0px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 2.1em;
}

.audience-nav a,
.audience-nav a:link,
.audience-nav a:visited {
  color: #ffffff;
}


.tactical-nav {
  font-weight: bold;
  font-size: 0.9em;
  line-height: 2.1em;
  text-align: right;
}

.tactical-nav a,
.tactical-nav a:link,
.tactical-nav a:visited {
  color: #3cf;
}

.header .logo-link,
.header .logo-link img, 
.header .banner {
  display: block;
}

.header .body-col-outer .content-area {
  min-height: 45px;
  background: url("common/col-shadow-right-top.gif") no-repeat;
}

.header .banner {
  float: right;
}

.header .banner-home {
  float: right;
  margin-left: 1px;
  border-bottom: solid 5px #033668;
}


/*** Primary Nav ******************************************************************/

#primary-nav {
  position: relative;
  margin: 0 -5px;
  padding: 0;
  min-height: 35px;
  list-style-type: none;
  background: #C1131E url("header/primary-nav/nav-bg.gif") repeat-x;
}

#primary-nav li {
  position: relative;
  float: left;
}

#primary-nav a {
  position: relative;
  top: 0;
  display: block;
  float: left;
  text-align: center;
  min-height: 35px;
  color: #fff;
}

#primary-nav span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("header/primary-nav/nav-items.gif");
  background-repeat: no-repeat;
}

/* image-based navigation styles */
#primary-nav .about { width: 101px; }
#primary-nav .about:hover span, 
#primary-nav .current .about span, 
#primary-nav .current .about:visited span { background-position: 0 -35px; }

#primary-nav .academics { width: 122px; }
#primary-nav .academics span { background-position: -101px 0; }
#primary-nav .academics:hover span, 
#primary-nav .current .academics span, 
#primary-nav .current .academics:visited span { background-position: -101px -35px; }

#primary-nav .admissions { width: 128px; }
#primary-nav .admissions span { background-position: -223px 0; }
#primary-nav .admissions:hover span, 
#primary-nav .current .admissions span, 
#primary-nav .current .admissions:visited span { background-position: -223px -35px; }

#primary-nav .library { width: 100px; }
#primary-nav .library span { background-position: -351px 0; }
#primary-nav .library:hover span, 
#primary-nav .current .library span, 
#primary-nav .current .library:visited span { background-position: -351px -35px; }

#primary-nav .student-life { width: 140px; }
#primary-nav .student-life span { background-position: -451px 0; }
#primary-nav .student-life:hover span, 
#primary-nav .current .student-life span, 
#primary-nav .current .student-life:visited span { background-position: -451px -35px; }

#primary-nav .athletics { width: 116px; }
#primary-nav .athletics span { background-position: -591px 0; }
#primary-nav .athletics:hover span, 
#primary-nav .current .athletics span, 
#primary-nav .current .athletics:visited span { background-position: -591px -35px; }

#primary-nav .news-events { width: 151px; }
#primary-nav .news-events span { background-position: -707px 0; }
#primary-nav .news-events:hover span, 
#primary-nav .current .news-events span, 
#primary-nav .current .news-events:visited span { background-position: -707px -35px; }

#primary-nav .giving { width: 112px; }
#primary-nav .giving span { background-position: -858px 0; }
#primary-nav .giving:hover span, 
#primary-nav .current .giving span, 
#primary-nav .current .giving:visited span { background-position: -858px -35px; }

/*--- Primary Nav Home ---*/
#primary-nav-home {
  position: relative;
  margin: 0;
  margin-left: -5px;
  padding: 0;
  list-style-type: none;
  background: #C1131E;
}

#primary-nav-home li { 
  position: relative; 
}

#primary-nav-home a,
#primary-nav-home a:link,
#primary-nav-home a:visited {
/*
  position: relative;
  top: 0;
  display: block;
  width: 234px;
  text-align: center;
  color: #fff;
  */
}

#primary-nav-home span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("header/primary-nav/nav-home.gif");
  background-repeat: no-repeat;
}

/* image-based navigation styles */
#primary-nav-home .about { height: 34px; }
#primary-nav-home .about:hover span { background-position: -234px 0; }

#primary-nav-home .academics { height: 33px; }
#primary-nav-home .academics span { background-position: 0 -34px; }
#primary-nav-home .academics:hover span { background-position: -234px -34px; }

#primary-nav-home .admissions { height: 32px; }
#primary-nav-home .admissions span { background-position: 0 -67px; }
#primary-nav-home .admissions:hover span { background-position: -234px -67px; }

#primary-nav-home .library { height: 33px; }
#primary-nav-home .library span { background-position: 0 -99px; }
#primary-nav-home .library:hover span { background-position: -234px -99px; }

#primary-nav-home .student-life { height: 32px; }
#primary-nav-home .student-life span { background-position: 0 -132px; }
#primary-nav-home .student-life:hover span { background-position: -234px -132px; }

#primary-nav-home .athletics { height: 32px; }
#primary-nav-home .athletics span { background-position: 0 -164px; }
#primary-nav-home .athletics:hover span { background-position: -234px -164px; }

#primary-nav-home .news-events { height: 33px; }
#primary-nav-home .news-events span { background-position: 0 -196px; }
#primary-nav-home .news-events:hover span { background-position: -234px -196px; }

#primary-nav-home .giving { height: 32px; }
#primary-nav-home .giving span { background-position: 0 -229px; }
#primary-nav-home .giving:hover span { background-position: -234px -229px; }


/*** Body ********************************************************************/

#body-area,
#body-area-home {
  margin: 0 -5px;
  padding: 0 5px;
  width: 960px;
}

#body-area {
  background: url("header/primary-nav/nav-bottom.gif") no-repeat;
}

#body-area-home {
  background: url("header/primary-nav/nav-bottom-corner.gif") no-repeat;
}

/*--- Primary Column ---*/
.primary-col .spif {
  margin-top: 15px;
}

.primary-col .spif a,
.primary-col .spif a:link,
.primary-col .spif a:visited {
  color: #C1131E;
}

.primary-col .spif .slideshow-nav {
  float: right;
  padding: 5px 10px 0 0;
  letter-spacing: 0.2em;
}

.primary-col .spif .title-outer {
  position: relative;
  float: left;
  margin-left: -5px;
  color: #fff;
  background: #033668 url("primary-col/col-title-top-right.gif") 100% 0 no-repeat;
}

.primary-col .spif .title {
  padding: 6px 6px 5px 20px;
  min-width: 120px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em; 
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: url("primary-col/col-title-bottom-right.gif") 100% 100% no-repeat;
}

.primary-col .spif .content-outer {

  overflow: hidden;
  clear: left;
  margin-left: -5px;
  margin-bottom: 10px;
  padding: 0px 9px 0 14px; 
  width: 211px;
 /* background: url(primary-col/col-title-bottom.gif) no-repeat;*/
}

.primary-col .spif .content {
  border-bottom: solid 5px #ccc;
  font-size: 0.9em;
  line-height: 1.6em;
  overflow: hidden;
}

.primary-col .spif .content-inner {
  padding: 8px;
  overflow: hidden;
}
	
.primary-col .spif .head {
  font-size: 1.3em;
  font-weight: bold;
  color: #C1131E;
}

.primary-col .spif .head2 {
  text-transform: uppercase;
}

.primary-col .spif p {
  margin: 3px 0;
}

.primary-col .spif .more-link {
  font-weight: bold;
  font-size: 1.1em;
}

.primary-col .spif .head-image-link .photo {
  border-bottom: solid 1px #036;
}

.primary-col .ad-link {
  display: block;
  width: 210px;
  margin: 15px auto;
}

.primary-col .social-links {
  margin: 5px 14px 20px 14px;
}

.primary-col .social-links a {
  margin: 0 2px;
}

.primary-col .sep {
  overflow: hidden;
  margin: 10px 9px 15px 9px;
  border-bottom: solid 5px #ccc;
}

.tertiary-nav {
  overflow: hidden;
  margin: 15px 0 0 -5px;
  padding: 0;
  list-style-type: none;
}

.tertiary-nav li {
  position: relative;
  float: left;
  padding-bottom: 5px;
  background: url("primary-col/col-title-bottom.gif") 0 100% no-repeat;
}

.tertiary-nav li span {
  display: block;
  position: relative;
  float: left;
  color: #fff;
  background: #033668 url("primary-col/col-title-top-right.gif") 100% 0 no-repeat;
}

.tertiary-nav li a {
  display: block;
  padding: 6px 6px 5px 20px;
  min-width: 198px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.0em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: url("primary-col/col-title-bottom-right.gif") 100% 100% no-repeat;
}

.tertiary-nav li a,
.tertiary-nav li a:link,
.tertiary-nav li a:visited {
  color: #fff;
}

/*--- Content Area ---*/

.breadcrumbs {
  padding: 20px 30px 10px 30px;
  font-size: 0.9em;
  text-transform: uppercase;
  /*letter-spacing: 0.2em; note: didnt look good with moss */
}

.breadcrumbs a,
.breadcrumbs a:link,
.breadcrumbs a:visited {
  letter-spacing: normal;
  color: #C1131E;
}

.content-area h1 {
  margin: 0 30px 20px 30px;
  color: #333;
}

.h1-image {
  position: relative;
  margin-bottom: 8px;
  min-height: 50px;
}

.h1-image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.h1-admissions { width: 195px; }
.h1-admissions span { background-image: url("page-titles/admissions.gif"); }

.h1-undergrad-admissions { width: 465px; }
.h1-undergrad-admissions span { background-image: url("page-titles/undergraduate-admissions.gif"); }

.h1-news-events { width: 252px; }
.h1-news-events span { background-image: url("page-titles/news-events.gif"); }

.h1-david-toole { width: 197px; }
.h1-david-toole span { background-image: url("page-titles/david-toole.gif"); }

.h1-current-students { width: 294px; }
.h1-current-students span { background-image: url("page-titles/current-students.gif"); }

.h1-subtitle {
  margin: -8px 0 0 0;
  font-size: 1.2em;
}

.h1-subtitle em {
  display: block;
  font-size: 0.8em;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.content-banner {
  overflow: hidden;
}

.content-banner-feature .breadcrumbs,
.content-banner-feature .h1-image {
  margin-left: 0;
  padding-left: 0;
}

.content-banner-feature {
  margin: 0 20px 0 30px;
  border-bottom: solid 3px #043668;
  height: 250px;
  background: url("content-banners/david-toole.jpg") 0 10px no-repeat;
}

.content-banner img {
  float: right;
}

.feature-bq {
  margin: -15px 40px 0 50px;
  font-size: 2.9em;
  line-height: 1.0em;
  color: #033668;
}

.feature-bq p {
  margin: 0;
}

.secondary-nav-col {
  float: left;
  /*margin-top: 22px; note: edit */
  width: 160px;
}

.secondary-nav-col .info-box {
  margin: 0 0 10px 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #c1c1c1;
  font-size: .8em; 
  line-height: 1.7em;
  font-weight: bold;
}

.secondary-nav-col .info-box .title {
  text-transform: uppercase;
}

.secondary-nav,
.related-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.secondary-nav-col a,
.secondary-nav-col a:link,
.secondary-nav-col a:visited {
  color: #C1131E;
}

.secondary-nav-col .current {
  background: url("common/bullet.gif") 99% 3px no-repeat;
}

.secondary-nav-col .current a,
.secondary-nav-col .current a:link,
.secondary-nav-col .current a:visited {
  color: #033668;
}

.secondary-nav {
  margin: 0 0 10px 20px;
  font-weight: bold;
}

.secondary-nav li {
  margin-bottom: 8px;
  padding: 0 10px 8px 10px;
  border-bottom: dotted 1px #c1c1c1;
}

.related-links {
  margin-left: 10px;
}

.related-links li {
  padding: 0 10px 10px 15px;
  font-size: 0.9em;
  background: url("common/bullet.gif") 0 2px no-repeat;
}

.related-links li.title {
  padding-left: 0;
  font-size: 1.0em;
  text-transform: uppercase;
  background: none;
}

.content-area .content {
  margin: 22px 20px 0 190px;
  padding-bottom: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  line-height: 1.5em;
}

.content-area .content2 {
  margin: 22px 20px 0px 20px;
  padding-bottom: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  line-height: 1.5em;
}

.content-area .content .more-link,
.content-area .content .more-link:link,
.content-area .content .more-link:hover {
  padding-right: 12px;
  font-weight: bold;
  font-size: 0.9em;
	font-family: arial, helvetica, sans-serif;
  color: #C1131E;
  background: url("common/arrow1.gif") 100% 4px no-repeat;
}

.content-area .content .floatL {
  margin-top: 1.1em;
  margin-bottom: 0;
  margin-right: 10px;
}

.content-area .content a, 
.content-area .content a:link {
  font-weight: bold;
}

.content-area .content .three-col {
  overflow: hidden;
  margin: 20px 0;
	font-family: arial, helvetica, sans-serif;
  line-height: 1.3em;
  background: url("common/three-col-bg.gif") repeat-y;
}

.content-area .content .three-col .col1,
.content-area .content .three-col .col2,
.content-area .content .three-col .col3 {
  float: left;
}

.content-area .content .three-col .col1 { width: 168px; }
.content-area .content .three-col .col2 { width: 184px; }
.content-area .content .three-col .col3 { width: 165px; }

.content-area .content .three-col .col1 .col-inner { padding: 0 10px 0 0; }
.content-area .content .three-col .col2 .col-inner { padding: 0 10px; }
.content-area .content .three-col .col3 .col-inner { padding: 0 0 0 10px; }

.content-area .content .three-col p {
  margin: 0 0 10px 0;
  font-size: 0.9em;
  line-height: 1.6em;
}

.content-area .content .three-col .col-title-link,
.content-area .content .three-col .col-title-link:link,
.content-area .content .three-col .col-title-link:visited {
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  color: #036;
}

.content-area .items {
  padding-bottom: 20px;
  font-family: arial, helvetica, sans-serif;
}

.content-area .items a,
.content-area .items a:link,
.content-area .items a:visited {
  color: #C1131E;
  font-weight: normal;
}

.content-area .items .item {
  overflow: hidden;
  margin-bottom: 12px;
  border-bottom: solid 1px #E5E5E5;
  padding: 0px 12px 12px 12px;
}

.content-area .items .item .image-col {
  float: left;
  /*margin: 0 10% 0 0;*/
  margin-left: 2%;
  width: 22%;
}

.content-area .items .item .text-col {
  float: left;
  width: 75%;
}

.content-area .items .item .date {
	font-size: 13px; 
}

.content-area .items .item .title {
  margin-bottom: 3px;
  font-size: 18px; 
}

.content-area .items .item .title a img {
  vertical-align: middle;
}

.content-area .items .item .summary {
}

.content-area .items .more-link,
.content-area .items .more-link:link,
.content-area .items .more-link:visited {
  margin-left: 12px;
  font-size: 1.0em;
  font-weight: bold;
}


.links-list {
  margin: 0 0 20px 30px;
  padding: 0;
  list-style-type: none;
}

.links-list a,
.links-list a:link,
.links-list a:visited {
  color: #C1131E;
}

.links-list li {
  padding: 0 10px 10px 15px;
  background: url("common/bullet.gif") 0 2px no-repeat;
}

.links-list li.title {
  border-bottom: solid 3px #ccc;
  padding: 0 0 5px 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  color: #033668;
  background: none;
}

.gateway-cols {
  position: relative;
  left: -5px;
}

.gateway-cols .col {
  width: 33%;
}

.gateway-cols .links-list li.title {
  padding: 0 6px 6px 6px;
}

.gateway-cols .links-list li {
  padding-left: 25px;
  background-position: 10px 3px;
}

.news-events-content {
}

.news-events-content .head {
  border-bottom: solid 1px #003367;
  margin-bottom: 15px;
  padding: 0 12px 6px 12px;

}

.news-events-content .head .rss-link,
.news-events-content .head .rss-link:link,
.news-events-content .head .rss-link:visited {
  float: right;
  padding-left: 17px;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #C1131E;
  background: url("common/rss.gif") 0 3px no-repeat;
}

.news-events-content .col1 {
  float: left;
  margin-right: 20px;
  margin-left: -8px;
  width: 300px;
}

.news-events-content .col2 {
  float: left;
  margin-right: -11px;
  width: 220px;
}

.news-events-content .items {
  font-size: 0.9em;
  line-height: 1.5em;
}

.news-events-content .items .item .title {
  line-height: 1.2em;
}

.home-content {
}

.home-content .head {
  overflow: hidden;
  border-bottom: dotted 1px #003367;
}

.home-content .head .rss-link,
.home-content .head .rss-link:link,
.home-content .head .rss-link:visited {
  float: right;
  padding-left: 17px;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.6em;
  text-transform: uppercase;
  color: #C1131E;
  background: url("common/rss.gif") 0 3px no-repeat;
}

.home-content .col1 {
  float: left;
  width: 490px;
}

.home-content .col1 .col-inner {
  padding: 14px 0 6px 18px;
}

.home-content .head .col1 .col-inner {
  padding-right: 18px;
}

.home-content .col2 .col-inner {
  padding: 14px 18px 6px 18px;
}

.home-content .col2 {
  float: left;
  width: 240px;
  background: #F1F1F1;
}

.home-content .bottom-gradient {
  background: #F1F1F1 url("common/bottom-gradient.gif") 0 100% repeat-x;
}

.home-content .items .item {
  padding: 0px 18px 12px 0px;
}

.home-content .col2 .items .item {
  border-bottom: none;
}


/*** Footer ******************************************************************/

#footer {
  overflow: visible;
  border-top: solid 1px #ccc;
  padding: 15px 20px 30px 20px;
  font-size: 0.9em;
  background: #fff;
}

#footer .logo {
  float: left;
}

#footer .vcard {
  float: left;
  padding-left: 10px;
}

#footer .vcard .org {
  text-transform: uppercase;
}

#footer .ancillary-links {
  text-align: right;
}

#footer .ancillary-links li {
  border-right: solid 1px #333;
  padding-left: 0.4em;
}

#footer .ancillary-links li.last {
  border-right: none;
}

#footer .ancillary-links a,
#footer .ancillary-links a:link,
#footer .ancillary-links a:visited {
  color: #C1131E;
  text-transform: uppercase;
}

/*** MOSS Branding ******************************************************************/

.ms-WPBorder
{
	border:0px transparent none;
}

.ms-pagebreadcrumb {
	display: none;
}

/* this fixes the navigation height problem */
.banner-home {
	background-color:#033668;
	height:403px;
	overflow:hidden;
}

/**** Top Nav ****/

.customNavItemContainer {
	margin: auto;
}

.customNavHolder {
	
	max-height:35px;
	position:relative;
	font-size:1.19em; /* org 1.25em note: too big using moss */
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 0.25pt;
}

.customNavHolder a {
	color: white;
}

.customNavHolder a:hover {
	text-decoration: none;
}

/* top menu nav text color */
.customTopNavItem {
	color:white;
	height:35px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
}

.customTopNavItem img {
	left:-5px;
	position:relative;
}

/* top menu items */
.customTopNavItem a, .customTopNavItem a:link, .customTopNavItem a:visited, .customTopNavItem a:active {	
	background:#C1131E url("header/primary-nav/nav-bg.gif") repeat-x scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:left;
	line-height:35px;
	min-height:35px;
	padding:0 20px;
	position:relative;
	white-space:nowrap;	
}

/* top menu selected item */
.customTopNavSelected{
	color: white;
	height:33px;	
	font-weight: bold;
	background-repeat:repeat-x;
}

/* top menu mouse over */
.customTopNavHover {
	
}

.customTopNavHover a, .customTopNavHover a:link, .customTopNavHover a:visited, .customTopNavHover a:active {
	color: black;
	background: #036 url("header/primary-nav/nav-bg-hover.gif") repeat-x;	
}


/**** LEFT NAV ***/

.customLeftNavContainer img {
	display: none;
}

.customLeftNavContainer {
	width:234px;
	position:relative;
	top:0px;
	font-size: 14px;
}

.customLeftNavContainer a, .customLeftNavContainer a:hover, .customLeftNavContainer a:link, .customLeftNavContainer a:active, .customLeftNavContainer a:visited {
	color: white;
	text-decoration: none;	
	display:block;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
	letter-spacing:0px;
	text-transform:uppercase;
	text-decoration: none;
}

.customLeftNavLevel1 {
	border-bottom: 1px solid #DD9CAB;
	color: white;
	background-color: #C1131E;
	padding: 0px 2px 0px 0px;
	line-height: 25px;
}

.customLeftNavLevel1 a {
	margin-left: 28px;
}

.customLeftNavLevel2 {
	border-bottom: 1px solid white;
	color: #003366;
	background-color:#003366;
	padding: 0px 2px 0px 14px;
	line-height: 25px
}

.customLeftNavHover {
	color: white;
	background-color:#003366;
}

.customLeftNavHover {
	background-image: url('header/primary-nav/nav-arrow.gif');
	background-repeat: no-repeat;
	background-position: 14px center;
}

.customLeftNavHover a {
	background-image: none;
}

.customLeftNavSelected {
	color: white;
}

.customLeftNavFlyOut {
	color: white;
	background-color:#003366;
}

.customLeftNavFlyOutItem a, .customLeftNavFlyOutItem a:hover  {
	color: white;
	background-color:#003366;
	line-height: 20px;
}

.customLeftNavFlyOutHover a, .customLeftNavFlyOutHover a:hover {
	text-decoration: underline;
	color: #003366;
	background-color:white;
}




/* SUB NAV */

.customSubNavContainer {
	
}

.customSubNavLevel1 {
	border-bottom:1px dotted #C1C1C1;
	margin-bottom:8px;
	padding:0px;
}

customSubNavLevel1 a {	
}

.customSubNavLevel1 td {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
}

.customSubNavSelected {
	background:transparent url("common/bullet.gif") no-repeat scroll 99% 3px;
	color:#033668;
}

.customSubNavSelected a, .customSubNavSelected a:link, .customSubNavSelected a:hover, .customSubNavSelected a:visited, .customSubNavSelected a:active {
	background: transparent none;
	color:#033668;
}

.header {
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
}

.customSiteAction {
	vertical-align:top;
	width:96px;
}

.customSiteAction a, .customSiteAction a:link, .customSiteAction a:active, .customSiteAction a:hover, .customSiteAction a:visited {
	color: white;
}

.customClear {
	clear: both;
}

.customWelcome {
	float:right;
	height:17px;
	position:relative;
	right:22px;
	top:0;
}

.customWelcome a, .customWelcome a:link, .customWelcome a:active, .customWelcome a:visited {
	color: white;
	text-decoration: none;
}

.customWelcome a:hover {
	text-decoration: underline;
}


/* CUSTOM SEARCH BOX */

/* fancy search box background */
.customSearch {
	float:right;
	position:relative;
	top:0px;
	margin-top: 1px;
	padding-left:15px;
}

/* advanced search link */
.customSearch .ms-sblink {
	display: none;
}

.customSearch table {
	width: auto;
}

/* search button hider needed for pages that override the master page search button */
.customSearch .ms-sbgo img {
	display: none;
}

/* fancy search button */
.customSearch .ms-sbgo a {
	display: block;
	height:20px;
	width:32px;
	background:transparent url('header/search-button.gif') no-repeat scroll left top;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;	
	left: 7px;
	color: #333333;
	padding-right: 5px;
}

/* kill the bg colors for the cells */
.customSearch td.ms-sbcell {
	background-color: transparent;
	border:0px none transparent;
	padding:0px;
}

/* spacing between scopes and search box */
.customSearch .ms-sbscopes {
	margin-right: 3px;
}

/* reset the search box scopes width */
.customSearch select.ms-sbscopes {
	width: auto;
}

/* hide the borders on search box and set font */
.customSearch .ms-sbplain {
	background:white url("header_searchbackground.gif") repeat-x left top;
	left:2px;
	padding:3px 0px 2px 2px;
	position:relative;
	top:0;
	border: 1px solid rgb(129, 131, 133);
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

/* hide the last cell that is used for spacing */
.customSearch .ms-sbLastcell {
	display: none;
}

/* reset the search table width */
.customSearch .ms-sbtable-ex {
	width: auto;
	margin-top:0px;
	border-collapse:collapse;
}

/* fixes for ootb search results page layout */

.ms-tztable #MainLeftCell{
	width: 100%;
}

.ms-tztable #RightCell {
	display: none;
}

.srch-Icon {
	padding-right:3px;
}

/* list edit form */

h3.ms-standardheader {
	font-size: 12px;
}

/* fancy RMU web part titles */
.ms-WPBody a {
	color: black;
}

.primary-col .ms-WPBody {
}

.ms-PartSpacingVertical {
	margin-top:5px;
}

.primary-col h3.ms-standardheader {
	background:#033668 url("primary-col/col-title-top-right.gif") no-repeat scroll 100% 0;
	color:#FFFFFF;
	float:left;
	margin-left:-5px;
	margin-top:10px;
	position:relative;
	font-size:11px;
}

.primary-col h3.ms-standardheader nobr {
	background:transparent url("primary-col/col-title-bottom-right.gif") no-repeat scroll 100% 100%;
	font-family:Helvetica,Arial,sans-serif;
	font-size:1em;
	font-weight:bold;
	letter-spacing:0.15em;
	min-width:120px;
	padding:6px 6px 5px 20px;
	text-transform:uppercase;
	display:block;
}

.primary-col .ms-WPHeader td {
	border-bottom: 0px transparent none;
	border-collapse:inherit;
}

.primary-col .ms-WPTitle {
	padding: 0px;
}

.spifWidget {
	position: relative;
	overflow: hidden;
	clear: left;
	margin-left: -5px;
	padding: 0px 9px 0 14px;
	width: 211px;
	background: url("primary-col/col-title-bottom.gif") no-repeat;
	height: 5px;
}

.slideshow-nav img {
	cursor: pointer;
}

/* rollups */
.customNewsTitle {
	display: block;
	background-image: url('page-titles/news.gif');
	background-repeat: no-repeat;
	height: 19px;
	width: 70px;
}

.customEventTitle {
	display: block;
	background-image: url('page-titles/events.gif');
	background-repeat: no-repeat;
	height: 19px;
	width: 70px;
}

.customHomeNewsTitle {
	display: block;
	background-image: url('page-titles/rmu-news.gif');
	background-repeat: no-repeat;
	height: 19px;
	width: 95px;
}

.customHomeEventTitle {
	display: block;
	background-image: url('page-titles/rmu-events.gif');
	background-repeat: no-repeat;
	height: 19px;
	width: 110px;
}

/* fix font size on rollup */
.news-events-content .ms-WPBody {
	font-size: 13px; 
}

/* set the page padding for all ootb page layouts, this will be overridden from custom page layouts */
#body-area .body-col-outer .content-area {	
	margin-left:243px;
	padding-bottom:10px;
}

/* style for event page */
.contentEvent {
	/* margin-left: 10px;
	margin-right: 10px; --> originally here */
	margin: 0px 30px 20px 30px; /* added on 20091125 */
	font-family: Georgia, "Times New Roman", Times, serif; /* added on 20091125 */
  	font-size: 1em; /* 1.1em added on 20091125 */
  	line-height: 1.5em; /* added on 20091125 */
}

/* ******************* COMMON CONTENT STYLE BEGIN ******************* */

.common-content {
}

.common-content .head {
  border-bottom: solid 1px #003367;
  margin-bottom: 15px;
  padding: 0 12px 6px 12px;
}

.common-content .col1 {
  float: left;
  margin-right: 20px;
  margin-left: -8px;
  width: 350px; 
}

.common-content .col2 {
  float: left;
  margin-right: -11px;
  width: 170px; 
}

.common-content .items {
  font-size: 0.9em;
  line-height: 1.5em;
}

.common-content .items .item .title {
  line-height: 1.2em;
}

.pageFoundations {
  overflow: visible;
  width: 960px;
  margin: 0 auto;
}

.contentFoundationsMain {
	overflow: visible;
	width: 960px;
	background-color: white;
	/* font style added 20091125 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em; /* 1.1em originally */
	line-height: 1.5em;
}

.contentFoundations {
	margin: 0px 30px 20px 30px;
	/* font style added 20091125 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em; /* 1.1em originally */
	line-height: 1.5em;
}

/* ******************** COMMON CONTENT STYLE END ******************** */


/* *******************Javascript Pop-Up Link Formatting********************** */

#favorites {
	margin: -18px 0px 0px 0px;	
	width: 113px;
	position: absolute;
	visibility: hidden; 
	background-color: #003366;
	border: #5b98b7 1px dotted;
	z-index: 3;
	}

#favorites tr td {
	width: 160px;
	padding-right: 0px;
	padding-left: 4px; 
	padding-bottom: 4px; 
	padding-top: 4px;
	border-bottom: #5b98b7 1px dotted;
	}

.headerlink a {
	text-decoration: none; 
	color: #ECECE2;
	font-weight:bold;
	font-family:Arial; 
	font-size:10px;
	}

.headerlink a:link {
	text-decoration: none; 
	color: #ECECE2;
	font-weight:bold;
	font-family:Arial; 
	font-size:10px;
	}

.headerlink a:visited {
	text-decoration: none;
	color: #ECECE2;
	font-weight:bold;
	font-family:Arial;
	font-size:10px;
	}

.headerlink a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	font-family:Arial;
	font-size:10px;
	}

/* ********************************************* */

/* ******* TERTIARY LEFT NAV STYLE BEGIN ******* */

.tertiary-left-nav-col {
  float: left;
  margin-top: 20px;
}

.tertiary-left-nav-col .info-box {
  margin: 0 0 10px 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #c1c1c1;
  font-size: .8em; 
  line-height: 1.7em;
  font-weight: bold;
}

.tertiary-left-nav-col .info-box .title {
  text-transform: uppercase;
}

.tertiary-left-nav, 
.related-left-nav-links
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 190px;
}

.tertiary-left-nav-col a,
.tertiary-left-nav-col a:link,
.tertiary-left-nav-col a:visited {
  color: #C1131E; 
}

.tertiary-left-nav-col .current {
  background: url("common/bullet.gif") 99% 3px no-repeat;
}

.tertiary-left-nav-col .current a,
.tertiary-left-nav-col .current a:link,
.tertiary-left-nav-col .current a:visited {
  color: #033668;
}

.tertiary-left-nav {
  margin: 0 0 10px 20px;
  font-weight: bold;
}

.tertiary-left-nav li { /* chekc it out */
  margin-bottom: 8px;
  padding: 0 10px 8px 10px;
  border-bottom: dotted 1px #c1c1c1;
}

.customSubNavSelected {
	background:transparent url("common/bullet.gif") no-repeat scroll 99% 3px;
	color:#033668;
}

.customSubNavSelected a, .customSubNavSelected a:link, .customSubNavSelected a:hover, .customSubNavSelected a:visited, .customSubNavSelected a:active {
	background: transparent none;
	color:#033668;
}

.related-left-nav-links {
  margin-left: 10px;
}

.related-left-nav-links li {
  padding: 0 10px 10px 15px;
  font-size: 1.2em;
  font-weight: bold;
  background: url("common/bullet.gif") 0 2px no-repeat;
}

.related-left-nav-links li.title {
  padding-left: 0;
  font-size: 1.3em;
  text-transform: uppercase;
  background: none;
  font-weight: bold;
}

/* ******** TERTIARY LEFT NAV STYLE END ******** */

/* ******** RMU SENTRY SPAN CLASSES WITH NEW L COLORS BEGIN ******** */

.8   { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000 }
.s8  { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000 }
.8b  { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #000000 }
.9   { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000 }
.9b  { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #000000 }
.10  { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000 }
.b10 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000 }
.10b { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000 }
.12  { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000 }
.12b { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000000 }

.r8   { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #C1131E } /* #950f2e old RMU red title */
.r8b  { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #C1131E }
.r9   { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #C1131E }
.r9b  { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #C1131E }
.r10  { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #C1131E }
.r10b { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #C1131E }
.r12  { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #C1131E }
.r12b { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #C1131E }
.r14  { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #C1131E }
.r14b { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #C1131E }

.b8   { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #033668 } /* #003366 old RMU blue title */
.b8b  { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #033668 }
.b9   { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #033668 }
.b9b  { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #033668 }
.b10  { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #033668 }
.b10b { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #033668 }
.b12  { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #033668 }
.b12b { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #033668 }
.b14  { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #033668 }
.b14b { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #033668 }

.w8   { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF }
.w8b  { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #FFFFFF }
.w9   { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFFF }
.w9b  { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #FFFFFF }
.w10  { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF }
.w10b { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FFFFFF }
.w12  { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #FFFFFF }
.w12b { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #FFFFFF }
.w14  { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #FFFFFF }
.w14b { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #FFFFFF }

.black8   { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000 }
.black8b  { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #000000 }
.black9   { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000 }
.black9b  { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #000000 }
.black10  { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000 }
.black10b { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000 }
.black12  { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000 }
.black12b { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000000 }
.black14  { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000 }
.black14b { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #000000 }

/* ******** RMU SENTRY SPAN CLASSES WITH NEW L COLORS END ********** */



