@charset "UTF-8";
/* CSS Document */




#tab2,#tab3,#tab4,#tab5 {display:none;}


/* ----- Tabs - not important for accessibility, just for the look of it ----- */

#tabbed-box {
	background: #fff;
	width: 555px;
	padding: 0;
	margin: 0;
	min-height:239px;
}

#tab_anchors {background: url(/global-images/home-tabbed-mod/tabs-bkd.jpg) top left no-repeat; width: 555px;}


.fragment1,.fragment2,.fragment3,.fragment4,.fragment5 { min-height: 213px;}
.fragment2,.fragment3,.fragment4,.fragment5 { display:none;}

.anchors {list-style: none; margin: 0; padding: 0; height: 26px;}
.anchors li { margin: 0; float: left;}

/* ----- attaching active state to background of li for pre-loading ----- */
.anchors .tab1 {	background: url(/global-images/home-tabbed-mod/item1-over-btn.jpg) top left no-repeat; width: 103px;}
.anchors .tab2 {	background: url(/global-images/home-tabbed-mod/item2-over-btn.jpg) top left no-repeat; width: 134px;}
.anchors .tab3 {	background: url(/global-images/home-tabbed-mod/item3-over-btn.jpg) top left no-repeat; width: 129px;}
.anchors .tab4 {	background: url(/global-images/home-tabbed-mod/item4-over-btn.jpg) top left no-repeat; width: 98px;}

.anchors a {display: block; position: relative; top: 0px; left:0; z-index: 2; padding: 0px; color: #000; height: 26px;}

/* ----- Tab Rollovers ----- */
.anchors .tab1 a:link, .anchors .tab1 a:visited { background: url(/global-images/home-tabbed-mod/item1-up-btn.jpg) top left no-repeat; width: 103px; position:static;}
.anchors .tab2 a:link, .anchors .tab2 a:visited { background: url(/global-images/home-tabbed-mod/item2-up-btn.jpg) top left no-repeat; width: 134px; position:static;}
.anchors .tab3 a:link, .anchors .tab3 a:visited { background: url(/global-images/home-tabbed-mod/item3-up-btn.jpg) top left no-repeat; width: 129px; position:static;}
.anchors .tab4 a:link, .anchors .tab4 a:visited { background: url(/global-images/home-tabbed-mod/item4-up-btn.jpg) top left no-repeat; width: 98px; position:static;}

.anchors .tab1 a:hover { background: url(/global-images/home-tabbed-mod/item1-over-btn.jpg) top left no-repeat; width: 103px; position:static;}
.anchors .tab2 a:hover { background: url(/global-images/home-tabbed-mod/item2-over-btn.jpg) top left no-repeat; width: 134px; position:static;}
.anchors .tab3 a:hover { background: url(/global-images/home-tabbed-mod/item3-over-btn.jpg) top left no-repeat; width: 129px; position:static;}
.anchors .tab4 a:hover { background: url(/global-images/home-tabbed-mod/item4-over-btn.jpg) top left no-repeat; width: 98px; position:static;}

/* ----- Makes the text disappear ----- */
.anchors span {display:block;height:0;width:0; overflow: hidden;font-size: 1px;color: #3B88AF;}

.anchors .tabOn1 {	background: url(/global-images/home-tabbed-mod/item1-over-btn.jpg) top left no-repeat; width: 103px;}
.anchors .tabOn2 {	background: url(/global-images/home-tabbed-mod/item2-over-btn.jpg) top left no-repeat; width: 134px;}
.anchors .tabOn3 {	background: url(/global-images/home-tabbed-mod/item3-over-btn.jpg) top left no-repeat; width: 129px;}
.anchors .tabOn4 {	background: url(/global-images/home-tabbed-mod/item4-over-btn.jpg) top left no-repeat; width: 98px;}
