@charset "utf-8";

body  {
			margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
			padding: 0;
			text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
			color: #005100;
			background-image: url(MtnTrek/CougalsDMP051P52.jpg);
			background-position: center center;
			background-attachment: fixed;
			background-repeat: no-repeat;
			width: 994px;
			font-size: 100%;
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

.skipLinks {display: none;}

#container {
			width: 98%;
			margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
			background-color: #DCEDE6;
			border: 1px solid #DCEDE6;
			text-align: left; /* this overrides the text-align: center on the body element. */
			opacity: 0.86;                    /* Firefox, Safari(WebKit), Opera.  NOTE IE opacity control conflicts with a:active, a:hover and Google maps overlay*/
			-ms-filter: "alpha(opacity=86)"; /* IE 8 */
			filter: alpha(opacity=86);       /* IE 4-7 */
			zoom: 1;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#header {
			text-align: center;
			padding-top: 0;
			padding-right: 10px;
			padding-left: 10px;
}

#header h1 {
			margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
			padding: 10px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
			font-size: 2.4em;
			word-spacing: 30px;
			letter-spacing: 5px;
			color: #005100;
			filter: Shadow(Color=#408080, Direction=60); /* text drop shadow IE only*/
			text-shadow: 5px -4px 6px #408080; /* text drop shadow FF, Safari*/
}

#header h2 {
			font-size: 1.5em;
			letter-spacing: 3px;
			margin-top: -5px;
}

#header h3,
#header h4
 {
			font-size: 1em;
			font-style: italic;
			letter-spacing: 3px;
}

#header H2 img,
#header H4 img {
			margin-right: 30px;
			margin-left: 30px;
			vertical-align: middle;
}

#header H3 img {
			margin-right: 5px;
			margin-left: 5px;
			vertical-align: middle;
}

/* START Header navbar menu settings http://matthewjamestaylor.com/ centeredmenu */

#navbar {
			clear:both;
			float:left;
			margin:0;
			padding:0;
			width:100%;
			font-family:Verdana, Geneva, sans-serif; /* Menu font */
			font-size:.85em; /* Menu text size */
			z-index:1000; /* This makes the dropdown menus appear above the page content below */
			position:relative;
			text-align: left;
}

/* Top menu items */

#navbar ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#navbar ul li {
			margin:0 0 0 5px;
			padding:0;
			float:left;
			position:relative;
			left:50%;
			top:1px;
}
#navbar ul li a {
			display:block;
			margin:0;
			padding:.6em .5em .4em;
			font-size:1em;
			line-height:1em;
			text-decoration:none;
			color:#444;
			font-weight:bold;
   //border-bottom:1px solid #006; /* coloured line below menu */
			background-color: #B3E1C1;
}

#navbar ul li.active a {
			color:#fff;
			background-color: #408080;
			//background-color: #0000FF;
}

#navbar ul li a:hover {
			color:#fff;
   //border-bottom:1px solid #006; /* coloured line below menu */
			background-color: #67B4B4;
}

#navbar ul li:hover a,
#navbar ul li.hover a { /* This line is required for IE 6 and below */
			color:#fff;
   //border-bottom:1px solid #006; /* coloured line below menu */
			background-color: #67B4B4;
}

#navbar a.booknow:link,
#footernav a.booknow:link /* This line common on both navbars */ {
			background-color: #D15720;
			color: #FFFFFF;
			text-decoration: none;
			vertical-align: middle;
}

/* Submenu items */
#navbar ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#navbar ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#navbar ul ul li a,
#navbar ul li.active li a,
#navbar ul li:hover ul li a,
#navbar ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#B3E1C1;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}

#navbar ul ul li a:hover,
#navbar ul li.active ul li a:hover,
#navbar ul li:hover ul li a:hover,
#navbar ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
			color:#fff;
			background-color: #67B4B4;
}

/* Flip the last submenu so it stays within the page */
#navbar ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#navbar ul li:hover ul,
#navbar ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

/* END Main menu settings */

#mainContent {
			width: 94%;
			font-size: 1.1em;
			text-align: left;
			padding-right: 20px;
			padding-bottom: 0;
			padding-left: 20px;
}

#mainContent h1 {
			font-size: 1.7em;
			font-style: italic;
			color: #408080;
			letter-spacing: 0.20em;
			filter: Blur(Direction=50, Strength=10); /* text effect IE only*/
			text-shadow: 5px -4px 6px #408080; /* text drop shadow FF, Safari*/
			clear: both;
			padding-top: .85em;
}

#mainContent h2 {
			color: #408080;
			font-size: 1.3em;
			letter-spacing: 5px;
			font-style: italic;
			margin-top: 1em;
			text-align: right;
			filter: Blur(Direction=50, Strength=10); /* text effect IE only*/
			text-shadow: 5px -4px 6px #408080; /* text drop shadow FF, Safari*/
}

#mainContent h3 {
			color: #009900;
			font-size: 1em;
			text-decoration: underline;
			font-style: italic;
			letter-spacing: 2px;
			text-align: left;
}

/* Call to action buttons   */

#mainContent .call2action {
			font-size: .80em;
			padding-top: 5px;
			padding-bottom: 20px;
}

#mainContent .call2action a {
			background-color: #00B359;
			color: #FFFFFF;
			border: 1px solid #00B359;
			text-decoration: none;
			font-weight: bold;
			padding: 1px 2px;
			margin-right: 5px;
}

.call2actiontext  {
			background-color: #00B359;
			color: #FFFFFF;
			border: 1px solid #00B359;
			text-decoration: none;
			font-weight: bold;
			font-size: 90%;
			padding-right: 2px;
			padding-left: 2px;
}

/* mainContent tour features bullets settings */

#mainContent li {
			list-style-type: circle;
			list-style-position: inside;
			padding: 10px 5px 10px 0px;
}

#mainContent  li  em {
			color: #0000CC;
			font-size: 1em;
}

#mainContent .QandA {
			font-style: italic;
			font-size: 0.90em;
			font-weight: bold;
}



#mainContent .pagetop {
			font-size: 0.75em;
			text-align: right;
			font-weight: bold;
			color: #666666;
			clear: both;
}


/* Image settings */

#header img {
			margin-bottom: 20px;
}

.floatRightPhotos {
			float: right;
			border: 1px solid #B3E1C1;
			padding: 5px;
			margin: 0px 5px 5px 20px;
			clear: none;
}

.floatRightbannerPhotos {
			float: right;
			padding: 5px;
			margin: 5px;
			clear: both;
			width: auto;
}

.floatRightbannerPhotos img  {
			margin-bottom: 20px;
}

.floatLeftPhotos {
			float: left;
			border: 1px solid #B3E1C1;
			padding: 5px 10px 10px;
			margin: 20px 30px 5px 5px;
}


.floatRight {
			padding: 5px 5px 5px 10px;
			float: right;
}

.floatLeft {
			padding: 5px 20px 5px 5px;
			float: left;
}

/* Miscellaneous mainContent settings */

.bulletTours li {
			list-style-type: circle;
			list-style-position: outside;
			padding: 10px 5px;
			color: #993333;
			line-height: 10px;
			list-style-image: url(graphics/bul2_org.gif);
}

.smallemtext {
			font-size: 0.85em;
			font-style: italic;
			color: #005177;
			font-weight: bold;
}

.smalltext {
	font-size: 85%;
	font-style: italic;
	color: #005E8A;
}

a.booknow:link {
			background-color: #00B359;
			color: #FFFFFF;
			text-decoration: none;
			vertical-align: middle;
			padding: 0px 5px;
}

#mainContent .bgHighlight {
			font-style: italic;
			font-size: 0.90em;
			font-weight: bold;
			background-color: #BAD0D8;
			display: block;
			overflow: hidden;
			padding-left: 5px;
}

/* enquiry.htm form  settings */

.smallemtextDate {
			font-size: 0.75em;
}

.Post {
			padding: 5px 5px 5px 10px;
			float: right;
}

/* mtntrek.htm lunchbox settings */

#mainContent .Lunch {
			width: 230px;
			font-size: 0.9em;
			float: left;
			margin: 0px 5px 0px -10px;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			background-color: #BAD0D8;
}
#mainContent .Lunch h4 {
			color: #CC3300;
			font-size: 1em;
			font-style: italic;
			font-family: "Arial Rounded MT Bold", Avalon, "Minya Nouvelle";
			font-weight: bold;
}

#mainContent .Lunch ul {
			list-style-position: outside;
			list-style-type: disc;
			text-align: left;
			font-size: 0.9em;
			font-weight: bold;
			letter-spacing: 1px;
			list-style-image: url(graphics/bul2_org.gif);
			margin: 0px 0px 0px 1px;
}

#mainContent .Lunch li {
			list-style-position: outside;
			margin-left: -20px;
}
/* END mainContent settings */

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#footer p.contact {
			font-size: 0.85em;
			text-align: center;
			color: #5C5C5C;
			border-top-width: 1px;
			border-top-style: solid;
			border-top-color: #666666;
			margin-top: 20px;
}

#footer p {
			margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
			padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
			color: #999999;
			font-size: 0.75em;
}

/* footer menu */

#footernav {
			color:#444;
			font-weight:bold;
			font-family:Verdana, Geneva, sans-serif; /* Menu font */
			clear: both;
			margin-top: 10px;
			padding: 10px;
}

#footernav ul {
			margin:0px;
			padding:0;
			float:right;
			position:relative;
			right:50%;
			font-size:0.80em;
			line-height:1em;
			text-decoration:none;
			font-size: 0.90em;
}


#footernav ul li {
			margin:0 0 0 2px;
			padding:0;
			float:left;
			position:relative;
			left:50%;
			top:1px;
			list-style:none;
}

#footernav ul li a {
			display:block;
			margin:0 0.2em;
			padding:0.2em 0.2em;
			text-decoration:none;
			background-color: #B3E1C1;
			color:#444;
}

#footernav ul li.active a {
			color:#fff;
			background-color: #408080;
			//background-color: #0000FF;
}

#footernav ul li a:hover {
			color:#fff;
			background-color: #67B4B4;
}

#footernav ul li:hover a,
#footernav ul li.hover a { /* This line is required for IE 6 and below */
			color:#fff;
			background-color: #67B4B4;
}