/* @group Reset */

/* 
	http://meyerweb.com/eric/tools/css/reset/ 
   	v2.0 | 20110126
   	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-ms-touch-action: auto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Added link default styles */

a {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
}

a:active {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
}

a:visited {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
}

a:link {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
}

/* @end */

/* @group Layout */

body {
	color: #3E3E3E;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fdfaf5;
	vertical-align: top;
	min-width: 1010px;
	}

	
div#container
{
	background-position: 1px 0;
	width: 994px;
	padding: 0px 3px 0px 10px;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/bar.png) repeat-y 1px 0;
	z-index: 10;
	overflow: visible;
}

/* @end */

/* @group Fonts */

body {
	font-family: 'Lucida Sans', sans-serif;
	font-size: 12px;
}

h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

h1, h2 {
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

/* @end */

/* @group NAU Header */

header#nauHeader {
	width: 994px;
	height: 1px;
	display: block;
	position: relative;
	float: left;
	margin: auto;
	overflow: visible;
	z-index: 100;
}

header#nauHeader h1 {
	display: none;
}

header#nauHeader > a {
	/*height: 120px;
	width: 150px;
	display: block;
    margin: 0 0 0 20px;
	color: #fff;*/
	text-decoration:none;
}

header#nauHeader img {
	cursor: pointer;
	margin: 60px 0px 0px 14.5px;
    max-width:20%;
}

/* @end */

/* @group Global Nav */

header#nauHeader nav#nauNav {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 500;
	list-style: none;											/*added 12-6-11*/
}

header#nauHeader nav#nauNav > ul > li 
{	
	float: left;
	margin-left: 25px;
	background: url(/images/greyArrowDown.png) right bottom no-repeat;
	padding: 18px 12px 0 12px;
	cursor: pointer;
	height: 12px;
	position: relative;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #8c8c8c;
	z-index: 200;
}

header#nauHeader nav#nauNav > ul > li:first-child
{
	background: none;
}

header#nauHeader nav#nauNav > ul > li.noTriangle 
{
	background: none;
}

header#nauHeader nav#nauNav > ul > li.quickLinks {
	background: url(/images/sageArrowDown.png) right bottom no-repeat;
}

header#nauHeader nav#nauNav > ul > li a {
	color: #8c8c8c;
}

header#nauHeader nav#nauNav > ul > li a:hover {
    opacity: 0.7;
	filter: alpha(opacity=70);
}

header#nauHeader nav#nauNav > ul > li.quickLinks a {
	color: #5f9081;
}

nav#nauNav ul.dropdown, nav#nauNav ul.dropdownRight {
	width: 100%;
	height: 80px; 
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -10;
	background: rgb(97,142,128);
	background: rgba(97,142,128,0.98);
	background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(130,168,156,0.98)),
    color-stop(1, rgba(97,142,128,0.98))
	) !important;
	background-image: -moz-linear-gradient(
    center top,
    rgb(130,168,156) 0%,
    rgb(97,142,128) 100%
	) !important;
	display: none;
}

nav#nauNav ul.dropdown li, nav#nauNav ul.dropdownRight li {
	font-family: Georgia, "Times New Roman", Serif;
	background: rgb(97,142,128);
	background: rgba(97,142,128,0.98);
	padding: 0px 0px 0px 15px;
	height: auto;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 14px;
	width: 260px;
	margin: 0;
	padding-bottom: 1px; /*for ie8 background issue*/
}

nav#nauNav ul.dropdownRight li 
{
	/*width: 282px;					aligns dropdown with top*/
	position: relative;
	right: 171px;
}

nav#nauNav li.quickLinks ul.dropdownRight > li {
	position: relative;
	right: 161px;
}

nav#nauNav ul.dropdown li a, nav#nauNav ul.dropdownRight li a {
	background: url(/images/whiteBlockArrow.png) no-repeat 8px 10px;
	width: 215px;
	padding: 12px 0 8px 30px;
	display: block;
	color: #fff;
}

html.multiplebgs nav#nauNav ul.dropdown li a, nav#nauNav ul.dropdownRight li a {
	background: url(/images/whiteBlockArrow.png) no-repeat 8px 10px, url(/images/greenBorder.png) repeat-x top;
}

nav#nauNav ul.dropdown li a:hover, nav#nauNav ul.dropdownRight li a:hover {
	color: #ddd !important;
	opacity: 1 !important;
	filter: alpha(opacity = 100) !importannt;
}

nav#nauNav ul.dropdown li:first-child, nav#nauNav ul.dropdownRight li:first-child {
	margin-top: 80px;
	padding-top: 30px;
}
nav#nauNav ul.dropdown li:last-child, nav#nauNav ul.dropdownRight li:last-child {
	padding-bottom: 15px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

nav#nauNav ul.dropdown ul, nav#nauNav ul.dropdownRight ul
{
	margin: 0;
	padding: 0;
}

nav#nauNav ul.dropdown ul li, nav#nauNav ul.dropdownRight ul li {
	background: none;
	font-family: 'Lucida Sans', sans-serif;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	letter-spacing: 0;
}

nav#nauNav ul.dropdown ul li a, nav#nauNav ul.dropdownRight ul li a {
	background: none !important;
	padding: 0;
}

nav#nauNav ul.dropdown ul li:first-child, nav#nauNav ul.dropdownRight ul li:first-child {
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
}

nav#nauNav nav#nauNav ul.dropdownRight ul li:first-child {
	padding: 0 0 0 100px;
	margin: 0 0 10px 0;
}

nav#nauNav ul.dropdown ul li:last-child, nav#nauNav ul.dropdownRight ul li:last-child {
	padding-bottom: 10px;
	margin-bottom: 0px !important;
}		
						
nav#nauNav ul.dropdownRight ul li:last-child {
	padding: 0 0 0 195px;
	padding-bottom: 10px;
	margin-bottom: 0px !important;
}																			

nav#nauNav ul#deptIndex {
	padding: 0 20px 10px 30px !important;
}

nav#nauNav ul#deptIndex li {
	display: inline-block;
	width: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

nav#nauNav ul#deptIndex li a {
	width: 12px;
	text-align: center;
}

/* @end */

/* @group Search */

header#nauHeader #nauSearch {
	position: absolute;
	top: 51px;
	right: 0;
	height: 35px;
	color: #fff;
	width: 762px;
	z-index: 5;
	text-align: right;
	padding-top: 3px;
}

header#nauHeader #nauSearch * {
	display: inline-block;
}

header#nauHeader #nauSearch h2 {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-right: 2px;
	text-transform: uppercase;
}

header#nauHeader #nauSearch #searchOptions {
	display: inline-block;
	height: 15px;
	padding-top: 7px;
	margin-right: 195px;
}

header#nauHeader #nauSearch #searchOptions * {
	float: right;
}

header#nauHeader #nauSearch #searchOptions label {
	padding: 5px 8px 4px 0px;
	font-weight: bold;
	font-family: 'Lucida Sans', sans-serif;
	font-size: 10.5px;
	text-transform: uppercase;
	color:#ffffff;
}

header#nauHeader #nauSearch input#nauSearchInput, header#nauHeader #nauSearch input.nauSearchInput {
	-moz-appearance:none;
	-webkit-appearance:none;
	height: 22px;
	border: none;
	width: 160px;
	padding: 0 0 0 5px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	position: absolute;
	bottom: 8px;
	right: 31px;
	font-weight:normal;
	color:#898989;
	font-family:'Lucida Sans', Sans-Serif;
	font-size:11px;
	z-index:50;
}

header#nauHeader #nauSearch input#nauSubmit, header#nauHeader #nauSearch input.nauSubmit {
	-moz-appearance:none;
	-webkit-appearance:none;
	width:  30px;
	height: 22px;
	border: none;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	position: absolute;
	bottom: 8px;
	right: 0;
	background: #5f9081;
	background: url(/images/search.png) no-repeat center center #5f9081;
	cursor: pointer;
}

/* @end */

/* @group Section Header */

section#content header {
	width: 232px;
	float: left;
	overflow: visible;
	position: relative;
	margin: 175px 0px 0px 0px;
}

section#content header > h1 {
	text-align: left;
	color: #fff;
	height: 42px;
	font-size: 32px;
	position: absolute;
	width: 710px;
	top: -40px;
	right: -748px;
	padding: 45px 0px 5px 10px;
	text-transform: uppercase;
	line-height: 42px;
	overflow: hidden;
}

body.imageBanner section#content header > h1 {
	height: 83px;
	
}

/* @end */

/* @group Blue Bar */

section#content header div#blueBar {
	min-height: 350px;
	padding-top: 20px;
	width: 232px;			
	padding-top: 20px;
	color:  #fff;
}

section#content header div#blueBar > a {
	text-align: center;
	width: 151px;
	margin: 0 40px;
	display: block;
	color: #CDCDCD;
}

section#content header div#blueBar > a:hover {
	color: #fff;
}

section#content header div#blueBar nav {
	margin-top: 12px;
	padding-top: 12px;
}

section#content header div#blueBar nav > ul > li {
	display: block;
	margin: 8px 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 37px;      
	width: 170px !important;

}

section#content header div#blueBar nav > ul > li > a {
	color: #fff;
	line-height: 16px;
}

section#content header div#blueBar nav > ul > li > a:hover {
	color: #CDCDCD;
}

section#content header div#blueBar nav > ul > li.active {
	background: url(/images/yellowArrow.png) no-repeat 25px 3px;
}

section#content header div#blueBar nav > ul > li.active > a {
	color: #E4CD51;
}

section#content header div#blueBar nav > ul > li.active > a:hover {
	color: #E4CD51 !important;
}

section#content header div#blueBar nav > ul > li.open {
	width: 232px !important;
	padding: 5px 0 5px 0;
	border-bottom: #264975 1px solid;
	border-top: #0A1522 1px solid;
}

section#content header div#blueBar nav > ul > li.open > a {
	color: #E4CD51;
	padding-left: 37px;
	background: url(/images/yellowArrowDown.png) no-repeat 25px 4px;
	display: block;
}

section#content header div#blueBar nav > ul > li.open > a:hover {
	color: #B7A144;
}

html.rgba section#content header div#blueBar nav > ul > li.open {
	background: rgba(0,0,0,0.3);
}

html.no-rgba section#content header div#blueBar nav > ul > li.open {
	background: url(/images/navOpenBack.png) repeat;
}

section#content header div#blueBar nav > ul > li.open > ul {
	margin-left: 42px;
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
	margin-top: 5px;	
}

section#content header div#blueBar nav > ul > li.open > ul > li {
	padding: 4px 0;
	width: 165px;
}

section#content header div#blueBar nav > ul > li.open > ul > li > a {
	color: #fff;
}

section#content header div#blueBar nav > ul > li.open > ul > li > a:hover {
	color: #CDCDCD;
}

section#content header div#blueBar nav > ul > li.open > ul > li.active > a {
	color: #E4CD51;
}

section#content header div#blueBar nav > ul > li.open > ul > li.active > a:hover {
	color: #E4CD51 !important;
}

section#content header div#blueBar nav > ul > li.open > ul > li.open > a {
	color: #E4CD51;
}

section#content header div#blueBar nav > ul > li.open > ul > li.open > a:hover {
	color: #B7A144;
}

section#content header div#blueBar nav > ul > li.open > ul > li.open > ul {
	margin-left: 15px;
	font-size: 11px;
	margin-top: 5px;	
}

section#content header div#blueBar nav > ul > li.open > ul > li.open > ul > li {
	padding: 2px 0;
}

section#content header div#blueBar nav > ul > li.open > ul > li.open > ul > li a {
	color: #fff;
}

section#content header div#blueBar nav > ul > li.open > ul > li.open > ul > li a:hover {
	color: #CDCDCD;
}

section#content header div#blueBar nav > ul > li.open > ul > li.open > ul > li.active a {
	color: #E4CD51;
}

section#content header div#blueBar nav > ul > li.open > ul > li.open > ul > li.open a {
	color: #E4CD51;
}

section#content header div#blueBar nav > ul > li.open > ul > li.open > ul > li.open a:hover {
	color: #B7A144;
}

section#content header div#blueBar > nav > ul > li.open:last-child {
	margin-bottom: -11px !important;
}

/*Educational Programming*/

section#content header div#blueBar nav#next {
	text-align:left;
	margin-top: 10px;
}

section#content header div#blueBar nav#next h2 {			/*Educational Programming*/
	font-family: Arial !important;
	font-size: 20px;  /*29px*/
	font-weight:bold;
	line-height:28px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #FFF;
	text-transform: none;
	padding-left:25px;
	}
	
section#content div#blueBar ul.links
{
	margin-top: 10px !important;
	font-family: Georgia;
	font-weight: normal !important;
	font-size: 14px !important;
	letter-spacing: 1px;
}	
	
section#content div#blueBar ul.links li {
	padding: 10px 25px 15px 25px !important;
}

/*
section#content header div#blueBar ul.linksESP
{
	amargin-left: -17px;
}*/

/*
section#content header div#blueBar ul.linksESP li a {			/*for yellow arrow

	abackground: url(/images/yellowBlockArrow.png) no-repeat 0 5px;
	apadding: 10px 0 5px 40px;
}*/

section#content header div#blueBar ul.linksESP li a
{
	padding-top: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #e8d460;
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
/*
section#content header div#blueBar ul.linksESP li a:hover {
	color: #CDCDCD;
}*/


section#content header div#blueBar div#espTxt
{
	padding: 3px 15px 5px 20px;
	font-size: 10px;
	color: #fff;
	line-height: 14px;
	font-family: 'Lucida Sans';
}


/******************************************************************************************/

section#content header div#blueBar div#espDetails
{
	margin-bottom:7px;
}


/******************************************************
Chris Rodriguez 4/5/2012 Task 13218
*******************************************************/
section#content header div#blueBar div#espOrder a:hover 
{
   background:#FFCC00;
    }









section#content header div#blueBar nav#next ul li a:hover {
	color: #fdfaf5;
}

section#content header div#blueBar ul.links li {
	margin: 5px 0 0 0;
	padding: 5px 25px 10px 25px;
	cursor: pointer;
	text-transform: uppercase;
	width:200px;
	
}

section#content header div#blueBar ul.links li a {
	background: url(/images/sageBlockArrow.png) no-repeat 0 5px;
	padding: 3px 0 5px 22px;
}

section#content header div#blueBar ul.links li a:hover {
	color: #CDCDCD;
}
/*end educational programming*/
/*end bluebar*/

/* @group BreadCrumbs */


/*Repeater#rptBreadCrumb > HeaderTemplate > a { 
    text-decoration:underline; 
    font-size:11px; 
    font-weight:bold; 
    color:#7C7C7C;
}
*/

div#breadCrumb > a {
    font-size:11px; 
    font-weight:bold; 
    color:#7C7C7C;
}

ol#breadcrumbs {
	position: absolute;
	top: 70px;
	left: 272px;
	width: 720px;
	padding-bottom: 30px;
	line-height: 14px;
	font-size: 11px;
}

body.imageBanner ol#breadcrumbs {
	top: 115px;
}

ol#breadcrumbs li {
	float: left;
	margin-right: 8px;
	padding-left: 14px;
	background: url(/images/greyArrow.png) no-repeat 0px 2px;
	font-weight: bold;
	color: #B6B1B2;
	cursor: auto;
}

ol#breadcrumbs li a {
	text-decoration: underline;
	color: #7C7C7C;
	cursor: pointer;
}

ol#breadcrumbs li:first-child {
	background: none;
	padding-left: 0;
}

ol#breadcrumbs li:last-child {
	color: #B6B1B2;
	text-decoration: none;
	cursor: auto;
}

ol#breadcrumbs li a:hover {
	color: #3E3E3E;
}

div#breadCrumb div#socialMediaContainer
{
    float:right;
    
    display:inline;
}

/* @end */

/* @group NAU Footer */

footer#nauFooter
{
	height: 800px; /*330*/
	padding: 0 0 0 250px;		/*padding: 40px 0 0 250px;*/
	clear: both;
	position: relative;
	width: 900px;
	/*background: url('/images/nauShield.png') no-repeat bottom left;*/
}

#footerAnnouncement img {
border: 1px solid #d9dada !important;
margin: -2px;
}


footer#nauFooter nav {
	float: left;
}

footer#nauFooter div#NAUlinks	/*div id = NAUlinks*/
{
	/*background-image: url(/images/footer_bars.png);*/
	height: 65px;
	width: 725px;
	margin-left:18px;
	margin-top: 30px;
	margin-bottom: 30px;
}

footer#nauFooter nav#nauAlert {
	clear: none;
}

/*footer#nauFooter nav#nauAlert, footer#nauFooter nav#upcomingevents, footer#nauFooter nav#waystogive{
	margin-right: 15px;
	padding-top: 12px;
}*/

/*footer#nauFooter nav#nauAlert a img, footer#nauFooter nav#upcomingevents a img, footer#nauFooter nav#waystogive a img{
	padding: 1px 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 10px;
}

footer#nauFooter nav#nauAlert a img, footer#nauFooter nav#upcomingevents a img, footer#nauFooter nav#waystogive a img{
	margin-top: 4px;
	margin-left: 5px;
}

footer#nauFooter nav#nauAlert a img:hover, footer#nauFooter nav#upcomingevents a img:hover, footer#nauFooter nav#waystogive a img:hover {
	border: 1px solid #777;
	padding: 0px 1px;
}

html.boxshadow footer#nauFooter nav#nauAlert a img:hover, html.boxshadow footer#nauFooter nav#upcomingevents a img:hover, html.boxshadow footer#nauFooter nav#waystogive a img:hover {
	border: none;
	padding: 1px 2px;
	box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
}*/

footer#nauFooter div#NAUlinks nav#nauAlert a
{
    display:block;
    background:#ffffff url('/images/nau_alert.gif') no-repeat center center;
    width:343px;
    height:64px;
    border:solid 1px #EBEBEA;
    z-index:1;
}

footer#nauFooter div#NAUlinks nav#upcomingevents a
{
    display:block;
    background:#ffffff url('/images/upcoming.gif') no-repeat center center;
    width:178px;
    height:64px;
    border:solid 1px #EBEBEA;
    z-index:1;
}

footer#nauFooter div#NAUlinks nav#waystogive a
{
    display:block;
    background:#ffffff url('/images/3ways_to_give.gif') no-repeat center center;
    width:195px;
    height:64px;
    border:solid 1px #EBEBEA;
    z-index:1;
}

footer#nauFooter div#NAUlinks nav#nauAlert a:hover, footer#nauFooter div#NAUlinks nav#upcomingevents a:hover, footer#nauFooter div#NAUlinks nav#waystogive a:hover
{
    border:solid 1px #777777;
    box-shadow:0px 0px 5px #666666;
    -moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	z-index:1000;
}

footer#nauFooter div#EClinks
{
	/*color: #5e7e6e;*/
	color: #648473;
	height: 150px;
	font-size: 12px;
	font-family: Georgia;
	margin-top: 38px;

}

footer#nauFooter nav#showsLink  {
	clear: none;
	margin-left: 15px;				/*original was 10px*/

}

footer#nauFooter a.footerLinksTitle
{
    font-weight: normal;
    font-family: Georgia;
    font-size: 12px;
    letter-spacing: 1px;
    color: #648473;
    padding: 4px 0px 4px 0px;
    text-align: left;
    text-transform: uppercase;
    display:block;
    line-height:135%;
}

footer#nauFooter div#EClinks img#EClinksImg
{
	margin-left: 5px;
}
	
footer#nauFooter nav#showsLink, footer#nauFooter nav#eventsLink, nav#educationLink,  footer#nauFooter nav#blogLink,  footer#nauFooter nav#aboutLink 
{
	padding-right:55px;   /*original was 80px*/
	}

footer#nauFooter nav#eventSubShow
{
	clear: left;
	padding-right:65px;
	
}

footer#nauFooter ul#subEvents
{
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: -12px;
	color: #000000;
	font-family: 'Lucida Sans';
}

footer#nauFooter ul#subEventsEducational
{
	margin-top: 4px;
	margin-bottom: 0;
	margin-left: -12px; /*removes indent*/
	color: #000000; /*per the McMurry doc*/
	font-family: 'Lucida Sans';
}

footer#nauFooter div#socialMedia
{
	font-family: Georgia, "Times New Roman";
	text-transform:uppercase;
	padding-left:15px;
	/*color: #5e7e6e;*/
	color: #648473;
}

footer#nauFooter ul.footerLinksList {
	clear: both;
	padding-left: 12px;
}

footer#nauFooter ul.footerLinksList li {
	padding: 2px 0 3px 0;
	cursor: pointer;
	font-size: 10px;
}

footer#nauFooter ul.footerLinksList li:first-child {
	padding-top: 6px;
}

footer#nauFooter ul.footerLinksList li a:hover {
	color: #7C7C7C;
}

footer#nauFooter > a {
	position: absolute;
	top: 42px;
	left: 42px;
}



footer#nauFooter figure#athletics {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #E4CD51;
}

footer#nauFooter figure#athletics img {
	position: absolute;
	top: 35px;
}

footer#nauFooter figure#athletics figcaption {
	padding: 5px 25px;
	background: url(/images/yellowBlockArrow.png) no-repeat 0 2px;
	position: relative;
	left: -15px;
}

footer#nauFooter figure#athletics figcaption:hover {
	color: #B7A144;
}

footer#nauFooter span#copyright {
	clear: both;
	display: block;
	padding-top: 10px;
	font-weight: bold;
	font-size: 10px;
}

footer#nauFooter span#copyright span {
	font-weight: normal;
}

footer#nauFooter span#copyright a:hover {
	color: #7C7C7C;
}

/* @end */

/* @group Visual Divs */

div#footerVisual {
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #FFF;
	height: 270px;
	background: #efefef;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, rgb(242,242,242)),
	    color-stop(1, rgb(211,211,211))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(242,242,242) 0%,
	    rgb(211,211,211) 100%
	);
	z-index: -10;
}

html.no-cssgradients div#footerVisual {
	background: url(/images/noGradientFooter.png) repeat-x;
}

div#bannerVisual {				/*green bar across top*/		
	position: absolute;
	top: 50px;
	width: 100%;
	height: 100px;			/*height: 38px;*/
	z-index: -10;
	overflow: visible;
	background: #557565;
}

body.imageBanner div#bannerVisual
{
	background-position: #000;
	height: 130px;						
	background: #000;
}

div#bannerVisualInner {
	display: inline-block; 
	position:relative; 
	float: left;
}

body.imageBanner div#bannerVisualInner {
	right: -50%;
}

div#bannerVisualInner img {
	position: relative; 
	left:-50%;
}

div#searchBackground {
	position: absolute;
	top: 0;
	left:-80%;
	width: 90px;
	height: 38px;
	/*background: rgba(76,76,76,0.8);*/
	z-index: 5;
}

div#imageBanner
{
	margin-top:0px;
	height:102px;
	width:100%;
	background-image: url(/images/techy.jpg);
	background-repeat: repeat-x;
	background-position: -350px 0px;
}

div#imageBanner>img 
{
    float:left;
    height:292px;
}

div#alphaBlock
{
    height:38px;
    width:100%;
    background-color:Black;
    opacity:0.4;
    filter: alpha(opacity = 40);
    z-index:-1;
}

div#nauTvTitle
{
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    padding-left:45px;
    width:500px;
    text-align:left;
    font-family:Arial;
    font-size:26px;
    font-weight:bold;
    color:#ffffff;
    text-transform:uppercase;
}

/*html.no-rgba div#searchBackground {
	background: url(/images/searchBackground.png) repeat;

}*/

/* @end */

/* @group Div#Main */

section#content div#main {
	padding-top:80px;							/*added 12/20, moves main content down*/
	float: left;
	width: 727px;								/*was 720px;*/
	margin-left:35px;							/* 40px;*/
	margin-top: -0px !important;
	line-height: 18px;
	min-height: 600px;							 /* keeps footer out of sidebar */
	/*background: url(/images/greyBorder.png) repeat-x top;*/
	overflow:hidden;
}

body.imageBanner section#content div#main {
	margin-top: 160px;
}

/* @group Text */

section#content div#main strong, section#content div#main b {
	font-weight: bold !important;
}

section#content div#main a {
	text-decoration: none;
}

section#content div#main h1 a, section#content div#main h2 a, section#content div#main h3 a, section#content div#main h4 a, section#content div#main h5 a, section#content div#main h6 a {
	text-decoration: none !important;
}

section#content div#main a:hover, section#content aside#sidebar a:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

section#content div#main em, section#content div#main i {
	font-style: italic;
}

section#content div#main p, section#content div#main div {
	/*margin-top: 18px; Dylan killed it */
	line-height: 20px;														/*WHY??????*/
}

section#content div#main div.widget, section#content div#main > div:first-child {
	margin-top: 79px;
}

/* @end */


div.dropzone li.PBItem { margin:0px 0 0px 0 !important; } /* Dylan did it */

/* @group Headings */
/*
section#content div#main h2, section#content div#main > h3:first-child, section#content div#main > h4:first-child, section#content div#main > h5:first-child {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 26px;
	font-weight: normal;
	color: #695F5E;
	padding-top: 20px;
	text-transform: uppercase;
	line-height: 30px;
}

section#content div#main h3 {
	color: #698F83;
	font-size: 20px;
	line-height: 22px;
	margin-top: 30px;
	text-transform: none;
}

section#content div#main h4 {
	font-size: 15px;
	line-height: 17px;
	margin-top: 25px;
	text-transform: none;
	color: #595251;
}

section#content div#main h5 {
	font-size: 13px;
	line-height: 15px;
	margin-top: 20px;
	text-transform: none;
	color: #695F5E;
}
*/
/* @end */

/* @group Toggle */

section#content div#main a.toggle {
	margin-top: 10px;
	display: block;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 12px;
	color: #698F83;
	cursor: pointer;
	padding-left: 12px;
	background: url(/images/sageArrow.png) no-repeat center left;
}

section#content div#main a.toggled {
	background: url(/images/sageArrowDown.png) no-repeat center left;
}

/* @end */

/* @group Lists */

/* Dylan killed this */
/*
section#content div#main ul {
	margin: 0px 0 0 30px;
	list-style: outside disc;
}
*/

section#content div#main ol {
	margin: 0px 0 0 30px;
	list-style: outside decimal;
}

section#content div#main h3 + ul, section#content div#main h4 + ul, section#content div#main h5 + ul, section#content div#main h3 + ol, section#content div#main h4 + ol, section#content div#main h5 + ol {
	margin-top: 10px;
}

section#content div#main ul li, section#content div#main ol li {
	/* margin: 8px 0; Dylan killed this */
	line-height: 16px;
}

/* Dylan added this */
section#content div#main ol li.PBItem {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.rlbList
{
    list-style-type:none;
	margin:0;
	padding:0;
}
    

/* @end */

/* @group Tables */

section#content div#main table {
	/*width: 100% !important; Dylan killed this */
}

section#content div#main table caption {
	border: 1px solid #695F5E;
	margin-bottom: 5px;
	padding: 3px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	border: none;
	text-align: left;
}

section#content div#main table, section#content div#main table tbody, section#content div#main table tbody tr {
	/*border: 1px solid #695F5E; Dylan killed this */
	/*margin: 20px 0; Dylan killed this */
}

section#content div#main table * {
	/*border: 1px solid #695F5E; Dylan killed this */
	/*padding: 3px 2px; Dylan killed this */
}

/* Dylan killed this
section#content div#main table tr:first-child {
	font-weight: bold;
	background: #FFF !important;
	border-bottom: 2px solid #695F5E;
	font-size: 12px;
	margin-top: 0;
}
*/

section#content div#main table tr:nth-child(even) {
	/*background: #DDD; Dylan killed this*/
}

section#content div#main table p {
	/*margin: 0 !important; Dylan killed this too */
	border: none !important;
}

section#content div#main table td *:not(input) {
	border: none;
}

/* @end */

/* @group Forms */

div#main div.form > div:first-child {
	background: none !important;
}

div#main div.form input, div#main div.form label, div#main div.form textarea, div#main div.form select, div#main div.form div#datepicker {
	display: block;
	float: left;
	margin-top: 10px;
}

div#main div.form input {
	max-width: 290px;
}

div#main div.form textarea {
	height: 100px;
	width: 290px;
}

div#main div.form label {
	clear: both;
	width: 150px;
	margin-right: 10px;
	text-align: right;
	line-height: 14px;
}

div#main div.form label.groupLabel {
	font-weight: bold !important;
}

div#main div.form select {
	width: 300px !important;
	position: relative;
	top: 5px;
}

div#main div.form ol, div#main div.form ul {
	margin: 0 !important;
	border: none !important;
	width: 430px;
	text-align: left;
	padding: 20px 0 20px 20px;
	list-style: disc;
}

div#main div.form input.submit  {
	clear: both;
	margin-left: 160px;
}

/* @end */

/* @group /images */

section#content div#main img.side {
	float: left !important;
	margin-right: 20px;
	margin-bottom: 2px;
	display: block;
	margin-top: 32px;
}

section#content div#main > figure, section#content div#main > div.collapse > figure {
	width: auto;
	margin: 10px 0 10px 0;
}

section#content div#main > figure img, section#content div#main > div.collapse > figure img {
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-bottom: 0px;
}

section#content div#main > figure figcaption, section#content div#main > div.collapse > figure figcaption {
	display: block;
	font-family: 'Lucida Sans', sans-serif;
	font-weight: bold;
	color: #695F5E;
	width: 100%;
	font-size: 10px;
	line-height: 12px !important;
}

section#content div#main figure.text figcaption {
	display: none !important;
}

/* @end */

/* @group Callout & Blockquote */

section#content div#main div.callout {
	margin: 30px 0 10px 0;
	padding: 25px 0 0 0;
	background: url(/images/greyBorder.png) repeat-x top;
}

section#content div#main div.callout * {
	margin-top: 0;
}

section#content div#main div.callout p {
	padding-left: 20px;
	padding-right: 20px;
}

section#content div#main div.callout hr {
	height: 2px;
	border: none;
	background: url(/images/greyBorder.png) repeat-x 0 20px;
	padding: 20px 0 0 0;
	clear: both;
}

section#content div#main blockquote {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 10px 10px !important;
	margin-top: 15px;
}

/* @end */

/* @group Contact */

/*div#main div.vcard div.org div {
	font-family: 'Lucida Sans', sans-serif;
	font-size: 20px;
	color: #698F83;
	font-weight: bold;
	margin-top: 50px !important;
}

div#main div.vcard div.org div.organization-name {
	display: none;
}

div#main div.vcard {
	font-size: 14px;
	margin-top: 0 !important;
}

div#main div.vcard div.adr {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}

div#main div.vcard div.tel {
	margin-top: 0px !important;
}

div#main div.vcard div.tel span {
	font-weight: bold;
	padding-right: 5px;
}

div#main div.vcard a.email {
	margin-top: 0px !important;
	display: block;
	margin-bottom: 20px;
}

div#main div.vcard span.post-office-box {
	display: block;
}

div#main div.vcard span.building {
	display: block;
	font-weight: normal;
	margin-top: 10px;
}

div#main div.vcard span.room {
	font-weight: normal;*/


/* @end */

/* @group Misc. */

section#content div#main figcaption {
	display: none;
}

section#content div#main hr {
	height: 2px;
	border: none;
	background: url(/images/greyBorder.png) repeat-x 0 30px;
	padding: 30px 0 10px 0;
	clear: both;
}

section#content div#main address {
	line-height: 18px;
	margin: 10px 0;
}

section#content div#main button {
	width: auto;
	margin: 5px 2px;
}

section#content div#main code {
	font-family: monospace;
}

section#content div#main dl {
	margin-top: 5px;
}

section#content div#main dl dd, section#content div#main dl dt {
	margin: 3px 0 3px 10px;
}

section#content div#main dl dd {
	margin:  3px 0 3px 20px;
}

section#content div#main select {
	width: auto;
	margin: 5px 2px;
}

/* @end */

/* @end */

/* @group Simple Modal */

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#simplemodal-overlay {
	background-color:#000; 
	cursor:wait;
}

#simplemodal-container {
	height:570px; 
	width:720px; 
	color:#fff;
}

.modalTrigger, .simplemodal-close {
	cursor: pointer;
}

.modalContent {
	display: none;
}

div.modalContent {
	height:570px; 
	width:720px; 
	margin: 0;
	padding: 0 !important;
	position: relative;
	overflow: hidden;
}

div.modalContent div.nav {
	width: 100%;
	background: rgba(0,0,0,0.7);
	height: 25px;
	position: absolute;
	top: 465px;
	border-bottom: 1px solid #888;
	z-index: 0;
}

html.no-rgba div.modalContent div.nav {
	background: url(/images/modalBackground.png);
}

div.modalContent div.nav a.modalLeft {
	height: 12px;
	width: 12px;
	position: absolute;
	right: 30px;
	top: 5px;
	background: url(/images/modalLeft.png) no-repeat 0 0;
	cursor: pointer;
}

div.modalContent div.nav a.modalRight {
	height: 12px;
	width: 12px;
	position: absolute;
	right: 10px;
	top: 5px;
	background: url(/images/modalRight.png) no-repeat 0 0;
	cursor: pointer;
}

div.modalContent div.nav span {
	text-align: center;
	width: 720px;
	display: block;
	margin-top: 7px;
	font-size: 13px;
	font-family: 'Lucida Sans', sans-serif;
}

div.modalContent a.simplemodal-close {
	display: block;
	height: 12px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	padding-bottom: 3px;
	text-align: right;
	font-family: 'Lucida Sans', sans-serif;
	
}

div.modalContent div.nav a.modalRight:hover, div.modalContent nav a.modalLeft:hover, div.modalContent a.simplemodal-close:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

div.modalContent ul {
	position: absolute;
	top: 15px;
	left: 0;
	width: 2200px;
	height: 570px;
	overflow: hidden;
}

div.modalContent ul li {
	display: block;
	height: 570px;
	width: 720px;
	float: left;
}

div.modalContent ul li figure img {
	max-height: 475px;
	max-width: 720px;
	background: rgba(0,0,0,0.5);
}

html.no-rgba div.modalContent ul li figure img {
	background: url(/images/modalBackground.png);
}

div.modalContent h3 {
	font-size: 13px;
	position: absolute;
	top: 472px;
	left: 5px;
	z-index: 999;
	width: 280px;
}

div.modalContent ul li figure figcaption {
	margin-top: 2px;
	line-height: 14px;
}

section#mediaRibbon img.playButton {
	height: 54px !important; 
	width: 54px !important; 
	position: absolute; 
	top: 0; 
	left: 0; 
	padding: 33px 58px; 
	background: none; 
	opacity: 0.7;
	filter: alpha(opacity=70); 
	cursor: pointer;
}

section#mediaRibbon img.playButton:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.modalActive iframe {
	margin-top: 15px !important;
}

/*show the figcaptions on the accessible galleries*/

section#content div#main > ul.accessGallery {
	list-style: none;	
}

section#content div#main > ul.accessGallery figure {
	margin-bottom: 20px;
}

section#content div#main > ul.accessGallery figure figcaption {
	display: block !important;
}

/* @end */

/* @group Media Ribbon */

section#mediaRibbon {
	width: 719px !important;
	height: 190px;
	border: 1px solid #D1D0D1;
	margin-top: 40px;
	float: right;
	background: #f6f6f6;
	position: relative;
	overflow: hidden;
}

section#mediaRibbon h1 {
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 0px 8px 5px;
}

section#mediaRibbon ul {
	width: 9999px;
}

section#mediaRibbon ul li {
	display: block;
	width: 170px;
	height: 160px;
	float: left;
	margin-right: 13px;
	overflow: hidden;
	position: relative;
}

section#mediaRibbon ul li a {
	position: absolute;
	left: -9999px;
}

section#mediaRibbon ul li h2 {
	text-align: center; 
	margin-top: 128px;
	padding: 0 5px;
}

section#mediaRibbon ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 120px;
	background: #000;
}

/* @end */

/* @group Feedback Form */

div#feedback {
	float: left;
	clear: both;
	margin-top: 40px !important;
	border: 1px solid #333;
	width: 470px;
	padding: 5px;	
}

div#feedback h2 {
	font-size: 15px !important;
	padding-top: 2px !important;
	margin-bottom: 10px;
	height: auto !important;
	line-height: 16px !important;
	font-weight: bold !important;
	text-transform: small-caps;
	clear: both;
}

div#feedback label {
	float: left;
	clear: both;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#feedback input:not(:last-child), div#feedback textarea {
	float: left;
	margin-bottom: 10px;
	width: 320px;
}

div#feedback textarea {
	height: 100px;
}

div#feedback input:last-child {
	clear: both !important;
	margin-left: 110px;
	margin-bottom: 10px;
}


/* @end */

/* @group Environment Flag */

body.qa > form {
	background: url(/images/qa.png) 0 0 no-repeat;
}

body.dev > form {
	background: url(/images/dev.png) 0 0 no-repeat;
}

body.work > form {
	background: url(/images/work.png) 0 0 no-repeat;
}

/* @end */


/* @group Ratings Control by Dylan */
div.rating_wrapper { clear:both; height:13px !important; margin:0 0 10px 4px !important; padding:0 !important; }
div.rating_wrapper div.rating_star_on, div.rating_wrapper div.rating_star_off { float:left; display:block; width:13px !important; height:12px !important; margin:0 !important; }
div.rating_wrapper div.rating_star_on { background:transparent url('../images/star_on.png') no-repeat 0px 0px; }
div.rating_wrapper div.rating_star_off { background:transparent url('../images/star_off.png') no-repeat 0px 0px; }

/* @group ShareIt buttons control by Dylan */
a.stEx_print, a.stEx_rss { display:inline-block; width:16px; height:16px; margin-bottom:-2px !important; line-height:18px; text-decoration:none !important; }
a.stEx_print { background:transparent url('/images/icon_print.png') no-repeat 0px 0px; margin-bottom:-2px; }
a.stEx_rss { background:transparent url('/images/icon_rss.png') no-repeat 0px 0px; margin-bottom:-3px; }


h1.content_heading
{
	line-height: 100%; /*added so light and dark will be seperated if the text is too long*/
	width: 550px;
	font-family: "Adobe Caslon Pro" , "Hoefler Text" , Georgia, Garamond, Times, serif;
	font-size: 30pt;
	font-weight: normal !important; /*added to get rid of the bold*/
	letter-spacing: -0.25px;
	margin: 10px 12px 12px 10px;
	padding-top: 10px;
}
h1.content_heading span.light{ color:#988d8c; }
h1.content_heading span.dark { color:#69605f; }



img.series_preview { width:300px; height:150px; }



/*for past season box on seriesdetail, it's NOT a widget/usercontrol... yet*/
.pastSeasonTitle
{	
    margin:0px;
    padding:0px 0 0 20px;
    background: url('/images/black_arrow.gif') no-repeat 0px 1px;
    color:#4c4c4c !important;
    font-family: Arial, Sans-Serif !important;
    font-size: 14px !important;
    line-height:18px;
    font-weight:bold;
	width: 135px;
	display: block;	
}

div.widget_PastSeasons  
{
    max-width:300px;
    margin-top: 30px;
    margin-bottom:30px; 
    
    }
    
div.widget_PastSeasons h1 {
	background: url("/images/brownTexture.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family:Georgia, Serif;
    font-size: 16px !important;
    font-weight: normal;
    padding: 12px 12px 10px;
    margin:0;
    text-transform: uppercase;
}
div.widget_PastSeasons h1 span.light { color:#ffffff; }
/*div.widget_PastSeasons h1 span.dark { color:#988d8c; }*/
div.widget_PastSeasons h1 span.dark { color:#d5d5d5; }

div.widget_PastSeasons table td  
{
    padding-top:15px;
    padding-left:13px;
    vertical-align:top; 
}

/*start play.aspx*/
div.widget_VideoPlayer {  }
/* this block commented out, css starts above line 1901
div.widget_VideoPlayer h1.content_heading { font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; font-size:30pt; letter-spacing:-0.25px; text-transform:uppercase !important; margin:4px 0 12px 26px; }
div.widget_VideoPlayer h1.content_heading span.light { color:#988d8c; }			commented out, its in 3 places
div.widget_VideoPlayer h1.content_heading span.dark { color:#69605f; }*/

div.widget_VideoPlayer p 
{ 
	font-family: Arial; 
	font-size:11px; 
	font-weight:normal !important; 
	line-height:15px !important; 
	color:#4c4c4c; 
	margin:0; 
	padding:24px 22px 24px 22px; 
	}

div.widget_VideoPlayer td.rating_outer_wrapper { width:200px; }
div.widget_VideoPlayer div.rating_inner_wrapper label { font-family: Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:10pt; font-weight:bold; color:#4c4c4c; padding:0; margin:0 2px 6px 0; }
div.widget_VideoPlayer div.rating_inner_wrapper, div.widget_VideoPlayer div.rating_complete_inner_wrapper { clear:both; height:13px !important; margin:0 0 8px 4px !important; padding:0 !important; }
div.widget_VideoPlayer div.rating_inner_wrapper a.rating_star_on, div.rating_inner_wrapper a.rating_star_off { float:left; width:13px !important; height:12px !important; text-decoration:none !important; }
div.widget_VideoPlayer div.rating_inner_wrapper a.rating_star_on { background:transparent url('../images/star_on.png') no-repeat 0px 0px; }
div.widget_VideoPlayer div.rating_inner_wrapper a.rating_star_off { background:transparent url('../images/star_off.png') no-repeat 0px 0px; }
div.widget_VideoPlayer div.rating_complete_inner_wrapper, div.widget_VideoPlayer div.rating_progress_inner_wrapper { display:none; }
div.widget_VideoPlayer div.rating_complete_inner_wrapper label, div.widget_VideoPlayer div.rating_progress_inner_wrapper label { font-family: Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:10pt; font-weight:bold; color:#4c4c4c; display:block; margin-left:24px; }
div.widget_VideoPlayer div.rating_progress_inner_wrapper label { background:transparent url('../images/spinner.gif') no-repeat 0px 0px; padding-left:18px; }


/** VIDEO OR BLOG COMMENTS STYLING - START **/
#VideoOrBlogComments
{
	
	vertical-align: top;
	background-color: #dadada;
	width: 385px; /*395px*/
	margin-right: 40px; /*added 12/20*/

}
	
#VideoOrBlogCommentsHeader {
padding: 12px 10px 12px 12px;
background: url('../images/commentsBackground.png');
font-size: 16px;
color: #fff;
font-family: Georgia;
font-weight: normal;
letter-spacing: .05em;
text-transform: uppercase;
}

#VideoOrBlogComments textarea 
{
    margin-left: 16px;
}

#VideoOrBlogComments .txtbxVideoOrBlog
{
    min-width:350px;
    max-width:350px;
    min-height:120px;
    max-height:300px;
}

#VideoOrBlogCommentsEntry div#PostNewTitle {
margin-left: 16px;
margin-top: 12px;
margin-bottom: 12px;
font-family: 'Lucida Sans', sans-serif;
font-weight: bold;
color:#619081;
font-size: 1.2em;
}

#VideoOrBlogCommentsEntry div#videoOrBlogLink 
{
    font-size:8pt;
    font-family:Georgia,serif;
    color:#60806f;
    text-transform:uppercase;
    font-weight:normal;
    float:right;
    margin-right:12px;
    vertical-align:middle;
    width:88px;
    background:url("/images/arrow_sm_green.png") no-repeat right center;
}

#VideoOrBlogCommentsEntry input {
float: right;
margin-top: -15px;
margin-right: 23px;
}

#VideoOrBlogCommentsView
{
	padding-top:10px;
	padding-left: 16px;
    padding-bottom:10px;
}

#VideoOrBlogCommentsView div#videoOrBlogCommentCount
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Lucida Sans', sans-serif;
    font-weight: bold;
    color:#619081;
    font-size: 1.2em;
}

.videoOrBlogCommentsItem
{
	background-position: bottom;
	background: url('../images/seperateBar.png') bottom no-repeat;
	font-size: medium;
	color: #000000;
	width:355px;
	padding-top:20px;
	padding-bottom:25px;
}

.videoOrBlogCommentsItem div.videoOrBlogCommentsAuthorImg
{
    width:64px;
    float:left;
    text-align:left;
}

.videoOrBlogCommentsItem div.videoOrBlogCommentsAuthorPost 
{
    width:286px;
    margin-left:65px;
}

.videoCommentsItem div.videoOrBlogCommentsAuthorPost span {
font-family: 'Lucida Sans', sans-serif;
padding: 0;
margin: 0;
}

.videoOrBlogCommentsItem div.videoOrBlogCommentsAuthorPost span.VideoOrBlogCommentUser
{
    font-size:12pt;
    font-weight:bold;
    color:#777777;
}

.videoOrBlogCommentsItem div.videoOrBlogCommentsAuthorPost span.VideoOrBlogCommentDateTime
{
    font-size:10pt;
    color:#a1a1a1;
}

.videoOrBlogCommentsItem div.videoOrBlogCommentsAuthorPost span.VideoOrBlogCommentsText
{
    font-size:10pt;
    color:#4c4c4c;
}


#VideoOrBlogCommentsEntry #CommentSubmitted {
display: inline;
font-size: 1em;
}

/** END - VIDEO OR BLOG COMMENTS STYLING **/

table.tableVideoPlayerComments_segements				
{
}

td#tdComments
{
	vertical-align:top;									/*added to bring comments in line with segments*/
	/*font-family: "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:11pt; font-weight:normal;*/
}

.SegmentsList
{
	width: 300px;
	/*height: 325px;*/

	/*padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 10px;*/
}

#segmentHeaderContainer 
{
    background: url('/images/authorBlueboxheader.gif') no-repeat 0px 0px;
    margin:0px;
    width:300px;
}

.segmentsBorder
{
    background-color: #f6f6f6;
	width:298px;
	height:295px;
	overflow: auto;
	border:solid 1px #d9dada !important;
}

.segmentheading
{
	padding: 12px 10px 12px 12px;
	font-size: 16px !important;
	font-family: Georgia, Serif;
	font-weight:normal !important;
	display: block;
	clear: both;
	color: #ffffff;
	text-transform:uppercase;
}

.segmentheading span#secondaryColor { color:#bfe5ff; }


.tableSegments
{
	
}

td.tdSegmentImage
{
	padding-top:15px;
	padding-bottom: 25px;
	padding-left:13px;
	background-color: #FFFFFF;
}

td.tdSegmentDescr
{
	padding-top:17px;
	padding-left: 11px;
	padding-bottom: 5px;
	vertical-align: top;
	background-color: #FFFFFF;
}
td.tdSegmentDescr p.pSegmentDescr
{
	font-family:'Lucida Sans', Arial, Sans-Serif;
	color:#4c4c4c;
	font-size:11px;
	line-height: 15px !important;									/*used important, it's being overwritten by line1966*/
	padding: 4px 8px 4px 22px !important;
}

.segmentListLink
{
    font-family:Arial, Sans-Serif;
    font-size:13px;
    line-height:14px;
    color:#4c4c4c;
    font-weight:bold;
}
.segmentListLink  li a 
{
	background: url(/images/blueArrow.gif) no-repeat 0 0px;
	height:100%;	/*used 100% so long titles will work in firefox*/
	padding-left:23px;
	width:100px;
	display:block;
	text-decoration: none;
}

/*end play.aspx*/


/*
div.widget_ShowSummaryList {}
/* commented out, its in nau-master.css line1902 
div.widget_ShowSummaryList h1.content_heading { font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; font-size:30pt; letter-spacing:-0.25px; text-transform:uppercase !important; margin:4px 0 12px 16px; }
div.widget_ShowSummaryList h1.content_heading span.light { color:#988d8c; } 
div.widget_ShowSummaryList h1.content_heading span.dark { color:#69605f; }*/
/*
div.widget_ShowSummaryList table.series_item_table { width:100%; border:0 !important; }
div.widget_ShowSummaryList table.series_item_table * { border:0 !important; }
div.widget_ShowSummaryList table.series_item_table td { vertical-align:top; padding:0 8px 32px 8px !important; border:0 !important; background:transparent !important; }

div.widget_ShowSummaryList img.series_logo_thumbnail { width:160px; height:120px; border:0; }

div.widget_ShowSummaryList a.series_title_link { font-family: Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; color:#777; font-weight:bold; text-decoration:none; font-size:14pt; padding:2px 2px 2px 24px !important; background:transparent url('../images/arrow_lg_green.gif') no-repeat 0px 6px; }

div.widget_ShowSummaryList a.series_podcast_link { font-family: Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; color:#777; font-weight:normal; text-decoration:none; font-size:11pt; padding:2px 2px 6px 24px !important; background:transparent url('../images/podcast_icon.gif') no-repeat 4px 3px; }

div.widget_ShowSummaryList p.series_description { font-family: "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:11pt; font-weight:normal !important; line-height:18pt !important; color:#4c4c4c;  margin:0; }

div.widget_ShowSummaryList h4.series_seasons_title { font-family: Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:11pt; line-height:18pt; color:#4c4c4c; text-transform:uppercase !important; margin:12px 0 4px 0 !important; }

div.widget_ShowSummaryList ul.series_episode_list { margin:0 !important; padding:0 !important; list-style-type:none !important; }
div.widget_ShowSummaryList ul.series_episode_list li { margin:0 !important; padding:0 !important; }
div.widget_ShowSummaryList ul.series_episode_list li span.light { font-family: Georgia, Garamond, Times, serif; text-transform:uppercase; font-size:10pt; }
div.widget_ShowSummaryList ul.series_episode_list li span.green { font-family: "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:11pt; }
div.widget_ShowSummaryList ul.series_episode_list li a { color:#60806f; font-weight:normal; line-height:18pt !important; padding-right:11px !important; background:transparent url('../images/arrow_sm_green.png') no-repeat right center; }

div.widget_ShowSummaryList a { text-decoration:none !important; }
div.widget_ShowSummaryList a:hover { text-decoration:underline !important; }

div.widget_ShowSummaryList h5.rating_title { font-family: Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:10pt; font-weight:bold; color:#4c4c4c; margin:8px 0 4px 4px !important; padding:0 !important; }


/*SHOWS/index*/
#twoColWrapper
{
	width: inherit;
}

#twoColWrapper #twoColTop
{
	padding-top: 20px;
	padding-bottom: 50px;
	width: inherit;

}
#twoColWrapper #twoColSub
{
    margin-top:-10px;
    width: inherit;
}

h1.showscontent_heading
{
	line-height: 100%; /*added so light and dark will be seperated if the text is too long*/
	font-size: 30pt !important;
	/*letter-spacing: -0.25px;*/
	text-transform: capitalize !important;
	width:400px;
	float:left;
	font-weight:normal !important;
}

h1.showscontent_heading span.light{ color:#988d8c; }
h1.showscontent_heading span.dark { color:#69605f; }

h2.seasonTitle 
{
	margin-top:20px;
	margin-bottom:10px;
	color: #5e7e6e;
	font-size: larger;
}


#twoColTop #SocialMedia
{
	float:right;
	width:130px;
	
}

#twoColWrapper #twoColLeft
{
	width: 400px;
	float: left;
}

#twoColWrapper #twoColRight
{
	width:300px;
	float:right;
	padding-left:27px;
	position:relative;
	margin-top: -75px;

}

#showsLeft
{
	
}

#imgandDescr
{
	padding-right:10px;
}
img.series_logo_thumbnail { /*width:136px !important; height:89px !important; border:0 ; */
                            width:164px !important; height:93px !important; border:0 ;}


#imgRating
{
	width:130px;
}

#linkDescr
{
	width: 260px;
	vertical-align: top;
	padding-bottom:25px;
	font-size: 14px;
	line-height: 1.4em;
}

#showsLeft #series_season_link
{
	color: #4c4c4c;
	font-size: 14px !important;
	line-height:18px;
	background: url('/images/sageBlockArrow.png') no-repeat 0px 0px;
	padding-left: 20px;
	font-family: Arial, sans-serif !important;
	font-weight: bold;
}

#series_season_description
{
	vertical-align: top;
	padding-bottom:10px;

}

 #tdImgDescrWatchNow
{
	margin-left:190px;
	
}

/*End shows.aspx*/

/*marquee*/

div.widget_ContentRotator div.widget_ContentRotator_Descr
{
    float:left;
    width:298px;
    margin-top:12px;
}
div.widget_ContentRotator div.widget_ContentRotator_Descr span.MainTitle
{
    font-size:22pt;
    line-height:16pt !important;
    color:#4C4C4C;
    font-family:Univers, Calibri, "Gill Sans" , "Gill Sans MT" , "Myriad Pro" , Myriad, "DejaVu Sans Condensed" , "Liberation Sans" , "Nimbus Sans L" , Tahoma, Geneva, "Helvetica Neue" , Helvetica, Arial, sans-serif;
    text-transform:uppercase;
    font-weight:bold;
}
div.widget_ContentRotator div.widget_ContentRotator_Descr span.SubTitle
{
    font-size:11pt;
    line-height:12pt;
    color:#A1A1A1;
    font-family:Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:bold;
}

div.widget_ContentRotator ul.contentSlider
{
	margin-top: -90px; /*moves marquee onto peaks image*/
	padding: 0;
	position: relative;
	
}
div.widget_ContentRotator ul.contentSlider li {background-color: #f6f6f6 !important; margin-bottom:30px; }
div.widget_ContentRotator ul.contentSlider li img { width:386px; height:217px; float:left; padding:12px 14px 12px 12px;}

div.widget_ContentRotator ul.contentSlider li h1
{
	font-family: Univers, Calibri, "Gill Sans" , "Gill Sans MT" , "Myriad Pro" , Myriad, "DejaVu Sans Condensed" , "Liberation Sans" , "Nimbus Sans L" , Tahoma, Geneva, "Helvetica Neue" , Helvetica, Arial, sans-serif;
	font-size: 22pt;
	line-height: 16pt !important;
	text-transform: uppercase !important;
	margin-top: 24px;
	color: #4c4c4c;
}

div.widget_ContentRotator ul.contentSlider li h2 
{
	 font-family: Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; 
	 font-size:11pt; 
	 font-weight:bold; 
	 line-height:16pt; 
	 color:#a1a1a1;
	  margin:4px 0 0 0; }

div.widget_ContentRotator ul.contentSlider li p#description
{
	font-size: 8pt;
	font-weight: normal !important;
	line-height: 11pt !important;
	color: #4c4c4c;
	padding: 0 0 4px 0;
	overflow: hidden;
	font-family: 'Lucida Sans';
}

div.widget_ContentRotator ul.contentSlider li a.watch_now 
{ display:block; 
  float:right; 
  margin:12px 24px 0 12px; 
  background:transparent url(../images/watch_now.gif) no-repeat 0 0; 
  width:71px; 
  height:20px; }

div.widget_ContentRotator ul.contentSlider li a.read_more 
{ display:block; 
  float:right; 
  margin:12px 24px 0 12px; 
  background:transparent url(../images/Readmore.gif) no-repeat 0 0; 
  width:80px;
  height:25px; 
}


div.widget_ContentRotator div.bx-pager { position:absolute;  top:18px; left:18px; } /*z-index:999; removed*/

div.widget_ContentRotator div.bx-pager a.pager-link  
{
    background: none repeat scroll 0 0 #639081;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 3 5 6px #000000;				/*was 0 0 7px #000000; this added shawdow, i removed it*/
    cursor: pointer;
    display: block;
    float: left;
    height: 15px;
    margin-right: 8px;
    width: 15px;
    text-indent:-9999px;
}

div.widget_ContentRotator div.bx-pager a.pager-link-active 
{
    background: none repeat scroll 0 0 blue;/*#ffffff;*/
}

div.widget_ContentRotator div.bx-window
{
	overflow:visible !important;			/*pushes marquee onto peaks image*/
	width: 725px !important;
}
#meetTheTeam img {
padding: 15px;
}
 
/*end marquee*/


/*series menu index page*/
#nautv-showsContainer
{
    margin:0px;
    border:solid 1px #d9dada;
    background-color:#f6f6f6;
}

#seriesMenuHeader
{
	/*font-family: "Adobe Caslon Pro" , "Hoefler Text" , Georgia, Garamond, Times, serif;*/
    background: url("../../../images/greenTexture.gif") repeat scroll 0 0 transparent;
	margin-bottom: 20px;
	font-size: 16px !important;
	padding:12px 10px 12px 12px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: Georgia, Serif;
}

#seriesMenuHeader span#primaryColor { color:#ffffff; }
#seriesMenuHeader span#secondaryColor { color:#d4efe1; }

#serieMenuTable
{
	/*margin-left:20px;*/
}

.indexSeries
{
	
}

.series_logo_link
{text-decoration:none !important;
}

.arrowSeriesMenu
{
	margin-top:10px;
	text-decoration:none !important;
}

.series_season_link
{
	color: #4c4c4c !important;
	font-weight: bolder;
	text-decoration: none;
	font-size: 13px !important;
	font-family: Arial, Helvetica, sans-serif;
}
	
.series_season_description
{
	color: #4c4c4c !important;
	line-height: 15px !important;
	font-size: 11px !important;
	font-family: 'Lucida Sans', Sans-Serif;
}	
	
h5.rating_title 
{ font-family: Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-size:10pt; 
  font-weight:bold; 
  color:#4c4c4c; 
  margin:8px 0 4px 4px !important; 
  padding:0 !important; }
	
.seriesMenuTD
{
    padding:0px 12px 20px 23px;
	width:194px;
}
.seriesMenuTD2
{
	/*padding-right:20px;
	padding-bottom:25px;*/
	padding:0px 24px 20px 12px;
	width:194px;
}

.seriesMenuTD a.series_season_link, .seriesMenuTD2 a.series_season_link
{
    display:block;
    background:url('/images/sageBlockArrow.png') no-repeat 0px 2px;
    padding-left:20px;
    margin-top:5px;
    margin-bottom:4px;
    clear:both;
    font-size:14px !important;
    font-family:Arial, Sans-Serif !important;
}
	
#WhatsPopular
{	
	margin-bottom:30px;
	margin-top:30px;
}
#announcementBoxLive /*live.aspx*/
{
width:300px;
margin-left:429px;
margin-top:30px;

}




.announcementBox
{
	margin: 30px 0px 28px 0;
	display: block;
}

.announcementBox img {
border: 1px solid #D9DADA !important;
margin: -2px;
}


#Upcoming
{
	/*margin-top: 10px;
	height:250px;			/*just a guess, need a designy guy to tell us*/
	/*border: thin solid #FF00FF*/
	margin-top: 30px;
	margin-bottom: 30px;
}

#nautvEvents
{
	margin-top: 10px;
	height:315px;			/*just a guess, need a designy guy to tell us*/
	border: thin solid #FF00FF
}

#mostRecentPost
{
	/*width: 720px;*/
	clear: both;
	margin-bottom: 25px;
	margin-left: 18px;
	margin-top:30px;
}


/*END series menu index page*/

/*shows page seriesList.aspx detail of shows CSS*/
a.series_podcast_link 
{ 
	display: none;
	/*font-family:  Arial, sans-serif;
	color:#777; font-weight:normal; 
	text-decoration:none; 
	font-size:11pt;
	padding:2px 2px 6px 24px !important;
	background:transparent url('../images/podcast_icon.gif') no-repeat 4px 3px;*/
}

a.series_title_link 
{ 
	font-family:  Arial, sans-serif;
	color:#4c4c4c; 
	font-weight:bold; 
	text-decoration:none; 
	font-size:14px !important; 
	padding:2px 2px 2px 20px !important; 
	background:transparent url('../images/arrow_lg_green.gif') no-repeat 0px 2px;
	line-height:18px;
}

h3.aboutText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #619081;
}

h3.seasonTitle
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #619081;
	margin-bottom:5px;
}

p.series_description 
{ 
	color: #4c4c4c !important;
	line-height: 15px !important;
	font-size: 11px !important;
	font-family: 'Lucida Sans', Sans-Serif; 
	margin-bottom:5px;
}

h4.series_seasons_title 
{ 
	font-family: Arial, sans-serif;
	font-size:11px !important; 
	font-weight:normal;
	line-height:11px; 
	color:#777;
	font-weight:bold; 
	text-transform:uppercase !important; 
	margin:12px 0 4px 0 !important; 
}

p.showDescrs
{
	font-family: 'Lucida Sans', Sans-Serif;
	font-size: 11px;
	color: #4c4c4c;
	line-height:15px !important;
	margin-bottom:10px;
}
ul.series_episode_list 
{ 
	margin:0 !important; 
	padding:0 !important; 
	list-style-type:none !important;
}

ul.series_episode_list li 
{ 
	margin:0 !important; padding:0 !important; 
}

ul.series_episode_list li span.light 
{ 
	font-family: Arial, Sans-Serif; 
	text-transform:capitalize; 
	font-size:11px !important; 
}

ul.series_episode_list li span.green 
{ 
	font-family: Arial, sans-serif; 
	font-size:11px !important; 
	font-weight:bold;
}

ul.series_episode_list li a 
{ 
	color:#60806f; 
	font-weight:normal; 
	/*line-height:18pt !important;*/
	line-height:11px !important;
	padding-right:11px !important; 
	background:transparent url('../images/arrow_sm_green.png') /*no-repeat right center*/ no-repeat 100% 5px;
}
/*end shows page seriesList.aspx detail of shows CSS*/

/*main blog page*/

#blogContainer
{

	margin-bottom: 30px;
}

#blogContainer a.blogLink
{
    background:url('/images/sageBlockArrow.png') no-repeat 0px 2px;
    font-family: Arial, Sans-Serif;
	font-weight: bold;
	color:#4c4c4c;
	text-decoration:none !important; 
	font-size:14px; 
	padding:2px 2px 2px 22px !important;
	line-height:18px;
}

#blogAuthor
{
	text-decoration: none;
	color: #619081;
	font-size: 11pt;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*#blogTitle
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color:#4c4c4c;
	text-decoration:none !important; 
	font-size:14px; 
	padding:2px 2px 2px 22px !important;
	line-height:18px;
}*/

#blogSummaryCommentsBtn
{
    margin-top:5px;
}
#blogImgPic
{
	width: 400px;
	overflow: hidden;
	width:114px;
	height:80px;
}

#blogImg
{	width: 100px;
	float: left;
}


#blogContentComments
{
}

p.blogSummary
{
	font-family: 'Lucida Sans',sans-serif;
	font-size: 11px !important;
	line-height: 15px !important;
	color: #4c4c4c;
	padding: 0;
	margin-bottom: 25px;
	width: 295px;
	max-height: 500px;
	float: right;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;

}


#authorMenuH2
{
	background: url("/images/authorBlueboxheader.gif") repeat scroll 0 0 transparent;
	font-size: 16px;
	color: #FFF;
	padding-left: 10px;
	font-family: Georgia, Serif;
    font-weight: normal;
    padding: 12px 10px 12px 12px;
    margin:0;
    text-transform: uppercase;
}

#authorMenu
{
	border:solid 1px #d9dada;
	height: 300px;
	margin-bottom:30px;
	margin-top:30px;
}

#authorMenu li
{
	list-style-type: none !important;
	padding-top:10px;
	padding-left:10px;
}

#authorMenu  li a
{
	background: url(/images/blueArrow.gif) no-repeat 0px 0px;
	padding-left:20px;
	font-size:14px !important;
	font-weight:bold;
	line-height:18px;
	color:#4c4c4c;
	font-family:Arial, Sans-Serif;
}

#readMoreComments
{

	width: 297px;
	margin-left: 100px;
}

span#blogCommentsLink
{
	color: #60806f;
	font-family: Georgia;
	font-size: 10pt;
}



#blogReadMore
{
	margin-left:107px;
}

#blogPostContent				/*blogpost.aspx*/
{
	padding: 5px 0 15px 0;
	font-family: "Adobe Calson 16";
}
/*end main blog page*


/*live.aspx*/
.showscontent_headingLIVE
{
	line-height: 100%; /*added so light and dark will be seperated if the text is too long*/
	font-family: "Adobe Caslon Pro" , "Hoefler Text" , Georgia, Garamond, Times, serif;
	font-size: 30pt;
	font-weight: normal;
	letter-spacing: -0.25px;
	width:500px;
	float:left;
}



h1.showscontent_headingLIVE span.light{ color:#988d8c; }
h1.showscontent_headingLIVE span.dark { color:#69605f; }
/*end live*/

/*searches styles*/
.showscontent_headingSEARCH
{
	line-height: 100%; /*added so light and dark will be seperated if the text is too long*/
	font-family: "Adobe Caslon Pro" , "Hoefler Text" , Georgia, Garamond, Times, serif;
	font-size: 30pt;
	letter-spacing: -0.25px;
	text-transform: uppercase !important;
	width:500px;
	float:left;
}

.showscontent_headingSEARCH_Sub
{
    line-height: 100%;
    font-family: "Adobe Caslon Pro" , "Hoefler Text" , Georgia, Garamond, Times, serif;
    font-size:18pt;
    letter-spacing: -0.25px;
	text-transform: uppercase !important;
	width:500px;
	color:#B29B99;
	clear:both;
}

h1.showscontent_headingSEARCH span.light{ color:#988d8c; }
h1.showscontent_headingSEARCH span.dark { color:#69605f; }
/*end search*/

/*educational programming menu for ektron page*/


 /* recent content rotator bottom of pages*/
div#RecentContentSlider
{
    width:724px;
    /*width:726px;*/
    border:solid 1px #d9dada;
    background-color:#f6f6f6;
    overflow:hidden;
}
#rcsTitleContent
{
    width:100%;
    display:block;
    margin:14px 0px 14px 14px;
}
#rcsTitle
{
    font-family:Georgia, Garamond, Times, Serif;
    font-size:16px;
    font-weight:normal;
    color:#4c4c4c;
    
}
#rcsSliderContainer
{
    width:746px;
    margin:0px;
}
ul#rcSlider
{
    padding:0px;
    margin:0px;
}
ul#rcSlider li
{
    list-style-type:none;
    padding:0px;
    display:block;
    width:246px;
    /*height:300px;*/
    /*border:solid 1px purple;*/
}
div.ListItemContent
{
}

a.ListItemLink
{
    display:block;
}
img.lcImg
{
    width:232px;
    height:130px;
    padding:0px;
    display:block;
}
span.lcTitle
{
    font-family:Arial, Sans-Serif;
    font-size:14px !important;
    font-weight:bold;
    /*line-height:12pt !important;*/
    text-transform:capitalize !important;
    color:#4c4c4c;
    text-align:center;
    display:block;
    width:204px;
    padding:10px 14px 0px 14px;
}
span.lcDescr
{
    font-family:'Lucida Sans', Sans-Serif;
    font-size:11px !important;
    font-weight:normal !important;
    line-height:15px !important;
    color:#4c4c4c;
    display:block;
    width:204px;
    text-align:center;
    padding:0px 14px 24px 14px;
}
a.bx-prev
{
    background:url('/images/sliderArrows.png') no-repeat scroll 0 0 transparent;
    height:130px;
    width:33px;
    position:absolute;
    top:0px;
    left:0px;
    text-indent:-999999px;
}
a.bx-prev:hover
{
    background:url('/images/sliderArrows.png') no-repeat scroll 0 -130px transparent;
    height:130px;
    width:33px;
}
a.bx-next
{
    background:url('/images/sliderArrows.png') no-repeat scroll -33px 0 transparent;
    height:130px;
    width:33px;
    position:absolute;
    top:0px;
    right:14px;
    text-indent:-999999px;
}
a.bx-next:hover
{
    background:url('/images/sliderArrows.png') no-repeat scroll -33px -130px transparent;
    height:130px;
    width:33px;
}
 /* END recent content rotator*/
 
 
/*EVENTS PAGE*/ 

#eventContainer
{
    width: 400px;
    height: auto;
	margin-bottom:150px;
}

a.eventLink
{
	background: url('/images/sageBlockArrow.png') no-repeat 0px 2px;
	display: block;
}

#eventAuthor
{
	text-decoration: none;
	color: #619081;
	font-size: 13px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    padding-bottom: 5px;
    width: 400px;
    height: 15px;
    clear: right;
}
#detailsEventAuthor
{
	text-decoration: none;
	color: #619081;
	font-size: 13px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    padding-bottom: 7px;
    width: 400px;
    height: 15px;
}

#eventTitle
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	color:#4c4c4c;
    width: 400px; 
	text-decoration:none !important; 
	font-size:14px !important; 
	line-height:18px !important;
	padding:2px 2px 2px 22px !important;
	display:block;
	margin-bottom:2px;
}

#eventImg
{	
	float: left;
	width:165px;

}

#eventImgPic
{
	width: 164px;
 	overflow: hidden;
	height:93px;

}

#eventContentComments
{
	/*width: 200px;
	float:right;*/
}


p.eventSummary
{
	font-family: 'Lucida Sans' ,sans-serif;
	font-size: 11px !important;
	line-height: 15px !important;
	color: #4c4c4c;
	padding: 0;
	margin-bottom: 15px;
	width: 225px;
	max-height: 500px;
	float: left;
	/*word-break: break-all;*/
	/*word-wrap: break-word;*/
	overflow: hidden;
	margin-left:10px;
}

p.detailsEventSummary
{
	font-family: 'Lucida Sans' ,sans-serif;
	font-size: 11px !important;
	line-height: 15px !important;
	color: #4c4c4c;
	padding: 0;
	margin-bottom: 25px;
	width: 400px;
	max-height: 500px;
	float: left;
	/*word-break: break-all;*/
	/*word-wrap: break-word;*/
	overflow: hidden;
}

p.eventTime
{
	font-family: 'Lucida Sans' ,sans-serif;
	font-size: 13px;
    line-height: 10px !important;
	width: 225px;
	overflow: hidden;
	font-weight:bold;
	padding-bottom: 8px;
	padding-left:10px;
}
p.detailsEventTime
{
	font-family: 'Lucida Sans' ,sans-serif;
	font-size: 13px;
    line-height: 10px !important;
	width: 225px;
	overflow: hidden;
	font-weight:bold;
	padding-bottom: 8px;
}

#readMoreEvents
{
float:right;
	margin-left: 200px;

}

a#eventReadMore
{	
}


#eventSummaryCommentsBtn
{
}


.Name {
font-family: Arial;
font-weight: bold;
font-size: 14px;
line-height: 15px;
color: #988d8c;
width: 104px;
display: block;
margin-top: 5px;
}

.Title {
font-family: Lucida Grande, Sans-Serif;
font-size: 10px;
line-height: 11px;
color: #3e3e3e;
display: block;
margin-top: -10px;
}

table#tblMeetTheTeam td {
width: 200px !important;

display: table-cell;
padding: 0 30px 22px 0;
}
/*************************************************************************************************************************
        Chris Rodriguez 4/6/2012
************************************************************************************************************************ */
#EP_Header_Text
{
	color:#FDFAF5;            
	font-family: Georgia;
	font-size:19px;
	font-weight:bold;
	line-height:20px;
	margin-left:40px;
	margin-bottom:7px;
}

.EP_ChildElement
{
	margin-left:22px;
	background:#021d3c; 
	width:90%; 
	height:40px; 
	display:block; 
	padding-top:12px; 
	
}
#EP_ChildElement_Top
{
	border-top: solid 2px #084284;
	border-left: solid 2px #084284; 
	border-top-left-radius:10px;
}
#EP_ChildElement_Middle
{
	border-top:solid 1px #084284; 
	border-left: solid 2px #084284;    
}
#EP_ChildElement_Bottom
{
	border-top:solid 1px #084284; 
	border-left: solid 2px #084284; 
	border-bottom: solid 2px #084284; 
	border-bottom-left-radius:10px;    
}

.EP_Child_Inner_Links
{
	padding-left:20px; 
	color:#CDCDCD; 
	font-family:Arial; 
	line-height:13px; 
	font-size:12px; 
	font-weight:bold;  
}
.EP_Child_Inner_Left
{
   float:left; 
   width:65%; 
}

div.EP_Child_Inner_Left ul li a
{
	color:#cdcdcd; 
	font-family:Arial; 
	line-height:13px; 
	font-size:12px; 
	font-weight:bold;
	
}
div.EP_Child_Inner_Left ul li a span.Subtitles
{
	color:#2c75c8; 
	font-family:Arial; 
	font-size:12px;
	line-height:13px;
}

div.EP_Child_Inner_Right
{
	margin-left:10px; 
	float:left; 
	width:25%; 
	text-align:right;
	display:none;
}
 .EP_InfoOrder
{
display:none;    
}
div.EP_Info
{
  margin-bottom:7px;
}
div.EP_Info a
{
	color:#FFCC00; 
	font-family:Lucida Sans; 
	font-size:9px; 
	font-weight:bold; 
	padding-bottom:4px;
}
div.EP_Order a
{
	background:#021D3C; 
	font-family:Lucida Sans; 
	font-size:9px; 
	font-weight:bold; 
	padding:2px 10px 2px 10px; 
	border:solid 1px #021d3c; 
	border-radius:12px;
}


h1.showscontent_heading {
text-transform:capitalize !important;
}