* {padding:0;  margin:0;}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:62.5%;
	color: #000;
	text-align: left;
}	

/*  =HACK 
Rutter's 62.5% font-size hack  
1.0 em is 10px
0.8 em is 8 px
1.4 em is 14 px
etc  */

a:link {
	color: #009;
}
a:visited {
	color: #00006e;
}
a:hover {
	color: #EEA407;
}
a:active {
	color: #F00;
}
		
h1 {
	color:#009;
	font-size:1.6em;
	font-weight:bold;
	}
h2 {
	color:#009;
	font-size:1.3em;
	font-weight:bold;
	line-height: 1.3em;
	}
h3 {
	color:#7581bf;
	font-size:1.4em;
	font-weight:bold;
	line-height: 1.4em;
	}
p {
	font-size:1.3em;
	line-height: 1.4em;
	}
li  {
	font-size:1.3em;
	line-height: 1.6em;
	list-style-type: square;
	}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:10px;
	position:relative;
	width:970px;
}
#header {
	position:relative;
	width: 968px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #009;
	border-right-color: #009;
	border-left-color: #009;
	}	
#top_nav {

}
#image_home {
	background-image: url(images/spaceneedle.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
#image_about {
	background-image: url(images/seattle_skyline_sunset.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
#image_financial {
	background-image: url(images/ferries_mt_rainier.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
#image_retirement {
	background-image: url(images/seattle_skyline_mtrainier.jpg);
	background-repeat: no-repeat;
	height: 300px;
}

/*END Alsett Clearing Method */	
#image_management {
	background-image: url(images/seattle_skyline.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
#image_fees {
	background-image: url(images/seattle_skyline_night.jpg);
	background-repeat: no-repeat;
	height: 300px;
}


#tagline {
	background-color: #eea407;
	width: 970px;
	height: 20px;
	font-size: 1.2em;
	text-align: center;
	padding-top: 5px;
	color: #00006e;
	font-style: italic;
	font-weight: bold;
}
#sidebar {
	float:left;
	width:250px;
	background-color: #f8db9c;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#sidebar h2 {
	margin-left: 10px;
	color: #009;
	font-size: 1.6em;
	line-height: 2.4em;
	font-weight: normal;
	margin-bottom: 0px;
}

#sidebar h2 a:link {
	color: #009;
}
#sidebar h2 a:visited {
	color: #00006e;
}
#sidebar h2 a:hover {
	color: #009;
	font-weight: bold;
}
#sidebar h2 a:active {
	color: #F00;
}

#sidebar h3 {
	margin-bottom: 0px;
	margin-left: 10px;
	color: #00006e;
	font-size: 1.5em;
	line-height: 2em;
	font-weight: normal;
}
#sidebar p {
	color: #00006e;
	font-size: 1.4em;
	line-height: 1.8em;
	}
#contact {
	width: 200px;
	margin-top: 60px;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 10px;
	background-color: #FAE6BC;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DB9606;
	border-right-color: #DB9606;
	border-bottom-color: #DB9606;
	border-left-color: #DB9606;
	margin-right: auto;
}
#contact h2 {
	margin-bottom: 0px;
	margin-left: 0px;
	color: #00006e;
	font-size: 1.2em;
	font-weight: bold;
	}
#contact p {
	color: #00006e;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
#directions {
	float:left;
	background-color: #FAE6BC;
	padding: 20px;
}
#main {
	margin-left: 270px;
	margin-top:40px;
	width:700px;
	}	
#main h1, h2, p, ul {
	margin-left:20px;
	margin-bottom:6px;
	}	
#main h1  {
	font-size: 1.7em;
	color: #009;
	font-weight: bold;
	line-height: 1.3em;
}	
#main h2 {
	margin-top: 12px;
	margin-bottom: 2px;
	}				
#main h3 {
	margin-top: 12px;
	margin-bottom: 2px;
}

/* =KLUDGE this lines up the list bullets with the rest of the margins*/	
#main ul {
	margin-left:3.5em;
	}
#footer {
	color:#00006e;
	font-size:0.8em;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 970px;
	text-align: center;
	line-height: .7em;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EEA407;
	padding: 5px;
	}
#footer a:link {
	color:#00006e;
	}
#footer a:visited {
	color:#00006e;
	}	
#footer a:hover {
	color:#EEA407;
	}
#footer a:active {
	color:#EEA407;
	}	
	
.title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #009;
	padding-top: 5px;
	padding-right: 30px;
	text-align: right;
	font-size: 3.4em;
	margin-bottom: 0px;
	font-weight: bold;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #009;
	padding-right: 30px;
	text-align: right;
	font-size: 1.4em;
	padding-top: -10px;
}
.intro {
	font-size: 1.5em;
	color: #505EC2;
	font-weight: bold;
}

.indent {
	padding-right: 30px;
	color: #000;
	font-size: 1.1em;
	line-height: 1.3em;
}
.floatleft {
	float: left;
	padding-right: 25px;
	}
.floatright {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	}
.caption {
	color: #054571;
	font-size: .9em;
	text-align: center;
	line-height: 1.3em;
	}
.blue {
	color: #009;
	}
.h2 {
	color:#505EC2;
	font-size:1.1em;
	font-weight:bold;
	line-height: 1.3em;
	}
.pageON {
	margin-left: 10px;
	color: #009;
	font-size: 1.6em;
	line-height: 2em;
	font-weight: bold;
	margin-bottom: 0px;
}

.sitemap1 {
	color: #054571;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.0em;
	margin-left: 50px;
	text-align: left;
	}
.sitemap2 {
	color: #054571;
	font-size: 1.2em;
	line-height: 2.0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-left: 50px;
	text-align: left;
	}
.sitemap3 {
	font-size: 1.2em;
	line-height: 2.0em;
	margin-left: 50px;
	padding-left: 40px;
	}
.sitemap4 {
	font-size: 1.2em;
	line-height: 2.0em;
	text-indent: 60pt;
	margin-left: 50px;
	padding-left: 60px;
	}
	
	/* =HACK begin Alsett Clearing Method */	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}		
/*with a fix for ie mac*/	
.clearfix {display:inline-block;}
/*plus the holly hack for ie6 windows*/		
.clearfix {display:block;}

