  /*                                    */
 /*  Style Sheet for Summit Insurance  */
/*                                    */

body {
    width: 799px;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: transparent;
    text-align: left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

h1 {
    margin: 10px 0;
    background: transparent;
    color: #900;
    font-family: 'Book Antiqua', Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    font-style: italic;
    filter:dropshadow(color=black);
}

h2 {
    margin: 0;
    background: transparent;
    color: #656565;
    font-size: 16px;
    font-style: italic;
}

h3 {
    margin: 0;
    font-family: 'Book Antiqua', Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    color: #2e5842;
    background: transparent;
}

h4 {
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
}

img {
    border: 0px;
}

/* Anchors */
a:link {
    background: transparent;
    color: #33c;
    text-decoration: underline;
}

a:link:hover {
    background: transparent;
    color: #900;
    text-decoration: none;
}

a:active {
    background: transparent;
    color: #900;
    text-decoration: underline;
}

a:visited {
    background: transparent;
    color: #c09
    text-decoration: underline;
}

a:visited:hover {
    background: transparent;
    color: #900;
    text-decoration: none;
}

hr.fancy {
    clear: right;
    width: 500px;
    height: 3px;
    border: 1px solid #009;
    background-color: #ccf;
    margin: 10px auto;
    text-align: center;
}


  /*                     */
 /*  Main layout cells  */
/*                     */

div.header {
    background: transparent url('/img/bg.header-home.gif') no-repeat top right; 
    height: 95px;
}

div.body {
    width: 800px;
    height: auto;
    margin: 0 0;
    padding: 0 0 0 18px;
    border: 0;
		background: #ffffff url('/img/bg.maincell.jpg') no-repeat bottom right;
    z-index: 10;
}

  /*                          */
 /*  Whole bunches of lists  */
/*                          */

ul.ie {
    list-style-position: inside;
}

li {
    margin-bottom: 3px;
}

dt {
    font-weight: bold;
    font-size: 13px;
}

dd {
    margin-bottom: 15px;
    width: 65%;
}

ul.basic {
    list-style-type: circle;
}

ul.basic li {
    display: list-item;
    margin-bottom: 5px;
}

ul.quiz li {
    list-style-type: none;
    clear: both;
    margin: 1px 0;
}

ul.quiz div {
    width: 83%;
}

ul.quiz div.yn {
    width: 17%;
    float: right;
    vertical-align: top;
}

ul.qa {
    list-style-type: none;
    padding: 0;
}

ul.qa li.q {
    display: list-item;
    margin: 0 0 5px 0;
    font-style: italic;
    font-size: 15px;
}

ul.qa li.a {
    display: list-item;
    margin: 0 25px 15px 25px;
}

/* Info Center icon list */
ul.icons {
    list-style-type: none;
    list-style-position: outside;
    width: 345px;
    margin: 0 15px;
    padding: 0 15px;
}

ul.icons li {
    list-style-type: none;
    clear: left;
    margin: 10px 0 0 0;
}

ul.icons img {
    float: left;
    margin: 0 10px 10px 0;
}

  /*              */
 /*  Subclasses  */
/*              */

img.pic {
    float: right;
    margin: 0 20px 10px 20px;
    border: 1px outset #000;
}

.grey {
    border-width: 2px;
    border-color: #006;
    margin-left: auto;
    margin-right: auto;
}

.grey td.h1 {
    background: #ccc;
    color: #006;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

ol li {
    font-weight: bold;
}

ol ul.quiz li {
    font-weight: normal;
}