@charset "utf-8";
/* CSS Document */
@import url("w3c.css");

/* these work with browsers supporting CSS-3 only (chrome, firefox, opera, safari) */
@font-face {
  font-family: 'Caryn Bold';
  src: url('../fonts/Caryn Bold.ttf') format('truetype');
  font-style: normal; 
}

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:small;
	left: 0px;
	top: 0px;
	}

#mainContent {
	min-width:800px;
}	
#sky_bgnd {
	background: url(../img/gradient_sky4.gif) repeat-x 100px top;
}


#heading {
	background: url(../img/logo_bgnd4.gif) repeat-x right top;
}
#heading .logo {
	background: url(../img/Kootenay-Rockies-Logo4.png) no-repeat left top;
	height: 250px;
}

h1 {
	font-size:150%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: 0 2px 3px #666; 
}
h2 {font-size:130%; }



h3 {
	font-size:120%;
	margin-left: 18px;
}
h4 {font-size: 110%;}

em {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.smaller-text {
	font-size: 0.8em;
}




	
#bodyContainer {
	width: 100%;
	float: left;
	background: #f5f3d6 url(../img/leftcolmarker1.gif) repeat-y left top;
}

#info_bar {
	background: url(../img/weather_bar.gif) repeat-x;
	width: 100%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #603913;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}
#info_bar .infobox {
	font-weight: bold;
	color: #0000FF;
	width: 100%;
	text-align: left;
	margin: 8px auto 0 auto ;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.addr {
	padding:1px 0 0 0;
	margin:0 auto;
	background-color:#fff;	
	text-align: center;
	width:760px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}

.widget {
	text-align:center;
	color: #603913;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.search-form {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 5px;
}

.search-field {
   font: 10px Verdana, Arial, Helvetica, sans-serif;
   color: #000;
   width: 128px;
}
.search-submit {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}


#centreContent {
	width: 64%;
	margin: 0 auto;
}

* html #centreContent { /* hack for MSIE 6*/
	width:53%;
	margin: 0 auto 0 200px;
		}

#box {
	padding: 0 20px;
}

#services #box {
	padding: 0 30px 10px 30px;
}

#box ul {
	font-size: 120%;
	margin-left: 10px;
	margin: 10px 0;
}
#box li {
	margin-bottom: 8px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}

#box ol li  {
	list-style:none;
}
#box a {
	font-size:small;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
#box a:hover {
	color: #ccc;
	text-decoration: none;
}
#listings #mainContent #bodyContainer #centreContent #box li {
	font-size: small;
	list-style-type: none;
	line-height: 50%;
}
.click {
	height:12px;
	font-size: x-small;
}

#centreContent #box h2 {
	color: #603913;
	font-family: 'Caryn Bold', Caryn, 'Cataneo BT', 'Monotype Corsiva';
	font-size: 24px;
	padding-top: 20px;
	text-shadow: 0 2px 3px #666;
	font-stretch: wider;
	margin-left: 20px;
}

#centreContent #box h4, #centreContent #box p {
	font-size: medium;
	line-height: 110%;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	text-align: left;
	font-weight: normal;
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 10px;
	padding-bottom: 20px;
}
#centreContent #box h4 {
	color:#603913;
	font-style:italic;
	font-weight: bold;
	font-size: 110%;
}
#box table {
	margin-left: 10px;
}

#box table tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#box table tr td {
	height:24px;
	padding: 6px 0 0 0;
	}
#listings table {
	margin:20px 0 0;
	border: #666 2px solid;
	border-bottom-width:4px;
	border-right-width:4px;
	display: table;
}
#listings table th {
	width: 100px;
	padding: 10px 0 0 10px;
}

#listings table tr td img {
	margin: 0px;
	padding: 0 10px 3px 0;
	float: left;
}
#listings table tr td {
	padding-left: 10px;
	padding-bottom: 6px;
}

#listings table tr td.desc {padding-right: 10px;}
#box td.feature {
	font: 14px "Courier New", Courier, monospace;
}


#footer {
	background: #fff url(../img/weather_bar.gif);
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #333333;
	text-align: center;
	clear: both;
}
.listed {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	width: 156px;
	padding: 2px 10px 3px 10px;
	margin: 10px auto;
	background: #f5f3d6;
	border: 1px solid #603913;	
	border-bottom: solid 2px #603913;
	border-right: solid 2px #603913;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);	
}
.listed:hover  {
	background-color: #fff;
	}

.listed a {
	color: #663;
	text-decoration: underline;
}
.listed a:hover {
	color: #e1e1e1;
}

#home #t-home, #packages #t-packages, #request #t-request, #services #t-services, #policies #t-policies {
	color:#006600;
	font-weight: bold;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#info-box {
	font-size:.9em;
	background-color:#fff;
	line-height:110%;
	text-align:center;
	padding: 6px;
	width: 160px;
	margin:12px auto;
	border:solid 2px #603913;
	border-top: solid 1px #603913;
	border-left: solid 1px #603913;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	
.box-ad {
	padding: 1%;
	margin: 50px auto 0;
	width: 140px;
	background: #f5f3d6;
	border: solid 1px;
	border-bottom: solid 2px;
	border-right: solid 2px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.6);
/*	transition-property: background-color;
	transition-duration: 4s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 4s;
	-o-transition-property: background-color;
	-o-transition-duration: 4s;*/
}

* html .box-ad {
		margin: 1% auto; /* Hack for HSIE 6*/
		}

/*.box-ad a{
	text-decoration:none;
	line-height:120%;
	font-weight: bold;
	}
	
.box-ad li {
	font-size:1.2em;
	text-align: left;
	line-height:200%;
	margin-left: -15px;
	list-style-type: none;	
}*/
	
.centre {
	text-align: center;
}

address{
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
	margin: 10px 0 5px;
}
address a{
	color: #eee;
	text-decoration: underline;
}
address a:hover {
	color: #ccc;
}
	
.box-ad a{
	text-decoration:none;
	line-eight:120%;
	font-weight: bold;
	}
	
.box-ad li {
	font-size:0.8em;
	text-align: left;
	line-height:200%;
	margin-left: -15px;
	list-style-type: none;	
}

.areas {
	font-size: 1.2em;
	font-weight: normal;
}
.areas a {
	text-decoration:none;
	font-weight: normal;
}

