  /*                                    */
 /*  Style Sheet for Keefe Insurance  */
/*                                    */

body {
    width: 799px;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #ccf;
    color: #333;
    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;
}

div.nav img {
    margin: 4px 0 0 0;
}

div.nav-home img {
    margin: 4px 0 0 0;
}

div.nav img.nav-bullet {
    margin: 12px 9px;
}

div.nav-home img.nav-bullet {
    margin: 9px 9px;
}

select {
    font-size: 10px;
}

select.sitemap {
    text-align: center;
    background-color: #9c9;
    color: #030;
    font-size: 11px;
    font-weight: 100;
}

form {
     margin: 0;
     display: inline;
}

sup {
    font-size: 8px;
}


/* 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;
}

.jsnav {
    margin: 0 5px;
    font-size: 14px;
    font-weight: bold;
}

hr.fancy {
    clear: right;
    width: 500px;
    height: 3px;
    border: 1px solid #009;
    background-color: #ccf;
    margin: 10px auto;
    text-align: center;
}

.description {
font-size: 24px;

	color: #000033;
	
}


  /*                     */
 /*  Main layout cells  */
/*                     */

div.header {
    background: transparent url('/img/bg.header-home.gif') no-repeat top right; 
    height: 95px;
}

div.nav {
    margin: 0;
    width: 616px;
    padding: 0;
    text-align: right;
    float: right;
    white-space: nowrap;
}

div.nav img {vertical-align: middle;}

div.cookie {
    height: 42px;
    margin: 18px 0 0 0;
    padding: 2px 0 0 25px;
    background: #fff;
    color: #603;
    font-size: 12px;
    clear: right;
}

div.sidenav {
    margin: 40px 0 0 0;
    width: 180px;
    height: auto;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 100px;
    left: 18px;
}

div.sidenav ul {
    list-style-image: url('../img/bullet.sm.gif');
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

div.sidenav ul li {

}

#foldheader {
    list-style-image: url('../img/bullet.keefe.gif');
    cursor: pointer;
    cursor: hand;
    font-weight: bold;
    background-color: transparent;
    color: #33c;
    font-size: 16px;
		font-color: #33c;
		font-family: Book Antiqua, Times New Roman, Serif;
    line-height: 20px;
}

#foldinglist{
    margin: 3px 0 5px 10px;
    padding: 0;
    line-height: 15px;
}

#foldheader a {
    text-decoration: none;
    
    color: #33c;
   
}
#foldheader a:visited {
    
    
    color: #33c;
   
}
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;
}

div.content {
    width: 581px;
    height: auto;
    margin: 0 0 0 189px;
    padding: 0 0 0 0;
    border: 0;
		background: tranparent;
    z-index: 10;
}

div.footer {
    background: #ffffff url('../img/strip.bot.gif') repeat-x bottom left;
    width: 800px;
    margin: 0px;
    padding: 10px;
    font-size: 10px;
    font-weight: normal;
    clear: both;
		height: 109;
    z-index: 0;
}

div.homebox {
	  width: 180px; 
		margin-left: 15px; 
		float: right; 
		border: double 3px #009; 
		padding: 5px;
}

  /*                          */
 /*  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;
}

/* Special extras for contact forms */
div.row {
    width: 550px;
    height: auto;
    margin: 0 auto;
		clear: both;
}

div.row span.label {
    padding-right: 10px;
    width: 40%;
    height: auto;
    text-align: right;
    float: left;
}

div.row span.field {
    width: 48%;
    height: auto;
    white-space: normal;
    float: left;
    padding: 0;
    margin-bottom: 5px;
}

div.row span.field input, textarea, select {
    width: 200px;
    border: 1px solid #000;
    background-color: #eee;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

div.row span.field textarea {
    height: 60px;
}

div.row span.field input.box {
    width: 15px;
    height: 15px;
    border: none;
    float: none;
}

div.quote {
    width: 125px;
    margin: 75px 15px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 20px;
}

div.quote cite {
    background-color: transparent;
    color: #933;
}

div.quote p {
    text-align: right;
    background-color: transparent;
    color: #666;
}

/* Find Agent Box */
select.region {
    width: 165px;
    margin: 0 0 10px 5px;
    padding: 0;
    background-color: #fff;
    color: #030;
    font-family: 'Andale Mono','Courier New',Courier,fixed;
    font-size: 10px;
    font-weight: normal;
}

div.findAgent {
    width: 175px;
    background-color: #5a6;
    color: #fff;
    border: #666 solid 1px;
    float: right;
}

div.findcenter {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
table.form {
    width: 580;
    font-size: 11px;
}

table.dir {
    width: 580;
    font-size: 10px;
}

table.dir tr.label td {
    background-color: #999;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px;
    border: 0 solid #333;
    border-width: 0 3px 3px 0;
}

table.dir td {
    font-size: 10px;
    border: 0 solid #999;
    border-width: 0 2px 2px 0;
    padding: 5px;
}

input.quiz-button {
    background-color: #eee;
    color: #090;
    border: 3px outset #090;
    font-weight: bold;
}

input.quiz-button:active {
    background-color: #090;
    color: #eee;
    border: 3px inset #000;
    font-weight: bold;
}

ol li {
    font-weight: normal;
}

ol ul.quiz li {
    font-weight: normal;
}
.right {width:300px;float:right;}
