﻿/*****************************************************************************/
/*                           Site Global Styles                              */
/*****************************************************************************/


/*** Generic Typography ******************************************************/

body {
	font: 75% helvetica, arial, sans-serif;
	color: #333;
}

a, a:link {
	text-decoration: none;
	color: #0088dd;
}

a:visited {
  text-decoration: none;
  color: #0088dd;
}

a:active, a:hover {
  color: #0088dd;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0 0 0;
	color: #666;
}

h1 {
  margin: 0 0 18px 0;
  line-height: 1em;
	font-size: 2.0em;
	color: #073;
}

h2 {
  margin-bottom: 0;
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}


/*** Common styles ***********************************************************/

body {
	margin: 0;
	padding: 0;
	background: #1a642f url(../images/bg/bg.png) repeat-x;
}

img {
  border: none;
}

.page-outer {
  position: relative;
  z-index: 2;
  background: url(../images/bg/nav-bg.png) repeat-x;
}

.page-outer2 {
  background: none;
}

.page-width-outer {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.page-width {
  position: relative;
  margin: 0 auto 1px auto;
  padding: 0 10px 0 15px;
  width: 975px;
}

.inline-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.inline-list li {
  display: inline;
}

.hidden {
  display: none;
}

/*--- Background banners ---*/
.bg-banner {
  position: absolute;
  top: 0;
  border-bottom: solid 1px #ccdfcf;
  width: 100%;
  height: 524px;
    display: none;
}

.bg-banner-alt {
  border-bottom: none;
  background-image: url(../images/bg/banners/bg-alt.png);
  background-position: 50% 0;
    display: none;

}

.bg-banner-gradient {
  background-image: url(../images/bg/banners/gradient.png);
  display: none;

}

.bg-banner-lab {
  background-image: url(../images/bg/banners/lab.jpg);
  background-position: 50% 0;
  display: none;
}

/* banner classes (and images) should be renamed to something more descriptive */
.bg-banner1 {
  background-image: url(../images/bg/banners/banner1.jpg);
  display: none;
}

.bg-banner2 {
  background-position: 50% 0;
  background: url(../images/bg/banners/white.png) 50% 50% repeat-x;
  display: none;
}

.bg-banner3 {
  background-image: url(../images/bg/banners/banner3.jpg);
  background-position: 50% 0;
  display: none;
}

.bg-banner4 {
  background-image: url(../images/bg/banners/banner1.jpg);
  background-position: 50% 0;
  display: none;
}


/*** Header ******************************************************************/

.header-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  background: #000;
  display: none;
}

.header .right {
  position: absolute;
  top: 0;
  right: 0;
}

.audience-nav {
  float: left;
  margin-left: 15px;
  color: #22bbff;
}

.audience-nav li, .tertiary-nav li {
  float: left;
  padding: 0;
  font-size: 0.9em;
  font-weight: bold;
  background: url(../images/header/nav-item-sep.png) 0 100% no-repeat;
}

.audience-nav li.first, .tertiary-nav li.first {
  background: none;
}

.audience-nav a, .audience-nav a:visited {
  float: left;
  padding: 5px 10px 6px 10px;
  color: #22bbff;
}

.audience-nav a:hover, .audience-nav .selected {
  text-decoration: none;
  color: #000;
  background: #f3e0a9;
}

.audience-nav .selected a, .audience-nav .selected a:visited {
  color: #000;
  background: #f3e0a9;
}

.audience-nav .selected a:hover {
  text-decoration: none;
  cursor: default;
}

.audience-nav-alt {
  color: #7dc063;
}

.audience-nav-alt li {
  padding-right: 8px;
  padding-left: 8px;
}

.audience-nav-alt a, .audience-nav-alt a:visited {
  color: #7dc063
}

.tertiary-nav {
  float: left;
  color: #eedd99;
}

.tertiary-nav a, .tertiary-nav a:visited {
  float: left;
  padding: 5px 10px 6px 10px;
  color: #eedd99;
}

.tertiary-nav a:hover {
  text-decoration: none;
  background: #888;
}

/*--- Search Area ---*/
.search-area {
  float: left;
  margin-left: 0;
  padding: 6px 15px 6px 7px;
  background: url(../images/header/nav-item-sep.png) 0 100% no-repeat;
}

#hdr-search-box {
  float: left;
  border: none;
  padding: 0 2px 0 2px;
  width: 161px;
  height: 13px;
  font-size: 0.75em;
  line-height: 11px;
  color: #666;
  background: #fff;
}

#hdr-search-button {
  float: left;
  margin-left: 3px;
  border: none;
  width: 13px;
  height: 13px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/header/btn-search.png) no-repeat;
}

/*--- Callout links ---*/
.callout-links {
  float: left;
  margin-right: 10px;
  font-size: 0.9em;
  color: #fff;
  border-left: solid 1px #33925C;
}

.callout-links li {
  float: left;
  border-right: solid 1px #33925C;
  padding: 5px 8px 5px 9px;
  background: #308C4E url(../images/header/bg-callout-links.png) repeat-x;
}

.callout-links li.first {
}

.callout-links a, .callout-links a:visited {
  padding-right: 10px;
  font-weight: bold;
  color: #fff;
  background: url(../images/header/r-arrow.png) 100% 50% no-repeat;
}


/*** Nav *********************************************************************/

/*--- Primary ---*/
.primary-nav-outer {
  margin: 0 auto;
  padding: 8px 0 0 0;
  width: 1000px;
  height: 63px;
	display: none;

}

.primary-nav-outer .logo-link {
  float: left;
  position:relative;
	z-index:100;
}

.primary-nav-outer .logo-link2 {
  position: absolute;
  top: 160px;
  padding-left: 30px;
  z-index: 100;
}

.primary-nav-outer .logo-link img, .primary-nav-outer .logo-link2 img {
  display: block;
  position: relative;
  z-index: 100;
}

.primary-nav {
  margin: 0 0 0 184px;
  padding-top: 27px;
  list-style-type: none;
}

.primary-nav li {
  float: left;
  margin-left: 6px;
}

.primary-nav-centers-institutes li {
  margin-left: 3px;
}

.primary-nav-highly-interactive li {
  margin-left: 36px;
}

.primary-nav-library li {
  margin-left: 15px;
}

.primary-nav-info-rich li {
  margin-left: 1px;
}

.primary-nav li.first {
  margin-left: 0;
}

.primary-nav img {
  display: block;
}

/*--- Breadcrumbs ---*/
.bc-outer {
  padding: 18px 20px;
}

.bc {
  font-size: 0.9em;
}

.bc, .bc a, .bc a:visited {
  color: #666;
}

.bc li {
  margin-left: 5px;
  padding-left: 10px;
  background: url(../images/common/bc-sep.png) 0 5px no-repeat;
}

.bc li.first {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

/*--- Subnav ---*/
.subnav {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: none;
  font-size: 1.1em;
  font-weight: bold;
}

.subnav-indent {
  margin-left: 10px;
}

.subnav li {
  margin-bottom: 10px;
}

.subnav a, .subnav a:link {
  color: #073;
}

.subnav ul {
  display: none;
  margin: 10px 0 17px 17px;
  padding: 0;
  font-size: 0.8em;
  font-weight: normal;
  list-style-type: none;
}

.subnav li.selected ul {
  display: block;
}

.subnav ul li {
  margin-bottom: 3px;
  padding-left: 10px;
  background: url(../images/common/bullet2.png) 0 4px no-repeat;
}

/*--- Spif Col Items ---*/
.subnav-col .pullquote {
  padding: 0 40px 0 20px;
  font-size: 1.1em;
  line-height: 1.35em;
  color: #073;
}

.subnav-col .pullquote .byline-name {
  margin-top: 20px;
  font-size: 0.85em;
  font-weight: bold;
}

.subnav-col .pullquote .byline-position {
  font-size: 0.85em;
  line-height: 1.2em;
}


/*** Body Layout *************************************************************/

.body-outer {
  position: relative;
  clear: both;
  margin: 12px 0 10px 5px;
  width: 970px;
  background: #000;
}

.page-outer2 .body-outer {
  margin-top: 26px;
}

.body-inner {
  position: relative;
  top: -5px;
  left: -5px;
  width: 970px;
  background: #fff;
}

.banner-outer {
  margin-bottom: -150px;
    display: none;
}

.banner-outer img {
  display: block;
  border: solid 1px #fff;
  border-bottom-width: 0;
}

.body-content {
  overflow: hidden;
  position: relative;
  min-height: 230px;
  background: url(../images/banners/banner-overlay.png) repeat-x;
}

.body-content-alt {
  background: url(../images/common/page-bg.png) repeat-x;
}

.body-content-alt2 {
  background: url(../images/bg/centers-bg.png) 0 0 repeat-x;
}

.body-main-outer {
  overflow: hidden;
  float: left;
  padding-bottom: 0;
  width: 760px;
  background: url(../images/common/border-px.png) 210px 0 repeat-y;
}

.body-main-outer-wide {
  width: 100%;
}

.body-main-1-column 
{
  padding: 0 17px 10px 20px;	
}

.body-main {
  padding: 0 17px 10px 225px;
  line-height: 1.4em;
}

/* default body table styles */
.body-main table 
{
	border: 0px;
}

.body-main table td 
{
	padding: 6px;
}

/* default body image styles */
.body-main img.left
{
	padding: 10px 10px 10px 10px;
	float: left;
}

.body-main img.right
{
	padding: 10px 10px 10px 10px;
	float: right;
}

.body-main .lower-content{
  margin-top: 30px;
}

.body-main-outer-wide .body-main-outer {
  background: url(../images/common/border-px.png) 550px 0 repeat-y;
}

.body-main-outer-wide .body-main-outer-alt {
  background: none;
}

.body-main-outer-wide .body-main-outer .body-main {
  padding-left: 15px;
  width: 515px;
}

.spif-col {
  float: right;
  width: 210px;
  
  clear: right;
}

.spif-col-alt {
  padding-top: 50px;
  background: url(../images/spifs/spif-col-alt-bg.png);
}

.spif-col .first-item {
  margin-top: 55px;
}

.subnav-col {
  float: left;
  padding-bottom: 20px;
  width: 210px;
}

.body-content-alt .subnav-col {
  padding-top: 15px;
  width: 205px;
}

.body-content-alt .body-main {
  /*padding: 0 20px 0 205px;*/
  position: relative;
  overflow: hidden;
  float: left;
  padding: 0;
  width: 760px;
}

.two-col-text {
  overflow: hidden;
}

.two-col-text .col {
  float: left;
  width: 250px;
}

.two-col-text .col1 {
  margin-right: 18px;
}

.two-col-gateway-outer {
  overflow: hidden;
  margin-top: -10px;
  padding: 0 0 20px 20px;
}

.two-col-gateway-outer .col1 {
  float: left;
  width: 248px;
  padding-right: 22px;
}

.two-col-gateway-outer .col2 {
  float: left;
}

.links-cols-outer {
  overflow: hidden;
}

.links-cols-outer .col {
  float: left;
  width: 214px;
}

.links-cols-outer .links-list {
  margin: 0 20px 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.1em;
  list-style-type: none;
}

.links-cols-outer .links-list li {
  margin-bottom: 10px;
  padding-left: 15px;
  background: url(../images/common/bullet2.png) 0 4px no-repeat;
}

.links-cols-outer .links-list a, .links-cols-outer .links-list a:visited {
  color: #073;
}

.sep-below, .sep-above {
  overflow: hidden;
}

.body-main-outer .sep-below, .body-main-outer .sep-above {
  margin-left: 210px;
}

.body-main-outer .sep-below {
  margin-top: 20px;
}

.body-main-outer .sep-above {
  margin-bottom: 20px;
}

.body-main-outer .sep-below, .body-main-outer .sep-above, .subnav-col .sep-below, .subnav-col .sep-above {
  margin-left: 0;
}

.body-main-outer .subnav-col .sep-below, .subnav-col .sep-below {
  margin-top: 15px;
}

.body-main-outer .subnav-col .sep-above, .subnav-col .sep-above {
  margin-bottom: 15px;
}

.body-main-outer-wide .body-main-outer .sep-below, .body-main-outer-wide .body-main-outer .sep-above {
  width: 550px;
}

.body-main-outer-wide .body-main-outer .spif-col .sep-below, .body-main-outer-wide .body-main-outer .spif-col .sep-above {
  width: auto;
}

.body-main-outer-wide .body-main-outer-alt .sep-below, .body-main-outer-wide .body-main-outer-alt .sep-above {
  width: auto;
}


/*** Page Elements ***********************************************************/

.post-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.post-list li {
  overflow: hidden;
  margin-bottom: 20px;
}

.main-news-list-outer {
  padding-bottom: 30px;
}

.main-news-list-outer .post-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: url(../images/common/border-px.png) 0 100% repeat-x;
}

.post-list img {
  float: left;
  margin: 3px 10px 10px 0;
}

.post-list .text-col {
  margin-left: 130px;
}

.post-list .date {
  font-size: 1.2em;
  font-weight: bold;
  color: #08d;
}

.post-list .title {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.15em;
  color: #073;
}

.media-list-outer .post-list .title {
  font-size: 1.1em;
  line-height: 1em;
}

.post-list .title a, .post-list .title a:visited {
  color: #073;
}

.post-list .title a:hover, .post-list .title a:active {
}

.post-list .timestamp, .post-list .source {
  font-size: 0.9em;
  color: #008bd3;
}

.media-list-outer .post-list .source {
  font-size: 1em;
  font-weight: bold;
}

table caption {
  display: none;
}

table th, table td {
  padding: 0;
}

.hours-grid {
  margin-bottom: 10px;
  width: 100%;
}

.hours-grid th {
  display: none;
}

.hours-grid .day-col {
  width: 47%;
}

.hours-grid .hours-col {
  width: 53%;
  text-align: right;
}

.more-link {
  padding-right: 17px;
  background: url(../images/common/r-arrow2.png) 100% 75% no-repeat;
}

.more-link2, .more-link2:link, .more-link2:visited {
  font-weight: bold;
  color: #073;
}

.more-link3, .more-link3:link, .more-link3:visited {
  font-weight: bold;
  color: #000;
}

.body-main h1 {
  margin-top: 3px;
}

.body-main h2 {
  margin-top: 23px;
}

.body-main h2.h2-alt {
  margin-top: 0;
  font-size: 1.3em;
}

.body-main h2.h2-news-story {
  margin: 10px 0 10px 0;
  font-size: 1.3em;
  line-height: 1.3em;
  color: #073;
}

.body-main .release-date {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.body-main h3 {
  margin-bottom: 10px;
  font-size: 1em;
  color: #073;
}

.body-main h3.date {
  color: #08D;
}

.body-main p {
  margin: 0 0 15px 0;
}

.facts-table {
  margin-top: 10px;
  width: 100%;
  border-top: solid 1px #e5e5e5;
}

.facts-table caption {
  display: none;
  text-align: left;
}

.facts-table th, .facts-table .label {
  border-left: solid 1px #e5e5e5;
  padding: 1px 5px 1px 10px;
  text-align: left;
}

.facts-table .first {
  border-left: none;
  padding-left: 0;
}

.facts-table th {
  padding-top: 10px;
  width: 31%;
  font-size: 1.1em;
  color: #666;
}

.content-box-outer {
  padding-top: 8px;
  background: url(../images/common/content-box-top.png) no-repeat;
}

.content-box {
  padding-bottom: 8px;
  background: url(../images/common/content-box-bottom.png) 0 100% no-repeat;
}

.content-box-inner {
  overflow: hidden;
  padding: 0 10px;
  background: #f5f5f5 url(../images/common/content-box-sides.png) repeat-y;
}

.content-box .col {
  float: left;
  margin-right: 4%;
  padding: 10px 0;
  width: 45%;
}

.content-box .col .title {
  margin: 0 0 5px 20px;
  font-size: 1.3em;
  font-weight: bold;
  color: #073;
}

.content-box .col .links-list {
  margin: 0 0 20px 20px;
  padding: 0;
  list-style-type: none;
}

.content-box .col .links-list li {
  margin-bottom: 5px;
  padding-left: 15px;
  font-weight: bold;
  background: url(../images/common/bullet.png) 0 4px no-repeat;
}

.content-box .col .more-link5 {
  margin-left: 20px;
}

.content-box label {
  font-size: 1.3em;
  font-weight: bold;
  color: #073;
}

.fields-list {
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
}

.fields-list li {
  margin-bottom: 10px;
}

.fields-list label {
  line-height: 1.8em;
}

.rss-link, .rss-link:link, .rss-link:visited {
  padding-right: 18px;
  color: #B2B2B2;
  background: url(../images/common/icon-rss.png) 100% 50% no-repeat;
}

.home-content .rss-link, .home-content .rss-link:link, .home-content .rss-link:visited {
  padding-right: 15px;
  color: #fff;
  background: url(../images/common/icon-rss2.png) 100% 50% no-repeat;
}

h1 .rss-link {
  float: right;
  font-size: 0.5em;
}

.arrow-link {
  padding-right: 15px;
  background: url(../images/common/r-arrow.png) 100% 75% no-repeat;
}

.spif-link img {
  display: block;
  margin: 0 auto 22px;
}

.spif-outer {
  position: relative;
  margin: 0 auto 22px;
  width: 168px;
  color: #000;
}

.spif-outer .top-corners {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: solid 1px #fff;
  border-width: 0 1px;
  width: 166px;
  height: 1px;
}

.spif-outer .bottom-corners {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border: solid 1px #fff;
  border-width: 0 1px;
  width: 166px;
  height: 1px;
}

.spif-outer img {
  display: block;
}

.spif-outer .title {
  margin-bottom: 4px;
  font-size: 1.2em;
  font-weight: bold;
}

.spif-outer .title a, .spif-outer .title a:visited {
  color: #000;
}

.spif-outer .subtitle {
  margin-top: -2px;
  margin-bottom: 2px;
  font-size: 0.9em;
  font-weight: bold;
}

.spif-outer .content {
  padding: 13px 10px;
  background: #72BEEA url(../images/spifs/spif-bg.png) repeat-x;
}

.spif-outer .content-alt {
  background: #F0DBA2 url(../images/spifs/spif-bg-alt.png) repeat-x;
}

.content-block {
  padding: 0 10px 0 20px;
}

.block2-title {
  margin: 0 10px 10px 15px;
  font-size: 1.3em;
  font-weight: bold;
  color: #073;
}

.content-block2 {
  padding: 0 10px 0 15px;
}

.content-block .title {
  font-size: 1.3em;
  font-weight: bold;
  color: #073;
}

.content-block .post-list .title {
  color: #333;
}

.content-block2 .post-list .date {
  font-size: 1em;
}

.content-block2 .title {
  font-size: 1em;
  font-weight: bold;
  color: #073
}

.content-block .title-block {
  margin-top: 15px;
}

.content-block .subtitle {
  font-weight: bold;
}

.content-block .content {
  margin-top: 4px;
  font-size: 0.9em;
}

.content-block .footer-content {
  font-size: 0.9em;
}

.content-block a, .content-block a:visited {
  color: #073;
}

.content-block .post-list {
  margin-top: 4px;
}

.content-block .post-list li {
  margin-bottom: 15px;
}

.content-block .post-list .title {
  font-size: 1.1em;
}

.content-block .more-twitter-link {
  font-weight: bold;
}

.miniform {
  overflow: hidden;
  margin: 5px 0;
}

.miniform .textbox {
  float: left;
  border: solid 1px #ccc;
  padding: 0 2px 0 2px;
  width: 75%;
  height: 13px;
  font-size: 0.75em;
  line-height: 13px;
  color: #666;
}

.miniform .inline-button {
  float: left;
  margin-top: 1px;
  margin-left: 3px;
  border: none;
  width: 13px;
  height: 13px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/common/btn-submit.png) no-repeat;
}

.two-col-wide-outer {
  float: left;
  overflow: hidden;
  padding-bottom: 20px;
  width: 100%;
}

.two-col-wide-outer .col {
  float: left;
}

.two-col-wide-outer .col1 {
  margin-right: 20px;
  width: 465px;
  margin-right: 3%;
  width: 62%;
}

.two-col-wide-outer .col2 {
  width: 260px;
  width: 35%;
}

.img-fr {
  float: right;
  margin: 0 10px 30px 40px;
}

.img-fl {
  float: left;
  border: solid 1px #000;
  margin: 0 10px 30px 0;
}

.button-list {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
    display: none;
}

.button-list li {
  display: inline;
}

.button-list img {
  float: left;
  margin-left: 3px;
}

.button-list li.first img {
  margin-left: 0;
}

.video-player {
  float: right;
  margin: 0 -10px 10px 20px;
    display: none;

}

.tabs-box {
  width: 676px;
  padding-top: 11px;
  background: url(../images/common/tabs-box-top.png) no-repeat;
}

.tabs-box-inner {
  padding-bottom: 11px;
  background: url(../images/common/tabs-box-bottom.png) 0 100% no-repeat;
}

.tabs-box-content {
  overflow: hidden;
  padding: 0 4px;
  background: url(../images/common/tabs-box-sides.png) repeat-y;
}

.media-slides-box {
  position: relative;
  margin: 10px 10px 20px 0;
  padding: 0 14px 0 12px;
  display: none;
}

.media-slides-box #media-slides-nav-prev {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.media-slides-box #media-slides-nav-next {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

.media-slides-box .slides-outer {
  padding-top: 4px;
  background: url(../images/common/slides-box-top.png) no-repeat;
}

.media-slides-box-athletics .slides-outer {
  padding-top: 4px;
  background: url(../images/common/slides-box2-top.png) no-repeat;
}

.media-slides-box .slides {
  background: url(../images/common/slides-box-bottom.png) 0 100% no-repeat;
}

.media-slides-box-athletics .slides {
  padding-bottom: 4px;
  background: url(../images/common/slides-box2-bottom.png) 0 100% no-repeat;
}

.media-slides-box .slides-inner {
  padding-bottom: 4px;
  height: 271px;
  background: url(../images/common/slides-bg.png) no-repeat;
}

.media-slides-box-athletics .slides-inner {
  height: 267px;
  color: #ed9;
}

.media-slides-box .slide {
  width: 734px;
  height: 271px;
}

.media-slides-box-athletics .slide {
  background: #073;
}

.media-slides-box .slide-text-col {
  float: left;
  padding: 15px 40px 15px 15px;
  width: 243px;
}

.media-slides-box .slide-text-col .title {
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: bold;
}

.media-slides-box .slide-image-col {
  position: relative;
  float: left;
  width: 426px;
}

.media-slides-box .slide-image-col img {
  display: block;
}

.media-slides-box .slide-image-col .caption-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: url(../images/common/caption-bg.png);
}

.media-slides-box .slide-image-col .caption {
  padding: 15px 20px 5px;
  font-size: 1.1em;
  font-weight: bold;
}

.mini-carousel-outer {
  padding: 5px 4px 0;
}

.mini-carousel-outer .carousel-prev {
  float: left;
  margin: 18px 7px 0 0;
  cursor: pointer;
}

.mini-carousel-outer .carousel-next {
  float: right;
  margin: 18px 0 0 0;
  cursor: pointer;
}

.mini-carousel-outer .carousel-list li {
  margin-right: 7px;
}

.mini-carousel-outer .carousel-list li a {
  display: block;
  padding: 5px 5px 10px;
}

.mini-carousel-outer .carousel-list li a:hover {
  background: url(../images/common/thumb-hover.png) 0 100% repeat-x;
}

.mini-carousel-outer .carousel-list li img {
  border: solid 1px #fff;
  width: 60px;
  height: 38px;
}

.media-slides-box-athletics .mini-carousel-outer .carousel-list li img {
  border: solid 1px #7f7f7f;
}

/*--- jQuery UI tabs ---*/
.ui-tabs-nav .tabs-list {
	float: left;
	margin: 0;
	padding: 0;
	width: 196px;
	min-height: 218px;
	background: url(../images/common/tabs-box-left-bg.png) no-repeat;
}

.ui-tabs-nav .tabs-list li {
	margin: 0;
	padding: 0;
	/*border-bottom: solid 1px #1A6C36;*/
	background: url(../images/common/border-px.png) 0 100% repeat-x;
}

.ui-tabs-nav .tabs-list li a, .ui-tabs-nav .tabs-list li a:visited {
  display: block;
  padding: 15px;
  font-size: 1.3em;
  font-weight: bold;
  outline: 0;
  color: #fff;
}

.ui-tabs-nav .tabs-list li.first a, .ui-tabs-nav .tabs-list li.first a:visited {
  padding-top: 4px;
}

.ui-tabs-nav .tabs-list li a:hover, .ui-tabs-nav .tabs-list li.ui-tabs-selected a, .ui-tabs-nav .tabs-list li.ui-tabs-selected a:hover {
  text-decoration: none;
  color: #EEDD99;
}

.ui-tabs-nav .tabs-list li.ui-tabs-selected a, .ui-tabs-nav .tabs-list li.ui-tabs-selected a:hover {
  background: url(../images/common/tab-marker.png) 100% 50% no-repeat;
}

.ui-tabs-panel {
  padding: 4px 20px;
}

/*--- Related Links ---*/
.list-title {
  margin: 0 0 10px 20px;
  font-size: 1.1em;
  font-weight: bold;
  color: #666;
}

.related-links {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: none;
  font-size: 1.1em;
  font-weight: bold;
}

.related-links-alt {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 0;
  border-top: solid 1px #E1E0E1;
}

.related-links li {
  margin-bottom: 5px;
  padding: 0 0 5px 12px;
  background: url(../images/common/bullet.png) 1px 5px no-repeat;
}

.related-links-alt li {
  padding-left: 32px;
  border-bottom: solid 1px #E1E0E1;
  background-position: 21px 5px;
}

.related-links a, .related-links a:visited {
  color: #0088dd;
}

/*--- Spif Col Items ---*/
.spif-col .pullquote {
  padding: 0 40px 0 10px;
  font-size: 1.1em;
  line-height: 1.35em;
  color: #073;
}

.spif-col .pullquote .byline-name {
  margin-top: 20px;
  font-size: 0.85em;
  font-weight: bold;
}

.spif-col .pullquote .byline-position {
  font-size: 0.85em;
  line-height: 1.2em;
}

/*--- Home ---*/
.home-banner-outer {
  background: #fff;
}

.home-banner {
  margin: 0 auto;
  width: 1000px;
}

.home-banner img {
  display: block;
}

.home-content {
  overflow: hidden;
  /*border-top: solid 1px #1A642F;*/
  margin: 0 20px 0 33px;
}

.home-content .top-links-list {
  border-bottom: solid 1px #468C52;
  padding: 13px 0 11px;
  font-size: 0.9em;
  font-weight: bold;
}

.home-content .top-links-list li {
  margin-right: 15px;
}

.home-content .top-links-list a, .home-content .top-links-list a:visited {
  color: #efd89b;
}

.home-content .col {
  float: left;
}

.home-content .col1 {
  margin-right: 54px;
  width: 287px;
}

.home-content .col2 {
  margin-right: 32px;
  width: 287px;
}

/*home events styles*/
.home-content .col2 {
  margin-right: 32px;
  width: 287px;
}

.home-content .col2  span {
	color: #EFD89B;
	font-size:1.2em;
	font-weight:bold;
}

.home-content .col2  a {
	color: White;
	font-size:1.3em;
	font-weight:bold;
}

.home-content .col3 {
  width: 262px;
}

.home-content h1 {
  margin-bottom: 10px;
  border-bottom: solid 1px #468C52;
  padding: 6px 0;
  font-size: 1.8em;
  color: #fff;
}

.home-content .post-list {
  color: #fff;
}

.home-content .post-list .date {
  color: #EFD89B;
}

.home-content .post-list .title, .home-content .post-list a, .home-content .post-list a:visited {
  color: #fff;
}

.ad-carousel-outer {
  position: relative;
  margin: 10px 0;
  padding: 0 15px;
  width: 945px;
  height: 150px;
}

.ad-carousel-outer .carousel-prev {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.ad-carousel-outer .carousel-next {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.ad-carousel-outer .carousel {
  position: relative;
  margin-left: 2px;
  width: 100%;
  height: 150px;
}

.ad-carousel-outer li {
  padding: 0 10px;
  width: 450px;
  height: 150px;
}

.ad-carousel-outer li a {
  display: block;
  width: 450px;
  height: 150px;
}

.ad-carousel-outer .carousel-list img {
  display: block;
  width: 450px;
  height: 150px;
}

/*--- Home Primary Nav ---*/
.home-primary-nav-outer .primary-nav {
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0 8px 23px;
  width: 945px;
}

.home-primary-nav-outer .primary-nav li {
  margin-left: 35px;
}

.home-primary-nav-outer .primary-nav li.first {
  margin-left: 0;
}

.home-primary-nav-outer {
  position: relative;
  top: -46px;
  margin-bottom: -46px;
  border-bottom: solid 1px #fff;
  background: url(../images/nav/home-nav-bg.png) repeat-x;
}

.home-ad-area-outer {
  border-top: solid 2px #000;
}

.home-ad-area-outer .ad-area {
}

/*--- Athletics ---*/
.athletics-logo-outer {
  position: relative;
}

.mini-scoreboard {
  padding: 10px 15px;
  font-size: 1.1em;
  background: #E5E5E5;
}

.mini-scoreboard .title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.2em;
  color: #073;
}

.mini-scoreboard .subtitle {
  margin-bottom: 5px;
  font-weight: bold;
}

.mini-scoreboard .team-name {
  float: left;
  clear: left;
  width: 185px;
  font-weight: bold;
  text-transform: uppercase;
}

.mini-scoreboard .score {
  float: left;
  font-weight: bold;
}

.mini-scoreboard .score-leader {
  padding-right: 20px;
  background: url(../images/pages/athletics/star.png) 100% 50% no-repeat;
}

.mini-scoreboard .vs {
  clear: left;
  font-weight: bold;
}

.mini-scoreboard .foot-links {
  padding-top: 10px;
  clear: left;
  font-size: 0.75em;
}

.mini-scoreboard .foot-links li {
  margin-left: 7px;
}

.mini-scoreboard .foot-links li.first {
  margin-left: 0;
}

/*--- Library ---*/
.library-button-list {
  float: right;
}


/*** Footer ******************************************************************/

/*.footer-clear {
  clear: both;
  width: 100%; 
  height: 1px;
}*/

.footer-outer {
  /*position: relative;*/
  overflow: hidden;
  margin-top: 1px;
  border-top: solid 2px #000;
  padding-bottom: 10px;
}

.footer {
  position: static;
}

.footer .logo-area {
  float: left;
  padding-top: 13px;
  width: 85px;
}

.footer .content {
  float: left;
  margin-left: 27px;
  padding-top: 13px;
  font-size: 0.9em;
}

.footer .vcard {
  margin: 0;
  padding-bottom: 13px;
  overflow: hidden;
  color: #fff;
}

.footer .vcard .org, .footer .vcard .org a {
  float: left;
  width: 103px;
  font-weight: bold;
  color: #efd89b;
}

.footer .vcard .street-address {
  float: left;
  margin-left: 5px;
  width: 139px;
}

.footer .vcard .city-state-zip {
  float: left;
  margin-left: 5px;
  width: 139px;
}

.footer .vcard .tel {
  float: left;
  margin-left: 5px;
  width: 103px;
}

.footer .vcard .map-link-area {
  float: left;
  margin-left: 5px;
}

.footer .map-link, .footer .map-link:link, .footer .map-link:visited {
  color: #fff;
}

.footer .copy-line {
  border-top: solid 1px #7EAA70;
  padding: 12px 3px;
  color: #9EBF94;
}

.footer .copy-line ul {
  display: inline;
}

.footer .copy-line ul li {
  padding: 0 2px 0 8px;
  background: url(../images/footer/bullet.png) 0 6px no-repeat;
}

.footer .copy-line a, .footer .copy-line a:visited {
  color: #9EBF94;
}

.footer .ancillary-links {
  float: right;
  padding-top: 13px;
    display: none;
}

.footer .ancillary-links img {
  margin-left: 3px;
  vertical-align: middle;
}
