#tab_wrapper {
padding: 10px 20px 10px 20px;
width: 860px;
height: 192px;
line-height: 18px;
background-color: #f0f7ff;
float: left;
}

#tab_header {
width: 860px;
}

#tab_header ul {
margin: 0;
padding: 0;
list-style: none;
}

#tab_header li {
margin: 0;
padding: 0;
width: 172px;
text-align: center;
float: left;
}

#tab_header li a {
padding: 2px 0 0 0;
width: 172px;
height: 23px;
line-height: 23px;
display: block;
}

.tab_on {
background-image: url(../images/tab_on_bg.gif);
background-repeat: no-repeat;
}

.tab_on a {
font-family: arial, sans serif;
font-size: 12px;
color: #660b36;
font-weight: bold;
text-decoration: none;
}

.tab_on a:hover {
color: #660b36;
text-decoration: none;
}

.tab_off {
background-image: url(../images/tab_off_bg.gif);
background-repeat: no-repeat;
}

.tab_off a {
font-family: arial, sans serif;
font-size: 12px;
color: #fff;
font-weight: bold;
text-decoration: none;
}

.tab_off a:hover {
color: #fff;
text-decoration: none;
background-image: url(../images/tab_hover_bg.gif);
background-repeat: no-repeat;
}

html>body #tab_header li a {
width: auto;
}

.tab_content_wrapper {
padding: 20px 20px 0 20px;
font-family: arial, sans serif;
font-size: 12px;
color: #555;
float: left;
}

.tab_content_wrapper h2 {
display: none;
}

.tab_content_on {
width: 858px; 
height: 164px;
/*
background-image: url(../images/tab_content_bg.gif);
background-repeat: no-repeat;
*/
background-color: #fff;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #999;
overflow: auto;
float: left;
}

.tab_content_off {
width: 858px; 
height: 164px;
/*
background-image: url(../images/tab_content_bg.gif);
background-repeat: no-repeat;
*/
background-color: #fff;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #999;;
display: none;
overflow: auto;
float: left;
}

.tab_content_on p, .tab_content_off p {
margin: 0;
padding: 0 0 10px 0;
}

#about_tab_wrapper {
width: 818px;
float: left;
}

#about_tab_content {
width: 520px;
float: left;
}

#about_tab_content p {
margin: 0 0 10px 0;
padding: 0;
}

#about_tab_image {
margin: 0 0 0 20px;
width: 276px;
height: 121px;
border: 1px solid #c6c6c6;
float: left;
}

#about_tab_image a {
width: 276px;
height: 121px;
background-image: url(../images/tab_image.jpg);
background-repeat: no-repeat;
background-position: 0 0;
float: left;
}

#about_tab_image img {
border: 0;
}

#divisions_tab_wrapper {
width: 818px;
float: left;
}

#divisions_tab_wrapper ul {
margin: 0 0 0 15px;
padding: 0;
}

#divisions_tab_wrapper li {
margin: 0;
font-size: 11px;
}

#divisions_tab_wrapper li a {
text-decoration: none;
}

#divisions_tab_list {
margin: 0;
width: 150px;
float: left;
}

#divisions_tab_content {
margin: 0 20px 0 0;
width: 648px;
height: 123px;
float: left;
}

#capabilities_tab_wrapper {
width: 818px;
float: left;
}

#capabilities_tab_wrapper ul {
margin: 0 0 0 15px;
padding: 0;
}

#capabilities_tab_wrapper li {
margin: 0;
font-size: 11px;
}

#capabilities_tab_wrapper li a {
text-decoration: none;
}

#capabilities_tab_content {
margin: 0 20px 0 0;
width: 318px;
float: left;
}

#capabilities_tab_column_wrapper {
margin:20px 0 0 0;
width: 480px;
float: left;
}

#capabilities_tab_column1 {
width: 285px;
float: left;
}

#capabilities_tab_column2 {
width: 195px;
float: left;
}

#seaport_tab_wrapper {
width: 818px;
float: left;
}

#seaport_tab_content {
width: 520px;
float: left;
}

#seaport_tab_content p {
margin: 0 0 10px 0;
padding: 0;
}

#seaport_tab_image {
margin: 0 0 0 20px;
width: 276px;
height: 121px;
border: 1px solid #c6c6c6;
float: left;
}

#seaport_tab_image a {
width: 276px;
height: 121px;
background-image: url(../images/tab_image.jpg);
background-repeat: no-repeat;
background-position: -276px 0;
float: left;
}

#seaport_tab_image img {
border: 0;
}

#gsa_tab_wrapper {
width: 818px;
float: left;
}

#gsa_tab_content {
width: 520px;
float: left;
}

#gsa_tab_content p {
margin: 0 0 10px 0;
padding: 0;
}

#gsa_tab_image {
margin: 0 0 0 20px;
width: 276px;
height: 121px;
border: 1px solid #c6c6c6;
float: left;
}

#gsa_tab_image a {
width: 276px;
height: 121px;
background-image: url(../images/tab_image.jpg);
background-repeat: no-repeat;
background-position: -552px 0;
float: left;
}

#gsa_tab_image img {
border: 0;
}

/*
#news_tab_wrapper {
width: 818px;
float: left;
}

#news_tab_content {
width: 100%;
height: 123px;
overflow: auto;
float: left;
}

#news_tab_content ul {
margin: 0 0 0 15px;
padding: 0;
}

#news_tab_content ul li {
margin: 0 0 5px 0;
font-size: 12px;
}
*/