/* main.css
/* Last edit: updated for mission statement, exit disclaimer, and youtube icon.
/* Last editor: Nathan Ray
/* Edit date: 30 January 2012

/* global reset */
* { margin: 0px; padding: 0px; }
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,li p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 1em;
}


a:link { color: #7A862E; text-decoration: none; }			/* unvisited link */
a:visited { color: #8B5F34; text-decoration: none; }		/* visited link */
a:hover { color: #81A5CF; text-decoration: underline; }		/* mouse over link */
a:active { color: #000; }									/* selected link */
a img { border: none; }

h1, h2, h3, h4, h5, h6, p, ul { margin-bottom: 15px; }

/* global utility classes */
.non-visual {
	position: absolute;
	height: 1px; min-height: 1px; width: 1px;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 0px; margin-bottom: 0px;
	padding-top: 0px; padding-bottom: 0px;
}
.text-replace {
	text-indent: -9999px;
	overflow: hidden;
}
.column { display: inline; float: left; }
.clear { clear: both; }

.left { float: left; margin-right: 10px; }
.right { float: right; margin-left: 10px; }

/* global element styles */

a.filetype-pdf { padding: 2px 0 2px 20px; background:url(../images/icon-pdf.gif) no-repeat left center; }
a.filetype-doc { padding: 2px 0 2px 20px; background:url(../images/icon-doc.gif) no-repeat left center; }

/* copy styles */
.copy-block * { color: #455b75; }
.copy-block h1 { font-size: 2.4em; font-weight: normal; }
.copy-block h2 { font-size: 2.0em; font-weight: normal; }
.copy-block h3 { font-size: 1.4em; font-weight: normal; }
.copy-block h4 { font-size: 1.2em; font-weight: normal; }
.copy-block p, .copy-block ul, .copy-block ol { font-size: 1.3em; line-height: 1.7em; }

.copy-block ul, .copy-block ol { margin-left: 25px; margin-bottom: 15px; }
.copy-block ul ul { font-size: 1em; margin-bottom: 0; }
.copy-block li { padding-bottom: 0px; }

#sub-nav .img-bullets { margin-left: 0; }
.img-bullets li { list-style: none; padding-left: 14px; background: url(../images/bullet.png) no-repeat 0 6px; }

/* global page styles */
body {
	background: url(../images/bg-2.png) fixed center top #000;
	font-size: 62.5%;
	font-family: verdana, arial, sans-serif;
}

#wrapper {
	width: 961px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.page-border {
	border: 1px solid #ccc;
	border-top: none; border-bottom: none;
}

.horiz-nav li { display: inline; list-style: none; }
.horiz-nav a { text-decoration: none; }
.vert-nav a { text-decoration: none; }

#header {
	width: 961px;
	background: url(../images/bg-header.png) no-repeat 0 0;
	position: relative;
	padding-top: 126px;
}

#fitness-logo {
	position: absolute;
	width: 552px;
	height: 164px;
	background: url(../images/logo-fitness.png) no-repeat 0 0;
	z-index: 100;
	top: 0;
}

#get-fit-logo {
	background: url(../images/text-lets-move.png) no-repeat 0 0;
	width: 151px;
	height: 109px;
	position: absolute;
	right: 15px;
	top: 7px;
	overflow: hidden;
}

/* navigation */
#main-nav {
	width: 961px;
	min-height: 40px;
	background: url(../images/bg-main-nav-small.png) repeat-x 0 0;
	position: absolute;
	z-index: 1;
	left: 21px;
}
#main-nav a {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 40px;
	padding: 15px 27px 0;
}
#main-nav .top-level { border-right: 1px #6379A5 solid; #FFFFFF !important; }
#main-nav a.about-us { width: 80px; color: #fff !important; }
#main-nav a.pres-challenge { width: 176px; color: #fff !important; }
#main-nav a.photos-and-videos { width: 132px; color: #fff !important; }
#main-nav a.news { width: 130px; color: #fff !important; }
#main-nav a.resources-and-grants { width: 169px; color: #fff !important; }
#main-nav a.last { border: none; }
#main-nav a.current { background: url("../images/bg-main-nav-hover.png") repeat-x; border-right: 1px #6379A5 solid; color: #fff !important; }
#main-nav a.current-last { background: url("../images/bg-main-nav-hover.png") repeat-x; border-right: 1px #6379A5 solid; color: #fff !important; border: none; }

#main-nav li:hover { background: url("../images/bg-main-nav-hover.png") repeat-x; }
#main-nav > li:hover { border-bottom: none; }
#main-nav li:hover a { color: #585858; text-decoration: none; }
#main-nav li.sfHover li.sfHover:hover { background-image: none; background-color: #b3b89a; }
#main-nav ul { border: 1px solid #ccc; border-top: none; background: #fff; }
#main-nav ul li { width: 182px; position: relative; }
#main-nav ul li a { width: 182px; height: 17px; padding-top: 8px; }
#main-nav ul li a.double { height: 30px; }
#main-nav ul ul { border: 1px solid #ccc; background: #fff; }
#main-nav ul a { font-size: 1.2em; color: #585858; display: block; text-decoration: none; padding: 3px 8px; }

#main-nav ul a:hover { background-color: #dee4be; text-decoration: none; width: 166px; }
#main-nav a > ul a:hover { background-color: #dee4be; text-decoration: none; width: 182px; }

/* superfish */
ul.sf-menu, .sf-menu * { padding-left: 1px; margin: 0; padding: 0; list-style: none; }
ul.sf-menu ul { width: 182px; position: absolute; top: -999em; /* left offset of submenus need to match (see below) */ }
ul.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
ul.sf-menu li { float: left; position: relative; }
ul.sf-menu a { display: block; }
ul.sf-menu li:hover ul, .sf-menu li.sfHover ul { width: 182px; left: -2x; top: 55px; /* match top ul list item height */ z-index: 99; }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { width: 182px; top: -999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { width: 182px; left: 182px; /* match ul width */ top: 0; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { width: 182px; top: -999em; }


/* buttons */
.button {
	border: 1px solid #82868A;
	margin: 0 auto;
	padding: 1px;
	width: 145px;
}
.button a {
	background: url(../"../images/bg-nhas-button.png") no-repeat scroll 0 center #FFFFFF;
	color: #023061;
	display: block;
	font-family: helvetica,verdana;
	font-size: 12px;
	padding: 4px 5px;
	text-align: center;
	text-decoration: none;
	width: 135px;
}

#body {
	width: 961px;
	background-color: #FFF;
	color: #585858;
	float: left;
}

#site-foot { background: url(../images/bg-site-foot.png) repeat-x 0 bottom; margin-bottom: 0; padding: 0 0 4px 4px; float: left; width: 957px; position: relative; height: 255px; }
#site-foot .vert-nav { 
	border: 1px solid #cdd5b3;
	background: url(../images/bg-site-foot-inner.png) repeat-x 0 top #c7cead;
	float: left;
	margin: 0;
	height: 253px;
}
#site-foot .top-level { 
	width: 160px;
	padding: 10px 15px 15px 15px;
}
#site-foot .first { border-left: 1px solid #cdd5b3; }
#site-foot .last { border-right: 1px solid #cdd5b3; }
	
#site-foot h4 { font-size: 1.4em; font-weight: normal; }
#site-foot h4 a { color: #585858; }
#site-foot ul ul { font-size: 1.2em; margin: 10px 0 0 0; }
#site-foot ul li { margin-top: 3px; line-height: 1.7em; }
#site-foot ul ul a { color: #7A862E; }
#logo-hhs { position: absolute; bottom: 10px; left: 20px; }

#footer { background: url(../images/bg-footer.png) repeat-x 0 0 #022b5c; font-size: 1.4em; }
#footer-nav {
	width: 961px;
	margin: 0 auto;
	padding: 20px;
	background: url(../images/bg-footer-nav.png) no-repeat 1px 0;
	text-align: center;
}
#footer-nav li { padding: 0 10px; }
#footer-nav a { color: #FFF; }


/* global overrides */
#footer a:hover, #wrapper a:hover { text-decoration: underline; }


/* photo section */
#img-row {
	-moz-box-shadow: 5px 5px 10px #888888;
	-webkit-box-shadow: 5px 5px 10px #888888;
	box-shadow: 5px 5px 10px #888888;
	display: inline;
	float: left;
	padding-top: 10px;
	margin-bottom: 30px;
	margin-left: 8px;
	border: 2px solid #e5a883;
	width: 590px;
}
#img-box { padding: 2px; float: left; height: 115px; width: 190px; text-align: center; }
#img-box p { padding-top: 1px; font-size: 9px; line-height: 12px; width: 185px; }

/* video gallery */

#video-gallery {
	width: 565px;
	height: 766px;
	margin: 0 0 15px 15px;
	position: relative;
}
#video-gallery h3 { font-size: 1.4em; margin-bottom: 5px; margin-top: 35px; color: #455B75; }
#inner-page #video-gallery { height: auto; }
#video { margin: 15px 15px 15px 30px; min-height: 385px; }
#home-page #video { margin: 15px 15px 5px 30px; }
#video-nav {
	margin: 0;
	position: absolute; bottom: 1px; left: 1px;
	border: 1px solid #efe8e2;
	background: url(../images/bg-featured-footer.png) repeat-x 0 bottom #fdffe7;
	list-style: none;
	float: left;
	width: 528px;
	padding: 6px;
	font-size: 1.2em;
}
#inner-page #video-nav { position: static; }
#video-nav li {
	float: left;
	width: 127px;
	padding: 5px 0 5px 5px;
	cursor: pointer;
}
#video-nav li.current {
	background-color: #FFF;
}
#video-nav a { color: #585858; text-decoration: none; }

#transcript { padding-left: 30px; }

/* fit tips slider */
.outer { width: 228px; height: 105px; margin-left: -10px; margin-top: -13px; }
.hp-outer {
	background: #fff; 
	width: 228px;
	height: 105px;
	margin: 0 0 0 25px;
	border: #999999 1px solid;
	-webkit-box-shadow: 2px 2px 10px 1px #888888;
	-moz-box-shadow: 2px 2px 10px 1px #888888;
	box-shadow: 2px 2px 10px 1px #888888;
}

.fit-tips-title { width: 250px; height: 30px; }
.fit-tips-title img { margin-left: 87px; }

.glidecontentwrapper{
	margin: 0 auto;
	margin-top: 5px;
	position: relative;		/* Do not change this value */
	width: 225px;
	height: 65px;			/* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}

.glidecontent{
	position: absolute;		/* Do not change this value */
	background: white;
	padding: 10px;
	padding-top: -25px;
	visibility: hidden;
	height: 75px;
	width: 200px;
}

.glidecontent img { float: left; }

.glidecontent h4 {
	width: 150px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin-top: -3px;
	margin-left: 5px;
}

.glidecontent a { text-decoration: none; font-weight: normal; color: #000; }
.glidecontent a:hover { text-decoration: underline; }

.glidecontenttoggler{
	width: 228px;
	padding-top: 5px;
	margin-top: 8px;
	text-align: center; /*How to align pagination links: "left", "center", or "right"
	background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}

/*style for every navigational link within toggler */
.glidecontenttoggler a {
	display: -moz-inline-box;
	display: inline-block;
	color: #669933;
	padding: 1px 3px;
	margin-right: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.glidecontenttoggler a.prev { padding-right: 10px; }
.glidecontenttoggler a.next { padding-left: 10px; }

.nl { height: 110px; background: url('../images/nl.png'); background-repeat: no-repeat; background-position: right center; }
.fdg { background: url('../images/fdg.png'); background-repeat: no-repeat; background-position: bottom; }
.fdg a { font-size: 9px; }
.pag { background: url('../images/pag.png'); background-repeat: no-repeat; background-position: bottom; }
.pag a { font-size: 9px; }
.glidecontenttoggler a.selected{ color: #669933; }
.glidecontenttoggler a:hover{ color: #669933; }
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{  color: #669933; }
.sm { font-size: 9px; }
.md { font-size: 10px; }

ul.thumbs li { display: inline; }

div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	text-align: center;
}

div.photo-index {
	color: #888;
}
div.navigation a.prev {
	background-image: url(prevPageArrowWhite.gif);
}
div.navigation a.next {
	background-image: url(nextPageArrowWhite.gif);
}
div.loader {
	background-image: url(loaderWhite.gif);
}
div.slideshow img {
	border-color: #333;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
div#container {
	overflow: hidden;
}
div.content {
	display: none;
	clear: both;
}

div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:hover, div.content a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 600px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {

}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 425px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 400px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
margin: auto;
}
div.caption-container {
	float: right;
	position: relative;
	margin-top: 30px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 525px;
	float: left;
	margin-left: 40px;
}

div.caption {
	padding: 0 5px;
}

div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

div.photo-index {
	width: 80px;
	float: left;
	margin-left: 5px;
}
div.navigation-container {
	float: left;
	position: relative;
	left: 50%;
}
div.navigation {
	float: left;
	position: relative;
	left: -50%;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	background: url(../images/album-thumbs-bg.png);
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 560px;
	clear: both;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}

.caption { min-height: 100px; }
.caption .image-title { font-size: 1.5em; font-weight: bold; padding-top: 20px; }
.caption .image-desc { font-size: 1.2em; float: left; width: 480px; }
.download { width: 125px; float: right; margin-right: 12px; }



#slider-wrapper { margin-left: 55px; }
#slider {
	position: relative;
	width: 190px;
	height: 260px;
	background: url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}

.nivo-controlNav {
	position: absolute;
	left: 260px;
	bottom: -42px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}

.nivo-directionNav a {
	position: absolute;
	top: 100px;
	display: block;
	width: 30px;
	height: 22px;
	background: url("../images/arrow-badges.png") no-repeat scroll 0 0 transparent;
	text-indent: -9999px;
	border: 0;
	opacity:0.75;
	filter:alpha(opacity=75);
	cursor: pointer;
}
.nivo-directionNav a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.nivo-directionNav a.nivo-nextNav {
	background-position: 0 -22px;
	right: -79px;
}
a.nivo-prevNav {
	left: -73px;
}

.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
	color: #efe9d1;
	text-decoration: underline;
}
/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	text-align: center;
	position:absolute;
	left:0px;
	top:170px;
	background:#fff;
	color:#000;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width: 190px;
	z-index:89;
}
.nivo-caption p {
	width: 190px; margin-bottom: 0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
/*.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
*/
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


.horizontal-content { clear: both; width: 575px; min-height: 130px; margin-bottom: 20px; }
.horizontal-content img { float: left; margin-left: 20px; }
.horizontal-content .description { float: right; width: 370px; }

.horizontal-content-b { clear: both; width: 575px; min-height: 130px; margin-bottom: 10px; }
.horizontal-content-b img { float: left; margin: 5px 0 0 20px; }
.horizontal-content-b .description { float: right; width: 415px; }

#monthly-initiative {
	border-top: 1px #828282 solid;
	margin-top: 25px;
	padding-top: 25px;
	clear: both;
	}

#sub-nav { padding-left: 15px; }
#sub-nav h3 { margin-bottom: 5px; }



#science-partners { height: 210px; }
#federal-partners { height: 210px; }

.jcarousel-skin-tango .jcarousel-container { margin-bottom:15px; }
.jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; }
.jcarousel-skin-tango .jcarousel-container-horizontal { width: 615px; }
.jcarousel-skin-tango .jcarousel-container-vertical { width: 75px; height: 245px; padding: 40px 20px; }
.jcarousel-skin-tango .jcarousel-clip { overflow: hidden; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { margin-left: 35px; width: 540px; height: 135px; }
.jcarousel-skin-tango .jcarousel-clip-vertical { width: 75px; height: 245px; }
.jcarousel-skin-tango .jcarousel-item { width: 125px; height: 125px; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 0;margin-right: 10px; }
.jcarousel-skin-tango .jcarousel-item-horizontal img { margin: 5px; border: 1px #999 solid; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left: 10px; margin-right: 0; }
.jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: 10px; }
.jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; }
/**
 * Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 55px;
	right: 10px;
	width: 15px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(/images/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 55px;
	left: 10px;
	width: 15px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/images/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;

}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
}



.learn-more {padding:5px;background-color: #f37021; color: #fff !important;}

/*
bannerslider
*/

.banner-rotator { 
	position: relative;
	padding-bottom: 28px;
	height: 300px;
}
.banner { 
	height: 300px;
	width: 615px;
	position: absolute;
	background-color: #FFF;
}
.banner-rotator div.transition {  z-index: 3; }
.banner-rotator div.current {  z-index: 2; }
.banner-copy {
	padding: 10px;
	position: absolute;
	background-color: #CCC;
	right: 0;
	bottom: 0; top: 0; width: 200px;
	background-color: #495875;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #252d3f),
		color-stop(1, #495875)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#252d3f 0%,
		#495875 100%
	);
	background-image: linear-gradient(
		center bottom,
		#252d3f 0%,
		#495875 100%
	);
}
.banner-copy h3 { font-weight: bold; }
.banner-copy p, .banner-copy h3, .banner-copy em { color: #FFF; }
#copy .full-link {
	background-color: #DDD;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #CCC),
		color-stop(1, #FFF)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#CCC 0%,
		#FFF 100%
	);
	background-image: -linear-gradient(
		center bottom,
		#CCC 0%,
		#FFF 100%
	);
	border-bottom: 1px solid #898d94;
	position: absolute;
	display: block;
	bottom: 20px; left: 20px; right: 20px;
	padding: 4px 10px;
	text-align: center;
	color: #2e394f;
	
}
#copy .full-link:active {
	bottom: 19px; left: 20px; right: 19px;
}
#copy .full-link:hover { background: none; background-color: #FFF;text-decoration: none; }
#copy .full-link em { color: #2E394F; }
#copy .banner-tabs {
	position: absolute;
	width: 615px;
	height: 20px;
	padding: 4px 0;
	margin: 0;
	bottom: 0;
	background-color: #bababa;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #a5a5a5),
		color-stop(1, #bababa)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#a5a5a5 0%,
		#bababa 100%
	);
	background-image: -linear-gradient(
		center bottom,
		#a5a5a5 0%,
		#bababa 100%
	);
	border-top: 1px solid #c6c6c6;
}
#copy ul.banner-tabs { list-style: none; text-align: center;}
#copy ul.banner-tabs li { float: left; }
.banner-tabs a {
	display: block;
	width: 14px;
	height: 15px;
	float: left;
	text-indent: -9999px;
	overflow:hidden;
	background: url('../images/bg-banner-tabs.png') no-repeat 0 0;
	padding: 3px;
	position: relative;
}
.banner-tabs a:hover { background-position: -21px 0; }
.banner-tabs a.current { background-position: -42px 0; top: 1px; }

/* let's move banner */
.banner-rotator #lets-move { background: url("../images/lets-move-overview.png") no-repeat scroll 0 0 transparent; }
.banner-rotator #lets-move-cities { background: url("../images/lets-move-cities.png") no-repeat scroll 0 0 transparent; }
.banner-rotator #chefs-move-to-school { background: url("../images/chefs-move-to-schools.png") no-repeat scroll 0 0 transparent; }
.banner-rotator #lets-move-faith { background: url("../images/lets-move-faith.png") no-repeat scroll 0 0 transparent; }
.banner-rotator #lets-move-outside { background: url("../images/lets-move-outside.png") no-repeat scroll 0 0 transparent; }
.banner-rotator #lets-move-museums { background: url("../images/lets-move-museums.png") no-repeat scroll 0 0 transparent; }
.banner-rotator #lets-move-indian { background: url("../images/lets-move-indian.png") no-repeat scroll 0 0 transparent; }
.banner-rotator #lets-move-child-care { background: url("../images/lets-move-child-care.png") no-repeat scroll 0 0 transparent; }
.banner-rotator #lets-move-in-the-clinic { background: url("../images/lets-move-in-the-clinic.png") no-repeat scroll 0 0 transparent; }

/* joining-forces banner */
.banner-rotator #joining-forces-overview { background: url("../images/joining-forces-overview.png") no-repeat scroll 0 0 transparent; }
.banner-rotator #learn-more-about-joining-forces { background: url("../images/learn-more-about-joining-forces.png") no-repeat scroll 0 0 transparent; }
.banner-rotator #helping-service-members { background: url("../images/helping-service-members.jpg") no-repeat scroll 0 0 transparent; }
.banner-rotator #carl-edwards { background: url("../images/carl-edwards.jpg") no-repeat scroll 0 0 transparent; }
.banner-rotator #flotus-joining-forces { background: url("../images/flotus-joining-forces.jpg") no-repeat scroll 0 0 transparent; }

/* exit disclaimer */
.content_block p { border: none !important; margin-bottom: 15px !important; padding: 0 10px 0 0 !important; }
.content_block p a { float: none !important; }
.content_block .tiplink { height: 10px !important; }
.ui-tooltip-titlebar { min-height: 17px !important; }
