﻿#main_feature1 {
        float: left;
        display: inline; /* required to fix IE double margin bug - nested floats*/
        border-bottom: 1px dashed #B3B3B3;
        padding-bottom: 10px;
        list-style-type: disc;
        }
.main_featureSM_left {
        float: left;
        display: inline; /* required to fix IE double margin bug - nested floats*/
        border-right: 1px dashed #B3B3B3;
        border-bottom: 1px dashed #B3B3B3;
        padding: 10px 10px 10px 0px;
        width: 236px;
        height: 230px;        
        }
        
.main_featureSM_right {
        float: left;
        display: inline; /* required to fix IE double margin bug - nested floats*/
        padding: 10px;
        border-bottom: 1px dashed #B3B3B3;
        width: 236px;
        height: 230px;        
        }
        
#topnavmenu {
        display: none; /* required to fix IE double margin bug - nested floats*/
        }
        
#mainheader {
        float: left;
        display: none; /* required to fix IE double margin bug - nested floats*/
        width: 767px;
        height: 248px;
        margin-left: 1px;
        background: url(../images/headerBG.gif) no-repeat top left;
        }
        
#topnavbg {
        display: none; /* required to fix IE double margin bug - nested floats*/
        }
        
#logoetc {
        float: left;
        display: none; /* required to fix IE double margin bug - nested floats*/
        width: 778px;
        height: 60px;
        margin-top: 10px;
        background: url(/structure_images/SLC_Online_Logo.gif) no-repeat top left;
        }
        
#shadow {
        width: 100%;
        margin: auto;
        text-align: center;
        padding-top: 0px;
        background: url(/structure_images/shadow.gif) no-repeat top center;
        }
