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

/* from Transcending the fine art of web design, CSS page 158 */

/* Normalizes margin, padding*/
body, div, dl, dd, ol, li, h1, h2, h3, h4, h5, h6, pre, form,fieldset,input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-sizes for headers 
h1, h2, h3, h4, h5, h6
{ font-size : 100%; }*/

/* Removes list-style from lists */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight: normal; }


table
{border-collapse: collapse ; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img
{border: 0; }

/* Left-aligns text in caption and th */
caption, th
{text-align : left;}

/* Removes quotation marks from q */
q:before, q:after
{content : ' '; }

/* html {
text-align : center; }

 this body positions the whole page to the html tag and centers it, 
the 0 auto margin makes an autoright and autoleft margins  */

/* padding order top, right, bottom, left clockwise order*/

body {
position : relative;
width : 100%;
max-width:85em;
min-width: 70em;
margin : 0 auto;
font-size:1.0em;
margin-top: 10px;
text-align : left;
background-repeat: repeat;
/**background-image: url(Graphics/162-6213%20Beige%2072dpi.jpg);
 background-color:#ffffcc;  **/ 
 background-color:#001D37;
 }


#footer {
position:relative; 
clear:both;
padding:0;
width : 100%;
background-color:#ffffff;
background-image:url()
border-top: solid 1px #ddd;
height: 80px;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 0.8em
}

#footer img { 
float: right;
padding: 5px;
margin: 8px 20px 10px 0;


}

#footer p { 

text-align: right;}



#footer ul {

list-style: none;
margin-left: .5em;
margin-right: 160px;
padding: 0 4px;
font-weight: 200;
text-align:center;
	
	min-width: 63em;
}

#footer li { 
display : inline;
height : 25px;
padding: 0px 10px; 
color: #999999;
margin-top: .2em;
margin-bottom:.1em;
font-size: 1em;
vertical-align: bottom;
}

#footer a {text-decoration:none;}


#footer a:hover {
color: #562930;
}

/**Basic Styles **/


a {text-decoration:none;}
a:hover {text-decoration:underline;  color: #821115; text-decoration: none;}
a:link {color: #00498D; text-decoration: underline;}     /* unvisited link */
a:visited {color: #00498D; text-decoration: underline;}  /* visited link */

a:active {color: #821115; text-decoration: none;}   /* selected link */




/***** basic div styles for the four main layout areas
***/
div.green { background-color: #405D63;}
div.brown { background-color: #845843;}
.red {color: #990000;}
.white { color:white;}

div#banner {
width : 100%;
margin: 0 auto;
	height:auto;
	color:yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px 0 0 0;
	background-position: center;
	/**background-color:#1c6ab8; **/
background-repeat: repeat-y;
}

#banner h2 {
color: #ff9900;
}

#banner h3 {
	padding-top: .75em;
	padding-right: 30px;
	padding-bottom: .75em;
	margin-left: 60px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #ff9900;
	}

#banner h4 {
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 5px;
	font-size: 1em;
	color: #ff9900;
}

#banner p { 
margin-left: 1em;
margin-top: 1em;
padding-left: 5px;
font: 100% Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
background-color: transparent;
 }

h1 {
font-family:Georgia, "Times New Roman", Times, serif; 
font-size:1.5em;
	color: #FF9900;
	margin-top: .5em;
	margin-left: 275px;
	
	font-style:normal ;
	
}



h2 {
	color: #0066cc;
		font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}

h3 {
	
	padding-top: .5em;
	padding-right: 30px;
	padding-bottom: .5em;
	margin-left: 40px;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #0066cc;
	}

h4 {
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 5px;
	font-size: 1em;
	color: #0066cc;
}



/** content_wide is for the 100% width for the top part of pages WITH NO colour background on left **/

div#content_wide {
	position: relative;
	margin: 0 0 0 13.5em;
	 padding:20px 10px 10px 8px;
	 background-color: transparent;
	 width: 60em; 
	 
	
	 height: auto;
	}


div#content_right{
float:right;
font-size: 0.8em;
color:  #FF9900;
margin: -725px 0 0 49em;
width: 18em;

}
 /** content_main is for the 100% width for the top part of pages WITH a navcontainer on left and no column on the right **/

div#content_main {
position: relative;	
	margin: 0 0 0 14em;
	 padding:10px 15px 10px 10px;
	  border-left: solid 1px #ddd;
	  background-color: #F4F7F0;
 
	 width: 70em;
	 height: auto;
		
	}
	
div#content_main ul {
margin-left: 0px;}

/** content_narrow is for the center part of pages WITH a navcontainer on left and Nav_Right on the right **/

div#content_narrow {
position: relative;	
	margin: 0 0 0 14em;
	 padding:10px 0px 10px 10px;
	  border-left: solid 1px #ddd;
	  background-color: #F4F7F0;
 
	 width: 58em;
	 height: auto;
		
	}
	
div#content_narrow ul {
margin-left: 0px;}
	

/***  content  goes WITHIN the content_main and contain_wide divs and is for the holding div for of content_1sub  and content_2sub
## footer goes inside this content_main but outside content Sub1 and sub2   **/


div#content {
position: relative;
margin: 0 0 0 0;

 width: 100%;
 height: auto;
  background-color:#fdf1Dc;
 }
 
div#content_1sub {
	position : absolute;
	left : 0;
	width : 48%;
	
	border-right: solid 1px #ddd;
	margin: 0 10px 0 15px;
	padding:10px 15px 10px 0;
	background-color:#fdf1Dc;
}

div#content_2sub {
	position : relative;
	left : 51%;
	width : 45%;
	margin: 0 10px 0 15px;
	padding:10px 10px 10px 0;
	background-color:#fdf1Dc;
} 



/* =si_clear_children*/
.pc, .sc {
	position : absolute;
	top: 0;
	left : 0;
}
.clear_children, .cc_tallest {position : relative; height:auto; }
/*\*/* html .clear_children { display : inline; } /**/
.cc_tallest:after {content: ''; }
/* prevents a redraw bug in safari*/


/* Navagation */



/** Not using these  ....

ul#nav_features {
position : absolute;
top : 50px;
left: 275px;
margin : 0;
height : 50px; 
}



ul#nav_features li {
display : inline;
height : 45px;
 }

ul#nav_features li:hover {
	background-color: #0066CC}
	  
li#nav_photos {
left : 0px;
padding: 15px 20px 20px 20px;
background-image:url(images/GoldButton.gif);
background-repeat: no-repeat;

 }
 
li#nav_graphics {
left : 185px;
padding: 15px 40px;
width: 200px;
background-image:url(images/GoldButton.gif);
background-repeat: no-repeat;
 }

li#nav_kootenay {
left : 565px;
padding: 15px 50px ;
background-image:url(images/GoldButton.gif);
background-repeat: no-repeat;
 }

/*End of Nav_Features - Start of Nav_Tools*/


#nav_main {
position: relative;
z-index: 100;
height :40px;
clear: both;
width:100%;
font-family: Arial, Helvetica, sans-serif;
background-image:url(images/GoldBarCrop.gif);
background-repeat: repeat-x;

 
}
/** Nav_main is the top Gold Bar and it goes with nav_tools **/



#nav_main ul {

list-style: none;
margin-left: .5em;
margin-right: 0;
padding: 4px 4px 0 4px;
font-weight: bold;
text-align:center;
	color: #999999;
	min-width: 63em;
}

#nav_main li { 
display : inline;
height : 35px;
padding: 5px 10px; 

margin-top: .5em;
margin-bottom:.1em;
font-size: .8em;
vertical-align: bottom;
}

#nav_main a {text-decoration:none;}

#nav_main li:hover {
	color: #562930;
}

/**
li#nav_home a{
	left : 10px;
padding: 10px 20px ; 
}  


li#nav_products a {
left : 115px;
padding: 10px 30px ;
 } 
 
li#nav_prices a, {
left : 515px;
padding: 10px 30px; 	
} 


li#nav_contact a{
	left : 715px;
padding: 10px 30px; 
} **/ 

/** navcontainer  lives alone on the left side bar **********************************/
.navcontainer {
position:relative;
margin: 10px 0 20px 0;  
width:12.5em;
font-family: Arial, Helvetica, sans-serif;
float:left;

}

.navcontainer ul
{
	list-style-type: none;
	
	font-weight: bold;
	font-size:small;
	color: #999999;
}

.navcontainer a
{
	display: block;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 0;
	width: 12.5em;
	color: #FFFF00;
	
	
	background-image: none;
	
	
}


.navcontainer a:link  a:visited
{
background-image:none;
text-decoration: none;
}

.navcontainer a:hover 
{	
	
	color: #562930;
}

.navcontainer  p { 
color: #cccccc;
width: 11.5em;
margin-left: -20px;
 }

/****** #nav is left side navigation ******/


#nav {
position:absolute;
margin: 10px 0 20px 0;
width: 14em;
/** background-color:#1c6ab8; **/ 
font-family: Arial, Helvetica, sans-serif;
}

#nav h2 {
margin-left: 1em;
padding-left: 5px;
font-family: Arial, Helvetica, sans-serif;
color: #660000;
border-bottom: 1px solid #cccccc;
}

#nav h3 { color: #FF9900; }
#nav h4 { color: #FF9900; }

#nav ul {

list-style: none;
margin-left: .3em;
margin-right: 0em;
padding-left: 5px;
font-weight: normal;
	font-size: .8em;
	color: #999999;

}


#nav li {
display: block;
width: 14em;
font-size: .9em;
margin-bottom:.1em;
padding: 0;
vertical-align: bottom;



}


#nav li a:link, #nav a:visited {

	display: block;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 10px;
	width: 14em;
	top : 10px;
left: 0px;
width: 100%;
margin : 0px;
height : 2em; 
background-image:url(images/GoldBarCrop.gif);
background-repeat: repeat-x;
	
}
/**text-decoration:none;
display: block;
padding: 0px 5px 5px 0.5em;
border-left: 12px solid #711515;
border-right: 1px solid #711515;
background-color:#936446;
color: #ffffff;
}**/

#nav a:hover {
color: #562930;
}

#nav li a:hover {
}

#nav p {
margin-left: 1em;
margin-top: 1em;
padding-left: 5px;
font-family: Arial, Helvetica, sans-serif;
color: #cccccc;
background-color: transparent;
border-bottom: 1px solid #cccccc;
}

/** navRight  is the bar alonng the right side of content-main and contend-wide**/

#navRight {
position:absolute;
z-index: 100;
margin-top: 0;
margin-left: 73.5em;
margin-right: 10px;
margin-bottom: 20px;
width: 13em;
/** background-color:#1c6ab8; **/ 
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color:#CCCCCC;
}

#navRight h2 {
margin-left: 1em;
font-size:14px;
padding-left: 5px;
font-family: Arial, Helvetica, sans-serif;
color: #ff9900;
border-bottom: 1px solid #cccccc;
}

#navRight h3 { color: #FF9900; }
#navRight h4 { color: #FF9900; }

#navRight ul {

list-style: none;
margin-left: .3em;
margin-right: .3em;
padding-left: 5px;
font-weight: normal;
	font-size: .8em;
	color: #999999;

}


#navRight li {
display: block;
width: 12.8em;
font-size: .9em;
margin-bottom:.1em;
padding: 0;
vertical-align: bottom;



}


#navRight li a:link, #navRight a:visited {

	display: block;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 10px;
	width: 12em;
	top : 10px;
	color:#ffffff;
	left: 0px;

margin : 0px;
height :auto; 
background-image:none;
background-repeat: none;
	
}
/**text-decoration:none;
display: block;
padding: 0px 5px 5px 0.5em;
border-left: 12px solid #711515;
border-right: 1px solid #711515;
background-color:#936446;
color: #ffffff;
}**/

#navRight a:hover {
color: #562930;
background-color:#FFcc33;
}

#navRight li a:hover {
}

/** copy to return to with yellow bars 
#navRight li a:link, #navRight a:visited {

	display: block;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 10px;
	width: 14em;
	top : 10px;
left: 0px;
width: 100%;
margin : 0px;
height : 2em; 
background-image:url(images/GoldBarCrop.gif);
background-repeat: repeat-x;
	
}
/**text-decoration:none;
display: block;
padding: 0px 5px 5px 0.5em;
border-left: 12px solid #711515;
border-right: 1px solid #711515;
background-color:#936446;
color: #ffffff;
}

#navRight a:hover {
color: #562930;
}
**/
#navRight li a:hover {
}

**/
#navRight p {
margin-left: 1em;
margin-top: 1em;
padding-left: 5px;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
background-color: transparent;
border-bottom: 1px solid #cccccc;
}




/******* nav Page ****/
.navPage {
position:relative;
margin: 0 0 20px 0;
width: 35em;
/** background-color:#1c6ab8; **/ 
font-family: Arial, Helvetica, sans-serif;
}

.navPage h2 {
margin-left: 1em;
padding-left: 5px;
font-family: Arial, Helvetica, sans-serif;
color: #660000;
border-bottom: 1px solid #cccccc;
}

.navPage h3 { color: #FF9900; }
.navPage h4 { color: #FF9900; }

.navPage ul {

list-style: none;
margin-left: .3em;
margin-right: .3em;
padding-left: 5px;
font-weight: normal;
	font-size: 1em;
	color: #999999;

}


.navPage li {
display: block;
width: 34em;
font-size: .9em;
margin-bottom:.1em;
padding: 0;
vertical-align: bottom;

}


.navPage li a:link, .navPage a:visited {

	display: block;
	text-decoration: none;
	padding-top: 9px;
	padding-left: 10px;
	width: 14em;top : 10px;
left: 0px;
width: 100%;
margin : 0px;
height : 2em; 
background-image:url(images/GoldBarCrop.gif);
background-repeat: repeat-x;
	
}
/**text-decoration:none;
display: block;
padding: 0px 5px 5px 0.5em;
border-left: 12px solid #711515;
border-right: 1px solid #711515;
background-color:#936446;
color: #ffffff;
}**/

.navPage a:hover {
color: #562930;
}

.navPage li a:hover {
}

.navPage p {
margin-left: 1em;
margin-top: 1em;
padding-left: 5px;
font: 100% Georgia, "Times New Roman", Times, serif;
color: #666666;
background-color: transparent;
border-bottom: 1px solid #cccccc;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 10px;
   margin-top: 10px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}



blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border: 1px dotted #EBE2B7;
	font-style: italic;
	clear:both;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

.white {color:#FFFFFF;}

img {border: none;
padding-right:0px;}

.imgborder {border-width:medium;
border:#000000;}

.imgborderred {border-width:thin;
border:#990000;}

.leftimg {

margin-right: 20px;
margin-bottom: 6px;
margin-left:0;
float: left;

}
.leftimg p{
margin-left:305;
}


.lefttext {
/**position:relative; **/
margin-left: 325px; 
margin-top: 0;
/**float:right; **/
width: 60%;
}

.lefttext ul li p h4{
position: relative;
margin-left: 305px;

}

.rightimg {
float:right;
margin-right: 0;
margin-bottom: 6px;
margin-left: 20px;
}

.clear {
clear:both;}

.caption {
font-size: small;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 72%;
color: #333;
}
			 

.photolist {
	color:#0066cc;
	float:left}
	
/** hover is for hover galleries 150px to 300px in a hover**/

#hover {
width: 800px;
position:relative;
margin:0 30px;
padding: 1px 0;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 72%;
color: #333;
background-color: #F4F7F0;
}

#hover ul{
position: relative;
padding-top: 510px;
}

#hover h3 img {
position: absolute;
padding: 1px;
height: 150px;
width: 150px;
outline: 1px solid #ccc;
font-weight: normal;
}
#hover h3 p {
display:inline;

}

#hover p { color: #666;
padding: .2em; }

#hover a:hover img {
width:300px;
height: 300px;
padding: 5px;
background-color: #fff;
border:1px solid #333;
z-index : 100;
}

#hover li{

margin-bottom: .2em;
margin-left:0;
}

#hover li:target {
margin: .5em 0;
padding:.2em;
border: 1px solid #dab69c;
color: #000; }


#hover:target p {color: #000;}

#hover li#img1, li#img3, li#img5, li#img7{
padding: .5em;
background-color: #fcf3ea;
}

 



#img1 h3 img { top: 0; left: 0;}
#img2 h3 img { top: 0; left: 170px;}
#img3 h3 img { top: 0; left: 340px;}
#img4 h3 img { top: 170px; left: 0px;}
#img5 h3 img { top: 170px; left: 170px;}
#img6 h3 img { top: 170px; left: 340px;}
#img7 h3 img { top: 340px; left: 0px;}
#img8 h3 img { top: 340px; left: 170px;}
#img9 h3 img { top: 340px; left: 340px;}


/** rightcolumn is only right of the hover section**/

.rightcolumn {
margin-left: 525px;
position: relative;


}

/**	
	
/**************************************** Form elements member login 


p.welcome {
	font-size: 0.8em;
	text-align: left;
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #6B383D;
}

form {
	margin-top: 15px;
	margin-left: 35px;
}

input.fields {display: block;
        width: 300px;
        background-color: #E4f1cc;
		border-top: 1px solid #E3E4E9;
		border-left: 1px solid #E3E4E9;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		margin-top: 3px;
	    margin-bottom: 3px;}

label {
	color: #A5BB73;
	font-style: none;
}

.submit_button {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
	float: right;
	margin-right: 40px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #E3E4E9;
	border-right: 2px solid #E3E4E9;
}


textarea {width: 200px;
          background: url(images/input_bg.png);
          border-top: 1px solid #E3E4E9;
		  border-left: 1px solid #E3E4E9;
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;

          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}
**/

/*** nst style from class styles for search results table ***/

table {position: relative;
margin-left: auto;
margin-right: auto;
}

table.carTable, table.carSearch  {
	width:95%; 
	font-size:1em; 
	color: #666;
		margin-left: auto;
		margin-right: auto;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
border-right: solid 2px #405D63;
}

table.carTable th, table#carSearch th {
	margin:0; padding: 10px;
	text-align:center;
background-color:#405D63;
color: #000;  
font-size:1.2em;
}

table.carTable td {
	vertical-align:top;
	margin: 20px; padding: 10px 10px 10px 10px;
	border-bottom: solid 1px #666;
}

table.carTable .specs {
		background-color:#fff;
		padding: 4px 10px 10px 10px;
		margin:0;
		border-top: dashed 1px #666;
}

table.carTable .specs strong {color: #000; }



table.carSearch td:hover {
	background-color:#E4F1CC;
}

table.carTable img {
	
	margin-left:auto;
	margin-right:auto;
}

table.carTable a:hover img {
	border:1px red solid;
}

p.message {color:red;}
p.smallMessage {
	font-size:.8em;
}

table.carList th {color: #000;  font-size:1.2em;}
table.carList td {border-bottom: solid 1px #666;}

/**ContentList and secondList classes are for a list with many sub lists such as the deleted hikes page **/

.ContentList ul li a{
color:#336666;
font-style:italic;
}
.ContentList p{
margin-top:-.3em;
margin:0 50px;
font-family: Arial, Helvetica, sans-serif;
font-size:small;
color:#333333;
}

.ContentList ul li {
color:#336666;
font-style:italic;
}

.ContentList h4 {
margin-left: -5px;
color:#990000;
}
