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


/*------------------------------ custum formating -------------------------------*/
table.location {
margin-left: 28px;
}
/* tour locations */
p.next {
margin: 5px 4px 0px 0px;
font-style: bold;
float: right;
}


p.city {
	font-weight: bold;
	border-top: 1px solid silver;
	margin-bottom: 0px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 6px;
}

p.contact {
	margin: -1.5em 0px 8px 180px!important;
	padding-bottom: 6px;
}

p.contact2 {margin: -3em 0px 5px 180px!important}

p.contact3 {margin: -4.4em 0px 5px 180px!important}

p.contact4 {margin: -5.8em 0px 5px 180px!important}

p.month_list{margin: 5px  0 10px 20px !important;}

/*sets the sub nav for the frotpage based navigation */
.spacer {
height: 14px;
width: 170px;
}
.light-grey {
background-color: #ececec;
}
.lightest-grey {
bacground-color: #bcbcbc;
}
.border-topz {
border-top: 1px solid #ececec;
margin-top: 20px;
}
/*to use classes in the column div with class example <div class="1colspan dark-color">- also use the border class simmilarly located in the global style sheet*/

.dark-color {
background-color: #c1c87d;
}
.med-color {
background-color: #d3d995;
}
.mid-light-color {
background-color: #e1e7ab;
}
.light-color {
background-color: #ecf1bd;
}

/* --------- Height - add to column class when making rows of cubes ---------- */
.heightA {
height: 14em; /*22em = aprox 300px;*/
}
.heightB {
height: 18em;
}
.heightC {
height: 16em;
}
.heightA-border {
height: 22em;
}
.heightB-border {
height: 18em;
}
.heightC-border {
height: 16em;
}
/*-------------------------------- Heading Colors ---------------*/
#content-container h1,h2,h3,h4,h5,h6 {
	color: #788800;
}

/*------------------------------- Link Colors ---------------*/
#content-container a:link, a:visited {
	color: #657200;
}

/*------------------------------- Template color Formating -----------------------------------*
/* sets the background image which contains the color for the navigation so it the color remains for the full height of the page.*/
#inner-container {
background-image:url(http://www.banffcentre.ca/mountainculture/tour/common/images/nav-color.gif);
background-repeat: repeat-y !important;
}
#left-nav-container {
	/*this is used for whent the text is resized and should be the same color of the above bg image*/
background-color: #444444;
}
/*top nav color*/
#nav-container {
background-color:#b7cb23;
}
/*bottom nav color*/
#footer-container {
background-color:#b7cb23;
}

/*----------------- Template Font Formating --------------------*/

/*-------------- Top Nav Coloring ----------------- */
#nav-container  a:link, #nav-container  a:visited  {
	color: #333333 !important;
}

#nav-container  a:hover {
	background-color: #444444;
	color: #ffffff !important;
	text-decoration: none;
}



/*-------------- footer Nav Coloring ----------------- */
#footer-container  a:link, #footer-container  a:visited  {
	color: #333333 !important;
}

#footer-container  a:hover {
	background-color: #444444;
	color: #ffffff !important;
	text-decoration: none;
}


/*-------------------- Left Navigation ---------------------*/

#left-nav-container a:link, #left-nav-container a:visited {
	display: block;
	text-decoration: none;
	padding: 3px 6px 3px 8px;
	color: #037EFC;
}

#left-nav-container a:link {
color: #ffffff;
}

#left-nav-container a:visited {
color: #ffffff;
}

#left-nav-container h2 a:link, #left-nav-container h2 a:visited{
	padding-left: 14px;
	border-bottom: 0px solid #ececec;
}

#left-nav-container h3 a:link, #left-nav-container h3 a:visited{
	padding-left: 22px;
	border-bottom: 0px solid #ececec;
}

#left-nav-container h4 a:link, #left-nav-container h4 a:visited{
	padding-left: 30px;
}

#left-nav-container a:hover{
	background-color: #b7cb23;
	color: #333333;
	text-decoration: none;
	background-image: url("http://www.banffcentre.ca/common/images/arrow-hover.gif");
	background-position: center left;
	background-repeat: no-repeat;
}
/*--- add for non linked text in leftnav */

h3.nav-nolink {
color: #ffffff !important;
padding-left: 22px !important;
padding-top: 8px;
}

h2.nav-nolink {
color: #ffffff !important;
padding-left: 14px !important;
padding-top: 8px;
}

/*------------ special formating ----------------- */
h1.white-large {
font-size: 158% !important;
color: #ffffff !important;
font-weight: normal !important;
padding-bottom: 14px;
}
.more {
background-image:url(http://www.banffcentre.ca/bnmi/common/images/more-info-arrow.gif);
}
.nav-image {
float: left;
margin: 2px 4px 0px 20px;
}
