/***************begin section tabs homepage *******************/
.tabs {
/*float:left;*/
width:100%;
font-size: 11px;
line-height:normal;
background:url("../images/content_tabs/tabs-background.jpg") no-repeat scroll center 29px;
}

.tabs ul.tabs-list {
margin:0;
padding:0;
list-style:none;
}

.tabs ul.tabs-list li {
float:left;
background:url("../images/content_tabs/tabs-off-left.jpg") no-repeat left top;
margin-top: 2px;
padding-left: 5px;
/* begin IE6 hack to prevent tabs to switch below to each other if second tab selected */
_width: 0; 
white-space: nowrap;
/* end IE6 hack */
}

.tabs ul.tabs-list a {
float:left;
display:block;
background:url("../images/content_tabs/tabs-off-right.jpg") no-repeat right top;
padding:10px 11px 0px 6px;
text-decoration:none;
color:#666;
height: 19px; /*added*/
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
.tabs ul.tabs-list a {float:none;}
/* End IE5-Mac hack */

.tabs ul.tabs-list a:hover {
color:#333;
}

.tabs ul.tabs-list .current {
float:left; /* IE6 hack to prevent tabs below each other */
background-image:url("../images/content_tabs/tabs-on-left.jpg");
border-width:0;
margin-top: 2px; /*added*/
}

.tabs ul.tabs-list .current a {
float:left; /* IE6 hack to prevent tabs below each other */
background-image:url("../images/content_tabs/tabs-on-right.jpg");
color:#E58700;
/*padding-bottom:5px;*/
padding:10px 11px 0px 6px;
height: 19px; /*added*/
}

.content-M7 .tabs .current-info,
.content-M7 .tabs .accessibletabsanchor,
.content-M7 .tabs .tabhead {
/*position each individual tab's heading (default class .tabhead) off-screen*/ 
position:absolute;
left:-999em;
}

.content-M7 .tabs .content {
clear:both;
margin:0;
}

.content-M7 .tabs {
width:301px;
}

.tabbody {
background: transparent url(../images/content_tabs/tabs-content-background.jpg) no-repeat scroll center bottom;
min-height:160px;
}

.content-M7 {
float:left;
margin-right:19px;
_margin-right:0px;
width:301px;
}

.content-M7 h4, .main-content h4 {
color:#0081B5;
font-size:105%;
font-weight:normal;
margin:0;
padding-bottom:12px;
}

.content-M7 .tabs .display-links li {
border-bottom:1px dotted #D8D9DA;
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:6px 0;
}

ul.display-links {
padding: 20px;
}

.content-M7 .display-links a.internal-link {
color:#E58700;
font-size:90%;
padding:2px 14px 2px 8px;
text-decoration:none;
}

.content-M7 .display-links a.internal-link:hover {
text-decoration: underline;
}
/***************end section tabs homepage *******************/