@charset "UTF-8";
/* Home Sidebar 2 List Items */

#itemsBlue li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	display: inline;
}
#itemsBlue li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E48AB;
	margin: 0px;
	font-weight: normal;
}
#itemsBlue li a:hover {
	background-color: #6992D8;
	text-decoration: none;
}
#itemsBlue li .date {
	color: #FFF;
	font-size: 13px;
	display: block;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}
#itemsBlue li a.last {
		border: none;
}


#itemsBrwn li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	display: inline;
}
#itemsBrwn li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #412E1D;
	margin: 0px;
	font-weight: normal;
}
#itemsBrwn li a:hover {
	background-color: #8f6744;
	text-decoration: none;
}
#v li .date {
	color: #FFF;
	font-size: 13px;
	display: block;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}
#itemsBrwn li a.last {
		border: none;
}



/* Content Subnav */

#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subNav li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#subNav li a {
	color: #FFF;
	font-weight:normal;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0 5px 0 5px;
	line-height: 18px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}
#subNav li a:hover {
	color: #412E1D;
	background-color: #F6A82E;
	text-decoration: none;
	background-image: url(../images/bgSubNavRollOver.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#subNav li a.last {
	border: none;
}


/* Tabs */

.primaryCont .secondaryTab {
	clear:both;
	text-align:right;
	margin:0 8px;
}
.primaryCont .secondaryTab div {
	float:right;
	cursor:pointer;
}
.primaryCont .left {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	line-height:26px;
	padding:0 0 0 10px;
}
.primaryCont .selTab .left {
	/*background-image:url(../images/tabBox_sel-L.png) !important;
	background-image:url(../images/tabBox_sel-L.gif);*/
	background-image:url(../images/tabBoxY_sel-L.png) !important;
	background-image:url(../images/tabBoxY_sel-L.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:26px;
	color: #412e1d;
}
.primaryCont .selTab .right {
	/*background-image:url(../images/tabBox_sel-R.png) !important;
	background-image:url(../images/tabBox_sel-R.gif);*/
	background-image:url(../images/tabBoxY_sel-R.png) !important;
	background-image:url(../images/tabBoxY_sel-R.gif);
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:6px;
	height:26px;
	color: #412e1d;
}
.primaryCont .deselTab .left {
	/*background-image:url(../images/tabBox_desel-L.png) !important;
	background-image:url(../images/tabBox_desel-L.gif);*/
	background-image:url(../images/tabBoxY_desel-L.png) !important;
	background-image:url(../images/tabBoxY_desel-L.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:26px;
	/*color: #8aa7da;*/
	color: #fac553;
}
.primaryCont .deselTab .right {
	/*background-image:url(../images/tabBox_desel-R.png) !important;
	background-image:url(../images/tabBox_desel-R.gif);*/
	background-image:url(../images/tabBoxY_desel-R.png) !important;
	background-image:url(../images/tabBoxY_desel-R.gif);
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:6px;
	height:26px;
	/*color: #8aa7da;*/
	color: #fac553;
}

.secondaryCont .secondaryTab {
	clear:both;
	text-align:right;
	margin:0 8px;
}
.secondaryCont .secondaryTab div {
	float:left;
	cursor:pointer;
}
.secondaryCont .left {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	line-height:26px;
	padding:0 0 0 10px;
}
.secondaryCont .selTab .left {
	background-image:url(../images/tabBoxY_sel-L.png) !important;
	background-image:url(../images/tabBoxY_sel-L.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:26px;
	color: #412e1d;
	text-transform: uppercase;
}
.secondaryCont .selTab .right {
	background-image:url(../images/tabBoxY_sel-R.png) !important;
	background-image:url(../images/tabBoxY_sel-R.gif);
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:6px;
	height:26px;
	color: #412e1d;
}
.secondaryCont .deselTab .left {
	background-image:url(../images/tabBoxY_desel-L.png) !important;
	background-image:url(../images/tabBoxY_desel-L.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:26px;
	color: #fac553;
}
.secondaryCont .deselTab .right {
	background-image:url(../images/tabBoxY_desel-R.png) !important;
	background-image:url(../images/tabBoxY_desel-R.gif);
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:6px;
	height:26px;
	color: #fac553;
}

/* Containers */

	/* Two Column Interior */

#contWin {
	width:715px; 
	float: right; 
	padding-left: 5px;
	color: #000000;
	/*color: #FFFFFF;*/
	font-size: 10px;
	overflow: hidden;
	margin-right: 10px;
}

#contWin p {	color: #000; }

#contWin {
	color: #014BAC;
}

#contContainer {
	background-color: #FFFFFF;
	width: 695px;
	overflow: hidden;
	padding: 0px 15px 10px 10px;
}

#contWin .top {
	clear: left;
	background-image: url(../images/mainLTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 5px;
	line-height: 0px;
	overflow: hidden;
}
#contWin .top div{
	background-image: url(../images/mainRTop.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 5px;
	line-height: 0px;
	overflow: hidden;
}

#contWin .bottom {
	clear: left;
	background-image: url(../images/mainLBtm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 5px;
	line-height: 0px;
	line-height: 0px;
	overflow: hidden;
	
}
#contWin .bottom div {
	background-image: url(../images/mainRBtm.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 5px;
	line-height: 0px;
}

	/* Three Column Interior */
	
#contWinThree {
	width:405px; 
	float: left; 
	padding-left: 5px;
	color: #000000;
	/*color: #FFFFFF;*/
	font-size: 10px;
	overflow: hidden;
	margin-right: 10px;
}

#contContainerThree {
	background-color: #FFFFFF;
	width: 375px;
	overflow: hidden;
	padding: 0px 15px 10px 15px;
}

#contWinThree .top {
	clear: left;
	background-image: url(../images/mainLTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 5px;
	line-height: 0px;
	overflow: hidden;
}
#contWinThree .top div{
	background-image: url(../images/mainRTop.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 5px;
	line-height: 0px;
	overflow: hidden;
}

#contWinThree .bottom {
	clear: left;
	background-image: url(../images/mainLBtm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 5px;
	line-height: 0px;
	line-height: 0px;
	overflow: hidden;
	
}
#contWinThree .bottom div {
	background-image: url(../images/mainRBtm.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 5px;
	line-height: 0px;
}

/* ----------------- */

#mainContent .top {
	clear: left;
	background-image: url(../images/contPriTopLft_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 5px;
	line-height: 0px;
	line-height: 0px;
	overflow: hidden;
}
#mainContent .top div{
	background-image: url(../images/contPriTopRt_main.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 6px;
	line-height: 0px;
	overflow: hidden;
}
#mainContent .main{
	background-image: url(../images/contMainBack.jpg);
	background-repeat: repeat-x;
	background-color: #4a70b4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0e48aa;
	border-left-color: #0e48aa;
	padding: 10px 10px 0 10px;
	margin: 0px;
}

#mainContent .bottom {
	clear: left;
	background-image: url(../images/contPriBotLft_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 5px;
	line-height: 0px;
	line-height: 0px;
	overflow: hidden;
	
}
#mainContent .bottom div {
	background-image: url(../images/contPriBotRt_main.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 6px;
	line-height: 0px;
}

.primaryContLBlue .top {
	clear: left;
	background-image: url(../images/contPriTopLftLBlue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 5px;
	line-height: 0px;
	line-height: 0px;
	overflow: hidden;
}
.primaryContLBlue .top div{
	background-image: url(../images/contPriTopRtLBlue.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 6px;
	line-height: 0px;
	overflow: hidden;
}
.primaryContLBlue .main{
	background-color: #2271cd;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #789CDA;
	border-left-color: #789CDA;
	padding: 0 10px 0 10px;
	margin: 0px;
}

.primaryContLBlue .bottom {
	clear: left;
	background-image: url(../images/contPriBotLftLBlue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 5px;
	line-height: 0px;
	line-height: 0px;
	overflow: hidden;
	
}
.primaryContLBlue .bottom div {
	background-image: url(../images/contPriBotRtLBlue.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 6px;
	line-height: 0px;
}


.primaryContLBlue #ltabdetail {
	width: 620px;
}


.primaryCont .top {
	clear: both;
	background-image: url(../images/contPriTopLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 12px;
	line-height: 0px;
	overflow: hidden;
	width: 288px;
}
.primaryCont .top div{
	background-image: url(../images/contPriTopRt.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 13px;
	line-height: 0px;
	overflow: hidden;
}
.primaryCont .main{
	background-image: url(../images/contPriMid.jpg);
	background-repeat: repeat-y;
	background-color: #0E48AB;
	padding: 0 10px 0 10px;
	margin: 0px;
	width: 280px;
}

.primaryCont .bottom {
	clear: left;
	background-image: url(../images/contPriBotLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 12px;
	line-height: 0px;
	overflow: hidden;
	width: 288px;
}
.primaryCont .bottom div {
	background-image: url(../images/contPriBotRt.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 26px;
	line-height: 0px;
}


.secondaryCont .top {
	clear: left;
	background-image: url(../images/contSecTopLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 11px;
	line-height: 0px;
	overflow: hidden;
	width: 197px;
}
.secondaryCont .top div{
	background-image: url(../images/contSecTopRt.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 13px;
	line-height: 0px;
	overflow: hidden;
}
.secondaryCont .main{
	background-image: url(../images/contSecMid.jpg);
	background-repeat: repeat-y;
	padding: 0px 10px 0px 10px;
	width: 188px;
	margin: 0px;
}

.secondaryCont .bottom {
	clear: left;
	background-image: url(../images/contSecBotLft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 11px;
	line-height: 0px;
	overflow: hidden;
	width: 197px;
}
.secondaryCont .bottom div {
	background-image: url(../images/contSecBotRt.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 26px;
	line-height: 0px;
	overflow: hidden;
}

#pageIcon {
	display: block;
	height: 80px;
}
.Summer #flashNav  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Summer #imageMap {
	position: relative;
	top: 360px;
}
.Summer #imageMap a {
	position: absolute;
	height: 40px;
	width: 40px;
	z-index: 1;
}
.Summer #imageMap .home a {
	height: 100px;
	width: 100px;
	left: 18px;
	top: -327px;
}
.Summer #imageMap .hiking a {
	left: 524px;
	top: -69px;
}
.Summer #imageMap .recreation a {
	left: 606px;
	top: -80px;
}
.Summer #imageMap .cycling a {
	left: 664px;
	top: -104px;
}
.Summer #imageMap .golf a {
	left: 706px;
	top: -172px;
}
.Summer #imageMap .camping a {
	left: 728px;
	top: -101px;
}
.Summer #imageMap .sightseeing a {
	left: 795px;
	top: -175px;
}
.Summer #imageMap .fishing a {
	left: 862px;
	top: -184px;
}
.Summer #imageMap .other a {
	left: 900px;
	top: -134px;
}


.Winter #flashNav  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Winter #imageMap {
	position: relative;
	top: 360px;
}
.Winter #imageMap a {
	position: absolute;
	height: 40px;
	width: 40px;
	z-index: 1;
}
.Winter #imageMap .home a {
	height: 100px;
	width: 100px;
	left: 18px;
	top: -327px;
}
.Winter #imageMap .snowMobiling a {
	left: 524px;
	top: -69px;
}
.Winter #imageMap .Skiing a {
	left: 606px;
	top: -80px;
}
.Winter #imageMap .fishing a {
	left: 664px;
	top: -104px;
}
.Winter #imageMap  .camping a {
	left: 706px;
	top: -172px;
}
.Winter #imageMap .snowhiking a {
	left: 728px;
	top: -101px;
}
.Winter #imageMap .biking a {
	left: 795px;
	top: -175px;
}
.Winter #imageMap .hiking a {
	left: 862px;
	top: -184px;
}
.Winter #imageMap .canoeing a {
	left: 900px;
	top: -134px;
}

