

body {
	color: white;
	background: #008652;    /* green */
	background: #002663;    /* dark blue */
}



h1 {
	padding: 0 0 20px;
	font-size: 30px;
	color: #008652;     /* green */
}
h2 {
	color: #008652;     /* green */
}
h3 {
	color: #008652;     /* green */
}

th {
	border-bottom: 1px solid #afbdcd;    /* light blue-grey */
}

.googleEmbed {    /* on an iFrame that embeds a google map */
	border: 1px solid #008652;     /* green */
}


a:link, 
a:visited {
	text-decoration: none;
	color: #8b0e04;    /* red */
}
a:hover, 
a:active {
	color: #e86922;    /* orange */
	text-decoration: underline;
}


	a:link.tipdownTrigger,
	a:visited.tipdownTrigger {
		color: #008652;     /* green */
	}
		#ie6 a:link.tipdownTrigger,
		#ie6 a:visited.tipdownTrigger {
			color: #008652;     /* green */
		}
	a:hover.tipdownTrigger,
	a:active.tipdownTrigger {
		color: #00a364;     /* med green */
	}
		#ie6 a:hover.tipdownTrigger,
		#ie6 a:active.tipdownTrigger {
			color: #00a364;     /* med green */
		}





.accordionWrapper {
	margin-left: 28px;
}
	.accordionWrapper .element {
		/* padding-top, padding-bottom, border, overflow, and height are all restated by Mootools */
		background: #eaebeb;    /* grey pale */
	}
	.accordionWrapper .tipdown {
		/* do not set padding, margin here */
	}
	.accordionWrapper .COLHALF h3 {
		text-align: center;
		text-transform: uppercase;
		border-bottom: 2px solid #019743;    /* med green */
	}
	.accordionWrapper .COLHALF h4 {
		padding: 4px;
		color: black;
		background: none;
	}
.accordionToggleOn,
.accordionToggleOff {
}
	.accordionToggleOn em,
	.accordionToggleOff em {
/*		width: 18px;
		height: 16px;
		padding: 4px 4px; */
		left: -28px;
		color: white;
		padding: 4px 4px 4px 8px;
		width: 14px;
		font-size: 14px;
		background: #00674e;     /* green */
	}
.accordionToggleOn {
	color: white;
	background: #054522;     /* dark green */
	background: url(/includes/files/base/images/stableriver/nPrimaryBG.jpg) left top no-repeat #002563;     /* dark blue */
}
.accordionToggleOff {
	color: white;
	background: #019743;    /* med green */
	background: url(/includes/files/base/images/stableriver/nPrimaryBG.jpg) left bottom no-repeat #00674e;     /* green */
}





/* -------------- basic parts -------------- */
/* begin */


#page {
	position: relative;
	width: 785px;    /* 825 - padding */
	padding: 20px 20px 0;
	margin: 20px auto 0;
	text-align: left;
	background: white;
}


/* -------------- header -------------- */
/* begin */


#header {
	z-index: 800;
	position: relative;
	clear: right;
	padding: 5px 0 10px;
	height: 61px;
	margin-bottom: 20px;
}
	#header ol {
		float: right;
		margin: 0;
		padding: 0;
	}
		#header ol li {
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
			margin-right: 2px;
		}
			#header ol li a:link,
			#header ol li a:visited {
				display: block;
				padding: 5px 8px;
			}
			#header ol li a:hover,
			#header ol li a:active {
				color: #f59f1a;    /* gold */
				text-decoration: none;
			}
				#header ol li .current a:link,
				#header ol li .current a:visited {
					font-weight: bold;
				}
			#header ol li.first {
			}
				#header ol li.first a:link,
				#header ol li.first a:visited {
					padding-left: 0;
				}
			#header ol li.last {
				margin-right: 0;
			}


#logo {
	position: relative;
	width: 200px;
}


#nPrimary {
	position: absolute;
	top: -20px;
	right: -20px;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
	height: 25px;
	width: 575px;
	background: url(/includes/files/base/images/stableriver/nPrimaryBG.jpg) right top no-repeat #008652;    /* green */
}
	#ie7 #nPrimary,
	#ie6 #nPrimary {
		right: -21px;
	}
	#nPrimary ol {
		height: 25px;
		float: right;
		margin: 0;
		padding: 0;
	}
		#nPrimary ol li {
		}
			#nPrimary ol li a:link,
			#nPrimary ol li a:visited {
				color: white;
				padding-left: 5px;
				padding-right: 5px;
			}
			#nPrimary ol li a:hover,
			#nPrimary ol li a:active {
				color: #f59f1a;    /* gold */
				text-decoration: none;
			}


#nConstant {
	position: absolute;
	top: 5px;
	right: -20px;
	padding: 0;
	font-size: 10px;
	height: 25px;
	width: 540px;
}
	#nConstant ol {
		height: 25px;
		float: right;
		margin: 0;
		padding: 0;
	}


/* end */






/* -------------- content -------------- */
/* begin */





#content {
	position: relative;
	z-index: 900;
	clear: both;
	margin-left: -20px;
	padding-left: 20px;
	color: #002663;    /* dark blue */
	background: url(/includes/files/base/images/stableriver/contentBG.gif) left top repeat-y;
}
	#ie7 #content,
	#ie6 #content {
		border-bottom: 1px solid white;
	}
	#content ol,
	#content ul {
		padding-bottom: 10px;    /* matches p padding-bottom */
	}


#photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
}
	#ie6 #photo {
		left: -20px;
	}


#main {
	float: right;
	position: relative;
	z-index: 10;
	padding: 20px 0 100px 20px;
	width: 520px;
}

#crumbPath {
	font-size: 10px;
}
	#crumbPath a:link,
	#crumbPath a:visited {
	}
	#crumbPath a:hover,
	#crumbPath a:active {
	}
	#crumbPath li {
		float: left;
		list-style: none;
		margin: 2px 4px 4px;
		padding-right: 6px;
		border-right: 1px solid #E6E7E8;     /* light grey */
	}
		#crumbPath li.last {
			border: 0;
		}


#left {
	position: relative;
	padding: 20px 0 0;
	width: 210px;
}




#extra {
}

#bottom {
	position: relative;
	z-index: 1000;
	height: 160px;
	margin: -100px -20px 0;
	background: url(/includes/files/base/images/stableriver/bottomBG.gif) 50% bottom repeat-x;
}


#footer {
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 785px;    /* 825 - padding */
	padding: 30px 20px 20px;
	text-align: left;
	color: #999;
}
	#footer a:link,
	#footer a:visited {
		color: white;
	}
	#footer a:hover {
		color: #bbb;
	}


/* end */





/* -------------- nSecondary -------------- */
/* begin */


#nSecondary {
	margin-top:  20px;
	font-size: 11px;
	text-transform: uppercase;
}
	#nSecondary a:link,
	#nSecondary a:visited {
		color: #002563;     /* dark blue */
	}
	#nSecondary a:hover,
	#nSecondary a:active {
		color: #008652;    /* green */
		text-decoration: none;
	}
	#nSecondary h3 {
		padding-bottom: 2px;
		margin-bottom: 4px;
		border-bottom: 1px solid #008652;    /* green */
	}
		#ie6 #nSecondary h3 {
			position: relative;
		}
	#nSecondary .current {
	}
		#nSecondary .current a:link,
		#nSecondary .current a:visited {
			color: black;
		}
		#nSecondary .current a:hover,
		#nSecondary .current a:active {
			color: #990000;    /* red */
		}
	#nSecondary ol {
	}
		#nSecondary ol li {
			list-style: none;
		}
			#nSecondary ol li li {
				margin-bottom: 0;
			}


/* end */





/* POD STYLES... indent, callout A, callout B, pull quote, col (half pg) */


.CALLOUT-A {
	width: 285px;
}

.PULLQUOTE {
}


/* end */




/* ------- external link pop up      */
#extLinkPopUp{
	display: none;
	position: absolute;
	z-index: 44;
}

#extLinkPopUp img{
	border: 0px;
}

#extLinkPopUp a.ok {
	padding: 5px 10px 5px 10px;
	margin-right: 7px;
	margin-bottom: 15px;
	background: #F9E96F;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border: 1px solid #999;
}

#extLinkPopUp a:hover.ok {
	text-decoration: underline;
}

#extLinkPopUp a.cancel{
	padding: 5px 10px 5px 10px;
	background: #6989A2;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border: 1px solid #999;
}

#extLinkPopUp a:hover.cancel{
	text-decoration: underline;
}


.flash.bad {
	border: 1px solid #333;
	background: #83A3BC;
	padding: 10px;
	margin: 0 0 20px 0; }
	.flash div.inner {
		padding: 10px 20px 10px 70px;
		text-align: left;
		min-height: 30px; 
		}
		.flash div.inner p{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #333;
			line-height: 130%;
			}
		
	.flash.bad div.inner {
		background: #FFFFFF url("../images/yield.gif") no-repeat 15px 15px; 
	}
/* -- END external link pop up ------ */
