/* GENERAL STYLES */
/*****************************************************************************/
/*                       Robert Morris University Global Styles
/*****************************************************************************/


/*** Generic Typography ******************************************************/

body {
	font: 76% arial, helvetica, sans-serif;
	color: #333;

}

a, a:link {
	text-decoration: none;
	color: #069;
}

a:visited {
  text-decoration: none;
  color: #069;
}

a:active, a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0 0 0;
  color: #033668;
	font-family: arial, helvetica, sans-serif;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
	/*line-height: 12pt;*/
}

h5 {
	font-size: 1.2em;
}

h6 {
}


/*** Common styles ***********************************************************/

body { 
	margin: 0;
	padding: 0;
	/*background: #D9D6C7 url(../media/bb11caad-e56a-43b9-99ab-3b70aedd10b2-bg.jpg) repeat-x;*/
	background: #D9D6C7 url(/custom/marketing/images/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-undergrad {
  overflow: visible;
  width: 960px; /*960*/
  margin: 0 auto;
}

.page-outer {
  overflow: visible;
  width: 960px; /*960*/
  margin: 0 auto;
}

.body-col-outer-undergrad {
  width: 100%;
   /*background: #fff url(/media/99f30462-10a5-4caa-8254-7b80c48c29f2-col-shadow-right.gif) repeat-y;*/
 background: #fff url(/custom/marketing/images/common/col-shadow-right.gif) repeat-y;
}

.body-col-outer {
  width: 100%;
   /*background: #fff url(/media/99f30462-10a5-4caa-8254-7b80c48c29f2-col-shadow-right.gif) repeat-y;*/
 background: #fff url(/custom/marketing/images/common/col-shadow-right.gif) repeat-y;
}

.body-col-outer .content-area {
  margin-left: 229px;
}

.body-col-outer-undergrad .primary-col {
  overflow: visible;
  /*float: left;*/
  width: 229px;
}
.body-col-outer .primary-col {
  overflow: visible;
  float: left;
  width: 229px;
}


/*** Header ******************************************************************/

.header {
  /*overflow: hidden;*/
  min-height: 200px; /*178*/
}

#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(../media/b9ff7b45-94f7-485c-b3ec-997dc314eea4-search-button.gif) no-repeat;*/
  background: url(/custom/marketing/images/header/search-button.gif) no-repeat;
  vertical-align: middle;
}

.audience-nav {
  float: left;
  padding-left: 15px;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 2.1em;
  /*  background: url(../images/header/audience-nav-arrow.gif) 0 8px no-repeat;*/
  background: url(/custom/marketing/images/header/audience-nav-arrow.gif) 0 8px no-repeat;
}

.audience-nav a,
.audience-nav a:link,
.audience-nav a:visited {
  color: #fff;
}

.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(../images/common/col-shadow-right-top.gif) no-repeat;*/
  background: url(/custom/marketing/images/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(/custom/marketing/images/header/primary-nav/nav-bg.gif) repeat-x;
  /*background: #C1131E url(../images/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(/custom/marketing/images/header/primary-nav/nav-items.gif);
  /*background-image: url(../images/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_undergrad { width: 102px; }
#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(/custom/marketing/images/header/primary-nav/nav-home.gif);
  /*background-image: url(../images/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(/custom/marketing/images/header/primary-nav/nav-bottom.gif) no-repeat;
  /*background: url(../images/header/primary-nav/nav-bottom.gif) no-repeat;*/
}

#body-area-home {
  background: url(/custom/marketing/images/header/primary-nav/nav-bottom-corner.gif) no-repeat;
  /*background: url(../images/header/primary-nav/nav-bottom-corner.gif) no-repeat;*/
}

/*--- Primary Column ---*/
.primary-col .spif {
  margin-top: 15px; /*15*/
}

.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(/custom/marketing/images/primary-col/col-title-top-right.gif) 100% 0 no-repeat;
/*  background: #033668 url(../images/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: 0.9em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: url(custom/marketing/images/primary-col/col-title-bottom-right.gif) 100% 100% no-repeat;
/*  background: url(../images/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: 8px 9px 0 14px;
  width: 211px;
  background: url(/custom/marketing/images/primary-col/col-title-bottom.gif) no-repeat;
/*  background: url(../images/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;
}

.primary-col .spif .content-inner {
  padding: 8px;
}

.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(/custom/marketing/images/primary-col/col-title-bottom.gif) 0 100% no-repeat;
/*  background: url(../images/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(/custom/marketing/images/primary-col/col-title-top-right.gif) 100% 0 no-repeat;
/*  background: #033668 url(../images/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: 0.9em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: url(../images/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;
}

.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(/custom/marketing/images/page-titles/admissions.gif);
 }

.h1-undergrad-admissions { width: 465px; }
.h1-undergrad-admissions span { background-image: url(/custom/marketing/images/page-titles/undergraduate-admissions.gif); }

.h1-news-events { width: 252px; }
.h1-news-events span { background-image: url(/custom/marketing/images/page-titles/news-events.gif); }

.h1-david-toole { width: 197px; }
.h1-david-toole span { background-image: url(/custom/marketing/images/page-titles/david-toole.gif); }

.h1-current-students { width: 294px; }
.h1-current-students span { background-image: url(/custom/marketing/images/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(/custom/marketing/images/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;
  width: 160px;
}

.secondary-nav-col .info-box {
  margin: 0 0 10px 30px;
  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(/custom/marketing/images/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: 30px;
}

.related-links li {
  padding: 0 10px 10px 15px;
  font-size: 0.9em;
  background: url(/custom/marketing/images/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 .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(/custom/marketing/images/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(/custom/marketing/images/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: 0 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 {
}

.content-area .items .item .title {
  margin-bottom: 3px;
  font-size: 1.5em;
}

.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(/custom/marketing/images/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(/custom/marketing/images/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(/custom/marketing/images/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(/custom/marketing/images/common/bottom-gradient.gif) 0 100% repeat-x;
}

.home-content .items .item {
  padding: 0 18px 12px 0;
}

.home-content .col2 .items .item {
  border-bottom: none;
}


/*** Footer ******************************************************************/

#footer {
  overflow: hidden;
  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;
}


/* ******** RMU OLD STYLES  *********   */
#subnavAboutAdm { 
	float: left;
	width: 200px; /*205px; 240px; */
	padding: 0px;
	margin: 0px 10px 15px 15px; /* 10px 10px 15px 10px */
	font-family: Arial; /* Verdana; */
	font-size: 12px; 
	color: 033668; /*791C3D*/
	font-weight: bold;
	line-height: 15px;
	/*background: #ffffff url(/custom/marketing/images/col-shadow-right1.gif) repeat-y; */
	} 

#subnavAboutAdm a { 
	display: block;
	color: #C1131E; <!-- #950f2e; -->
	/* margin: 10px 10px 15px 10px;  */
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-decoration: none;
	/*border-bottom: #5b98b7 1px dotted;*/
	}

#subnavAboutAdm a:hover {
	color: #C1131E; /*#ffffff*/;
	text-decoration: underline;
	}

#subnavAboutAdm hr {
	color: #BDD0F6;
	/*background-color: #BDD0F6;*/
	height: 2px;
	width: 120%;
	align: right;	
	}

.contactAdm p {  
	font-family: Arial; /* Times New Roman, Times, serif; */
	font-size: 10px;
	color: #000000; /* BDD0F6 #ffffff; */
	font-weight: bold;
	line-height: 15px; 
	}

.contactAdmNEW p {  
	font-family: Arial; /* Times New Roman, Times, serif; */
	font-size: 10px;
	color: #000000; /* #ffffff; */
	font-weight: bold;
	line-height: 15px; 
	}

.centerItem img {
	margin-left: 0px;/*15*/
	}


#mcSchool {
	margin: 5px 0px 0px 3px; 
	line-height:16px;
	background: #FFFFFF; /* #CECEB7 */
	} 

/* ***************RIGHT HAND COLUMN **************** */
#twoColumnRightAdm { 
	float: right;
	width: 135px; /* 135px*/
	padding: 0px;
	margin: 0px 15px 0px 0px; 
	line-height: 14px;
	} 

#twoColumnRightAdm h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	color: #003366; 
	line-height: 14pt;
	margin: 10px 5px 0px 10px; 
	padding: 0px; 
	border-bottom: 0px;
	}

#twoColumnRightAdm h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #003366;
	line-height: 14pt;
	margin: 10px 5px 0px 0px; 
	padding: 10px 0px 0px 10px; 
	/* border-top: 1px solid #dcdccb;*/
	}

#twoColumnRightAdm h3 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #950f2e; /* 003366 */
	line-height: 14pt;
	margin: 15px 5px 0px 10px; 
	padding-left: 10px; 
	/* margin: 10px 5px 0px 0px; */
	/* padding: 10px 0px 0px 10px; */
	/* border-top: 1px solid #dcdccb;*/
	}

#twoColumnRightAdm p { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000; 
	line-height: 12pt;
	margin: 5px 0px 5px 0px; 
	padding-left: 8px; 
	}

#twoColumnRightAdm ul { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	line-height: 12pt;
	margin: 10px 5px 0px 10px; 
	padding: 0px; 
	}

#twoColumnRightAdm a	 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #C1131E;
	text-decoration: none;
	} 

#twoColumnRightAdm a:hover 
	{
	color:#C1131E;
	text-decoration: underline;
	}


#twoColumnRightAdm li { 
	background: url(/media/229086/bullet.gif) 0% 3px no-repeat ;
	padding-right: 8px;
	/*background-attachment:fixed;
	background-position: 50px 0px;*/
	margin: 5px 0px 0px 0px; 
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	list-style-type: none;
	font-size: 8pt;
	
	}

#twoColumnRightAdm img { 
	float: left;
	margin: 2px 15px 0px 1px; 
	padding: 0px; 
	border: 0px;
	}

bodyText { 
	background: #d9d6c7 url(/custom/marketing/images/bg1.jpg) repeat-x;
	/*background: #d9d6c7 url(/custom/marketing/images/backNEW.gif) repeat-x; */
	font-family: Times New Roman, Times, serif; /*  Arial, Helvetica, sans-serif; */
	font-size: 10px;
	line-height: 18px;
	color: #000000;
	margin: 0px 0px 0px 0px;  
	padding: 0px; 
	}


bodyText.home { 
	background: #033668 url(/custom/marketing/images/bg1.jpg) repeat-x; 
	font-family: Times New Roman, Times, serif; /*Arial, Helvetica, sans-serif; */
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 0px; 
	padding: 0px; 
	} 
bodyText.full { 
	background: #033668 url(/custom/marketing/images/bg1.jpg) repeat-x; 
	font-family: Times New Roman, Times, serif; /*Arial, Helvetica, sans-serif; */
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin: 0px; 
	padding: 0px; 
	}



p { 
	font-family: Times New Roman, Times, serif; /*"Arial", Helvetica, sans-serif; */
	font-size: 14px; 
	color: #000000; 
	line-height: 18px;
	margin: 10px 20px 10px 0px; 
	padding: 0px; 
	}

/*li 
 {
  padding: 0 10px 10px 15px;
  background: url(/custom/marketing/images/common/bullet.gif) 0 2px no-repeat;
}*/


img

{
	margin: 0px 5px 00px 0px; 
}


h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
	padding: 0 10 0px 0px
	/*line-height: 12pt;*/
}

h5 {
	font-size: 1.2em;
}

h6 { font-size: .8em;
}

/* **********ADMISSIONS STAFF BEGINS********** */
.spotDataBlock
	{
	padding:5px 0px;
	
	}

.MarStaffName  {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12pt;
	color: #033668; 
	line-height: 16px; 
	margin: 0px 20px 0px 0px;
	} 

.MarDataFieldName  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #033668; 
	line-height: 16px; 
	font-weight: bold; 
	} 

.MarDataFieldText  {
	font-family: Times New Roman, Times, serif; 
	font-size: 10pt;
	line-height: 16px; 
	
	} 
	
/* **********ADMISSIONS STAFF ENDS********** */


/* *********FAQ STYLE********* */
.faqDisplay 
	{
	list-style:none; 
	margin-left: 0; 
	padding-left: 0em;
	text-indent: 0em;
	}

ul.faqQuestion
	{
	list-style:none; 
	margin-left: 2em; 
	padding-left: 4px; 
	text-indent: -1.6em;
	}

.faqBullet 
	{
	font-size:14px; 
	font-weight:bold; 
	margin-right:4px;
	color:#C1131E;
	}

.faqButton
	{
	text-align:left;
	}

.faqList
	{ 
	list-style-type:none;
	color:#C1131E; 
	
	}

.faqListQuestions	
	{ 
	list-style-type:none;
	color:#406081;
	}



/*  **********NEWS STORY********* */


.frontpageheading {
	font-family: "Arial", Helvetica, sans-serif; /* "Times New Roman", Times, serif; */
	font-size: 14pt;
	font-weight: sbold;
	color: #033668;
	}


.headline 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#C1131E;
	font-weight: bold;
	}
/* **********EVENTS********* */

.eventRegContactHeading{
	font-family: arial;
	font-weight: bold;
	color: #033668;
	font-size: 10pt;
	}

.eventName {
	font-family: arial;
	font-weight: bold;
	color: #033668;
	font-size: 10pt;
	}

.eventDetails {
	font-family: arial;
	font-size: 10pt;
	margin-right:20px;
	} 

.eventNonBold {
	font-family: arial;
	color: #033668;
	font-size: 10pt;
	}

.eventDate {
	font-family: arial;
	font-weight: bold;
	color: #033668;	
	font-size: 10pt;
	}

.eventTime {
	font-family: arial;
	font-weight: bold;
	color: #033668;	
	font-size: 10pt;
	}

formspacing {
	margin: 20px 20px 20px 20px;
	padding: 10px;
 }

/*   *********SPOTLIGHTS************* */
.NewSpotHeadingName {
	font-family: Times New Roman, Times, serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 16px;
	color: #033668;
	}

.NewSpotHeadingTitle { 
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 14px;
	color: #C1131E;
	}

.NewSpotQuestion {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	line-height: 14px;
	}

.MarSpotName
	{
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 18px;
	}

.MarSpotQuestion
	{
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #033668;
	line-height: 18px;
	}

.MarSpotAnswer {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	line

/* **************PROFILES***************** */
 .profileForm 
	{
	margin:0;
	padding:0px;
	}


.profileHeaderText
	{
	font-family:Times New Roman, Times, serif;
	font-size: 12pt;
	text-align: center;
	color: #033668;
	}


.profileSubHeaderText
	{
	font-family:Arial Narrow;
	font-size: 12pt;
	text-align: center;
	padding-left:4px;
	color: #003366;
	}


.profileInput 
	{
	/*float:right;*/
	}


.profileInputContainer 
	{
	float:right;
	text-align:left;
	width:55%; /*50%*/
	}


.profileSpacer 
	{
	clear:both;
	padding:0px;
	margin:0px;
	height:1px;
	font-size:0px;
	line-height:1px; 	
	}


.profileInterestHeading 
	{
	background-color:#ffffff; 
	border:1px solid black;
	padding:0px ; 
	margin:0px 5px 0px 5px;
	}


.profileInterestHeading div 
	{
	/*margin:3px;
	padding:0px 10px; */
	color: #0F4D62;
	background-color:#E4E4D8; 
	font-family:Arial Narrow;
	font-size:11pt; 
	padding:0px;
	margin:0px;
	}


.profileExpandSection
	{
	/*border:1px solid black;*/
	margin:0px 5px 0px 5px;
	background-color:#F4F4EF;
	}


.profileHR 
	{
	border-top: 1px dotted;
	clear:both;
	color: #DEDDD6;
	height:1px;
	width: 90%;
	}

		
.profileContainer 
	{
	border: 3px solid #FFFFFF; /*    #E4E4D8    */
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	
	}


.profileHeader 
	{
	background-color: #FFFFFF; /*  #E4E4D8   */
	height: 30px; /* 40 */
	margin: 0 0 10px 0; /*0 0 5px 0*/
	font-family:Times New Roman, Times, serif;
	font-size:12pt;
	}


.profileSection 
	{
	padding: 15px; /*5px*/
	font-family: Times New Roman, Times, serif;
	font-size:12pt;
	}


.profileRight 
	{
	float:right;
	text-align:left;
	width:45%;
	clear:right;
	}


.profileLeft 
	{
	float:left;
	text-align:left;
	width:50%;
	}


.profileCheckbox 
	{
	border: 0px;
	}


.profileMenu li
	{
	display: inline;
	list-style-type: none;
	padding: 0 6px 0 8px;
	margin:0;
	border-right:2px solid #E4E4D8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}


.profileMenu  
	{
	margin:0px;
	padding:0px;
	}


.profileMenu div 
	{
	background-color:#C9C9AF; 
	margin:0;
	padding:0;
	border:1px solid #E4E4D8;
	}


.profileMenu input 
	{
	border:0;
	padding:0; 
	margin:0;
	background-color:#C9C9AF;
	color:#0F4D62;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	}


.profileSubContainer 
	{
	margin:10px;
	border:1px solid #E4E4D8;
	}


.profileAppLabel 
	{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;
	color: #000000;
	margin:0 20px 0 0;
	padding-bottom: 4px;
	float:left;
	}


.profileMenuLink a 
	{
	text-decoration: none;
	color: #003366;
	font-family:Arial; 
	font-size:10px;
	}


.profileMenuLink a:link 
	{
	text-decoration: none; 	
	color: #003366;
	font-family:Arial; 
	font-size:10px;
	}


.profileMenuLink a:visited 
	{
	text-decoration: none; 
	color: #003366;
	font-family:Arial; 
	font-size:10px;
	}


.profileMenuLink a:hover 
	{
	text-decoration:none; 
	color: #003366;
	font-family:Arial; 
	font-size:10px;
	}


.profileRadioGroup td input 
	{ 
	border: 0px;
	} 



/*  *****TOUR PAGE****** */

.tourImageContainer {

	/*float:left;*/
	margin-left: 2px;
	padding-bottom: 10px;
	text-align: center;
	width: 175px;

		   }
 

.tourImageContainer {
	p   {margin: 0;}

	

.tourImageContainer img 
	{ 
	/*padding:0 4px 4px 0;  
	border: 1px solid #497287;*/
	}

/*  ********** TO DO & FAVORITES LISTS  ************** */
/*#todo {
	margin: 0px 0px 0px 0px;
	position: absolute;
	visibility: hidden; 
	background-color: #033668;
	/*border: #5b98b7 1px dotted;*/
	padding: 4px;
	z-index: 5; 
	}*/

#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: #C1131E 1px dotted;
	}



/*   ******** HEADER LINKS  ************* */
.headerlink a {
	text-decoration: none; 
	color: #d9d67c;
	font-weight:bold;
	font-family:Arial; 
	font-size:14px;
	}

.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;
	}


/* *********FORMS ********* */
form { 
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 5px; /*margin: 0px 0px 0px 15px; */
	}




/* EDITOR PROPERTIES */

