/*Datahost stylesheet*/

/*Set up body, td, and p as the same style. You'll also want to include the same info in the <body> tag on main template.*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #333333;
	background: #5082B3 url(images/hce_bkg.jpg) top left repeat-x;
}

a {
	color: #CC3300; 
	text-decoration: underline;
}

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

td, p {
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #333333;
}



/*Main template styles.*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: -8px;
	background-color: #FFFFFF;
}

#banner {
	position: relative;
	width: 960px;
	height: 103px;
	margin: 0 auto;
	}
	
#logo {
 position: absolute;
 top: 17px;
 left: 2px;
}	
	
#booknow {
 position: absolute;
 top: 5px;
 right: 116px;
 text-align: center;
}

.booktext {
 color: #FFFFFF;
 font-size: 14px;
 text-transform: uppercase;
 font-weight: bold;
}

.booktext a {
 color: #FFFFFF;
 text-decoration: none;
}

.booktext a:hover {
 color: #FFCC00;
 text-decoration: none;
}

#smnav {
 position: absolute;
 top: 40px;
 right: 15px;
 text-align: left;
}

.smnavtext {
 color: #FFFFFF;
 font-size: 12px;
}

.smnavtext a {
 color: #FFFFFF;
 text-decoration: none;
}

.smnavtext a:hover {
 color: #FFCC00;
 text-decoration: none;
}


#mainnavbkg {
	position: relative;
	width: 100%;
	background: url(images/hce_navbarbkg.png) top left repeat-x;
	height: 40px;
	z-index: 500;
}

#mainnavwrapper {
 position: relative;
 width: 975px;
 height: 30px;
 margin: 0 auto;
 padding-left: 15px;
}

#mainnav {
 position: relative;
 width: 975px;
 height: 30px;
 margin: 0 auto;
 padding-top:2px;
 border-left: 1px solid #963403;
}


#sidebar {
 background: #F8CA96 url(images/hce_sidebarbkg.jpg) bottom left repeat-x;
 width: 232px;
}

#boxtop {
 position: relative;
 width: 204px;
 height: 32px;
 background: url(images/hce_box_top.png) no-repeat;
 margin-left: 13px;
 padding-right: 0px;
}

#boxsides {
 width: 204px;
 background: url(images/hce_box_sides.png) repeat-y;
 margin-left: 13px;
 padding-right: 0px;
}

#boxbottom {
 width: 204px;
 height: 7px;
 background: url(images/hce_box_bottom.png) no-repeat;
 margin-left: 13px;
 padding-right: 0px;
}

#boxtab { 
 position: absolute;
 top: 7px;
 left: 13px;
}

.boxtabtext {
 color: #A53F0C; 
 font-size: 14px;
 font-weight: bold;
 }

.boxtabtext a {
	color:#A53F0C;
	text-decoration: none;
	}

.boxtabtext a:hover {
 color: #A53F0C;
 text-decoration: underline;
}
	
.boxtitle {
 color: #751E10; 
 font-size: 14px;
 font-weight: bold;
 font-family: tahoma, arial, verdana, sans-serif;
 line-height: 1.2em;
}

.boxtext {
 color: #000000; 
 font-size: 13px;
 font-family: arial, verdana, sans-serif;
}

.socialicons {
	vertical-align: middle;
	margin-left: 2px;
	margin-right: 2px;
}

.table_announcements {
	padding-top: 5px;
	margin-bottom: 0px;
}

.table_announcements td {
	width: 100%;
	padding: 0px 5px 10px 5px;
} 

.table_login {
	padding-top: 5px;
	padding-bottom: 5px;
}

.table_login td {
	width: 100%;
	padding: 5px 10px 5px 10px;
} 

#storestuff {
 width: 200px; 
 margin-left: 24px;
 margin-top: 5px;
}

.searchtitle {
 font-size: 12px;
 font-weight: bold;
 color: #CC3300;
}

#giftcertsbox {
 margin-left: 13px;
 padding-right:0px;
 position: relative;
 width: 202px;
 height: 52px;
 background: url(images/hce_giftcerts.gif) no-repeat;
}

#tellfriendbox {
 margin-left: 13px;
 padding-right:0px;	
 position: relative;
 width: 202px;
 height: 52px;
 background: url(images/hce_tellafriend.gif) no-repeat;
}

#sidebarbuttontitles {
 position: absolute;
 top: 10px;
 left: 61px;
}

#sidebarbuttontitles2 {
 position: absolute;
 top: 16px;
 left: 61px;
}

.sidebarbuttontext {
 color: #05386B;
 font-size: 16px;
 font-variant: small-caps;
 font-weight: bold;
}

.sidebarbuttontext a {
 color: #05386B;
 text-decoration: none;
 }
 
.sidebarbuttontext a:hover {
 color: #CC3300;
 text-decoration: none;
 }

#navigation {
	width: 125px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#navigation li {
	list-style: none;
	color: #990000;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 6px;
}

#navigation li a:link, #navigation li a:visited {
	display: block;
	color: #990000;
	text-decoration: none;
	padding: 5px 5px;
}

#navigation li a:hover {
	color: #000;
	text-decoration: none;
}

#cartinfo {
	background-color: #eee;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}/*for the cart items, amt*/

#content {
  width:722px;
	padding: 5px 3px 15px 5x;
	margin-left: 3px;
}

#pagebottom {
 width: 960px;
 margin: 0 auto;
 height: 191px;
 background: #FFFFFF url(images/hce_pagebottom.jpg) top left no-repeat;
}

#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.footerlinks {
	color: #FFFFFF; 
	font-size: 11px;
	margin-bottom: 4px;
}

.footerlinks a:link, .footerlinks a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.footerlinks a:hover {
	color: #FFCC00;
	text-decoration: underline;
}/*site links in the footer, like home, etc.*/

.footertext {  
	color: #FFFFFF; 
	font-size: 12px;
	margin-bottom: 10px;
}

.siteby {  
	padding-top: 8px;
	font-size: 10px; 
	line-height: 1.2em; 
	color: #FFFFFF;
}

.siteby a:link, .siteby a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.siteby a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.riverinfo {
 color: #999999;
 font-size: 11px;
 padding-left: 10px;
}
/*index template styles*/

#slideshowwrapper {
	position:relative;
	width: 720px;
	height: 480px;
}

#slideshowwrapperrobject{
	width:720px;
	height:480px;
	position:absolute;
	z-index:2;
}

#slideshowwrapper2 {
	position:relative;
	width: 720px;
	height: 240px;
}

#slideshowwrapperrobject2{
	width:720px;
	height:240px;
	position:absolute;
	z-index:2;
}

#photofade {
 position: absolute;
 width:720px;
 height:33px;
 z-index: 5;
 bottom: -3px;
 left: 0px;
 background: url(images/photo_fade.png) no-repeat;
}

.table_specials {
	margin-top: 15px;
	margin-bottom: 0px;
} 

.table_specials td {
	width: 33%;
	padding: 0px 10px 15px 0px;
}

.specialstitle {
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #bc56a2;
}
	
.specialsheader, .announcementheader {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.specialsheader a, .announcementheader a {
	color: #E59218;
	text-decoration: none;
}

.specialsheader a:hover, .announcementheader a:hover  {
	color: #EFAF43;
	text-decoration: underline;
}

.specialstext, .announcementtext {
	font-size: 11px;
}

.specialsclickhere, .announcementclickhere {
	font-size: 11px;
}


/*Category and Product list, cell and details pages*/

h1 {  
	margin-top: 15px;
	margin-bottom: 8px; 
	font-size: 22px; 
	font-weight: 400; 
	line-height: 1.0em; 
	color: #CC3300;
} /*this is always used for the page title, except home page and product detail pages*/

h2 {  
	margin-top: 10px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #5081B2;
}

h3 {  
	margin-top: 10px; 
	margin-bottom: 4px; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 1.5em; 
	color: #5081B2;
}

h4 {  
	margin-bottom: 4px; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.2em; 
	color: #CC3300;
}

ul {  
	font-size: 12px; 
	line-height: 1.2em; 
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
	list-style: none;
}

ul.webpages {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 15px;
	list-style-type: square; 
	list-style-position: outside; 
	color: #000000;
}

li.webpages {  
	font-size: 13px; 
	line-height: 1.2em;
	/*list-style-type: none;*/
}


ul.navbullet {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:4px;
	padding-bottom: 4px;
}

li.navbullet {  
	list-style: none;
	line-height: 1.0em; 
	background-image:url(images/hce_navbullet.jpg);
	background-position:1 .8em;
	background-repeat:no-repeat;
	padding:0 0 8px 28px;
	margin-left: -30px;
}

.navbullet {
 margin-left: 10px;
 margin-right: 5px;
 padding-top: 2px;
}

ol li {
	list-style-type: decimal;
}

#riverboxtop {
 position: relative;
 width: 350px;
 height: 31px;
 background: url(images/hce_box_top_wht.png) no-repeat;
 margin-left: 13px;
 margin-top: 15px;
 padding-right: 0px;
}

#riverboxsides {
 width: 350px;
 background: url(images/hce_box_sides_wht.png) repeat-y;
 margin-left: 13px;
 padding-right: 0px;
}

#riverboxbottom {
 width: 350px;
 height: 5px;
 background: url(images/hce_box_bottom_wht.png) no-repeat;
 margin-left: 13px;
 padding-right: 0px;
}

#riverviewboxtop {
 position: relative;
 width: 204px;
 height: 32px;
 background: url(images/hce_purp_box_top.png) no-repeat;
 margin-left: 13px;
 padding-right: 0px;
}

#riverviewboxsides {
 width: 204px;
 background: url(images/hce_purp_box_sides.png) repeat-y;
 margin-left: 13px;
 padding-right: 0px;
}

#riverviewboxbottom {
 width: 204px;
 height: 7px;
 background: url(images/hce_purp_box_bottom) no-repeat;
 margin-left: 13px;
 padding-right: 0px;
}

.riverviewboxtabtext {
 color: #FFFFFF; 
 font-size: 14px;
 font-weight: bold;
 line-height: 0.9em;
 }



.sku {font-size: 11px; text-decoration: none; font-weight:bold;}

.cellpadding {
	padding-bottom: 5px;
	padding-right: 10px;
}/*this is the bottom padding between cells*/

.table_margintop {
	width: 100%;
	margin-top: 15px;
}/*this is on all the product_list and cat_list pages*/

.table_nomargin {
	width: 100%;
	margin-top: 0px;
}


.cellheader, .testimonialcellheader {
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight:bold;
	margin-bottom: 4px;
}

.cellheader a, .testimonialcellheader a {
	color: #FFFFFF;
	text-decoration: none;
}

.cellheader a:hover, .testimonialcellheader a:hover  {
	color: #51a22a;
	text-decoration: underline;
}/*cat name or product name, depending on which cell*/

.celltext, .testimonialcelltext {  font-size: 13px; line-height: 1.3em;}

.highlight {  
	font-size: 13px; 
	font-weight:bold; 
	color: #308109; 
}

.highlight a {
	color: #308109;
	text-decoration: underline;
}

.highlight a:hover  {
	color: #9b0075;
	text-decoration: underline;
}

.flag {
	display: inline;
	padding-right: 5px;
	color: #308109;
	font-weight: bold;
}

.freeship { 
	display: inline; 
	font-weight: bold; 
	color: #9b0075;
	padding-right: 5px;
}


.multiheader {  
	margin-top: 25px; 
	margin-bottom: 8px; 
	font-size: 18px; 
	font-weight: 400; 
	line-height: 1.1em; 
	color: #FFFFFF;
	background-color: #E7A243;
	display: block;
	padding: 4px 10px;
	width:680px;
} /*multilist header*/

.insertlist1 { 
	font-size: 12px; 
}

.insertlist1 a {
	text-decoration: none;
}
 /*youarehere links*/

.nextprev, .gotocart, .cellclickhere {  font-size: 12px;  }

.jumplinks {font-size: 12px; line-height: 1.5em;} /*used on faq page*/

.clickhere {  font-size: 11px; line-height: 1.5em; }
 /*back to top links*/
 
.jumptobox {
	background-color: #bc56a2;
	padding: 5px;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}

.tellafriend {
	background-color: #ffcc00;
	color: #000;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.tellafriend a {
	color: #000;
	text-decoration: none;
}

.tellafriend:hover {
	/*background-color: #ffcc00;*/
}



/*Cart pages and shipping*/

.steps {
	display: inline;
	width: 100px;
	color: #666;
	margin-right: 8px;
	padding-right: 0px;
	text-align: left;
}

.stepson {
	display: inline;
	width: 100px;
	color: #333;
	margin-right: 8px;
	padding-left: 15px;
	background: #fff url(images-mm/cart_arrow.gif) left center no-repeat;
	font-weight: bold;
	text-align: left;
}


#cart {
	width: 100%;
}

.buttons {
	width: 100%;
	position: relative;
}

.leftbuttons {
	width: 50%;
	float: left;
}

.rightbuttons {
	width: 48%;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#cartcontent {
	width: 100%;
}

.tablecart {
	width: 100%;
	border: 0;
	padding: 0;
	border-collapse: collapse;
	margin-bottom: 0px;
}

.tablecart tr.bkgnd1 {
	background: #7ba4cb;
}

.tablecart th.bkgnd1 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px;
}

table.pmt_table {
	border: 1px solid #ddd;
}

table.pmt_table th {
	background-color: #7ba4cb;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

table.pmt_table td {
	background-color: #fff;
	padding: 5px;
}

.tablecart tr.bkgnd2 {
	background: #ffffff;
}

.tablecart th.bkgnd2 {
	font-weight: 400;
	padding-top: 5px;
}

.tablecart td, .tablecart p {
	font-size: 12px;
}

.tablecart td.products {
	color: #333333;
	border-top: 1px solid #4f86ba;
	padding-top: 6px;
}

.tablecart tr.bkgnd3 {
	background: #eee;
}/*this is for the background behind the options rows*/

.tablecart tr.bkgnd4 {
	background: #ddd;
}/*this is for the background behind the options subtotal*/

.tablecart td.options {
	font-size: 12px;
}/*this is for the simple options*/

.tablecart td.subhead {  
	font-size: 13px; 
	font-weight: bold; 
	color: #95b15a;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

.tablecart td.shipping {
	font-size: 12px;
}

.tablecart td.indshipnote {
	color: #95b15a;
	font-weight: bold;
}

.cartbutton, .fancybutton, .fancybutton2 {
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #CC3300;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #CC3300;
	background-color: #CC3300;
	margin:0; /*the following 4 styles are to prevent huge buttons in IE*/
	padding:0 .25em;
	width: auto;
	overflow:visible;
}

.cartbutton[class] {  /* IE < 7 ignores [class] */
    width: auto; 
} /* cancel margin fix for other browsers */

.cartbutton_simple {
	font-size: 11px;
	padding: 2px;
}/*this is for update cart, calculate shipping, clear cart*/

.cartbutton_continueshopping {
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #CC3300;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #CC3300;
	background-color: #CC3300;/*the arrow for this button is hard-coded on viewcart*/
	font-size: 14px;
	width: 175px;
	font-weight: bold;
	padding: 6px;
}/*this is for continue shopping at top of page*/

.cartbutton_continueshopping a {
	color: #333;
	text-decoration: none;
}/*this is for the top continue shopping at the top of viewcart since it's not really a button*/

.cartbutton_back {
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	padding-left: 25px;
	background: #CC3300 url(images-mm/arrow_back_white.gif) left center no-repeat;
}/*this is for continue shopping and make changes*/

.cartbutton_forward {
	font-size: 16px;
	padding: 6px 30px 6px 6px;
	text-align: right;
	background: #CC3300 url(images-mm/arrow_forward_white.gif) center right no-repeat;
}/*this is for proceed to checkout, complete payment, submit order*/

.cartbutton_forwardadd {
	font-size: 12px;
	padding: 4px;
	padding-right: 30px;
	text-align: right;
	background: #CC3300 url(images-mm/arrow_forward_white.gif) center right no-repeat;
}/*this is for add to cart*/

.cartbutton_forwardsml {
	font-size: 11px;
	padding: 2px;
	padding-right: 25px;
	text-align: right;
	background: #CC3300 url(images-mm/arrow_forward_white.gif) center right no-repeat;
}/*this is for any normal size button you want the arrow on*/

.instructions {  
	font-size: 13px;
}

.smallnotes {
	font-size: 11px;
	line-height: 1.1em;
}

.continue {
	text-align: right;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #eeeeee;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #cad8ac;
line-height:1.2em;
z-index:100;
border-right: 2px solid #cad8ac;
border-bottom: 2px solid #cad8ac;
visibility: hidden;
text-decoration: none;
}

.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-size: 12px;
	color: #4f86ba;
	background-color: #95b15a;
	display: inline;
	padding: 3px;
}

.hintanchor a:link, .hintanchor a:visited, .hintanchor a:hover {
	color: #ffffff;
	text-decoration: none;
}

.hintclick {
	font-size: 12px;
	color: #4f86ba;
}


/*Miscellaneous*/

input {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

form {margin-top: 0px; margin-bottom: 0px; }

.formlabeltop {
	font-weight: bold;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 3px;
}

.formborder {
	border: 1px solid #666;
}

.fancyform p {
	padding-top: 0px;
	clear: left;
	margin-bottom: 0px;
	margin-top: 8px;
}

.fancyform input, .fancyform textarea, .fancyform select{
	border: 1px solid #666;
}

 .fancyform option {
	border: 1px solid #FFFFFF;
}

.fancyform p label {
	width: 180px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 8px;
}

.fancyform p.rightcolumn {
	padding-left: 188px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.fancyform p.submit {
	padding-left: 188px;
}

.accountform p {
	padding-top: 0px;
	clear: left;
	margin-bottom: 0px;
	margin-top: 5px;
}

.accountform input, .accountform textarea, .accountform select, .accountform option {
	border: 1px solid #666;
}

.accountform p label {
	width: 130px;
	float: left;
	text-align: left;
	font-weight: bold;
	padding-right: 8px;
}

.accountform p.rightcolumn {
	padding-left: 138px;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
}

.accountform p.submit {
	padding-left: 138px;
}

.shadedbox {
	background-color: #ddd;
	padding: 5px;
}
input.noborder {
	border: 1px solid #fff;
}

/*table {margin-top: 0px; margin-bottom: 0px; }*/

.certificate { 
	width: 500px;
	margin: 10px auto;
	padding: 10px; 
	border: 1px solid #FF6600; 
	background-color: #fff; 
}

.certificate td { padding: 10px; }


hr {
	border: 0;
	color: #FF6600;
	background-color: #FF6600;
	height: 1px;
	width: 100%;
	text-align: left;
}

table.price_table th {
	background-color: #ffcc66;
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

table.price_table td {
	background-color: #ffffff;
}

/*Style for payment section pop-up windows. If website has a dark background color for <body> set the background color in this style to the same color. Leave commented out if you wish the pop-up window to have a white background by default*/
.popup_table {
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
	/*background-color:#000000*/
}

.label {  font-size: 11px; line-height: 1.2em; font-weight: bold; }

.attribute {  font-size: 11px; line-height: 1.2em;}

.message {
	font-size: 11px;
	color: #990000;
	text-align: center;
}


.errormessage {
	font-size: 14px; 
	color: #990000; 
	font-weight: normal; 
}

.errormessage a {
	color: #990000;
}

.rivermessage {
 font-size:10px;
 font-weight: bold;
}

.riverwaves {
 background-image: url(images/hce_fadedwaves.png);
 background-repeat: no-repeat;
}

/* START OF CSS FOR MAP */

#holder {
	width:650px;
	margin:0px auto;
	text-align:left;
	border: 1px solid #CCCCCC;
	padding:4px;
}

dl.map.on {
  background: url(images/hce_rivers_map_wlogo.png) no-repeat;
  margin: 0px;
  text-align:center;
  width: 650px;
  height: 564px;
  position: relative;
}

dl.map.on dt {
	list-style:none;
  display: inline;
}

dl.map.on dd {
  border: 2px solid #222;
	background:url(images/tooltip-bg.png);
  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
  color: #fff;
	font-size:11px;
  padding: 4px;
  width: 230px;
  position: absolute;
  left: -9999px;
  z-index: 11;
}

dl.map.on dd img {
	position:relative;
	float:right;
	border:#000000 1px solid;
	margin:2px;
}

dl.map.on a.location {
  background: url(images/point.png) no-repeat;
  display: block;
  outline: none;
  text-decoration: none;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 10;
}

dl.map.on a.location:hover {
  background: url(images/point-hover.png) no-repeat -1px -1px;
}

dl.map.on dd a {
	color:#FFF;
}
dl.map.on dd a:hover {
	text-decoration:none;
}
dl.map.on dd a.close {
	position:relative;
	float:right;
	color:#000;
	background:url(images/close.png) no-repeat;
	text-indent:-9999px;
	outline:none;
	height:16px;
	width:16px;
	margin-left:4px;
	margin-right:-6px;
	text-decoration:none;
}


/* START OF CSS FOR MAP POINTS */

dl.map.on a#mckenzie {
  top: 218px;
  left: 234px;
}

dl.map.on a#umpqua {
  top: 302px;
  left: 164px;
}

dl.map.on a#rogue {
  top: 344px;
  left: 205px;
}

dl.map.on a#klamath {
  top: 429px;
  left: 199px;
}

dl.map.on a#scott {
  top: 488px;
  left: 132px;
}

dl.map.on a#calsalmon {
  top: 518px;
  left: 102px;
}
/*
dl.map.on a#owyhee {
  top: 200px;
  left: 200px;
}*/


.rivermapheader {
 color: #FFCC00;
 font-size: 12px;
 font-weight: bold;
}