
/* 11.25.09 */

@import "style.css";

body {
width: 90%;
color: #fff;
background-color: #fff; 
background-image: url(../index-art/masthead/seattle-real-estate-selling-masthead-madrona-900-150.jpg);
/* background-position: 21% .3%; */
background-position: 36px 6px;
background-repeat: no-repeat;
z-index: 2;
font-family: Verdana, "News Gothic MT", Arial, Helvetica, sans-serif;
font-size: .8em;
}

/* used for selling and buying steps */

ol.steps {
list-style-position: outside;
list-style: lower-alpha;
margin-left: 3%;
font-size: 105%; 
font-weight: 400;
color: #000;
background-color: transparent;
/* clear: right; */
}



/* below specs are for FSBO seller check list only */


h1.listtitle {
font-size: 90%;
font-weight: 700;
line-height: 140%;
padding-top: 6px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 6px;
font-style: normal;
color: #c03;
margin-left: 0px;
background-color: #e6f8e6;
}

ul.jumplist {
list-style-image: url ("../info_art/checkbox.gif");
list-style-type: square;
list-style-position: outside;
font-size: 90%;
line-height: 120%;
font-weight: 700;
padding-top: 0px;
padding-right: 0px;
padding-left: 24px;
padding-bottom: 0px;
font-style: normal;
color: #000;
background-color: transparent;
} 

h2.checklistheader {
font-size: 90%;
line-height: 120%;
font-weight: 700;
padding-top: 0px;
padding-right: 3px;
font-style: normal;
color: #666;
background-color: transparent;
} 

ul.sellerchecklist {
/* list-style-image: url ("../info_art/checkbox.gif"); */
list-style-type: square;
list-style-position: outside;
font-size: 100%;
font-weight: 400;
padding-top: 0px;
padding-right: 0px;
padding-left: 12px;
padding-bottom: 0px;
font-style: normal;
color: #000;
background-color: transparent;
}

p.red {
width: 460px;
font-size: 90%;
font-weight: 700;
padding-right: 6px;
padding-top: 12px;  
}

span.advice {
font-weight: 400;
line-height: 130%;
padding-bottom: 6px;
color: #000;
background-color: transparent;
}


a.jumptop:link {
color: #006666;
background-color: transparent;
font-size: 70%;
}

a.jumptop:visited {
color: #006666;
background-color: transparent;
font-size: 70%;
}

a.jumptop:hover {
color: #006666;
background-color: #ffcc66;
font-size: 70%;
}

a.jumptop:active {
color: #006666;
background-color: transparent;
font-size: 70%;
}





