/* 
	HEADER
	These styles govern the banner across the top
	of each page on the site.
*/

#header {
	width: 100%;
	background-color: #00267F;
	height: 67px;
	padding-top:3px;
	background-image: url(/_images/header/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#header a.doc_link {
	display: block;
	height: 23px;
	margin-left: 2px;
	width: 530px;
}

#header a {
	display: block;
	height: 34px;
	margin-left: 2px;
	width: 530px;
}

/*
	TAB NAVIGATION
	These styles handle the rollover navigation
	tabs and optional second-level links near
	the top of each page.
*/
		
/* have to hack IE */
html>body>#topTabs {
	float: left;
	width: 100%;
	background-color: #00267F;
	
}

#topTabs {
	width: 100%;
	font-size: 90%;
	background-color: #00267F;
	background-image: url(/_images/global_nav/header/tabBG.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #00267F;
	overflow: hidden;
	float:left;
}

#topTabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #00267F;

}

#topTabs ul li {
	padding: 0;
	margin-top: 0;
	margin-right: 4;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #00267F;
	float:left;
}

#topTabs a {
	float:left;
	display: block;
	text-decoration: none;
	color: #B9CEFF;
	white-space: nowrap;
	margin: 0;
	padding-left: 8px;
	background-image: url(/_images/global_nav/header/tabLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	
}

#topTabs a span {
	display: block;
	padding-top: 1px;
	padding-right: 16px;
	padding-left: 3px;
	background-image: url(/_images/global_nav/header/tabRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 5px;
	height: 22px;
	cursor: pointer;
	cursor: hand;
	float:left;
	
}

#topTabs #interactive a span {
	padding-right: 27px;
	background-image: url(/_images/global_nav/header/tabRight_interactive.png);
}

#menuPod_header #interactive a span {
 	padding-right: 55px;
	background-image: url(/_images/global_nav/header/tabRight_interactive_sm.png);
	background-repeat: no-repeat;
	float:left;
	background-position: right;
}

.home #home a,
 .about #about a,
 .national #national a,
 .international #international a,
 .regional #regional a,
 .industry #industry a,
 .glossary #glossary a,
 .index #index a,
 .faqs #faqs a,
 .interactive #interactive a,
 .contact #contact a {
	background-position: 0% -44px;
	xfont-weight: bold;
	border-width: 0;
	color: #000;
}

.home #home a span,
 .about #about a span,
 .national #national a span,
 .international #international a span,
 .regional #regional a span,
 .industry #industry a span,
 .glossary #glossary a span,
 .index #index a span,
 .faqs #faqs a span,
 .interactive #interactive a span,
 .contact #contact a span {
	background-position: 100% -44px;
}

#topTabs a:hover {
	background-position: 0% -22px;
	color: #000;
}

#topTabs a:hover span {
	background-position: 100% -22px;
	text-decoration: underline;
}

#bottomTabs {
	clear: left;
	min-height: 23px;
	margin: 0px;
	background-image: url(/_images/global_nav/header/tabbottomBG.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 80%;
	padding: 0px;
	line-height: normal;
}

#bottomTabs li {
	display: inline;
	list-style: none;
	background-image: url(/_images/global_nav/header/bottomTab_divider.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#bottomTabs li a {
	display: block;
	float: left;
	min-height: 20px;
	padding-top: 2px;
	background-image: url(/_images/global_nav/header/bottomTab_divider.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
}

#bottomTabs li a:hover {
	background-image: url(/_images/global_nav/header/bottomTab_divider_hover.png);
}

#bottomTabs a {
	font-weight: normal;
	text-decoration: none;
}

#bottomTabs a:hover {
	text-decoration: underline;
}

#bottomTabs a.first {
}

#bottomTabs a.last {
	background-image: none;
}

#search_form .search_wrapper {
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#search_form .searchLinks {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 4px;
	clear: left;
	font-size: 80%;
}

#search_form .searchLinks a {
	color:#000;
}

#search_form .search_wrapper input {
	background: transparent;
	border: none;
}

#search_form .search_wrapper .search_textBox {
	float: left;
	height: 28px;
	width: 276px;
	background-image: url(/_images/searchBox/searchBox_textField.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 4px;
}

#search_form .search_wrapper .search_textBox #search_textfield {
	width: 245px;
	margin-top: 6px;
	margin-left: 24px;
}

#search_form .search_wrapper .search_submitButton {
	background-image: url(/_images/searchBox/searchBox_submitButton_default.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 49px;
	float: left;
	margin-left: 4px;
}

#search_form .search_wrapper .search_submitButton:hover {
	background-image: url(/_images/searchBox/searchBox_submitButton_hover.png);
}

#search_form .search_wrapper .search_submitButton #search_submit {
	height: 28px;
	width: 42px;
	cursor: pointer;
	cursor: hand;
}

#SearchTabs{
	height: auto !important;
	padding-top: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 8px !important;
	padding-left: 5px !important;
	}



.search_form.horizontal .search_wrapper,
.search_form.horizontal .search_wrapper .searchLinks{
	float:left;
	clear:none;}

#search_form.horizontal .searchLinks{
	clear: none !important;
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}

#search_form.horizontal .search_input_text{
	margin-top: 3px !important;}

.glossary #bottomTabs li,
 .index #bottomTabs li {
	padding: 3px 4px;
	xpadding: 1px 2px;
}

.current {
	font-weight: bold;
}

/*.leftNav_wrapper*/ .menuPod_wrapper {
	line-height: normal;
}

/*.leftNav_wrapper*/ .menuPod_wrapper a {
	text-decoration: none;
	color: #000;
	display: block;
}

/*.leftNav_wrapper*/ .menuPod_wrapper a:hover {
	color: #000;
}

/*.leftNav_wrapper*/ .menuPod_wrapper .menuPod_title {
	color: #FFF;
	font-size: 120%;
	margin-bottom: 4px;
	margin-right: 2px;
	margin-top: 8px;
	line-height: normal;
}

.rightNav_wrapper {
	float: right;
	background-color: #00267F;
	font-size: 78%;
	width: 338px;
	background-image: url(/_images/rightNav/legacy/td_background.png);
	background-repeat: repeat-y;
	background-position: left bottom;
}

.rightNav_wrapper .imagePod_wrapper {
	background-image: url(/_images/rightNav/menuPod/menuPod_topImage.png);
	background-repeat: no-repeat;
	background-position: -1px bottom;
	height: 110px;
}

.rightNav_wrapper .menuPod_wrapper .menuPod_title {
	background-image: url(/_images/rightNav/legacy/contact_divider.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 4px;
	color: #363A45;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 8px;
	margin-left: 4px;
}

.rightNav_wrapper .menuPod_wrapper .menuPod_header,
.rightNav_wrapper .menuPod_wrapper .menuPod_content,
.rightNav_wrapper .menuPod_wrapper .menuPod_footer {
	xbackground-image: url(/_images/rightNav/menuPod/menuPod_background.png);
	xbackground-repeat: no-repeat;
}

.rightNav_wrapper .menuPod_wrapper .menuPod_header {
	xbackground-position: right top;
	padding-top: 4px;
}

.rightNav_wrapper .menuPod_wrapper .menuPod_content {
	xbackground-position: right center;
	padding-top: 1px;
	padding-bottom: 1px;
}

.rightNav_wrapper .menuPod_wrapper .menuPod_footer {
	xbackground-position: right bottom;
	padding-bottom: 3px;
}

.rightNav_wrapper .menuPod_wrapper .curved {
	padding-bottom: 0px;
	background-image: url(/_images/rightNav/menuPod/base_curve.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
	margin-bottom: 0px;
}

.rightNav_wrapper .menuPod_wrapper ul {
}

.rightNav_wrapper .menuPod_wrapper ul li {
}

.rightNav_wrapper ul li a {
	cursor:hand;
	cursor:pointer;
	display: block;
	background: none;
	line-height:normal;
	margin-left: 3px;
	padding-top: 4px;
}

.rightNav_wrapper ul li a span{
	display: block;
	background: none;
	width: 318px;
	line-height:normal;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}

.rightNav_wrapper ul li a:hover {
	background-image: url(/_images/rightNav/menuPod/menuPod_itemBackground_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.rightNav_wrapper ul li a:hover span{
	background-image: url(/_images/rightNav/menuPod/menuPod_itemBackground.png);
	background-position: left bottom;
}
.rightNav_wrapper ul li.attention a {
	cursor:hand;
	cursor:pointer;
	display: block;
	background: none;
	line-height:normal;
	margin-left: 3px;
	padding-top: 4px;
	background-image: url(/_images/rightNav/menuPod/menuPod_itemBackground_top_gold.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightNav_wrapper ul li.attention a span{
	display: block;
	background: none;
	width: 318px;
	line-height:normal;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	background-image: url(/_images/rightNav/menuPod/menuPod_itemBackground_gold.png);
	background-position: left bottom;
}


.rightNav_wrapper ul li.attention a:hover {
	background-image: url(/_images/rightNav/menuPod/menuPod_itemBackground_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.rightNav_wrapper ul li.attention a:hover span{
	background-image: url(/_images/rightNav/menuPod/menuPod_itemBackground.png);
	background-position: left bottom;
}

.rightNav_wrapper .menuPod_wrapper .twitter_wrapper {
	background-image: url(/_images/rightNav/menuPod/icon_twitter_newbird_blue.png);
	background-repeat: no-repeat;
	background-position: 2px top;
	height: 38px;
	padding-left: 54px;
	margin-bottom: 8px;
	padding-top: 10px;
}

.rightNav_wrapper .menuPod_wrapper .twitter_wrapper a{
	float: none;
	display: inline;
	font-size: 120%;
}

.rightNav_wrapper .menuPod_wrapper .twitter_wrapper a:hover{
	text-decoration: underline;
}


.rightNav_wrapper .menuPod_wrapper .ess_wrapper {
	background-image: url(/_images/rightNav/menuPod/icon_email_homepage.png);
	background-repeat: no-repeat;
	background-position: 6px top;
	height: 25px;
	padding-left: 54px;
	margin-bottom: 8px;
	padding-top: 3px;
}
.rightNav_wrapper .menuPod_wrapper .ess_wrapper a{
	float: none;
	display: inline;
	font-size: 120%;
}

.rightNav_wrapper .menuPod_wrapper .ess_wrapper a:hover{
	text-decoration: underline;
}

.rightNav_wrapper .menuPod_wrapper .ess_wrapper form {
	padding:0px;
	margin:0px;
}

.rightNav_wrapper .menuPod_wrapper .ess_wrapper .essEmail {
	border:none;
	background-color: transparent;
	background-image: url(/_images/rightNav/menuPod/subscription_textField_default.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 222px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
.rightNav_wrapper .menuPod_wrapper .ess_wrapper .submitButton  {
	height: 26px;
	width: 40px;
	background-color: transparent;
	background-image: url(/_images/rightNav/menuPod/subscription_submit_default.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	cursor: pointer;
	cursor:hand;
}

.rightNav_wrapper .menuPod_wrapper .ess_wrapper .submitButton:hover  {
	background-image: url(/_images/rightNav/menuPod/subscription_submit_hover.png);
}



.rightNav_wrapper .menuPod_wrapper .rss_wrapper {
	height: 35px;
	width: 315px;
	margin: 0px;
	padding: 0px;
}

.rightNav_wrapper .menuPod_wrapper .rss_wrapper a {
	display: block;
	height: 30px;
	width: 300px;
	background-image: url(/_images/rightNav/menuPod/rss_homepage_default.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	font-size: 120%;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.rightNav_wrapper .menuPod_wrapper .rss_wrapper a:hover {
	background-image: url(/_images/rightNav/menuPod/rss_homepage_hover.png);
	text-decoration: underline;
}

.latestStatistics_wrapper {
}

.latestStatistics_wrapper a {
	width: 330px;
	margin-left: 3px;
	padding-bottom: 5px;
}

.latestStatistics_wrapper a:hover {
	text-decoration: none;
}

.latestStatistics_wrapper a.last {
	background-image: none;
	padding-top: 6px;
	padding-left: 7px;
	padding-bottom: 0px;
}

.latestStatistics_wrapper .releaseHeader,
.latestStatistics_wrapper .releaseContent,
.latestStatistics_wrapper .releaseFooter {
	background-image: url(/_images/rightNav/menuPod/releaseButton_default_plain.png);
	background-repeat: no-repeat;
}

.latestStatistics_wrapper .releaseHeader {
	background-position: left top;
	margin-top: 3px;
	padding-top: 4px;
	padding-bottom: 8px;
}

.latestStatistics_wrapper .releaseContent {
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
}

.latestStatistics_wrapper .releaseFooter {
	background-position: left bottom;
	height: 5px;
}

.latestStatistics_wrapper a:hover .releaseHeader,
.latestStatistics_wrapper a:hover .releaseContent,
.latestStatistics_wrapper a:hover .releaseFooter {
	background-image: url(/_images/rightNav/menuPod/releaseButton_hover.png);
	background-repeat: no-repeat;
}

.latestStatistics_wrapper a:hover .releaseHeader {
	background-position: left top;
}

.latestStatistics_wrapper a:hover .releaseContent {
	background-position: left center;
}

.latestStatistics_wrapper a:hover .releaseFooter {
	background-position: left bottom;
}

.latestStatistics_wrapper .latestStatistics_section {
	margin-top: 0px;
	margin-right: 6px;
	margin-left: 6px;
}

.latestStatistics_wrapper .latestStatistics_section .release {
	color: #FFF;
	font-weight: bold;
}

.latestStatistics_wrapper .latestStatistics_section .date {
	float: right;
	color: #FFF;
}

.latestStatistics_wrapper a:hover .latestStatistics_section .release {
	color: #FFF;
}

.latestStatistics_wrapper a:hover .latestStatistics_section .date {
	color: #FFF;
}

.latestStatistics_wrapper .latestStatistics_section .data {
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-style: italic;
	line-height: normal;
}
/*#footer_wrapper {
	background-color: #00267F;
	
	line-height: normal;
	clear: left;
	font-size: 80%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width:100%;
}

#footer_wrapper a {
	color: #B9CEFF;
	text-decoration:none;
}

#footer_wrapper a:hover {
	text-decoration:underline;
}

#footer_wrapper .centerContent_wrapper {
	background-color: #00267F;
	margin: 0px;
	padding: 0px;
}

#footer_wrapper .lastUpdate_wrapper {
	background-image: url(/_images/global_nav/footer/lastUpdate_backgroundLeft.png);
	background-repeat: no-repeat;
	background-position: left top;

}

#footer_wrapper .lastUpdate_wrapper .lastUpdate_wrapperRight {
	font-size: 80%;
	text-align: center;
	color: #8295C4;
	xmargin-right: 338px;
	height: 21px;
	margin-left: 21px;
	background-image: url(/_images/global_nav/footer/lastUpdate_background.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer_wrapper  .footerLinks_shell {


}


.footerLinks_wrapper {
	float:left;
	xpadding-top: 10px;
	padding-bottom: 10px;
	
}

.footerLinks_wrapper .columnLeft_wrapper {
	margin-left: 10px;
	float: left;
	min-width: 186px;
}

.footerLinks_wrapper .columnLeft_wrapper .topicMain {
	float:left;
	font-size: 120%;
}



.footerLinks_wrapper .columnLeft_wrapper ul {
	list-style-image: none;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.footerLinks_wrapper .columnLeft_wrapper ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 4px;
}

.footerLinks_wrapper .columnLeft_wrapper ul.general_links {
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.footerLinks_wrapper .columnLeft_wrapper ul.general_links li {
	background-image: url(/_images/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 14px;
}

.footerLinks_wrapper .columnLeft_wrapper ul .title {
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
*/

.rss_title {
	font-weight: bold;
}

.rss_description {
	padding-top: 4px;
	padding-bottom: 0px;
}

.rss_date {
	text-align: right;
	color: #00267F;
	float: right;
	font-size: 80%;
	padding-right: 4px;
}

.spaced {word-spacing: 6em; 
}
