html, body {
	min-height: 100%;
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, "MS Trebuchet", sans-serif;
	min-width: 1080px;
	position: relative;
}
a.skip {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}
a.skip:focus, a.skip:active {
	color: #fff;
	background-color:#000;
	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow:auto;
	margin: 10px 35%;
	padding:5px;
	border-radius: 15px;
	border:4px solid yellow;
	text-align:center;
	font-size:1.2em;
	z-index:999;
}
#status {
	border-bottom: 1px solid #D2D2DC;
	line-height: 29px;
	height: 29px;
	background: url('../images/status_glow_home.png') repeat-y center center;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	-webkit-box-shadow: inset 0px -10px 15px -15px #000000;
	-moz-box-shadow: inset 0px -10px 15px -15px #000000;
	box-shadow: inset 0px -10px 15px -15px #000000;
}
#status a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url('../images/arrow_right.png') no-repeat right center;
	padding: 3px;
	padding-right: 16px;
}
#status a:hover {
	text-decoration: underline;
}
#status.green {
	background-color: #053A05;
}
#status.disabled {
	background-color: #666666;
}
#status.yellow {
	background-color: #E3CF57;
}
#status.yellow a {
	color: #000000;
}
#status.red {
	background-color: #800000;
}
/*img { -ms-interpolation-mode:bicubic; }*/


#headerWrapper {
	position: absolute;
	background-color: #494a52;
	top: 0;
	left: 0;
	right: 0;
	height: 500px;
	z-index: -1;
	border-bottom: 4px solid #fabd00;
}
body.alert #headerWrapper {
	top: 30px;
}

/* Home header Slides */

.slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#slide-bg-1 {
	background: url('../images/home-slide-1.jpg') center center no-repeat #494a52;
	background-size: cover;
}
#slide-bg-2 {
	background: url('../images/home-slide-2.jpg') center center no-repeat #494a52;
	background-size: cover;
}
#slide-bg-3 {
	background: url('../images/home-slide-3.jpg') center center no-repeat #494a52;
	background-size: cover;
}
#slide-bg-4 {
	background: url('../images/home-slide-4.jpg') center center no-repeat #494a52;
	background-size: cover;
}

/* Static Landing Pages */
#headerWrapper.careers-page #header-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../images/careers-banner.jpg') 75% 15% no-repeat #494a52;
	background-size: cover;
}

/* Slider & Header text */
#slide-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 208px;
	background: url('../images/home-header-overlay.png') left top repeat-x transparent;
}

#headerTextBG,
#slide-content-block {
	position: absolute;
	top: 217px;
	left: 0;
	height: 210px;
}
#headerTextBG {
	width: 50%;
		-webkit-transition: width 1.5s linear;
		-moz-transition: width 1.5s linear;
		-o-transition: width 1.5s linear;
		transition: width 1.5s linear;
	background-color: rgba(0,0,0,0.3);
}
#slide-content-block {
	width: 100%;
}
#slide-bg-4.active + #headerTextBG {
	width: 100%;
}
.yellow-bar {
	background-color: #fabd00;
	height: 7px;
	width: 32px;
	margin: 15px 0;
}
.slide-content {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 50px;
	width: 410px;
	color: #fff;
	overflow: hidden;
}
.slide-content.active {
	z-index: 49;
}
.slide-content p {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
}
.slide-content a,
.slide-content a:visited {
	color: #fabd00;
}
#slide-content-4.slide-content {
	width: 100%;
}
.slide-transition {
	opacity: 0;
		-webkit-transition: opacity 1.5s ease-in-out;
		-moz-transition: opacity 1.5s ease-in-out;
		-o-transition: opacity 1.5s ease-in-out;
		transition: opacity 1.5s ease-in-out;
}
.slide-transition.active {
	opacity: 1;
}
.slide-content h1, 
.slide-content h2 {
	font-weight: 300;
	font-size: 36px;
	line-height: 36px;
	margin: 0;
}
.slide-content sup {
	font-size: 12px;
}
#slide-control-block {
	text-align: center;
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	height: 16px;
}
.slide-control {
	z-index: 49;
	height: 9px;
	width: 9px;
	display: inline-block;
	background-color: #e1e1e1;
	border: 3px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/* Prevent background color leak outs */
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
	margin-right: 12px;
}
.slide-control:last-of-type {
	margin-right: 0;
}
.slide-control.active {
	background-color: #000;
}

#pageWrapper {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 980px;
	margin: 0 auto -432px;
	padding-bottom: 30px;
}

#displayArea {
	height: 500px;
}

#searchNav {
	z-index:60;
	position:relative;
	float:right;
}
#logoName {
	display: block;
	position: absolute;
	top: 18px;
	left: 10px;
	margin: 0;
	padding: 0;
	width: 112px;
	height: 74px;
	/* If a browser supports both multiple backgrounds and linear gradients, it supports SVG too. If not, the PNG is the fallback */
	background: url('/images/nrl_logo_white.png');
	background: url('/images/nrl_logo_white.svg'), linear-gradient(transparent, transparent);
	background-repeat: no-repeat;
}

#mainNavigation {
	clear: both;
	height: 34px;
	z-index: 50;
}
#mainNavigation ul {
	margin: 0px 0px;
	padding: 0px;
}

#mainNavigation ul li {
	float: right;
	margin: 7px 0px 0px 0px;
	font-size: 12px;
	color: #fff;
}
#mainNavigation ul li a {
	color: #fff;
	text-decoration: none;
}

/* Headerlinks Menu */
#mainNavigation ul, 
#mainNavigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 50;
}

/* Flatten top level links */
#mainNavigation ul.level1 li {
	width:auto;	
	position:relative;
}
#mainNavigation ul.level1 > li {
	padding-top: 3px;
	border: 1px solid transparent;
	border-bottom: none;
}
#mainNavigation ul.level1 li a {
	display: block;
	color: white; 
	padding:4px 12px 4px 12px;
	margin-bottom:5px;
}

/* Hover over a top-level list item, make the anchors do stuff */
#mainNavigation ul.level1 > li:hover {
	background-color: #fff;
	border: 1px solid #cfcfda;
	border-bottom: none;
}
#mainNavigation ul.level1 li.iehover a,
#mainNavigation ul.level1 li.iehover-last a,
#mainNavigation ul.level1 li:hover a { 
	color: #006; 
	position: relative; 
	z-index: 55;
	border-bottom: none;
}	

/* Override everything but the top level borders */
#mainNavigation ul.level1 li.iehover ul a,
#mainNavigation ul.level1 li.iehover-last ul a,
#mainNavigation ul.level1 li:hover ul a {
	border: none;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 13px;
}

/* Hover over any list item and the ul jumps into place */
#mainNavigation ul.level1 li.iehover ul,
#mainNavigation ul.level1 li.iehover-last ul,
#mainNavigation ul.level1 li:hover ul {
	left: auto;
	margin-left: -1px;
	width: 190px;
	margin-top: -1px;
}
#mainNavigation ul.level1 li.iehover-last ul, 
#mainNavigation ul.level1 li.last:hover ul {
	right: 0;
	text-align: right;
	margin-left: 0;
	margin-right: -1px;
}
#mainNavigation ul.level1 li.iehover-last ul a, 
#mainNavigation ul.level1 li.last:hover ul a {
	padding-right:11px;
}

/* Move off screen*/
#mainNavigation ul.level1 li ul {
	width: 150px;
	position: absolute;
	left: -9001px;
	margin-top: -1px;
	border: 1px solid #cfcfda;
	border-top:none;
	background-color: #fff;
} 

/* Override whatever border came from higher up */
#mainNavigation ul.level1 li ul a {
	border:none;
	color:black;
}

/* Unflatten links that aren't top-level */
#mainNavigation ul.level1 li ul li {
	margin-top:0;
	float:none;
}

/* Hover over a drop-down list item, make the anchor do stuff */
#mainNavigation ul.level1 li ul li.iehover a,
#mainNavigation ul.level1 li ul li.iehover-last a,
#mainNavigation ul.level1 li ul li:hover a {
	background-color: #cfcfda;
}
/* End of Headerlinks menu */

/* Begin Secondary Navigation menus */
#secondaryNavigation {
	position:relative;
	float: right;
	margin-top:14px;
}
#secondaryNavigation ul,
#secondaryNavigation li {
	margin:0;
	padding:0;
	list-style-type:none;
	z-index:60;
}
#secondaryNavigation ul li {
	float:right;
}
#secondaryNavigation ul.level1 li a {
	border-right: 1px solid #fff;
}
#secondaryNavigation ul.level1 li:first-of-type a {
	border-right: 1px solid transparent;
}
#secondaryNavigation ul.level1 li a {
	text-decoration:none;
	display:block;
	margin-bottom:4px;
	margin-top:5px;
	padding: 2px 13px 2px 12px;
	font-size: 13px;
	color: #fff;
	line-height:15px;
}

#secondaryNavigation ul.level1 li.iehover a,
#secondaryNavigation ul.level1 li.iehover-first a,
#secondaryNavigation ul.level1 li:hover a {
	z-index:60;
	position:relative;
	margin-bottom:0;
	margin-top:0;
	padding: 6px 13px;
	margin-left: -2px;
	border: 1px solid #cfcfda;
	border-bottom: none;
	background-color: #fff;
	color: #006;
}
#secondaryNavigation ul li ul li {
	float:none;
}

#secondaryNavigation ul.level1 li ul {
	width:155px;
	position:absolute;
	left: -9001px;
	border:1px solid #cfcfda;
	background-color: #fff;
}
#secondaryNavigation ul.level1 li.iehover ul,
#secondaryNavigation ul.level1 li.iehover-first ul,
#secondaryNavigation ul.level1 li:hover ul {
	left:auto;
	margin-left:-2px;
	margin-top:-2px;
	z-index: 59;
}

#secondaryNavigation ul.level1 li.iehover ul a,
#secondaryNavigation ul.level1 li.iehover-first ul a,
#secondaryNavigation ul.level1 li:hover ul a {
	border:none;
	background:none;
	padding-left:15px;
}

#secondaryNavigation ul.level1 li.iehover-first a,
#secondaryNavigation ul.level1 li:hover.first a {
	border-left:1px solid #cfcfda;
}
#secondaryNavigation ul.level1 li.iehover-first li a,
#secondaryNavigation ul.level1 li:hover.first li a {
	border:none;
}

#secondaryNavigation ul.level1 li ul li.iehover a,
#secondaryNavigation ul.level1 li ul li.iehover-first a,
#secondaryNavigation ul.level1 li ul li:hover a {
	z-index: 35;
	background-color: #cfcfda;
	margin-left:0;
	padding-left:13px;
}

input.placeholder{
	color: #7f7f7f;
}

form#searchForm {
	float:right;
	margin-top:14px;
}

form#searchForm input {
	/*#3e4a94*/
	background-color: #006;
	background-image: none;
	border: 1px solid #787890;
	color: #fff;
	height: 22px;
	padding: 1px 5px 1px 5px;
	text-align: left;
	width: 105px;
	font-size: 13px;

}
form#searchForm input.placeholder {
	background: url('../images/magnify.png') 92% center no-repeat #666;
	opacity: 0.5;
}

/* Content */
#homeContent {
	margin-top: 9px;
}
#leftColumn {
	display:inline;
	float: left;
	width: 164px;
	margin: 0px 20px 0px 16px;
	font-size: 12px;
	line-height: 18px;
	margin-top: 11px;
}
#leftColumn p {
	margin: 0px;
}

#rightColumn {
	float: left;
	width: 164px;
	margin: 11px 0px 0px 10px;
}
#mainColumn {
	float: left;
	width: 563px;
	margin-left:10px;
	margin-right:20px;
}
#mainColumn.fullWidth {
	float: none;
	width: 100%;
	margin: 0;
}

/* Careers Content */
#careersIntro {
	display: block;
	width: 100%;
	height: 99px;
	position: absolute;
	bottom: -199px;
	color: #006;
	background-color: #ebebeb;
	text-align: center;
	padding: 45px 0 50px;
	font-size: 20px;
	line-height: 33px;
}
#careersIntro p {
	max-width: 900px;
	margin: 0 auto;
}
#headerWrapper.careers-page + #pageWrapper #homeContent {
	margin-top: 199px;
}

#careersBlocks {
	width: 980px;
	text-align: center;
	margin-bottom: 50px;
}
.careerBlock {
	display: inline-block;
	height: 230px;
	width: 186px;
	margin-right: 8px%;
	background-color: #002248;
	position: relative;
	overflow: hidden;
}
.careerBlock:last-of-type {
	margin-right: 0;
}
.careerBlock img {
	height: 230px;
	width: auto;
	-webkit-transition: -webkit-transform .7s;
	transition: transform .7s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.careerBlock img:hover,
.careerBlock img:active,
.careerBlock img:focus {
	-ms-transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}
.careerBlock span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 40px;
	color: #fabd00;
	text-decoration: none;
	background-color: rgba(0,0,0,0.7);
	z-index:2;
}
#career-events-block {
	margin: 0 auto;
	padding: 0 160px;
	color: #002248;
}
#career-events-block h3 {
	font-size: 1.5em;
	font-weight: 300;
}
.career-event {
	clear: both;
	position: relative;
	min-height: 65px;
	margin-bottom: 35px;
}
.career-event-date {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 60px;
	overflow: hidden;
	text-align: center;
	margin: 0;
}
.career-event-month {
	display: block;
	width: 100%;
	background-color: #002248;
	color: #fff;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.career-event-day {
	line-height: 45px;
	font-size: 26px;
	font-weight: bold;
}
.career-event-title {
	margin: 0;
	margin-left: 80px;
}
.career-event-title a {
	line-height: 20px;
	color: #2f5690;
	text-decoration: none;
}
.career-event-title a:hover,
.career-event-title a:active,
.career-event-title a:focus {
	text-decoration: underline;
}
.career-event-content {
	margin: 5px 0 5px 80px;
	color: #000;
	font-size: 14px;
	line-height: 18px;
}
.career-event-content a {
	color: #000;
}

#careerContent {
	width: 100%;
	color: #000;
	font-size: 18px;
	line-height: 32px;
}
#careerContent p {
	max-width: 810px;
	margin: 1em auto 1.5em;
}

/* Left Column */
#aboutNRL {
	border-top: solid 1px #cfcfde;
	padding: 10px 0px;
}
#years85 {
	border-top: solid 1px #e3e3ea;
	border-bottom: solid 1px #e3e3ea;
	background-image: url(../images/background_85_years.gif);
	padding: 7px 0px 6px 0px;
}
#years85 img {
	display: block;
}


/* Right Column*/
#diversity, .badge {
	border-top: solid 1px #cfcfde;
	border-bottom: solid 1px #e3e3ea;
	padding: 10px 0px;
}
#diversity img {
	display: block;
}
.featuredStories {
	margin-top: 12px;
}
.featuredStories a {
	color: #000;
	text-decoration: none;
}
.featuredStories a:hover {
	text-decoration: underline;
}
.featuredStories b {
	font-size: 12px;
}
.featuredStory, .featuredStoryFirst {
	font-size: 12px;
}
.featuredStoryFirst {
	margin-top: 6px;
}
.featuredStory a, .featuredStoryFirst a {
	color: #000;
	text-decoration: none;
}
.featuredStory a:hover, .featuredStoryFirst a:hover {
	text-decoration: underline;
}
#timeline {
	border-top: solid 1px #e3e3ea;
	border-bottom: solid 1px #e3e3ea;
	background-image: url(../images/background_85_years.gif);
	padding: 9px 3px 9px 3px;
}
#timeline img {
	display: block;
}

/* Press Releases */
.prImage {
	width: 116px !important;
	width: 114px;
	height: 96px !important;
	width: 94px;
	padding: 1px;
	border: solid #a1a1b9 1px;
	float: left;
	margin-right: 12px;
}
.prText {
	float: left;
	width: 431px;
	font-size: 12px;
}
.prText a {
	color: #000;
}
.prBlock {
	clear: both;
	width: 563px;
	margin: 11px auto;
}
.prTitle, .prTitle a {
	font-size: 12px;
	margin: 2px 0px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.prTitle a:hover {
	text-decoration: underline;
}
#prSide {
	float: left;
	width: 630px;
}
.prDate {
	font-size: 11px;
	color: #a1a1b9;
	margin: 2px 0px 3px 0px;
}
.prHR {
	clear:both;
	border-bottom: solid 1px #e3e3ea;
	padding-top: 12px;
}
.prHRtopless {
	clear:both;
	border-bottom: solid 1px #e3e3ea;
	padding-top: 4px;
}

.prHRLast {
	clear:both;
}
#moreStories {
	margin: 4px 0px 0px 2px;
}
#moreStories a {
	font-size: 11px;
	color: #a1a1b9;
	text-decoration: none;
/*	margin-left: 2px;*/
}
#moreStories a:hover {
	text-decoration: underline;
}
#readMoreStories {
	float: left;
}
#followUs {
	float: right;
	padding: 0px;
	margin: 0px 0px -8px 0px;
}
#followNRL {
	float: right;
	font-size: 11px;
	color: #a1a1b9;
	padding: 2px 2px 0px 0px;
	margin: 0px;
}
#followRSS, #followTwitter {
	float: right;
	padding: 0px 0px 0px 6px;
}

#followRSS, followTwitter img {
	display: block;
}

/* Footer */
#pusher {
	height: 432px;
}
#footerWrapper {
	height: 432px;
	width: 100%;
	background: url('/images/footer_faceted.jpg') top center repeat-x #494a52;
}
#footer {
	padding: 30px 10px 25px;
	position: relative;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover,
#footer a:active,
#footer a:focus {
	text-decoration: underline;
}
#footerRequired {
	clear: both;
	color: #ccc;
	clear: both;
	text-align: right;
	line-height: 20px;
	font-size: 11px;
	width: 960px;
	margin: 0 auto;
}
#footerRequired a {
	margin-left: 7px;
}
#footerRequired a#footer-logo {
	display: block;
	float: left;
	margin: 11px 0 0;
	width: 95px;
	height: 63px;
/* If a browser supports both multiple backgrounds and linear gradients, it supports SVG too. If not, the PNG is the fallback */
background: url('/images/nrl_logo_white.png');
background: url('/images/nrl_logo_white.svg'), linear-gradient(transparent, transparent);
}

#footerRequired p {
	font-size: 11px;
	margin: 0;
}
#footerRequired ul {
	margin: 0;
	padding: 0;
}
#footerRequired ul li {
	display: inline;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 0 4px;
}
#footerRequired ul li a {
	text-decoration: none;
}
#footerRequired ul li a:hover {
	text-decoration: underline;
}

#footerNavigation {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footerNavigation a {
	color: #ccc;
}
#footer-nav-table {
	display: table;
	width: 100%;
	clear: both;
}
#footerNavigation ul {
	/*float: left;*/
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 29px 20px 0;
	display: table-cell;
	max-width: 150px;
}
#footerNavigation ul:last-of-type {
	padding-right: 0;
}
#footerNavigation ul li {
	line-height: 14px;
	list-style: none outside none;
	margin: 0;
	padding-bottom: 8px;
}
#footerNavigation ul li a {
	line-height: 0;
	text-decoration: none;
}
#footerNavigation ul li a:hover {
	text-decoration: underline;
}
#footerNavigation ul li.major a {
	font-weight: bold;
	text-transform: uppercase;
}
#footerNavigation > ul {
	max-width: 100%;
	width: 100%;
	padding-bottom: 35px;
	display: block;
}
#footerNavigation > ul li {
	float: left;
	margin-right: 10px;
	padding: 0 10px 0 0;
	border-right: 1px solid #cccccc;
}
#footerNavigation > ul li:last-of-type {
	border-right: none;
}

/* Clearfix */
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*.clearfix {display: inline-block;}	/* for IE/Mac */

/* for space gallery */
#spaceGallery {
	width: 100%;
	height: 260px;
}
#spaceGallery img {
	border: 1px solid #FFFFFF;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}
.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 10;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/blank.gif);
}