/* Global CSS Browser reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
* html ul li a {
	height:1em;
}
body {
	line-height:1;
}
legend {
	display:none;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*---------------------------------------NETWORK GLOBAL ELEMENTS--------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align:center;
}
legend {
	display:none;
}
br {
	clear:both;
}
a {
	color:#919191;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6{
}
/* Positioning */


.right {
	float:right;
}
.left {
	float:left;
}
.clear_right {
	clear:right;
}
.clear_left {
	clear:left;
}

.clear {
	clear:both;
}


#hsb_container {
  background-position: center 472px;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-top: 18px;
  position: relative;
  text-align: left;
  width: 985px;
}

#hsb_logo {
    padding-left: 13px;
    float:left;
}


#locale {
    float:right;
    padding-right:12px;
}
/* -----------------------------------------NETWORK GLOBAL NAVIGATION------------------------------ */


#hsb_globalnav {
    color: #0057a4;
    height: 20px;
    margin: 0;
}
#hsb_globalnav {
    text-align: right;
}

#hsb_globalnav li.hsb_gn_item {
    display: inline;
    position: relative;
}

#hsb_globalnav li.hsb_gn_select {
    font-weight: bold;
}


#hsb_globalnav a.hsb_gn_ww {
    color:#0057a4;
    background: url("../images/generic/global/icn_worldwide.gif") no-repeat scroll right center transparent;
    padding: 1px 22px 2px 0;
}







.footer {
    width:582px;
    height:27px;
    background-image: url('../images/generic/global/footer_menu.png');
    background-repeat: no-repeat;
    margin:20px auto 0;
    color:#ffffff;
    padding-top:15px;
}

.footer a:link,
.footer a:visited {
    color:#ffffff;
    font-size: 12px;
    font-weight:bold;
    font-family:Arial;
}

.footer ul li{
    display:inline;
    padding:0px 7px;
}



/******MAIN FOOTER******/

#hsb_footer {
    
    width:964px;
    margin:15px auto 0px;
}

#hsb_footer #hsb_footer_logo {
    float:left;
}

#hsb_footer #hsb_footer_content {
    float:left;
    color:#0060af;
    width:680px;
    margin-left: 10px;
    text-align: left;
}


#hsb_footer #hsb_footer_content .copyright, .CS_Textblock_Text p {
    padding-top:10px;
    line-height: 14px;
    color: #0060AF;
}


#hsb_footer a:link,
#hsb_footer a:visited, #hsb_footer div.pad1, #hsb_footer div.pad1 a {
    color:#0060af;
}
 
#hsb_footer #hsb_footer_right {
    float:right;
    width:122px;
    text-align: right;
    line-height: 20px;
}

#hsb_footer ul li {
    display: inline;
    padding:0px 5px 0px 0px;
}

#hsb_footer div.pad1 a {
    padding:0px 5px 0px 5px;
}

#hsb_footer ul li a, #hsb_footer div.pad1 a {
    font-weight: bold;
}

#hsb_footer div.pad2 {
    float: left;
    padding: 7px 20px 0 5px;
    width: 725px;
}

#hsb_footer_btm_privacy {
    color: #FFFFFF;
    float: right;
    overflow: hidden;
    width: 120px;
    text-align: right;
}
/* navigation */

#hsb_footer_top {
    height: 5px;
    margin-top: 25px;
    position: relative;
    top: -3px;
    width: 960px;
    clear: both;
    display: block;
    margin: 0 auto;
}

#hsb_footer_btm {
    background: none repeat scroll 0 0 transparent;
    height: 80px;
    padding: 0 0 10px;
    position: relative;
    top: -3px;
    width: 960px;
    clear: both;
    margin: 0 auto;
    text-align: left;
}

#hsb_foot_logo_top {
    bottom: 0;
    left: 0;
    position: absolute;
    float: left;
}
#hsb_foot_logo_btm {
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
}
#hsb_footer_btm_share {display: none;}
.nav_arrow_up{
	width:37px;
	height:37px;
	background:url(../images/generic/home/arrows.jpg) no-repeat 0 0px;
	cursor:pointer;
	position:absolute;
	right:10px;
	z-index:10;
}

.nav_arrow_up:hover{
	background-position:0 0px;
}

.nav_arrow_up:active {
	background-position:0 0px;
}

.nav_arrow_up_disabled, .nav_arrow_up_disabled:hover, .nav_arrow_up_disabled:active{
	background-position: -74px 0;
	cursor:default;
}

.nav_arrow_down{		
	z-index:10;
	position:absolute;
	top:53px;
	right:10px;
	width:37px;
	height:37px;
	overflow:hidden;
	background:url(../images/generic/home/arrows.jpg) no-repeat -37px 0;
	cursor:pointer;
}

.nav_arrow_down:hover{
	background-position: -37px 0;
}

.nav_arrow_down:active{
	background-position -37px 0;
}

.nav_arrow_down_disabled, .nav_arrow_down_disabled:hover, .nav_arrow_down_disabled:active{
	background-position: -111px 0;
	cursor:default;
}

.content_module {position: relative;}
.scroller {    height: 290px;
    overflow: hidden;
    padding-left: 30px;}
	
.section_content { height: 290px; }
