
div#outer {
	width:100%; /**94%;**/
	/*min-width:70em;*/
	/*max-width: 70em;*/
}
* { /*reset universally*/
    margin:0;
    padding:0;
}
body {
	background: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 90%;
/* 	line-height: 1.5em; */
	color:  #000;
}
/*------------[ HEADER (title) DIV ]----------------*/
#header {
	background: #FEFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	height: 100px;
	width:405px;
	cursor:pointer;
}
#header img {
	border: 0;
	padding: 0;
}
#headerbackground {
	background: url(images/header_sky_pattern.gif) repeat-x top left;
	border-bottom: 1px solid #2F6FB7;
 	position:absolute;
	height:100px;
	width:100%;
	right:0px;
	left:0px;
	padding:0px;
	margin: 0px 0px 0px 5px;
}
/*------------[ SUB DIV (encloses content and right divs) ]----------------*/
#sub {
	position: absolute;
	top: 101px;
	left: 135px;
	width:90%;
	z-index:1;
}

/*------------[ RIGHT DIV ]----------------*/



#right {
	right:60px;
	text-align: center;
	background: #FFF;
	position:absolute;
	top:-40px;
	width: 175px;
	font-size: .9em;
	padding: 0;
	z-index: 20;
}
.indexpage {
	width: 360px !important;
	z-index: 20;
	right: 25px; 
}
.rightaccompage {
margin-left: 50px;
display: block;
}

#right #wrap {
	padding-top: 1px;
	padding-bottom: 20px;
	text-align: center;
		border: 1px dashed #2F6FB7;

}
#right dl {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#right dt {
	margin: 0 auto;
	padding: 0;
}
#right dd {
	padding: 0 6px;
	display: inline;
	text-align: center;
	margin: 0;
}
#right a {
	margin: 0 auto;
	font: 1em "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: center;
	}

#right img {
	display: block;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 25px auto 5px auto;
}
#right a:hover{
	color: #1E90FF;
}
#wrap img:hover, #wrap img.hover, #wrap img:focus, #wrap img:active {
	border-color: #999;
}
#googleads {
	margin: 30px 0 0 0;
	font-size: 1.1em;
}
#googleads p {
	line-height: 1.1em;
	padding: 0 5px;
	text-align: center;
	font-size: 0.7em;
	color: Black;
	margin: 10px 20px;	
}

/*------------[ NAVIGATION (left) DIV ]----------------*/

#navbar {
	position:absolute;
	margin: 0px 0px 0px 5px;
	top: 101px;
	width: 119px;
	background: #FFF url(images/nav_left.jpg) no-repeat left top;
	border:0px;
	z-index: 10;
}
#navbottom {
	position:absolute;
	z-index: 1;
	background: #FFF url(images/nav_left_bottom.jpg) no-repeat;
	width:119px;
	height:154px;
	top: 240px;
	left: 5px;
}


/* ------------------ Feedback Div  -----------------------------*/
#feedback {
	display: none;
	border: 1px dashed #2F6FB7;
	color: #000;
	background: #fff;
	text-align:center;
	padding: 10px; margin: 10px 0;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#feedback b {
	font-size: 1.3em;
}
#feedback input, #feedback textarea {
	font-size: 1.1em;
	font-family: Verdana, Arial, San-Sarif;
	background: #EFF9FF;
	border: 1px solid #0099FF;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align:left;
}
#feedback textarea {
 	overflow-x: hidden; 
	overflow-y: auto;
	width: 100%;
	margin: 10px 0;	
}
#feedback input:focus, #feedback textarea:focus {
	border: 1px solid #00217D;
}
#feedback #submitdiv {
	margin: 8px 0 0 0;
	text-align: left;
}
#feedback #submitdiv #submit{
	cursor: pointer;
	width: 80px;
	text-align: center;
	}
#feedback #submitdiv #submit:hover {
	background-color: #eee;
}

/* ------------------ Nav  -----------------------------*/



/** list structure **/
#navbar ul {
	 width: 119px;
	 list-style-type: none;
}

#navbar ul li {
	border-bottom: 1px solid White;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Sans-Serif;
}

.dropdown{
		background: url(images/dropdown_arrow.gif) no-repeat center right;
}
	
#winterdrop{
	top: 50px;
	left: 295px;
	background: #E6EFFF url(https://www.field.ca/images/winter_dropdown2.jpg) no-repeat bottom right;
}
			
#summerdrop{
	left: 119px;
	top: 50px;
	background: #fff url(https://www.field.ca/images/summer_dropdown.jpg) no-repeat top right; 
}	
		
#navbar ul li ul {
	position: absolute;
	display: none;
	width: 175px;
    z-index: 10;
    border: solid 1px #B3ABA1;
}

#navbar ul li ul li {
	width: 175px;
	border-bottom: solid 1px  #B3ABA1;
}

/** popup list on hover  **/
#navbar ul li:hover ul, #navbar ul li.hover ul {
	display: block;
	z-index: 10;
}

/** link  **/	
	
#navbar ul li ul a {
	display: block;
	width: 169px;
	color: Navy;
}
	
#navbar  a { 
	display: block;
	padding: 3px;
	width: 113px; height: 18px;
	line-height: 18px;
	color: #00479F;
	text-decoration: none;
	}

/** link (on popup) hover **/	
	
#navbar li ul li a:focus, #navbar li ul li a:hover, #navbar li ul li a:active {
	color: White;
	width: 169px;
	background-color: #326EB4;
}	
	
/** link hover **/

#navbar ul li a:focus, #navbar ul li a:hover, #navbar ul li a:active {
	color: Navy;
	width:113px;
	background-color: #E6EFFF;	
}

#navbar ul li a .dropdown:focus, #navbar ul li a .dropdown:hover, #navbar ul li a .dropdown:active {
	color: Navy;
	width:113px;
	background: #E6EFFF url(images/dropdown_arrow.gif) no-repeat center right;
}

#navbar .currentcategory{
	width: 119px;
	background-color: #E6EFFF;
}
	
#amazonboxes {
	position: absolute;
	top:460px;
	left: 8px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 111px;
}
#amazonboxes .amazonbox {	
	text-align: center;
	border: 1px dashed #2F6FB7;
	padding: 0;
	margin: 30px auto;
	width:111px;
}		
.amazonbox img {	
	border: none;
	padding: 0;
	margin: 15px auto 0 auto;
	width: 100px;
}	
.amazonbox p {
	line-height: 1.1em;
	padding: 0 5px;
	text-align: center;
	font-size: 0.7em;
	color: Black;
	margin: 10px 0 0 0;	
}
	
.amazonbox .recommend {	
	background: #2F6FC4;
	padding: 0;
	margin: 0;
	width: 111px;
	text-align: center;
	position: relative;
}
.amazonbox a {
	font-size: 0.8em;
}
.recommend p {
	font: 1em "Lucida Grande", Verdana, Sans-Serif;
	color: White;
	font-size: 0.9em;
	padding: 3px 0;
	margin: 0;
	width: 111px;
	text-align: center;
}
#google {
	font-size: 11px;
	text-align: center;
}
#google img {
	margin-left: -5px;
	margin-bottom: -5px;
	border: none;
}
#google input.submit {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
.ad {
	margin: 30px auto;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	text-align: center;
	position: relative;
}
.ad a img {
	width: 300px;
	margin: 25px auto;
	border: 1px solid #fff;
}
.ad a:hover img {
	border: 1px solid #ccc;
}
.ad div {
	position: absolute;
	top: -10px;
	text-align: center;
	width: 100%;
}
.ad div span {
	background: #fff;
	color: #999;
	padding: 0 10px;
	font-size: 11px;
}
.ad_300_300 {
	width: 420px;
}
/*------------[ FOOTER DIV ]----------------*/
#content #footer {
	margin-top:30px;
	text-align:center;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#00479F;
	background-color: #FFF;
}
#content #footer a {
	text-decoration:none;
	cursor:pointer;
}
#content #footer a:hover {
	color: #1E90FF;
	background: #FFF;
}

#fresh {
	font-family: "Palatino Linotype","Book Antiqua", Serif; 
	font-size: 10pt; 
	font-variant: small-caps;
	letter-spacing: 0.08em;
}
#content #footer a#fresh:hover {
	color: #FF3300;
	background: #FFF;
}
#content #footer ul {
	list-style-type: none;
	width: 80%;
	margin: 0 auto;
	padding: 15px;
}/*for IE*/
#content>#footer ul {
	list-style-type:none;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
}
#content #footer .currentcategory {
	font-weight: bold;
}
#content #footer li {
	display:inline;
	font-family: "Palatino Linotype","Book Antiqua", Serif; 
	font-size: 9pt; 
	font-variant: small-caps; 
	text-transform: lowercase; 
	letter-spacing: 0.08em;
	margin:  0px 3px;
	padding:  2px;
}
/******************* Content Specific CSS *********/
#content {
	top: 115px;	
	margin-left:0px;
	margin-right:400px;
	max-width: 45em;
	min-width: 10em;
}
.widecontent {
	width: 90%;
	margin-right: 30px;
}	
#content dl.large300{
	width: 300px;
	margin: 20px auto 0 auto;
	padding: 0;
}
#content dl {
	width:200px;
	text-align:center;
	margin-bottom: 1.5em;
}

#content dl img {
	padding-bottom: 16px;
	background: url(images/magnifier.gif) no-repeat bottom right;
}
#content dt {
	padding: 2px;
}
#content dd.largecap{
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	text-align: center;	
}
#content dd {
	font: 0.8em "Palatino Linotype","Book Antiqua", Serif;
	color: #666;
}
#content ul {
	margin: 10px 0 10px 30px;
}
#content ul#summer li {
	list-style: url(images/sun.gif);
	margin-left: 20px;
}
#content ul#winter li {
	list-style: url(images/snowflake.gif);
	margin-left: 20px;
}
#content ul#yearround li {
	margin-left: 20px;
}
#content .centerwrap {
	text-align:center;
}
#content .center {
	margin-left:auto;
	margin-right:auto;
}
#content ul li.strong {
	list-style:none;
	font-weight:bold;
}

/*********** General Sitewide CSS ************/
a:hover, a:active, a:focus {
	color:#2F6FB7;
	cursor:pointer;
	text-decoration: underline;
}
a {
	color:#00479F;
	cursor:pointer;
	text-decoration:none;
}
img:hover {
	border-color: #999;
}
img {
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
}
.noborder {
	border:0px;
}
.nomountains {
	background: #fff;
	}
h1 {
	background: #fff url(images/heading_bkgd.jpg) no-repeat right bottom;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 1.4em;
	color: #00479F;
	height: 30px; /*45*/
	border-bottom: 1px solid #AFB2A9;
	margin:  10px 0 14px 0;
	padding-top: 5px;
	padding-bottom:2px;
	clear: both;
	line-height: 1.4em;
}
h2 {
	font-size: 1.4em;
	color: #00479F;
	clear:both;
	margin: 15px 0 5px 0;
}
h3 {
	font-size: 1.3em;
	margin: 10px 0 5px 0;
}

blockquote {
	font-family: "Palatino Linotype", "Book Antiqua", Serif;
	font-style: italic;
	float: right;
	letter-spacing: 1px;
	padding:  0 5px;
	margin: 10px;
	font-size: 1.1em;
	color: #00479F;
	width: 40%;
	border-left: 2px dotted #00479F;
	border-top: 2px dotted #00479F;
	background: #E5F0FF;
}
#content blockquote p.nofirstline:first-line {
	font-family: "Palatino Linotype", "Book Antiqua", Serif;
}
#content p.firstline:first-line {
	font-family: "Palatino Linotype","Book Antiqua", Serif;
	font-variant: small-caps; 
	text-transform: lowercase; 
	letter-spacing: 0.08em;
}
p.breadcrumbs {
	padding-bottom: 0;
	width: 100%;
	margin: 0;
	font-family: "Palatino Linotype","Book Antiqua", Serif;
	font-variant: small-caps; 
	text-transform: lowercase; 
	letter-spacing: 0.08em;
}

p {
	margin: 4px 2% 15px 0;
	font-size: 16px;
}
strong {
	font-size: 16px;
}
.floatleft {
	display: inline;
	float:left;
	margin: 0 20px 10px 5px;
}

.floatright {
	display: inline;
	float:right;
	margin: 0 10px;
}
.jumpTo {
	color: #000;
	background: #E5F0FF;
	border: solid 1px #E3E1DF;
	width: 190px;
	padding: 4px 8px 0 4px;
	margin: 5px 0 5px 3px;
}
.tablewrap {
	width:100%;
	text-align:center;
}
.odd {
	color: #000;
	background: #F9FBFF;
	border-bottom: solid 1px #E3E1DF;	
}
.even {
	color: #000;
	background: #E5F0FF;
	border-bottom: solid 1px #E3E1DF;
}
.titles {
	color: #000;
	background: #B0C4DE;
}
.dropshadow {
	position:absolute;
	background:url(images/dropshadow.gif) repeat-x bottom left;
	width:100%;
	height:5px;
	bottom:-5px;
}
.subSection {
	border: 1px dashed #2F6FB7;
	width: 90%;
	margin: 0 auto 25px auto;
	padding: 5px;
}
/************ Page specific CSS ***************/
#wildlife img:hover {
	background: White url(images/magnifier.gif) no-repeat bottom right;
}
	
#wildlife dl {
	height: 430px;
	width: 220px;
	border: solid 1px Black;
	background: #B0C4DE;
}
#wildlife dd {
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width: 190px;
}

table.fees {
	margin-bottom: 20px;
}
table {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	max-width: 400px;
	width:100%;
}
.coltitle {
	display: inline;
	font-size: .7em;
}
table.rafting {
	height:100px;
	color: #000;
	background:#E6F1FF;
	margin-top:20px;
}
td.company {
	height: 10px;
	border-bottom:1px solid #2F6FB7;
}
table.accom {
	height:200px;
	color: #000;
	background:#E5F0FF;
	margin-top:30px;
	border: 1px solid #2F6FB7;
}
table.listing {
	width: 550px;
    max-width: none;
    border: none;
    margin: 15px 0;
	margin-left: 20px;
    padding: 0;
    height: 100%;
    border-collapse: collapse;
}
.listing tr {
	border: none;
	border-collapse: collapse;
}
.listing th.listingphoto {
	width: 125px;
	background-position: top left;
	background: #E5F0FF;
	vertical-align: top;
	border-top: 1px solid #CCC;
	
}
.listing th.listingphoto a {
	color: none;
}
.listing th.listingphoto img {
	border-top: none;
	padding: 0;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.listing th.listingcolumn {
	width: 100%;
	height: 100%;
	margin: 0;
	padding:  0;
	border-collapse: collapse;
}
.listing .listinginfo {
	width: 100%;
	height:  100%;
	margin: 0;
	padding:  0;
	border-collapse: collapse;	
  	background: #E5F0FF; text-align: left;
}
.listing .listingtext {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
	padding: 5px 15px 5px 15px;
	vertical-align: top;
	height:  100%;
	background: #E5F0FF;
}
.listing .listingname {
	border: 1px dashed #CCC;
	height: 30px;
	width: 100%;
	background: White;
	font-size: 24px;
	color: #666;
	font-family: "Book Antiqua", Serif;
	padding-left: 3px;
	margin: 0 0 0 -1px;
	caption-side: top;
}
.listing .listingname a {
	color: #666;
}
.listing .listingname a:hover {
	color: #333;
}
.listing .price {
	display: block;
	font-size: 18px;
	color: #999;
	font-family: "Book Antiqua", Serif;
}
.listing .extraguestprice {
	display: block;
	font-size: 14px;
	color: #999;
	font-family: "Book Antiqua", Serif;
}
.listing .description {
	padding: 10px 0 0 0;
	margin: 0;
}
.listingcontact {
	display: block;
	width: 400px;
	color:  #999;
	font: 1.2em "Book Antiqua", Serif;
	margin: 10px 0 0 0;	
}
.listinglinks a {
	float: right;
    font-size: 0.9em;
    text-align: center;
    color:  #999;
    background: #F9FBFF; 
    border: 1px solid #CCC;
    margin: 10px 10px 10px 10px;
    height: 20px;
    padding: 6px 6px 3px 6px;
}
.listinglinks:hover, .listinglinks:active, .listinglinks:focus {
	background: #A0A8B3;
	cursor: pointer;
	color: #FFF;
}
.listinglinks a:hover, .listinglinks a:active, .listinglinks a:focus {
	color: #FFF;
	background: #A0A8B3;
}
table a {
	text-decoration:none;
}
td.name {
	font-weight: bold;
	color: #000;
	background-color: #B0C4DE;
	width: 100%;
	height: 2em;
	padding-left: 10px;
}
td.phnum {
	text-align:right;
	border-bottom:1px solid #2F6FB7;
	padding-right: 10px;
}
td.email {
	font-size:0.9em;
	width:50%;
}
td.site {
	text-align:right;
	font-size:0.9em;
}
td.nightcost{
	padding: 0 10px;
}
td.guestcost {
}
td.info {
	padding: 10px;
}
table.campgrounds {
	font: 0.7em "Lucida Grande", Verdana, Sans-Serif;
	border-collapse: collapse;
}
.campgrounds .camp {
	border:1px solid #CFD8E6;
	text-align: center;
}
.fees, .distances {
	border-collapse: collapse;	
}
.fees thead tr, .campgrounds thead tr, .distances thead tr {
	color: #000;
	background: #EEE;
}
.fees tbody tr td, .campgrounds tbody tr td, .distances tbody tr td {
	padding: 0.2em 0.5em;
}


/**email form css -> emailform.css**/

/* ColorBox - http://colorpowered.com/colorbox/ */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;background-color: #000;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;background:#fff;}
#cboxLoadedContent{overflow:auto;margin-bottom:40px;}
#cboxTitle{position:absolute; height: 36px;bottom:0px; left:0; text-align:center; width:100%; color:#000;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
#cboxClose{
	cursor:pointer; position:absolute; 
	top: -25px; right:-25px; 
	background:url(images/lightboxClose_32.png) 0 0 no-repeat; 
	width:28px; height:28px; text-indent:-9999px;
	border: 0;
}
#cboxClose.hover{background-position:0 -28px;}
#cboxTopLeft{width:25px; height:25px; background:url(images/lightbox_borders/border1.png) 0 0 no-repeat;}
#cboxTopCenter{height:25px; background:url(images/lightbox_borders/border1.png) 0 -50px repeat-x;}
#cboxTopRight{width:25px; height:25px; background:url(images/lightbox_borders/border1.png) -25px 0 no-repeat;}
#cboxBottomLeft{width:25px; height:25px; background:url(images/lightbox_borders/border1.png) 0 -25px no-repeat;}
#cboxBottomCenter{height:25px; background:url(images/lightbox_borders/border1.png) 0 -75px repeat-x;}
#cboxBottomRight{width:25px; height:25px; background:url(images/lightbox_borders/border1.png) -25px -25px no-repeat;}
#cboxMiddleLeft{width:25px; background:url(images/lightbox_borders/border2.png) 0 0 repeat-y;}
#cboxMiddleRight{width:25px; background:url(images/lightbox_borders/border2.png) -25px 0 repeat-y;}
/*  The following fixes are for the lightbox dropshows in IE
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/lightbox_borders/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/lightbox_borders/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/lightbox_borders/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/lightbox_borders/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/lightbox_borders/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/lightbox_borders/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/lightbox_borders/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/lightbox_borders/borderMiddleRight.png, sizingMethod='scale');}


/**email form css -> emailform.css**/


/*quick fix for mobile*/
@media (max-width: 600px) {
  #right, .indexpage, .widecontent {
    right: auto;
  left: -130px;
    top: 300px;
      width: 120px !important;
  }
  .rightaccompage {
  	margin: 0;
  }
  #right img {
    width: 90px;
  }
  #content {
    margin-right: 100px;
  }
  #content h1 {
  	height: auto;
  }
  #content .floatright, .floatleft {
  	float: none !important;
  }
  table.listing {
  	margin-left: -120px;
  }
  .table { width: 100% !important; }
  .ad_300_250 {
	  margin-left: -120px;
	  width: 350px;
	}
}

@media (min-width: 601px) and (max-width: 1200px) {
	#content {
		margin-right: 430px;
	}
}