@charset "utf-8";
/* CSS Document */

/* --------------------------------- */

/* DOL BANNER START */

#dol-bar {
	background: #9A0000 url(/images/dol/dol_banner_background.gif) repeat-x bottom;
	float: none;
	font-size: 85%;
	border-bottom: 4px #d4d4d4 solid;
}
#dol-bar-content {
	max-width: 88em;
	margin: auto;
}
#dol-bar-content-auto-width {
	margin: 0 1em;
}
#dol-bar-emblem {
	padding-top: 6px;
	float: left;
}
#dol-bar-right {
	float: right; 
	text-align: right; 
	color: #fff;
	margin: 2px 0 2px 0;
}
#dol-email {
	padding: 0 0 2px 0;
}
#dol-email a {
	color: #fff;
}
#dol-email-input {
	border: 1px #999 solid;	
	padding: 1px 2px;
}
#dol-links {
	padding: 2px 0;	
	
}
#dol-links a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#dol-links a:hover {
	text-decoration: underline;
}
#dol-subscribe-submit {
	border: 1px solid #999;
	background: #ddd;
	padding: 0px 0px;
	margin: 0;
	font-size: 85%;
	cursor:pointer;
}
/* DOL BANNER END */

/* --------------------------------- */

/* BLS BANNER START */

#bls-banner {
	float: none;
	clear: both;
}
#bls-banner-title {
	margin-left: 4px;
	margin-bottom: 4px;
	float : left;
	font-family : 'Times New Roman', Times, serif;
	font-variant: small-caps;
	font-size : 260%;
	line-height: 100%;
	font-weight : normal;
}
#bls-banner-logo {
	vertical-align : top;
	margin-right: 8px;
}

#bls-banner-search {
	float: right;
	text-align: right;
	padding: 8xp 8px 0 0;
	font-size: 92%;
	font-weight: bold;
	color: #900;
}

#bls-banner-search-input {
	width: 18em;
	background: #E8E8EA;
	border: 1px solid #999;
	padding: 2px 1px
}
#bls-banner-search-submit {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
/* BLS BANNER END */

/* --------------------------------- */

/* FOOTER START */

#footer-wrapper {
	width : 100%;
	padding: 0;
	background : #b4b5b6;
}
#footer-links-wrapper {
	width : 75em;
	margin : 0 auto !important;
	border-right: 1px #999 solid;
	border-left: 1px #999 solid;	
	border-bottom: 1px #999 solid;
}
#footer-links-wrapper-autowidth {

	margin : 0 4px !important;
	border-right: 1px #999 solid;
	border-left: 1px #999 solid;	
	border-bottom: 1px #999 solid;
}
#footer-links {
	text-align : center;
	padding : 8px 1em;
	background: #900 url(/images/dol/red_gradient_bkground.gif) bottom repeat-x;
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;	
	border-bottom: 1px #666 solid;
}
#footer-info {
	padding : 6px 1em 1em 1em;
	text-align : center;
}

#footer-links p {
	color : #fff;
	font-size : 77%;
}
#footer-links a {
	color : #fff;
	font-weight : bold;
	text-decoration : none;
}
#footer-links a:hover {
	color : #fff;
	text-decoration : underline;
}

#footer-info p {
	font-size : 85%;
	margin-top: -6px !important;
	padding: 0;
	line-height: 100%
}
#footer-info a {
	color: #006;
}
#footer-info a:hover {
	color: #00c;
}
/* These 2 classes are inside the contact and address include stm files */
#footer-address, #footer-contact {
	line-height: 200%;
}


/* DOL FOOTER END */

/* --------------------------------- */

/* BORDERS START */

#wrapper-outer {
	margin: 0;
	padding: 4px 4px 0 4px ;
	background: #b4b5b6;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	max-width: 75em;
	border-right: 1px #999 solid;
	border-left: 1px #999 solid;
	border-top: 1px #999 solid;
}
#wrapper-auto-width {
	margin: 0 auto;
	text-align: left;
	border-right: 1px #999 solid;
	border-left: 1px #999 solid;
	border-top: 1px #999 solid;	
}
#wrapper-basic {
	padding: 4px 0 8px 0;
	margin: 0;
	text-align: left;
	/*
	border-top: 8px solid #B4B5B6;
	border-left: 6px solid #B4B5B6;
	border-right: 6px solid #B4B5B6;
	*/
}
#wrapper-basic-inside {
	padding: 4px 0 8px 0;
	margin: 0;
	text-align: left;
	/*
	border-top: 8px solid #B4B5B6;
	border-left: 6px solid #B4B5B6;
	border-right: 6px solid #B4B5B6;
	*/
	background: #FFFFDD;
}
#wrapper-top-basic {
	height: 16px;
	background:url(/images/layout/wrapper_basic_top_shadow.gif) repeat-x bottom left  #515151;
}
#wrapper-bottom-basic {
	height: 10px;
	background:url(/images/layout/wrapper_basic_bottom_shadow.gif) repeat-x top left  #515151;
}

#container {
	padding-top: 4px;
	padding-bottom: 1em;
	background: #fff;
	clear:both;
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-top: 1px #666 solid;
}
#container-inside {
	padding-top: 4px;
	padding-bottom: 1em;
	background: #ffd;
	clear: both;
	border-right: 1px #666 solid;
	border-left: 1px #666 solid;
	border-top: 1px #666 solid;
}

/* BORDERS END */

/* --------------------------------- */

/* LAYOUT START */

/* CSS FOR ELASTIC LAYOUT */
#content {
	width: 60.5em;
	float: right;
	margin: 0;
}
#content-auto-width {
	margin-left: 13em;
}
#main-content {
	width: 43.5em;
	float: left;
	margin: 0;
	padding: 1em 0 0 0;
}
#main-content-table {
	border-collapse:collapse;
}
#main-content-td {
	vertical-align: top;
	padding: 1em;
	min-width: 43.5em;
}
#main-content-wide {
	margin: 0 1em 0 0;
	padding: 1em 0 0 0;
}
#main-content-full-width {
	margin: 1em;
}
#secondary-nav {
	width: 11em;
	float: left;
	margin: 1em 0 0 1em;
}
#secondary-nav-td {
	vertical-align:top;
}
/* END CSS FOR ELASTIC LAYOUT */
#content-footer {
	padding: 1em;
	/*background: url(images/layout/main_content_left_tile.gif) top left repeat-y;*/
}
#content-footer hr {
	border: 0;
	height: 8px;
	background-color: #E4773A;
	margin: 0;
	padding: 0;
}
#content-footer h2 {
	font-weight: normal;
	font-size:136%;
}

/* LAYOUT END */

/* --------------------------------- */

/* QUICK LINKS START */

#quick-links {
	margin: 1em 1em 0 1em;
	border: 1px solid #ccc;
	/*background: #eee url(/images/layout/quick_links_background.gif) bottom repeat-x;*/
	background: #eee;
}
table#quick-links-table {
	margin: 1em .5em;
}
#quick-links-table td {
	border-right: 1px dotted #ccc;
	margin: 0 .5em;
	padding: 0 16px;
}
#quick-links-table .last {
	border-right: none;
}
#quick-links h2 {
	color: #fff;
	font-weight: normal;
	font-size: 107%;
	background: url(/images/layout/quick_links_background.gif) repeat-x top left;
	padding: 4px 8px;
	margin: 0;
}
#quick-links h4 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 92%;
  font-weight: bold;
  color:#333333;
}
#quick-links ul {
  list-style: url(/images/layout/orange_bullet.gif);
  margin: 0;
  padding: 0;
}
#quick-links li {
  margin: 0 0 0 1.5em;
  padding: 0;
}
#quick-links ul a {
  color:#666666;
  text-decoration: none;
}
#quick-links ul a:hover {
	color: #003399;
	text-decoration: underline;
}


/* QUICK LINKS END */

/* --------------------------------- */

/* MAIN NAV START */

#main-nav {
	float: left;
	width: 100%;
	font-size: 92%;
	line-height: normal;
}
#main-nav ul {
	margin: 0;
	padding: 0 10px 0 4px;
	list-style: none;
}
#main-nav li {
	float: left;
	background: url("/images/main_nav/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 4px 0 4px;
	list-style: none;
}
#main-nav li a {
	float:left;
	display:block;
	background:url("/images/main_nav/right.gif") no-repeat right top;
	padding:8px 12px 8px 7px;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	/*border: none;*/
}
/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
#main-nav li a {
	float:none;
}
/* End IE5-Mac hack */
#main-nav li a:hover {
	color:#900;

}
#main-nav li#main-nav-current {
	background-image:url("/images/main_nav/left_on.gif");
}
#main-nav li#main-nav-current a {
	background-image:url("/images/main_nav/right_on.gif");
	color:#fff;
	padding-bottom:8px;
	font-weight:bold;
	border: none;
}
#main-nav li#main-nav-current-pubs {
	background-image:url("/images/main_nav/left_on_pubs.gif");
}
#main-nav li#main-nav-current-pubs a {
	background-image:url("/images/main_nav/right_on_pubs.gif");
	color:#fff;
	padding-bottom:8px;
	font-weight:bold;
	border: none;
}

#main-nav-text-links {
	font-size: 77%;
	font-weight: bold;
	margin: 0;
	padding: 15px 1em 0 0;
	color: #333;
	float: right;
}
#main-nav-text-links a {
	color: #333;
	text-decoration: none;
}
#main-nav-text-links a:hover {
	color: #666;
	text-decoration: underline;
}

/* MAIN NAV END */

/* --------------------------------- */

/* MAIN NAV LEVEL 2 START */

div#main-nav-level2 {
	border-top: 1px solid #900;
	float: left;
	margin: 0; 
	background-color: #900;
	position: relative;
	z-index: 60;
	width: 100%;
	clear: both;
}
div#main-nav-level2 ul {
	margin: 0;
	padding: 0;
}
div#main-nav-level2 li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0 8px 0 0;
	line-height: 1.6em;
	width: 7.5em;
	border-right: 1px solid #ccc;
	/*border-bottom: 1px solid  #515151;*/
	text-transform: uppercase;
}
div#main-nav-level2 li.main-nav-level2-first {
	border-left: 4px solid #900;
}
div#main-nav-level2 li:hover {
	background: #999;
}
div#main-nav-level2 li.submenu {
	background: url(/images/main_nav/dropmenu.gif) 98% 50% no-repeat;
}
div#main-nav-level2 li.main-nav-level2-current {
	background-color: #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid  #515151;
}
div#main-nav-level2 li.main-nav-level2-current a {
	/*color: #000;*/
}
div#main-nav-level2 li.submenu:hover {
	background-color: #999;

}
div#main-nav-level2 li a {
	display: block;
	padding: 2px 0 2px 4px;
	text-decoration: none;
	/*width: 14em;*/
	color: #fff;
	/*font-weight: bold;*/
	/*background: url(/images/main_nav/main_nav_divider_orange.gif) repeat-y left top;*/
	font-size: 77%;
	line-height: 1.6em;
}

div#main-nav-level2 li a:hover {
	/*color: #000;*/
}
div#main-nav-level2>ul a {
	width: auto;
}
div#main-nav-level2 ul ul {
	position: absolute;
	/*width: 14em;*/
	display: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	z-index: 100;
}
div#main-nav-level2 li.submenu li a {
	/*color: #000;*/
}
div#main-nav-level2 ul ul li {
	border-bottom: 1px solid #ccc;
	background-color: #900;
	width: 18em;
}

div#main-nav-level2 li.submenu li.submenu {
	/*background: url(/images/main_nav/submenu.gif) 100% 50% no-repeat;*/
}
div#main-nav-level2 li.submenu li.submenu:hover {
	background-color: #fff;
}
div#main-nav-level2 ul.level1 li.submenu:hover ul.level2 {
	display:block;
}

div#main-nav-level2 ul.level2 {
	top: 1.5em;
	left: -1px;
}

#main-nav-level2 .first {
	/*background: url(/images/spacer.gif) repeat-y left top;*/
}

div#main-nav-level2 p {
	padding: 4px 8px;
	font-size: 77%;
	color: #fff;
	margin: 0;
}
div#main-nav-level2 p a {
	padding-right: 1em;
	margin-right: .7em;
	border-right: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	line-height: .8em;
}

div#main-nav-level2 p a:hover {
	text-decoration: underline;
}

/* Pubs */

div.main-nav-level2-pubs {
	border-top: 1px solid #900 !important;
	background-color: #900 !important;	
}
.main-nav-level2-pubs li {
	border-right: 1px solid #ccc !important;
}
.main-nav-level2-pubs li.main-nav-level2-first {
	border-left: 8px solid #900 !important;
}
.main-nav-level2-pubs li.submenu {
	background: url(/images/main_nav/dropmenu_green.gif) 95% 50% no-repeat !important;
}
.main-nav-level2-pubs li:hover {
	background-color: #999 !important;
}
.main-nav-level2-pubs li.main-nav-level2-current {
	background-color: #900 !important;
}
.main-nav-level2-pubs li.submenu:hover {
	background-color: #999 !important;

}
.main-nav-level2-pubs ul ul {
	border: 1px solid #ccc !important;
}
.main-nav-level2-pubs ul ul li {
	border-bottom: 1px solid #ccc !important;
	background-color: #900 !important;
}

/* MAIN NAV LEVEL 2 END */

/* --------------------------------- */

/* SECONDARY NAV START */

div.secondary-nav {
	margin: 0 0 2em 0;
	width: 14em;
	font-size: 77%;
	position: relative;
	z-index: 30;
}
div.secondary-nav li.menuhead {
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
div.secondary-nav ul {
	margin: 0;
	padding: 0;
	width: 14em;
}
div.secondary-nav li {
	position: relative;
	z-index: 40;
	list-style: none;
	margin: 0;
	/* This bottom border stops IE from expanding on hover */
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
div.secondary-nav li:hover {
	background: #ccc;
}
div.secondary-nav li.menuhead:hover {
	background-color: #eee;
}
div.secondary-nav li.submenu {
	background: url(/images/secondary_nav/submenu.gif) 99% 50% no-repeat;
	/*background-color: #eee;*/
}
div.secondary-nav li.submenu:hover {
	background-color: #ccc;
}
div.secondary-nav li a {
	display: block;
	padding: 0.5em;
	text-decoration: none;
	width: 13em;
	color: #333;
	text-transform: uppercase;
}
div.secondary-nav li.menuhead a {

}
div#nav>ul a {
	width: auto;
}
div.secondary-nav li li a {
	width: 29em;
	text-transform:uppercase;
}
div.secondary-nav ul ul {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 14em;
	width: 30em;
	display: none;
	background-color: #eee;
	border: 1px solid #ccc;
}
div.secondary-nav ul.level1 li.submenu:hover ul.level2, div.secondary-navul.level2 li.submenu:hover ul.level3 {
	display:block;
}

/* Search Form */
#search-secondary-nav-form p {
	margin-bottom: 1em;
}

#secondary-nav p {
	font-size: 77%;
}
#secondary-nav label {
	font-weight: bold;
}
#search-secondary-nav-query {
	margin: 0;
	padding: 1px;
	border: 1px solid #999;
	width: 11em;
	vertical-align: middle;
}

#search-secondary-nav-submit {
	margin: 0;
	padding: 0;
	border: 1px solid #ceb182;
	vertical-align: middle;
	color: #633;
	background-color:#ffda88;
}

/* SECONDARY NAV END */

/* --------------------------------- */

/* FONT SWITCHER START */

.xs {font-size: 77%;}
.sm {font-size: 85%;}
.md {font-size: 100%;}
.lg {font-size: 136%;}
.xl {font-size: 152%;}

/* FONT SWITCHER END */

/* --------------------------------- */
