﻿/*****************************************************************************/
/*                           Site Global Styles                              */
/*****************************************************************************/


/*** Generic Typography ******************************************************/

body {
	font: 76% georgia, times, "times new roman", serif;
	color: #333;
}

a, a:link {
	text-decoration: none;
	color: #0C3D7B;
}

a:visited {
  text-decoration: none;
  color: #0C3D7B;
}

a:active, a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0 0 0;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.8em;
	padding-bottom: 5px;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
}


/*** Common styles ***********************************************************/

html, body {
	margin: 0;
	padding: 0;
}

body { 
	background: #d7ae70 url(../images/common/bkg2.jpg);
	background: #d7ae70 url(../images/common/bg.jpg);
}

#page-outer {
  width: 1020px;
  margin: 0 auto;
  padding-bottom: 21px;
}

img {
  border: none;
}

.inline-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.inline-list li {
  display: inline;
}

.centered-list-outer {
  float: left;
  position: relative;
  left: 50%;
}

.centered-list {
  position: relative;
  left: -50%;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clear-fix {
  height: 0;
  clear: both;
}

.hr {
  display: none;
}

/*--- Even-Width Column Layouts ---*/

.col-outer {
  width: 100%; /* makes IE5.5 happy, doesn't hurt anything else */
  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-inner {
  margin: 0.5em;
}


/*** Header ******************************************************************/

#header {
  margin: 0 40px;
  overflow: hidden;
}

#header .logo-area {
  float: left;
}

#header .logo-area img {
  display: block;
}

.tagline-area {
  float: right;
  clear: right;
}

/*--- Audience Nav ---*/

.audience-nav {
  margin: 9px 0 0 240px;
  padding: 0;
  width: 13em;
  list-style-type: none;
}

.audience-nav li {
  padding: 2px 0 2px 7px;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #3E2D15;
  background: transparent url(../images/header/nav-bullet.png) 0 5px no-repeat;
}

.audience-nav li.selected {
  background: #0C366B url(../images/header/audience-nav-selected-bg.png) repeat-x;
}

.audience-nav a, .audience-nav a:visited {
  color: #3E2D15;
}

.audience-nav .selected a, .audience-nav .selected a:visited {
  color: #fff;
}

/*--- Search Area ---*/
.search-area {
  float: right;
  clear: right;
  margin: 9px 0 13px 0;
  width: 220px;
}

.hdr-search-box {
  float: left;
  border: none;
  width: 185px;
  height: 16px;
  padding: 3px 4px 3px 4px;
  font-size: 0.9em;
  line-height: 16px;
  color: #666;
  background: #fff url(../images/common/text-box-bg.png) no-repeat;
}

#hdr-search-button {
  float: left;
  border: none;
  width: 27px;
  height: 24px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/header/search-button.png) no-repeat;
}


/*** Body ********************************************************************/

#body-outer {
  clear: both;
  overflow: hidden;
}

/*--- Primary Nav ---*/

#primary-nav {
  margin: 0 30px;
  height: 30px;
  background: #555;
}

#primary-nav li {
  display: block;
  float: left;
}

#primary-nav a, #primary-nav a:visited {
  color: #fff;
}

#primary-nav img {
  display: block;
}

/*--- Subnav ---*/
.subnav {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 0.9em;
  background: #E2DDCD;
}

.subnav li {
}

.subnav a, .subnav a:visited {
  color: #333;
}

.subnav a {
  display: block;
  border-top: solid 1px #D3CDBA;
  margin: 0 5px;
  padding: 8px 5px;
}

.subnav .first a {
  padding-top: 15px;
  border-top: none;
}

.subnav li ul {
  display: none;
}

.subnav li.expanded {
  background: #C3BDAB;
}

.subnav li.expanded ul a {
  border-top: none;
}

.subnav li.expanded ul {
  position: relative;
  display: block;
  margin: 0 0 -1px 0;
  padding: 0 0 0 5px;
  list-style-type: none;
  background: #C3BDAB;
}

.subnav li.expanded ul li {
  background: #908A79;
}

.subnav ul a, .subnav ul a:visited {
  color: #fff;
}

.subnav li.expanded ul a, .subnav li.expanded ul a:visited {
  margin-left: 0;
  border-top: solid 1px #A09A86;
  padding-left: 10px;
  background: #908A79;
}

.subnav li.expanded ul .first a {
  border-top: none;
  padding-top: 8px;
}

.subnav li.selected, .subnav li.expanded ul li.selected {
  background: #223D5E;
}

.subnav li.selected a, .subnav li.selected a:visited,
.subnav li.expanded ul li.selected a, .subnav li.expanded ul li.selected a:visited {
  border-top: none;
  color: #fff;
  background: #223D5E;
}

/*--- Shadow box with primary nav ---*/
.shadow-box-nav-outer {
  margin: 0 0 3px 0;
  padding: 0;
  background: transparent url(../images/common/shadow-r-wide.png) 100% 0 repeat-y;
}

.shadow-box-nav {
  background: transparent url(../images/primary-nav/primary-nav-bg.png) no-repeat;
}

.shadow-box-nav .box-content-outer {
  margin: 0 34px 0 40px;
  background: transparent url(../images/common/shadow-bl.png) 0 100% no-repeat;
}

.shadow-box-nav .box-content {
  padding-right: 6px;
  padding-bottom: 7px;
  background: transparent url(../images/common/shadow-br.png) 100% 100% no-repeat;
}

.shadow-box-nav .box-content-inner {
  position: relative;
  background: #fff;
}

.shadow-box-nav .box-content-inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: transparent url(../images/common/shadow-b.png) repeat-x;
}


/*--- Shadow box ---*/
.shadow-box-outer {
  width: 100%;
  background: transparent url(../images/common/shadow-r-wide.png) 100% 0 repeat-y;
}

.shadow-box {
  margin: 0 34px 0 40px;
  background: transparent url(../images/common/shadow-tr.png) 100% 0 no-repeat;
}

.shadow-box .box-content-outer {
  background: transparent url(../images/common/shadow-bl.png) 0 100% no-repeat;
}

.shadow-box .box-content {
  position: relative;
  padding-right: 6px;
  padding-bottom: 7px;
  background: transparent url(../images/common/shadow-br.png) 100% 100% no-repeat;
}

.shadow-box .box-content-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}

/*--- Breadcrumbs ---*/
.breadcrumbs {
  font-size: 0.85em;
  line-height: normal;
  text-transform: uppercase;
  color: #666;
}

.breadcrumbs li {
  padding-left: 12px;
  background: url(../images/common/bc-delimiter.png) 3px 2px no-repeat;
}

.breadcrumbs li.first {
  padding-left: 0;
  background: none;
}

/*--- Banner photos frame ---*/
.banner-frame {
  overflow: hidden;
  padding: 0 5px 5px 0;
}

.banner-frame .image-outer {
  float: left;
  overflow: hidden;
  position: relative;
}

.banner-frame .banner-image {
  float: left;
  margin-left: 5px;
}

.banner-frame .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 5px;
  width: 100%;
  padding: 7px 12px;
  font-size: 1.1em;
  color: #fff;
  background: transparent url(../images/common/caption-bg.png);
}

.banner-frame .caption a, .banner-frame .caption a:visited {
  padding-left: 18px;
  font-weight: bold;
  color: #fff;
  background: url(../images/common/r-arrow3.png) 0 4px no-repeat;
}

.banner-wrap {
  float: left;
  position: absolute;
  /*top: 40px;*/
  left: -10px;
  background: url(../images/common/banner-wrap-corner.png) 0 100% no-repeat;
}

.banner-wrap2 {
  /*top: 80px;*/
}

.banner-wrap-inner {
  padding-bottom: 15px;
  background: url(../images/common/shadow-b.png) 0 100% repeat-x;
}

.banner-wrap h1 {
  padding: 0 20px;
  min-height: 49px;
  font-size: 2.9em;
  font-weight: normal;
  line-height: 49px;
  color: #fff;
  background: #0B366C url(../images/common/banner-wrap-bg.png) repeat-x;
}

/*--- Column layouts ---*/
.subnav-col-outer {
  overflow: hidden;
  background: url(../images/common/subnav-col-bg.png) repeat-y;
}

.subnav-col-outer-alt {
  background: url(../images/common/subnav-col-bg2.png) repeat-y;
}

.subnav-col {
  float: left;
  width: 150px;
}

.spif-col {
  float: right;
  width: 220px;
}

.subnav-col-outer .content-col {
  margin-left: 150px;
}

.spif-col-outer {
}

.spif-col-outer .text-col {
  padding-bottom: 55px;
  width: 530px;
}

.spif-col-outer-wide .text-col {
  width: 700px;
}

.text-col .spif-col-outer {
  overflow: hidden;
  width: 100%;
}

.spif-col-outer .text-col .spif-col-outer {
  margin-top: 20px;
}

.banner-frame .spif-col-outer .spif-col {
  margin-top: -245px;
  margin-right: 10px;
}

.subnav-col-outer .content-col .text-col,
.spif-col-outer-wide .content-col .text-col {
  margin: 0 20px;
  padding: 20px 0;
}

.spif-col-outer-wide .content-col .text-col {
  margin-right: 0;
}

.subnav-col-outer .text-col-wide, 
.subnav-col-outer .content-col .text-col-wide, 
.subnav-col-outer .spif-col-outer .text-col-wide {
  margin-right: 0;
  width: 770px;
}

.subnav-col-outer .content-col .text-col .text-content,
.spif-col-outer-wide .content-col .text-col .text-content {
  /*overflow: hidden; Commented out to stop incorrect wrapping on profile pages*/
  /*margin-right: 85px;*/
  margin-right: 20px;
  font-size: 1.05em;
  line-height: 1.5em;
  /*added for correct wrapping on images*/
  display:inline;
}

.subnav-col-outer .content-col .text-col-wide .text-content {
  margin-top: 15px;
  margin-right: 265px;
  width: 505px;
}

.text-col .spif-col-outer .text-col {
  margin: 0;
  padding: 0;
  width: 300px;
}

.subnav-col-outer .content-col .text-col .text-col .text-content {
  margin: 0;
}

.text-col-wide  .spif-col-outer .text-col {
  padding-top: 10px;
  width: 530px;
}

.spif-col-outer .spif-col {
  margin-top: 0;
}

.spif-col-outer-lower .spif-col {
  margin-top: 0;
}

.text-col .spif-col {
  margin: 0;
}

.text-col h1 {
  border-bottom: solid 1px #999;
  font-weight: normal;
  line-height: normal;
}

.text-col-wide h1 {
  padding-right: 265px;
}

.shadow-box-nav .text-col h1 {
  border-bottom: none;
}

.spif-col-outer .text-col h2 {
  font-style: italic;
  font-weight: normal;
  line-height: normal;
}

.spif-col-outer .text-col hr {
  margin: 5px 0 20px 0;
  border-collapse: collapse;
  border: none;
  border-bottom: solid 1px #999;
}

.spif-col-outer .text-col .title {
  margin-bottom: 0;
  font-weight: bold;
}

.list-col-outer {
  clear: left;
  overflow: hidden;
  padding-top: 20px;
}

.list-col-outer .col {
  float: left;
  width: 140px;
  margin-right: 20px;
}

.list-col-outer .title {
  border-bottom: solid 1px #ccc;
  padding-bottom: 4px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
}

.text-col .text-content .list-col-outer .links-list {
  margin-top: 7px;
  padding-right: 10px;
  font-size: 0.9em;
  padding-left: 0px;
}

.text-col .text-content .list-col-outer .links-list li {
  margin-bottom: 10px;
  line-height: normal;
  background: url(../images/common/r-arrow2.png) 0 4px no-repeat;
}

.text-col .text-content .list-col-outer .links-list li a, .text-col .text-content .list-col-outer .links-list li a:visited {
  color: #333;
}


/*** Page Styles *************************************************************/

blockquote {
  margin: 0;
  padding: 0 10px 10px 0;
  float: left;
  width: 40%;
  font-size: 1.3em;
  font-style: italic;
  color: #666;
}

blockquote .byline {
  display: block;
  font-size: 0.6em;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

.text-col .text-content ul, .links-list, .events-list {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  list-style-type: none;
}

.text-col .text-content ul li, .links-list li {
  padding-left: 10px;
  background: url(../images/common/bullet.png) 0 8px no-repeat;
}

.links-list2 li {
  margin-bottom: 10px;
}

.links-list3 {
  margin-bottom: 20px;
}

.links-list3 li {
  margin-bottom: 10px;
  padding-left: 18px;
  background: url(../images/common/r-arrow.png) 0 2px no-repeat;
}

.events-list li {
  margin-bottom: 7px;
  font-size: 0.9em;
}

.events-list .date {
  display: block;
  font-weight: bold;
}

.events-list a, .events-list a:visited {
  color: #486E0F;
  font-weight: bold;
}

.events-list p {
  margin: 0;
}

.media-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.media-list li {
  line-height: normal;
  margin-bottom: 5px;
}

.post-list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
/*  border-top: solid 1px #ccc;*/
}

.post-list li {
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
}

.post-list .image-frame {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.post-list .title-link {
  font-size: 1.2em;
}

.post-list p {
  margin: 8px 0 10px 0;
}

.video-link {
  padding-left: 27px;
  background: url(../images/common/icon-video.png) 0 50% no-repeat;
}

.photo-link {
  padding-left: 27px;
  background: url(../images/common/icon-photo.png) 0 50% no-repeat;
}

.subnav-col .button {
  display: block;
  margin: 10px;
}

.more-link, .more-link:link, .more-link:visited {
  display: inline-block;
  padding-right: 13px;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  background: url(../images/common/r-arrow.png) 100% 50% no-repeat;
}

.more-link-alt, .more-link-alt:link, .more-link-alt:visited {
  color: #0C3D7B;
}

.more-link2, .more-link2:link, .more-link2:visited {
  padding-left: 13px;
  font-weight: bold;
  color: #333;
  background: url(../images/common/r-arrow.png) 0 50% no-repeat;
}

h1 .rss-link {
  float: right;
}

.content-box {
  background: #ccc;
}

.content-box .title {
  padding: 18px 6px 5px 10px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #31261D;
}

.content-box .title-alt {
  background: #6A180B;
}

.content-box .title-alt2 {
  background: #434547;
}

.content-box .title .rss-link {
  float: right;
}

.content-box .image-link img {
  display: block;
  margin: 0 auto;
}

.content-box .content {
  padding: 10px 10px 20px;
}

.content-box .content-title {
  margin-bottom: 5px;
  font-weight: bold;
}

.content-box .events-list {
  margin-bottom: 15px;
}

.content-box .more-link, .content-box2 .more-link {
  background-image: url(../images/common/r-arrow2.png);
}

.content-box .more-link-alt-arrow, .content-box2 .more-link-alt-arrow {
  background-image: url(../images/common/r-arrow3.png);
}

.content-box .links-list {
  margin-top: 10px;
  font-size: 1.1em;
}

.content-box .links-list li {
  margin-bottom: 4px;
  background-position: 0 6px;
}

.content-box .content-lower {
  padding: 10px;
  color: #fff;
  background: #333;
}

.content-box .content-lower2 {
  padding: 10px;
  color: #fff;
  background: #0C3D7B;
}

.content-box .content-lower2 .more-link2, .content-box .content-lower2 .more-link2:link, .content-box .content-lower2 .more-link2:visited {
  font-size: 1.1em;
  color: #fff;
}

.content-box .content-lower .links-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.content-box .content-lower .links-list li {
  padding-left: 15px;
  background: url(../images/common/r-arrow.png) 0 4px no-repeat;
}

.content-box .content-lower .links-list a, .content-box .content-lower .links-list a:visited {
  color: #fff;
}

.content-box .image-desc {
  padding-left: 25px;
  background: #333 url(../images/common/u-arrow.png) 10px 13px no-repeat;
}

.content-box2, .content-box5 {
  margin-top: 20px;
  background: #E7E7E7;
}

.content-box5 {
  color: #fff;
  background: #76271A;
}

.content-box2 .title, .content-box5 .title {
  padding: 18px 10px 6px;
  font-size: 1.5em;
  font-style: italic;
}

.content-box5 .title {
  color: #FFB400;
}

.content-box2 .content, .content-box5 .content {
  padding: 15px 10px 30px;
  font-size: 1.1em;
  line-height: 1.5em;
}

.content-box2 .content-alt {
  font-size: 0.9em;
  line-height: 1.4em;
}

.content-box2 .content-title, .content-box5 .content-title {
  margin-bottom: 3px;
  font-size: 1.5em;
}

.content-box2 .more-link, .content-box5 .more-link {
  font-size: 0.75em;
}

.content-box5 .more-link:link, .content-box5 .more-link:visited {
  color: #fff;
}

.content-box3 .title {
  padding: 5px 10px;
  background: #0B366D url(../images/common/box-title-bg.png) repeat-x;
}

.content-box3 .content {
  background: url(../images/common/shadow-b.png) repeat-x;
}

.content-box4 {
  margin-bottom: 15px;
  background: #E2DDCD;
}

.login-box {
  margin-bottom: 15px;
  background: #E2DDCD;
}

.login-box .content {
  padding: 10px;
}

.login-box .title {
  margin-bottom: 7px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

.login-box .textbox {
  margin-bottom: 8px;
  width: 190px;
}

.login-box .help-text {
  font-size: 0.85em;
  font-style: italic;
}

.login-box .content-lower {
  border-top: solid 1px #C1B99E;
  padding: 0 10px 10px 10px;
  font-size: 0.9em;
}

.textbox {
  border: none;
  padding: 3px 5px;
  background: #fff url(../images/common/text-box-bg.png) no-repeat;
}

.spif-box {
  margin-top: 20px;
  color: #fff;
  background: #000;
}

.spif-box .category {
  padding: 14px 10px 8px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

.spif-box .content {
  font-size: 0.9em;
  padding: 0 10px 20px;
}

.spif-box .title {
  padding: 5px 0 3px;
  font-size: 1.1em;
  color: #ffb400;
}

.spif-box .title a, .spif-box .title a:visited {
  color: #ffb400;
}

.spif-box .byline {
  margin-bottom: 3px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

.spif-box p {
  margin: 0 0 10px;
}

.text-col .info-box {
  float: right;
  margin: 10px 0 20px 20px;
  padding: 7px 15px 7px 10px;
  width: 150px;
  font-size: 0.9em;
  line-height: 1.4em;
  background: #EDEDED;
}

.info-box .box-title {
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.info-box p {
  margin: 0 0 10px;
}

.content-block {
  border-top: solid 1px #666;
  padding-top: 5px;
}

.spif-col-outer-wide .content-block {
  margin-top: 20px;
  padding-right: 160px;
}

.content-block .title {
  padding-bottom: 5px;
  font-size: 0.9em; 
  font-weight: bold;
  text-transform: uppercase;
}

.image-frame {
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 13px 5px 0;
  padding: 3px;
  border: solid 1px #d0d0d0;
}

.image-frame img {
  display: block;
}

.image-frame .image-frame-banner {
  overflow: hidden;
  width: 670px;
  background: #FFBF25;
}

.image-frame-banner img {
  float: left;
  margin-right: 20px;
}

.image-frame-banner p {
  padding: 40px 10px 10px 0;
}

.image-frame-banner .more-link {
  background-image: url(../images/common/r-arrow2.png);
}

.image-frame .caption {
  overflow: hidden;
  position: absolute;
  right: 3px;
  bottom: 3px;
  left: 3px;
  padding: 6px 10px;
  font-size: 0.9em;
  line-height: 1.4em;
  color: #fff;
  background: transparent url(../images/common/caption-bg.png);
}

.image-frame-right 
{
	float:right;
	margin:0px 0px 5px 0px;
}

.image-frame .caption .credit 
{
	font-style:italic;
}

.spotlight-box {
  overflow: hidden;
  margin: 15px 0;
  padding: 10px;
  color: #fff;
  background: #000;
}

.spotlight-box .image-outer {
  float: right;
  margin-left: 20px;
  padding: 3px;
  background: #fff;
}

.spotlight-box .image-outer img {
  display: block;
}

.spotlight-box .category {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}

.spif-col-outer .text-col .spotlight-box .title,
.spotlight-box .title {
  margin: 8px 0;
  font-size: 1.7em;
  font-weight: normal;
  font-style: italic;
  line-height: normal;
  color: #FFB400;
}

.spif-col-outer .text-col .spotlight-box .title a, .spif-col-outer .text-col .spotlight-box .title a:visited,
.spotlight-box .title a, .spotlight-box .title a:visited,
.spotlight-box .more-link, .spotlight-box .more-link:link, .spotlight-box .more-link:visited {
  color: #FFB400;
}

.spotlight-box .content {
  font-size: 1.05em;
  line-height: 1.5em;
}

.slides-box {
  position: relative;
  margin: 20px 0;
  background: #E2DDCD;
}

.slides-box .slide {
  position: relative;
  width: 220px;
}

.spif-col .slides-box .slide {
  height: 21.8em;
}

.slides-box .slide img {
  display: block;
}

.slides-box .slide .category {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 4px 10px;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #0B366D url(../images/common/box-title-bg.png) repeat-x;
}

.slides-box .slide .caption {
  position: absolute;
  top: 146px;
  left: 0;
  right: 0;
  padding: 5px 20px;
  font-style: italic;
  color: #fff;
  background: url(../images/common/caption-bg.png);
}

.slides-box .slide .caption a, .slides-box .slide .caption a:visited {
  color: #fff;
}

.slides-box .content {
  padding: 10px;
  line-height: 1.5em;
}

.slides-box .content .title {
  margin-bottom: 2px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

.slides-box .nav img {
  display: block;
}

.slides-box .nav .prev-link {
  position: absolute;
  top: 146px;
  left: 0;
  z-index: 10;
}

.slides-box .nav .next-link {
  position: absolute;
  top: 146px;
  right: 0;
  z-index: 10;
}


.feature-slides-box {
  overflow: hidden;
  position: relative;
  margin: 20px 0;
  color: #fff;
  background: #000;
}

.feature-slides-box .slides-info {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  padding-top: 10px;
  width: 240px;
  background: #000;
}

.feature-slides-box .slides-info .info-text {
  margin-left: 10px;
  font-style: italic;
  font-weight: bold;
}

.feature-slides-box .slides-nav {
  position: absolute;
  top: 13px;
  right: 0;
  background: url(../images/common/nav-sep.png) 47px 0 repeat-y;
}

.feature-slides-box .slides-nav a {
  margin: 0 18px;
  cursor: pointer;
}

.feature-slides-box .slide img {
  float: left;
}

.feature-slides-box .slide {
  width: 770px;
}

.feature-slides-box .slide .content {
  float: left;
  margin: 75px 0 0 10px;
  border-top: solid 1px #333;
  padding: 10px 10px 0 0;
  width: 215px;
  font-size: 0.9em;
}

.feature-slides-box .slide .content .credit {
  margin-top: 20px;
}

.carousel-outer {
  position: relative;
  top: 0;
  left: -10px;
  margin-top: 20px;
  padding: 5px 21px;
  width: 508px;
  color: #fff;
  background: #000;
}

.carousel-outer .carousel-prev {
  position: absolute;
  top: 70px;
  left: 5px;
  cursor: pointer;
}

.carousel-outer .carousel-next {
  position: absolute;
  top: 70px;
  right: 5px;
  cursor: pointer;
}

.carousel-list li {
  margin: 0 7px;
  width: 155px;
  line-height: 1.4em;
  min-height: 23.1em;
}

.carousel-list .category {
  margin-bottom: 3px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

.carousel-list .content {
  margin: 10px 0 20px;
  padding-right: 5px;
}

.carousel-list .title, .carousel-list .title a, .carousel-list .title a:visited {
  font-size: 1.1em;
  font-weight: normal;
  color: #FFB400;
}

.carousel-list .byline {
  margin-top: 3px;
  font-size: 0.85em;
  font-weight: bold;
  text-transform: uppercase;
}

.carousel-list p {
  margin: 0 0 5px;
}

/*--- Home Page ---*/
.home-content-box {
  float: left;
  width: 506px;
}

.home-content-box .shadow-box-outer {
  background: transparent url(../images/common/shadow-r.png) 100% 0 repeat-y;
}

.home-content-box .shadow-box {
  margin-right: 0;
  background: transparent url(../images/common/shadow-tr.png) 100% 0 no-repeat;
}

.home-content-box .box-content-inner {
  background: #fff url(../images/pages/home/events-col-bg.png) 100% 0 repeat-y;
}

.home-content-box .title {
  padding: 8px 10px;
  min-height: 14px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #0B366D url(../images/pages/home/box-title-bg.png) repeat-x;
}

.home-content-box .title .rss-link {
  float: right;
}

.home-content-box .title .rss-link img {
  display: block;
}

.home-content-box .col1, .home-content-box .col2 {
  float: left;
  padding: 0;
  background: url(../images/common/shadow-b.png) repeat-x;
}

.home-content-box .col1 {
  padding: 15px 60px 55px 10px;
  width: 240px;
}

.home-content-box .col2 {
  padding: 12px 15px 55px 10px;
  width: 125px;
}

.home-content-box .links-list {
  font-size: 1.1em;
}

.home-content-box .links-list li {
  margin-bottom: 7px;
  background-position: 0 6px;
}

.home-content-box .more-link {
  position: absolute;
  bottom: 20px;
}

.home-content-box .col2 .more-link {
  background-image: url(../images/common/r-arrow2.png);
}

.home-spif {
  position: relative;
  float: left;
  margin-left: 15px;
  width: 144px;
  background: url(../images/pages/home/spif-frame-sides.png) repeat-y;
}

.home-spif .content{
  margin: 0 4px 5px 0;
  background: #fff;
}

.home-spif .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 144px;
  height: 5px;
  background: url(../images/pages/home/spif-frame-top.png) no-repeat;
}

.home-spif .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 144px;
  height: 10px;
  background: url(../images/pages/home/spif-frame-bottom.png) no-repeat;
}

.home-spif a, .home-spif img {
  display: block;
}

.home-spif .title-link, .home-spif .title-link:link, .home-spif .title-link:visited {
  padding: 8px 10px;
  min-height: 25px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
}

.home-spif .title-link1 {
  color: #fff;
  background: #2F4014 url(../images/pages/home/title-bg1.png) repeat-x;
}

.home-spif .title-link2 {
  color: #fff;
  background: #5D150A url(../images/pages/home/title-bg2.png) repeat-x;
}

.home-spif .title-link3 {
  color: #fff;
  background: #31261D url(../images/pages/home/title-bg3.png) repeat-x;
}

/*--- News page ---*/
.news-feature {
  overflow: hidden;
  margin: 15px 0;
}

.news-feature .feature-text {
  font-size: 1.05em;
  line-height: 1.5em;
}

.news-feature .feature-text .title {
  font-size: 1.6em;
  line-height: normal;
}

.news-title {
  font-size: 1.6em;
  line-height: normal;
  color: #0c3d7b;
}

.news-ticker {
  overflow: hidden;
  width: 100%;
  background: #E7E7E7;
}

.news-ticker .image-title {
  float: left;
}

.news-ticker .ticker-nav {
  overflow: hidden;
  float: right;
  margin: 5px 0;
  padding: 13px 0;
  background: url(../images/pages/news/ticker-nav-sep.png) 31px 0 repeat-y;
}

.news-ticker .ticker-nav a {
  margin: 0 10px;
}

.news-ticker .slide {
  float: left;
  padding-top: 15px;
  padding-left: 10px;
  width: 300px;
  font-size: 1.2em;
  font-style: italic;
}

.article-links {
  background: #efefef;
}

.article-links .head {
  padding: 10px;
  background: #476b99;
}

.article-links .content {
  font-size: 1.15em;
  padding: 15px 10px;
}

.article-links .media-list li {
  margin-bottom: 8px;
}


/*** Footer ******************************************************************/

#footer {
  overflow: hidden;
  border-top: solid 1px #714621;
  margin: 36px 30px;
  padding: 10px 10px 0 0;
}

#footer .logo-area {
  float: left;
}

#footer .addthis_button {
  float: right;
  margin: 0 0 0 30px;
}

#footer .legal-list {
  float: right;
  margin: 0 0 0 30px;
  padding: 0;
  list-style-type: none;
}

#footer .tertiary-nav {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer .tertiary-nav li, #footer .legal-list li {
  padding: 0 0 4px 0;
  font-size: 0.9em;
  font-weight: bold;
  color: #281803;
}

#footer .tertiary-nav li {
  padding-left: 8px;
  background: transparent url(../images/footer/nav-bullet.png) 0 5px no-repeat;
}

#footer .tertiary-nav a, #footer .tertiary-nav a:visited,
#footer .legal-list a, #footer .legal-list a:visited {
  color: #281803;
}

/*--- hCard Microformat ---*/
#footer .vcard {
  float: left;
  margin: 0 0 0 10px;
  line-height: 1.35em;
  font-size: 1.1em;
}

#footer .vcard .org {
  font-weight: bold;
}

#footer .vcard .adr span {
  display: block;
}

#footer .vcard .adr .locality,
#footer .vcard .adr .region,
#footer .vcard .adr .postal-code {
  display: inline;
}

#footer .vcard .tel-line {
  display: block;
  margin-top: 7px;
}

.addthistoolbox {
	padding-top:10px;
}

/*** Cabrini Commons Additions ******************************************************************/

.eventspotlight {
  overflow: hidden;
  margin: 15px 0;
}

.eventspotlight .image-outer {
  float: right;
  margin-left: 20px;
  padding: 3px;
  background: #fff;
}

.eventspotlight .image-outer img {
  display: block;
}

.eventspotlight .subheading {
  font-size: 1.2em;
  line-height:1.5em;
  padding: 10px 0 0 10px;
}

.eventspotlight .content {
  padding: 10px;
}

.eventspotlight .content p {
  padding: 0px;
  margin: 0px 0px 15px 0px
}

.eventspotlight .content a {
	color: #0C3D7B;
}


.spacer {
	margin: 15px 0px 0px 0px;
}

.commons {

}

.commons_columns {
	display: block;
	width: inherit;
}

.commons_columns .left, .commons_columns .right {
	float: left;
	width: auto;
}

.commons_columns .left {
	width: 220px;
	margin: 0px 20px 0px 0px;
}

.commons_columns .right {
	width: 290px;
}

/** Headers **/

.commons .header {
	border-bottom: 1px solid #999999;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	height: 23px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}

.commons .header .title {
	float: left;
	padding: 7px 0px 0px 0px;
}

.header .icon {
	display: inline-block;
	margin: 0px 0px 0px 5px;
}

/** Videos **/

.video-item {
	margin: 0px 0px 20px 0px;
}

.video-item .video {
	margin: 0px 0px 10px 0px;
}

.video-item .title, .video-item .date {
	padding: 0px 0px 5px 0px;
}

.video-item .title {
	font-size: 104%;
}

.video-item .title a {
	text-decoration: underline;
}

.video-item .date {
	font-size: 86%;
}

/** Notes **/

.notes-item {
	margin: 0px 0px 20px 0px;
	font-size: 120%;
}

/** Networking Item **/

.networking-item {
	margin: 0px 0px 20px 0px;
}

.networking-item .description {

}

.networking-item .date {
	font-style: italic;
}

/** Networking Box **/

.networking-box {
	background: #e2ddcd;
	padding: 20px 10px;
	margin: 0px 0px 15px 0px;
}

.networking-box .header {
	border-bottom: 1px solid #c1b99e;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}

.networking-box .title {
	float: left;
	text-align: right;
	width: 60px;
	padding: 3px 0px 0px 0px;
}

.networking-box .icon {
	display: inline-block;
	margin: 0px 0px 0px 5px;
}

.networking-box .more-link {
	font-size: 90%;
}

/** Networking Box Secondary **/

.networking-box-secondary {
	margin: 30px 10px 15px 0px;
}

.networking-box-secondary .header {
	border-bottom: 1px solid #999999;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}

.networking-box-secondary .title {
	float: left;
	text-align: right;
	width: 60px;
}

.networking-box-secondary .icon {
	display: inline-block;
	margin: 0px 0px 0px 5px;
}

/** Slide Show **/

.slide-show {
	margin: 0px 0px 20px 0px;
}

.slide-show .header {
	border: none;
	margin: 0px;
}

.slide-show .title {
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
}

/** Left Column Content **/

.RichTextSpif {
	padding: 20px 10px;
}

.RichTextSpif .header {
	border-bottom: 1px solid #d3cdba;
	margin: 0px 0px 5px 0px;
}

.RichTextSpif .header .title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
	margin: 0px 0px 5px 0px;
}

.RichTextSpif .content {
	word-wrap: break-word;
}

/** Misc **/

a.green-link {
	color: #486e0f;
}

.youtube {
}

.flickr 
{
	line-height: 1em;
	font-size: 90%;
}

.linkedin {
}

.facebook {
}

.bottom-margin {
	margin: 0px 0px 5px 0px;
}

.more-wrapper {
	border-bottom: 1px solid #999999;
	padding: 10px 0px;
}

/*****BEGIN GALLERY STYLES*****/
.main_image{position:relative;width:450px;background:#000;float:left;height:320px;color:#fff;overflow:hidden;}
.main_image img{width:450px;}
.main_image .desc{position:absolute;width:100%;bottom:0;display:none;left:0;}
.main_image .teaser{width:100%;background:#111;font-weight:700;font-size:90%;padding:10px;}
.item img{border: 0px; clear:left;}
.item.active { border-left: 1px solid #ff0;}
.prev,.next{cursor:pointer;border-left:1px solid #000;clear:both;float:left;}
.container{width:531px;}
.noShow{display:none;}
.scrollable{position:relative;overflow:hidden;height:240px;width:80px;float:left;color:#fff;}
.scrollContainer{float:left;background-color:#000;width:81px;}
.scrollable .items{position:absolute;height:20000em;clear:both;}
.scrollable .items img{ width: 120px; display:block;}
.item { height: 80px; width: 80px; overflow: hidden; text-align: center; border-left:1px solid #ccc;}
/*****END GALLERY STYLES*****/ 
