/*###########################################################################*/
/* GLOBAL
/*###########################################################################*/
* { margin: 0px; padding: 0px; }

body	{
	color: #393608;
	font: normal normal 10px verdana, helvetica, sans-serif;
	margin: 0px 0px;
	padding: 0px 0px;
	background-image:url(images/backgrounds/bg.gif);
	background-repeat: repeat-x;
	background-color: #0087d3;
}

ul, li {list-style: none;}	

p	{
	color: #393608;
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	margin :0px;
	padding: 0px;
}

a	{
	color: #393608;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

a:hover	{
	color: #024316;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

.noline	{
	text-decoration: none;
}

/*--header for page content--*/
h1	{
	color: #024316;
	font: normal bold 18px verdana, helvetica, sans-serif;
	line-height: 1.0;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/*--secondary header in content--*/
h2	{
	color: #9f5717;
	font: normal bold 14px verdana, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/*--header for masthead--*/
h3	{
	color: #ffffff;
	font: normal bold 12px verdana, helvetica, sans-serif;
	position: absolute;
	top: 30px;
	left: 550px;
}

/*--footer header--*/
h4	{
	color: #393608;
	font: normal bold 12px verdana, helvetica, sans-serif;
	line-height: 1.0;
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
}

/*--outside links--*/
h5	{
	color: #9f5717;
	font: normal normal 10px verdana, helvetica, sans-serif;
	line-height: 1.0;
	margin: 0px 0px 0px 0px;
}

em {	
	font-style: italic;
}

.hrule	{
		width: 510px;
		height: 3px;
		border-bottom: 1px solid #393608;
}

.red	{
	color: #ff0000;
	font: italic bold 14px verdana, helvetica, sans-serif;
	line-height: 1.0;
	margin: 0px 0px 0px 0px;
}

img	{
	border: none;
}

.link	{
	color: #393608;
	font: normal normal 10px verdana, helvetica, sans-serif;
	line-height: 1.0;
	margin: 0px 0px 0px 0px;
}

#googsrch	{
	width: 250px;
	position: absolute;
	top: 22px;
	left: 640px;
	z-index: 3;
}

/*###########################################################################*/
/* TOP HEADER (hdr) AND NAV (tnav)
/*###########################################################################*/
#container	{
	width: 900px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#hdr	{
	height: 100px;
	position: relative;
	color: #ffffff;
	background-image: url('images/backgrounds/hdr-bg.gif');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#logolink	{
	width: 320px;
	height: 70px;
	position: absolute;
	top: 2px;
	left: 50px;
	z-index: 3;
}

#tnav	{
	width: 806px;
	position: absolute;
	top: 78px;
	left: 55px;
	z-index: 3;
	float: left;
	height: 20px;
	line-height: 20px;
}

#tnav ul {
	list-style-type: none;
	margin: 0px; 
	padding: 0px 4px; 
	float: left;
}

.bdr-left	{
		border-left: 1px solid #ffffff;
		height: 16px;
}

.bdr-lr	{
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		height: 16px;
}

#tnav a	{
	color: #ffffff;
	font: bold 12px verdana, helvetica, sans-serif;/*-- changes font size of top row only because "tnav ul li:hover ul li a" below changes all inside drop downs --*/
	display: block;
	margin: 0px;
	padding: 0px 4px;
	text-decoration: none;
	height: 16px;
	line-height: 16px;
	z-index: 3;
}

#tnav a:hover {
	color: #f59507;
}

#tnav li	{
	position: relative;
}

#tnav ul ul	{
	width: 160px;
	padding-top: 5px;
	position: absolute;
	top: 16px;
	left: 0px;
	z-index: 500;
	display: none;
}

#tnav ul ul ul 	{
	top: 0px;
	left: 160px;
	padding-top: 0px;
	z-index: 500;
	display: none;
}

#tnav ul li:hover ul li a	{
	width: 156px;
	font: normal 11px arial, helvetica, sans-serif;
	padding: 2px 4px;
	border-bottom: 1px solid #ffffff;
	background-color: #013253;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
}

/*-- hiding and revealing using :hover --*/
div#tnav ul ul,
div#tnav ul li:hover ul ul,
div#tnav ul ul li:hover ul ul
	{
	display: none;
}

div#tnav ul li:hover ul,
div#tnav ul ul li:hover ul,
div#tnav ul ul ul li:hover ul
	{
	display: block;
}

/*###########################################################################*/
/* PAGE HEADER IMAGES
/*###########################################################################*/
#container2	{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
	
#page-image	{
	height: 220px;
	background-image: url('images/page-images/pg-header-gfx.png');
	background-repeat: no-repeat;
}

#page-image-ski	{
	height: 220px;
	background-image: url('images/page-images/pg-header-ski-gfx.png');
	background-repeat: no-repeat;
}

/*###########################################################################*/
/* MAIN TABLE
/*###########################################################################*/
#container3	{
	width: 900px;
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

#table-top-border	{
	height: 11px;
	background-image: url(images/backgrounds/table-top-border.png);
	background-repeat: no-repeat;
}

.col-one	{
	width: 180px;
	padding: 15px 0px;
	margin: 0px;
	background-image: url(images/backgrounds/col-one-repeat.png);
	background-repeat: repeat-y;
}

.gadsleft	{
	width:120px;
	margin: 40px 30px;
}

.col-two	{
	width: 540px;
	padding: 15px 15px;
	margin: 0px;
	background-color: #ffffff;
}

.col-three	{
	width: 180px;
	padding: 15px 0px;
	margin: 0px;
	background-image: url(images/backgrounds/col-three-repeat.png);
	background-repeat: repeat-y;
}

#rtbox	{
	width: 140px;
	height: 14px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	background-color: #9f5717;
	padding:2px 0px;
}

#rtbox2	{
	width: 140px;
	height: 14px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	background-color: #007fcf;
	padding:2px 0px;
}

#rtbox3	{
	width: 140px;
	height: 14px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	background-color: #547c45;
	padding:2px 0px;
}

.rtbox	{
	color: #ffffff;
	font: normal bold 11px verdana, helvetica, sans-serif;
	text-decoration: none;
}

.gadsright	{
	width:120px;
	margin: 0px 30px;
}
	
.col-two-fish	{
	width: 540px;
	background-image: url(images/backgrounds/fishing-durango.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 15px;
}

.col-two-about	{
	width: 540px;
	background-image: url(images/backgrounds/san-juan-forest.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 15px;
}

.search-bg	{
	color: #393608;
	font: normal normal 10px verdana, helvetica, sans-serif;
	margin: 0px 0px;
	padding: 0px 0px;
	background-image:url(images/backgrounds/bg2.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

/*###########################################################################*/
/* MAP PAGE MILEAGE CHART
/*###########################################################################*/
.citymi	{
	color: #393608;
	font: normal normal 12px verdana, helvetica, sans-serif;
	border: 1px solid #013253;
	border-collapse: collapse;
}

.ci	{
	width: 170px;
	height: 20px;
	border: 1px solid #013253;
	padding-left: 15px;
}

.ci2	{
	width: 75px;
	height: 20px;
	border: 1px solid #013253;
	text-align: center;
}

/*###########################################################################*/
/* WEATHER CHART
/*###########################################################################*/
.weather	{
	color: #393608;
	font: normal normal 12px verdana, helvetica, sans-serif;
	border-collapse: collapse;
}

.wh	{
	color: #ffffff;
	font: bold normal 10px verdana, helvetica, sans-serif;
	text-align: center;
	width: 62px;
	height: 20px;
	background-color: #024316;
}

.wh-r	{
	color: #ffffff;
	font: bold normal 10px verdana, helvetica, sans-serif;
	text-align: center;
	width: 62px;
	height: 20px;
	background-color: #024316;
	border-right: 1px solid #ffffff;
}



.w1	{
	color: #000000;
	font: normal normal 10px verdana, helvetica,sans-serif;
	text-align: center;
	width: 62px;
	height: 20px;
	background-color: #dbd9c0;
}

.w1-r	{
	color: #000000;
	font: normal normal 10px verdana, helvetica,sans-serif;
	text-align: center;
	width: 62px;
	height: 20px;
	background-color: #dbd9c0;
	border-right: 1px solid #ffffff;
}

.w2	{
	color: #000000;
	font: normal normal 10px verdana, helvetica,sans-serif;
	text-align: center;
	width: 62px;
	height: 20px;
	background-color: #cccab6;
}

.w2-r	{
	color: #000000;
	font: normal normal 10px verdana, helvetica,sans-serif;
	text-align: center;
	width: 62px;
	height: 20px;
	background-color: #cccab6;
	border-right: 1px solid #ffffff;
}

.wb	{
	color: #ffffff;
	font: bold normal 10px verdana, helvetica, sans-serif;
	text-align: center;
	width: 502px;
	height: 20px;
	background-color: #024316;
}

/*###########################################################################*/
/* IMAGE LOCATIONS
/*###########################################################################*/
.center-image	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.c-400	{
		width: 400px;
		position: relative;
		top: 0px;
		left: 70px;
		border: 0px;
		text-align: right;
}

.c-425	{
		width: 425px;
		position: relative;
		top: 0px;
		left: 57px;
		border: 0px;
		text-align: right;
}

.f-left100	{
	border: 0px;
	float: left;
	width: 100px;
	padding: 0px 15px 0px 0px;
	text-align: right;
}

.f-left200	{
	border: 0px;
	float: left;
	width: 200px;
	padding: 0px 15px 0px 0px;
	text-align: right;
}

.f-left300	{
	border: 0px;
	float: left;
	width: 300px;
	padding: 0px 15px 0px 0px;
	text-align: right;
}

.f-right200	{
	border: 0px;
	float: right;
	width: 200px;
	padding: 0px 0px 0px 15px;
	text-align: right;
}

.f-left	{
	float: left;
	margin-right: 10px;
}

.thumbs	{
	border: 0px;
	margin: 0px;
	width: 90px;
	padding: 0px 10px 0px 0px;
}

.thumbsend	{
	border: 0px;
	margin: 0px;
	width: 90px;
	padding: 0px 0px 0px 0px;
}

.spotlight	{
	width: 400px;
	height: 243px;
	border: 1px solid #bbb898;
	background-color: #ffffff;
}

.spotholder	{
	width: 380px;
	height: 223px;
	margin: 10px;
	text-align: center;
	color: #000000;
	font: normal normal 14px tahoma, helvetica, sans-serif;
	line-height: 21px;
}

.featured	{
	width: 400px;
	height: 121px;
	border: 1px solid #bbb898;
}

.creativecommons	{
	color: #393608;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-align: right;
}

.l	{
	width: 235px;
	position: absolute;
	margin-left: 0px;
	text-align: center;
}

.r	{
	width: 235px;
	position: relative;
	top: 0px;
	left: 275px;
	text-align: center;
}
	
/*###########################################################################*/
/* LISTINGS
/*###########################################################################*/
#prefli {font-size: 12px;margin-top: 30px; padding-left: 15px; padding-right: 15px;}#prefli ul {margin-top: 1em;}#prefli li {padding-bottom: 3px;}#prefli .name,#prefli .name a {		font-weight: bold;		color: #9f5717;		line-height: 18px;		font-size: 12px;}#prefli .gmap {		margin-left: 2em;		font-size: 11px;}#prefli .gmap a {}#prefli .phone {font-weight: bold;}#prefli p {margin-top: .4em;font-size: 11px;}#basli {padding-top: .5em;font-size: 12px;}#basli li {padding-bottom: 3px;}#basli ul {margin-bottom: 1em;}#basli .name {font-weight: bold;}#basli .phone {font-weight: bold;}

/*###########################################################################*/
/* FOOTER
/*###########################################################################*/
#footer	{
	text-align: center;
}

.footer	{
	color: #393608;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.footer a	{
	color: #393608;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
	
.footer a:hover {
	color: #393608;
	font-size: 10px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
