
/* 06.15.08 */


@import "style.css";

body {
width: 85%;
color: #fff;
background-color: #fff; 
background-image: url(../index-art/masthead/seattle-lake-wa-kirkland-900-150.jpg);
/* background-position: 21% .3%; */
background-position: 36px 6px;
background-repeat: no-repeat;
}

form {
	width: 75%;
padding-left: 2%;
padding-right: 1%;
border-color: #369;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}


/* RIGTH COLUMN */

ul.list {
list-style-type: square;
list-style-position: outside;
color: #000;
background-color: transparent;
font-size: .8em;
font-weight: 700;
font-style: normal;
line-height: 120%; 
text-align: left;
padding-right: 6px;
}

ul.listlight {
list-style-type: round;
list-style-position: outside;
color: #000;
background-color: transparent;
font-size: .7em;
font-weight: 400;
font-style: normal;
line-height: 120%; 
text-align: left;
padding-right: 6px;
}

img.gnaadvice {
float: right;
padding-left: 12px;
padding-bottom: 10px;
}

/* used as text above normal text  on one advice page */

h2.advice {
font-size: .9em; 
font-weight: 700;
padding-top: 10px;
font-style: normal;
line-height: 100%;
color: #c03;
background-color: transparent;
}

