@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	margin: 0;
	padding: 25px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	}

div.access {
	display:none;
	}

img {border: none}
	
#wrapper {
	width: 980px;
	text-align: center;
	margin:0 auto;
}

/*--------------------- Header ---------------------*/

#header	{
	width: 980px;
	height: 60px;
	text-align: left;
	}
#header	#logo {
	float: left;
}
#header	#searchbox {
	float: right;
	text-align: right;
}
#header	#searchbox form{
	margin: 0;
	padding: 0;
}
#header	#searchbox .inputbox { 
	height: 17px;
	width: 100px;
	border: solid #373737 1px; 
	margin: 0 5px 0 0;
	padding: 0 5px;
	font-size: 1.1em;
	background: #fff;
	float: right;
}
#header	#searchbox .searchbtn {
	height: 19px;
	width: 50px;
	border: solid #373737 1px; 
	background: #F12B51;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
}
/*-------------------- Nav Menu --------------------*/
	
#nav {
	position: relative;
	float: left;
	clear: none;
	width: 980px;
	padding-bottom: 10px;
}

div#nav ul {
	list-style: none;
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
	text-align: left;
	display: inline;
}

div#nav li {
	margin: 0;	
	float: left;
}

div#nav a:link, div#nav a:visited {
	display:block;
	text-align:center;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	padding: 0 8px 0 8px;
	background: url(../../../../../BAEProd/groups/admin/documents/ss_asset/nav-sep.jpg) top right no-repeat;
	border-bottom: #000000 solid 3px;
}

div#nav .last a:link, div#nav .last a:visited {
	background: none;
}

div#nav a:hover, div#nav .on a:link, div#nav .on a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../../../../../BAEProd/groups/admin/documents/ss_asset/nav-on.jpg) top repeat-x!Important;
	padding-bottom: 2px;
	border-bottom: #CC0033 solid 1px;
}

/*------------------- SubNav Menu ------------------*/
	
#subnav {
	position: relative;
	float: left;
	clear: none;
	width: 149px;
	padding-top: 15px;
	display: block;
}

div#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
}
div#subnav ul li {
	background: #151515 url(../../../../../BAEProd/groups/admin/documents/ss_asset/subnav-off.jpg) top left no-repeat;
	margin: 0;	
	padding: 0;
	width: 149px;
	border-bottom: #000000 solid 2px;
	display: block;
	padding-bottom: 2px;
}
div#subnav ul li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
	margin-top: 2px;
	border-top: #000000 solid 2px;
}

div#subnav ul li li {
	background: #151515 url(../../../../../BAEProd/groups/admin/documents/ss_asset/subnav2-off.jpg) top left repeat-y;
	margin: 0;	
	padding: 0;
	width: 149px;
	border-bottom: #000000 solid 2px;
	display: block;
	padding-bottom: 2px;
}
div#subnav ul li.on {
	background: #151515 url(../../../../../BAEProd/groups/admin/documents/ss_asset/subnav-on.jpg) top left no-repeat;
	/*border-bottom: none;
	padding-bottom: 0;*/
}
div#subnav ul li ul li.on {
	background: #4C4C4C url(../../../../../BAEProd/groups/admin/documents/ss_asset/subnav2-on.jpg) top left no-repeat;
	border-bottom: #000000 solid 2px;
	padding-bottom: 2px;
}
div#subnav li a:link, div#subnav li a:visited {
	text-align:left;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
	margin-left: 24px;
	display: -moz-inline-block;	
	display: inline-block;
	border-bottom: #151515 solid 1px;
}

div#subnav ul li a:hover, div#subnav ul li.on a:link, div#subnav ul li.on a:visited {
	font-weight: bold;
	border-bottom: #CC0033 solid 1px;
}

div#subnav ul li ul li a:link, div#subnav ul li ul li a:visited, div#subnav ul li.on ul li a:link, div#subnav ul li.on ul li a:visited  {
	font-weight: normal;
	border-bottom: #151515 solid 1px;
	margin-left: 44px;
}

div#subnav ul li ul li a:hover, div#subnav ul li.on ul li a:hover, div#subnav ul li ul li.on a:link, div#subnav ul li ul li.on a:visited  {
	font-weight: bold;
	border-bottom: #CC0033 solid 1px;
}

div#subnav ul li.belowon {
	margin-top: -4px;
}

/*-------------------- breadcrumb --------------------*/

#breadcrumb {
	color: #FFFFFF;
	padding: 0 0 0 5px;
	text-align: left;
	font-size: 1.1em;
}
div#breadcrumb a:link, div#breadcrumb a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
div#breadcrumb a:hover, div#breadcrumb.on {
	color: #FFFFFF;
	text-decoration: none;
}


/*--------------------- Content ---------------------*/

h1 {
	font-size: 1.6em;
	color: #ffffff;
	margin: 0;
	padding: 25px 0 0 0;
	}
	 
h2 {
	font-size: 1.6em;
	color: #ffffff;
	margin: 0;
	padding: 2px 0 5px 0;
	} 

h3, .subheading {
	font-size: 1.4em;
	color: #ffffff;
	margin: 0;
	padding: 10px 0;
	}
	
p {
	font-size: 1.16em;
	color: #ffffff;
	margin: 0;
	padding: 6px 0;
	line-height: 1.6em;
	}
	
#content ul {
	margin: 8px 0 8px 16px;
	padding: 0;
}
#content ul li {
	font-size: 1.16em;
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1.6em;
}

.red { 
	color: #FF0000;
	font-weight: bold;
	}
	
#content {
	float: left;
	clear: none;
	position: relative;
	width: 660px; 			
	text-align: left;
	margin: 15px 10px 0 10px;
	background: #151515;
}
.contenthome {
	width: 950px!Important;
	background: #000000!Important;
}
.contenthome p {
	color: #ffffff;
}
.contentnosub {
	width: 798px!Important;
}
#content a {
	color:#FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content .maincontent {
	padding: 0 20px 0 22px;
	background-color: #151515;
}
#content .maincontenthome {
	padding: 0 20px 0 10px;
}
#content .maincontentloc {
	padding: 10px 10px 0 20px;
}
#content .imgcol {
	float: left;
	width: 155px;
	padding: 10px;
}
.biggertext {
	font-size: 1.5em;
	line-height: 1.2em;
}
#content .contentcol {
	float: left;
	width: 420px;
}

.flashvideobox {
	padding: 10px 0 0 0;
}

/*------------ homepage quick links -----------*/

#homeqlinks {
	margin: 20px 0;
	height: 140px;
}
#homeqlinks .box {
	width: 167px;
	float: left;
	margin-right: 21px;
}
#homeqlinks .lastbox {
	margin-right: 0;
}
#homeqlinks a {
	width: 139px;
	height: 24px;
	display: block;
	color: #CCCCCC;
	background: #333333 url(../../../../../BAEProd/groups/admin/documents/ss_asset/homeqlinks-off.jpg) top left no-repeat;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	padding: 8px 0 0 28px;
}
#homeqlinks a:hover {
	background: #333333 url(../../../../../BAEProd/groups/admin/documents/ss_asset/homeqlinks-on.jpg) top left no-repeat;
	color: #ffffff;
}

/*---------------- news ticker ---------------*/

#newsticker {
	width: 918px;
	border: #484848 solid 1px;
	margin-bottom: 20px;
	float: left;
	background: #1F1F1F;
}

#newsticker .tickerheading {
	color: #FFFFFF;
	background: #86A9CF;
	width: 100px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	height: 20px;
	padding: 5px 0 0 10px;
}
#newsticker .tickertext {
	color: #FFFFFF;
	float: left;
	font-size: 1.2em;
	padding: 5px 0 0 10px;
	width: 798px;
}
#newsticker .tickertext2 {
	height: 20px;
	overflow:hidden;
	color: #FFFFFF;
	float: left;
	font-size: 1.2em;
	padding: 5px 0 0 10px;
	width: 798px;
}
#newsticker .tickertext .tickerdate {
	font-weight: bold;	
}

/*------------------ infobar ------------------*/

#infobar {
	position: relative;
	float: left;
	clear: none;
	width: 149px;
	padding-top: 15px;
	display: block;
	text-align: left;
	margin-left: -3px;
}
#infobar img{
	float: right;
}

#infobar .accordion_header, #infobar .accordion_header_static, #infobar .on  { 
	/*cursor: hand;
	cursor: pointer;*/
	margin: 0;	
	width: 120px;
	border-top: #000000 solid 3px;
	border-bottom: #000000 solid 4px;
	display: block;
	padding: 0 0 0 29px;
	height: 19px;
	clear: both;
}
#infobar .accordion_header a, #infobar .accordion_header_static a, #infobar .on a { 
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 4px 0 0 0;	
}
#infobar .accordion_header a:hover, #infobar .accordion_header_static a:hover { 
	text-decoration: underline;
}
#infobar .accordion_content { 
	color: #FFFFFF;
	border-bottom: #999999 solid 1px;
	background: #151515;
	padding: 5px 10px 5px 18px;
	margin-bottom: 5px;
}
#infobar .accordion_full {
	padding: 0;
}
#infobar .accordion_open, #infobar .on {
	background: #AAAAAA url(../../../../../BAEProd/groups/admin/documents/ss_asset/infobar-icon-on.jpg) top left no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: #CC0033 solid 1px;
}

#infobar .accordion_closed, #infobar .accordion_header_static { 
	background: #151515 url(../../../../../BAEProd/groups/admin/documents/ss_asset/infobar-icon.jpg) top left no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em; 
}


/*----------------- content footer -----------------*/

#contentfooter {
	margin-top: 10px;
	border-top: #8A8A8A solid 1px;
	background: url(../../../../../BAEProd/groups/admin/documents/ss_asset/contentfooter.jpg) top left no-repeat;
	height: 26px;
	clear: both;
}

/*--------------------- Search ---------------------*/

#content .SearchResultPaged-report {
	font-size: 1.16em;
	padding: 6px 0;
	line-height: 1.6em;
}
#content .SearchResultPaged-result {
	font-size: 1.1em;
	line-height: 1.5em;
}
/*#content .SearchResultPaged-result a {
	text-decoration: none;
}
#content .SearchResultPaged-result a:hover {
	text-decoration: underline;
}*/
#content .SearchResultPaged-pages {
	float: right;
	padding-bottom: 10px;
}
#content .SearchResultPaged-pages .SearchResultPaged-more a {
	background: #4C4C4C;
	padding: 2px 6px;
	text-decoration: none;
	color: #E0E0E0;
	text-align: center;
	font-size: 1.2em;
}
.SearchResultPaged-more a:hover  {
	font-weight: bold;
}
/*
.SearchResultPaged-more a.current  {
	font-weight: bold;
}
*/

/*--------------------- Site Map ---------------------*/

#content .sitemap a {
	text-decoration: none;
	font-size: 1.2em;
}
#content .sitemap {
	padding: 10px 0;
}
#content .sitemap a:hover {
	text-decoration: underline;
}
#content .sitemap .SiteMapPlain, #content .sitemap .SiteMapPlain-1 {
	background: url(../../../../../BAEProd/groups/admin/documents/ss_asset/sitemap-arrow.jpg) 0 6px no-repeat;
	padding: 4px 15px;
}
#content .sitemap .SiteMapPlain-2 {
	padding: 4px 0 4px 50px;;
}
#content .sitemap .SiteMapPlain-3 {
	padding: 2px 0 2px 111px;
}

/*--------------------- Footer ---------------------*/

#footer {
	width: 980px;
	color: #ffffff;
	clear: both;
	text-align: left;
	margin: 0 auto;
	border-top: #8A8A8A solid 1px;
	font-size: 1.1em;
}	

div#footernav {
	padding: 12px 0 22px 0;
}

div#footernav ul {
	list-style: none;
	padding: 12px 0 0 0;
	margin: 0;
	text-align: left;
	display: inline;
}

div#footernav li {
	margin: 0;	
	padding: 0;
	float: left;
}

div#footernav a:link, div#footernav a:visited {
	display:block;
	text-align:center;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
	border-right: #FFFFFF solid 1px;
}

div#footernav .first a:link, div#footernav .first a:visited {
	padding: 0 10px 0 0;
}

div#footernav .last a:link, div#footernav .last a:visited {
	border-right: none;
}

div#footernav a:hover, div#footernav .on a {
	text-decoration: underline;
}
div#footer .copyright {
	padding-bottom: 20px;
}

div#footer .footerlogos {
	float: right; 
	padding: 12px 0 5px 0;
}

/*--------------------- Video Overlay ---------------------*/

.overlay  {
	background: url(../../../../../BAEProd/groups/admin/documents/ss_asset/sitemap-arrow.jpg) 0 2px no-repeat;
	padding: 0 0 8px 15px;
	margin: 0 0 0 5px;
}
.overlay a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}
.overlay a:hover {
	text-decoration: underline;
}

div#nyroModalFull {
	font-size: 12px;
	color: #777;
	font-family: Verdana;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #000;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #000;
	border: 1px solid #8A8A8A;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../../../../../BAEProd/groups/admin/documents/ss_asset/overlay-close.jpg) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 0px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(../../../../../BAEProd/groups/admin/documents/ss_asset/data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url(../../../../../BAEProd/groups/admin/documents/ss_asset/overlay-prev.jpg) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(../../../../../BAEProd/groups/admin/documents/ss_asset/overlay-next.jpg) right 20% no-repeat;
}
