@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #8C9A7B;
	/*background-color: #E7E7ED;  */
	/* zero out the margin and padding to account for different browsers */
	margin: 0px;
	padding: 0px;
	/* for IE5 browsers */
	text-align: center;
	color: #000000;
}
#wrapper {
	width: 732px;
	margin: 0 auto;
	/* this overrides the text-align center made in the body for IE5 */
	text-align: left;
	background-color: #E7E7ED;
	background-image: url(photos/blue_fade_horiz%20copy.jpg);
}
#banner {
	background-image: url(photos/rainier_banner%20copy.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 732px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#banner h1 {
	margin: 0px;
}
#navbar {
	color: #000000;
	float: left;
	width: 100px;
	line-height: 1.25em;
	padding: 0px;
	margin: 0px;
}
#navbar ul {
	/* this gets rid of the indentation of the list so that formatting can be done in li */
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	text-align: left;
	font-size: 1.1em;
}
#navbar a:visited {
	color: #FFFF66;
	text-decoration: none;
}
#navbar a:hover {
	color: #FF0000;
	background-color: #E7E7ED;
}
#navbar a:link {
	color: #336600;
	text-decoration: none;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 101px;
	margin-right: 0px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #16213D;
}
.main h1 {
	font-size: 1.75em;
	font-weight: bold;
	color: #000099;
}
.main h3 {
	font-size: 1.4em;
	color: #000099;
}
.main h2 {
	font-size: 1.2em;
	color: #000099;
	text-decoration:underline;
	font-weight:bold;
	}
.main ul {
	list-style:square;
	font-size: 1.2 em;
	color:#000;
}

.main .quote {
	font-style:italic;
	padding-left:20px;
	padding-right:20px;
	}	
	
.main .emph {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #16213D;
}

.main photos {
float:right;
}
.wow {
	color: #CC0000;
	font-style: oblique;
}

#box {
	border: 5px outset green; 
	padding: 2px; 
	width: 30%;
	background-color: white; 
	float:right; 
	margin: 5px 0px 5px 5px
	}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	color: #16213D;
	background-image: url(photos/blue_fade_horiz%20copy.jpg);
	background-repeat: repeat-y;
	text-align: center;
	width: 100%;
	clear: both;
	padding: 5px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	font-style: italic;
	color: #16213D;
	background-image: url(photos/blue_fade_horiz%20copy.jpg);
	background-repeat: repeat-y;
	text-align: center;
	width: 100%;
	clear: both;
	padding: 5px;
}	
.directions {
	
}
.directions ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-position: outside;
	list-style-type: decimal;
}
.map{
	padding-left:40px;
}	
