/*  spa section */

/* colors
#f5523a  salmon 
new: 551b26 purple
#425132  graygreen
*/

body { background-color: #FFFFE7; }

p, h1, h2, h3, h4 {
	color: #425132;
}
	
.PageTitles {
	color: #425132; /* salmon, overriding the site styles */
}

a:link {  color: #551b26; text-decoration: none; }
a:visited {  color: #551b26; text-decoration: none; }
a:hover {  color: #f5523a; background-color: none; text-decoration: underline;}

.backgroundMain {
	background-image: url(../cascade_spa/interface/spa_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffe7;
}

#relative {
	position: relative;
}

#spaNav {    /* sets position of layer with sub navigation; no table needed */
	position: absolute;
	visibility: visible;
	width: 260px; height: 337px; z-index:2;
	left: 220px; top: 250px;
	overflow: visible;
}

#spaNav p {
	font-weight: bold;
	line-height: 125%;
	color: #551b26;
	margin: 0 0 .8em 0;
}


#spaContent {  /* not a layer */
	position: relative;
	margin: 450px 240px 0px 220px;
	overflow: visible;
	height: 605px; 
}

.specials {
	background-color: none;
	color: #425132;
	font-variant: normal;
	text-align: left;
	text-transform: none;
	text-indent: 0;
	padding: 3px;
	margin: 10px 0px 10px 0px;
	border-width: 0;
	border-collapse: collapse;
	width: 75%;
}

.specialTitle {
	font-size: 13px;
	line-height: 100%;
	font-style: normal;
	font-weight: bold;
/*
	font-variant: small-caps;
*/
	text-transform: none;
	text-align: left;
	letter-spacing: 0px;
	white-space: normal;
	border-bottom-width: 1px;
	border-collapse: collapse;
	background-color: transparent;
}



/*** Interior pages ; different from homepage ***/

.backgroundSecond {
	background-image: url(../cascade_spa/interface/generic_spa_72_crop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffe7;
}


#spaContent2 {  /* not a div layer */
	position: relative;
	margin: 215px 100px 0px 130px;
	height: 525px; 
	overflow: visible;
}


#spaNav2 p {
  line-height: 145%;
  color: #cc9966;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
}

#spaNav2 a {
  color: #cc9966;
  font-weight: bold;
}


#spaNav2  a:hover {
  color: #f5523a;
  text-decoration: underline;
}


.topicLinks a {
	font-weight: bold;
}



.photoRight {
	float: right;
	margin: 10px;
}

.photoLeft {
	float: left;
	margin: 10px;
}



