div.content_tab {
    display:none;
}

.content_tab li {
	list-style-type: none;

}

#tabbed_section {
    border-width: 2px;
    border-style: solid;
    border-color: #74a1b3;
    width: 966px; /* width of tabbed panel */
    margin-left: 10px;
    margin-right: 5px;
    }
#menu {
    clear: both;
    width: 968px;
}
#Display_content {
    height: auto !important; 
    clear: both;
    min-height: 44px;
    padding: 2px;
  /*  border-width: 1px ;
    border-style: solid;
    border-color: #74a1b3; Tommie took out because a small line was showing when lists were changed*/
}
#ul_tabs {
    clear: both;
    padding: 0px;
    margin: 0px;
}
.lh {
    padding: 5px;
    padding-top: 10px;
	font-size: 1.0em;
    background-color: #74a1b3;
    list-style: none;
    width: 149px;
    height: 25px;
    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFA;
    text-align:center;
    color: #FFFFFF;
}

li.lh:hover {
    background-color: grey;
    color: #000000;
    cursor: pointer;
}

.listCol {
	width: 24%;
	float: left;
	margin-top: 10px;
}

.listCol ul li {
	list-style-type: none;
	
}
#topblock #intro {
	float: left;
	width: 500px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
}