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

body {
	background-color: #ad8c46;
}

.about {
	position:relative;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('/img/about_bg.png');
	background-color: #ad8c46;
	height: 1801px;
	width: 1020px;
}


div.container {
	position:relative;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/img/seattle-oasis1.jpg');
	background-color: #ad8c46;
	height: 1437px;
	width: 1020px;
}

div.container2 {
	position:relative;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/img/seattle-oasis2.jpg');
	background-color: #ad8c46;
	height: 1728px;
	width: 1020px;
}

div.container3 {
	position:relative;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url('/img/really_long.png');
	background-color: #ad8c46;
	height: 2328px;
	width: 1020px;
}


div.container4 {
	position:relative;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/img/seattle-oasis4.png');
	background-color: #ad8c46;
	height: 1728px;
	width: 1020px;
}


div.title {
	font-family: Arial, sans-serif;
	position: relative;
	top: 306px;
	right: -285px;
	text-align: left;

}
div.content {
	font-family: Arial, sans-serif;
	position:relative;
	right:-317px;
	text-align:left;
	top:258px;
	width:615px;
}
div.address {
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color:#FBF6BD;
	font-size:11pt;
	left: 50px;
	position:relative;
	text-align:right;
	top:337px;
	width: 230px;
}

div.pic {
	float: right;
	font-family: Arial, sans-serif;
	position: relative;
	right: 100px;
	width: 220px;
}

div.nav2 {
	font-family: Arial, sans-serif;
	width: 643px;
	float: right;
	position: relative;
	left: -66px;
	top: 200px;
	height: 30px;
	text-align: left;
}

div.nav {
	font-family: Arial, sans-serif;
	width: 643px;
	float: right;
	position: relative;
	left: -66px;
	top: 223px;
	height: 30px;
	text-align: left;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 20pt;
}

.footer {
	margin: 0 auto;
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color:#FBF6BD;
	font-size:9pt;
	text-align: center;
}

.footer2 {
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color:#FBF6BD;
	font-size:9pt;
	text-align: center;
	position: relative;
	top: -130px;
}

/*Navigation Links*/
a.nav:link {
	color: #fbf6bd;
	font-size: 15;
	text-decoration: none;
	line-height: 40px;
	padding-right: 11px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 9px;
}

a.nav:visited {
	color: #fbf6bd;
	font-size: 15;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 9px;
}

a.nav:active {
	color: #fbf6bd;
	font-size: 15;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 9px;
}
a.nav:hover {
	
	color: #fbf6bd;
	font-size: 15;
	text-decoration: underline;
	padding-right: 11px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 9px;
}

/*Link styles intended for side address*/
a.else:link {
	color: #fbf6bd;
	text-decoration: none;
}

a.else:visited {
	color: #fbf6bd;
	text-decoration: none;
}

a.else:active {
	color: #fbf6bd;
	text-decoration: none;
}
a.else:hover {
	
	color: #fbf6bd;
	text-decoration: underline;
}


a:link {
	color: #8F582C;
	text-decoration: none;
}

a:visited {
	color: #8F582C;
	text-decoration: none;
}

a:active {
	color: #8F582C;
	text-decoration: none;
}

a:hover {
	color: #8F582C;
	text-decoration: underline;
}

img.pix {
	
	margin-top: 5px;
	float: right;
	padding-right: 7px;
	padding-left: 5px;
	margin-left: 15px;
	margin-bottom: 15px;
}

p {
	font-size: 10pt;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	
}

strong.quote {
	color:#6F3507;
}

/* IE styles*/

*div.nav {
	font-family: Arial, sans-serif;
	width: 643px;
	float: right;
	position: relative;
	left: -66px;
	top: 232px;
	height: 30px;
	text-align: left;
}

*div.address {
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color:#FBF6BD;
	font-size:11pt;
	left: 50px;
	position:relative;
	text-align:right;
	top:335px;
	width: 230px;
}

*p {
	margin-bottom: 5px;
}

*h3 {
	margin-bottom: 5px;
}


