

/* All <ul> tags in the menu including the first level */
ul.navbar{
	padding-left: 10px;	
}

.navbar, .navbar ul {
	padding: 0;
	list-style: none;
	line-height: normal;
	margin: 0px;	
}
:focus  { outline: thick none black }
.navbar, .navbar ul {
	padding: 0;
	list-style: none;
	line-height: normal;
	margin: 0px;	
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.navbar ul {
	display: none;
	position: absolute;
	top: 20px;
	margin-top: 0px; /* I'm using ems and px to allow people to zoom their font */
	left: 0px;
	width: 169px;
	background-image: url(/themes/Spiritbear09/images/navDropDown.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
}

/* Second and third etc. level submenus - position across from parent instead */
.navbar ul ul {
	top: 0px;
	margin-top: 0;
	margin-left: 180px;
	display: none;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.navbar li {
	float: left;
	display: block;
	position: relative;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.navbar ul li {
	float: none;
	margin: 0 0 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}
.navbar ul>li:last-child {
	margin-bottom: 1px;
}

/* first level Links inside the menu */
.navbar a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold!important;
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-transform: uppercase;
	margin: 0px;
}
.navbar li.first a{
	border: 0px none #000000;
}
.navbar li ul li.first a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* drop down Links inside the menu */
.navbar li ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	margin-top: 0px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: none;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	border-top-color: #D79134;
	border-top-width: 1px;
	border-top-style: solid;
}

.navbar li ul li ul li{
	display: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.navbar a:hover,  /*.navbar a:focus*/ {
	color: #FC0;
	background-repeat: repeat-x;
}

.navbar li.current a{
	color: #B32017;
	background-image: url(/themes/Spiritbear09/images/navActive.gif);
	background-repeat: no-repeat;
	background-position: center 22px;
}
.navbar li.current ul li a{
	color: #FFF;
	background-image: none;
}

.navbar a.highlighted {
	color: #FC0;
	background-image: none;
}

/* Lit  items: Second level 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.navbar li ul li a:hover, .navbar li ul li a:focus{
	color: #FC0;
	background-repeat: repeat-x;
	background-position: center top;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .navbar a#xyz {
      background-image: url(out.gif);
    }
    .navbar a#xyz:hover, .navbar a.highlighted#xyz, .navbar a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.navbar a .subind {
 display: none;
}
.navbar ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.navbar a {
 float: left;
}
.navbar ul a {
 float: none;
}
/* \*/
.navbar a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .navbar ul li {
 float: left;
 width: 100%;
}

* html .navbar ul li {
 float: left;
 height: 1%;
}
* html .navbar ul a {
 height: 1%;
}
/* End Hacks */


/* Sub Nav */

#navsetsub{
	margin-right:10px;
	margin-top:12px;
	margin-left:10px;
}
#navsetsub ul{
	padding:0px;
	margin:0px;
}

#navsetsub ul li{
	list-style-type: none;
	line-height: 1px;
}


#navsetsub ul li a{
	line-height:normal;
	color: #6199AD;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
	padding-top: 0px;
	padding-bottom: 2px;
}
#navsetsub ul li a:hover{
	color: #9D3528;
}


#navsetsub ul ul{
}
#navsetsub ul ul li{
}

#navsetsub ul ul li a{
	line-height:14px;
	color: #6199AD;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
#navsetsub ul ul li a:hover{
	color: #41271A;
	color: #9D3528;
	display: block;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
}
#navsetsub ul ul li a.selected, #navsetsub ul ul li a.selected:hover {
	color: #343b32;
	color: #EF8200;
	display: block;
}
#navsetsub ul ul ul li a{
	line-height:normal;
	color: #999966;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px;
	display: block;
	text-transform: none;
}
#navsetsub ul ul ul li a:hover{
	color: #41271A;
	color: #00CCFF;
	display: block;
}
#navsetsub ul ul ul li a.selected, #navsetsub ul ul ul li a.selected:hover {
	color: #343b32;
	color: #333333;
	display: block;
}

div.gallerystack {
	background-image:url(/themes/Spiritbear09/images/Image-Stack-long.png);
	background-repeat:no-repeat;
	height:160px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative!important;
	float: left;
	width: 338px;
}
div.gallerystack a {
	float: left;
}
div.gallerystack a img.thumb {
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	margin-right:10px!important;
}
div.gallerystack a:hover img.thumb {
	border:2px solid #FDFFCF;
	color:#FDFFCF;
}

div.gallerystack .gallerytitle {
	color:#660033;
	font-size:18px;
	text-align:left;
	text-transform:capitalize;
	padding-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
	margin-left: 120px;
}
div.gallerydesc {
	line-height: 18px;
	margin-left: 120px;
}

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(/js/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/js/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/js/lightwindow/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/js/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/js/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
	/* REQUIRED */
		position: relative;
	display: none;		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
	display: none;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}




/* Used only in Editor */
body{
	margin:0px;
	padding:0px;
}
.SC_panel{
	background-color: #D0DBCD!important;
	background-image: none!important;
}

.FCKcontent{
	width: 680px;
	padding-left: 35px;
	background-image: url(/themes/Spiritbear09/images/EditorBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding-top: 20px;
}
img:focus {
	border: 1px solid #F00!important;	
}


p{
	margin: 0px;
	padding: 0px;
}
#content , #content tr td{
	font-size: 14px;
	color: #231f20;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

 #content a{
	text-decoration: none !important;
	color:#5f9baf !important;
	font-weight: bold;
}

#content a:hover{
	text-decoration: underline !important;
	color:#0CF  !important;
}
#content a:visited{
	text-decoration: underline;
}

#content hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}


/* -------------------------------- Header Styles , H1 H2 etc */


#content h1{
	font-size: 24px;
	line-height: 24px;
	color:#ef8200;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#content h2{
	font-size: 16px;
	font-weight: normal;
	color:#000000;
	line-height: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}


#content h3{
	font-size: 14px;
	font-weight: normal;
	color: #EC8D00;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 6px;
}

#content h4{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}


#content .highlight1{
	font-weight: bold;
	font-variant: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
}
 #content .highlight1 a{
	text-decoration: underline !important;
	color:#333333 !important;
	font-weight: normal!important;
} 
#content .highlight1 a:hover{
	text-decoration: underline !important;
	color:#762C11  !important;
}
#content .highlight2{
	font-weight: bold;
	font-variant: normal;
	font-size: 14px;
	line-height: normal;
	color: #706f59;
}
#content .highlight3{
	font-weight: normal;
	font-variant: normal;
	font-size: 10px;
	line-height: normal;
}


/* Images */
#content img.left, #content img.vidLeft, #content div.vidLeft{
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color:#999;

	padding: 1px;
	border: 4px solid #000;}
#content img.right,#content img.vidRight, #content div.vidRight{
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	background-color:#999;
	padding: 1px;
	border: 4px solid #000;
}

#content img.centered, div.border, div.mapwrap, img.mapwrap, div.flashWrap{
	clear:both;
	margin-top: 2px;
	margin-right: auto!important;
	margin-bottom: 2px;
	margin-left: auto!important;
	background-color:#999;
	padding: 1px;
	border: 4px solid #000;
}
#content img.vidRight, #content div.vidRight{
	float:right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 7px;
	background-color:#999;

	padding: 1px;
	border: 4px solid #000;}

#content img.vidLeft, #content div.vidLeft{
	float:left;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color:#999;

	padding: 1px;
	border: 4px solid #000;}

div.pano{
	background-color:#333;
	padding: 1px;
	border: 4px solid #000;	clear:both;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.MarkerTitle div {
	border: 1px solid #666;
	padding: 2px;
	background-color: #e5e5e5;
	white-space: pre;
	display: none;
}

#content img.mini{
	border:1px solid #333333;
	display:block;
	background-color:#FFFFFF;
	padding: 3px;
	margin: 4px;
	float: left;
	width:90px;
	height:62px;
}





a.zoomlink {
	position:relative;
	display:block;
	text-decoration: none!important;
	overflow: hidden;
}

span.zoomicon{
	position:absolute;
	height: 20px;
	width: 20px;
	display: none;
	right: 7px;
	bottom: 7px;
	background-image: url(/themes/Spiritbear09/images/zoomicon.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	
	text-decoration: none!important;
}

a.zoomlink:hover span.zoomicon, a.zoomlink:active span.zoomicon {
	display:block;
}

#ZoomImage {
	border:solid 7px #f6f6f6!important;
}

/* Lists */



 #content ul{
	display: block;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#content ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/Spiritbear09/images/li.jpg);
	background-repeat: no-repeat;
	padding-bottom: 8px;
	padding-top: 2px;
	padding-left: 22px;
	background-position: left 0px;
	line-height: 16px;
}


/*Tables*/
#content table.stndtable {
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F6D571;
	border-right-color: #E3ECE0;
	border-bottom-color: #E3ECE0;
	border-left-color: #E3ECE0;
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: solid;
	background-image: url(/themes/salts09/images/tableRowBG.jpg);
}
#content table.stndtable thead tr td{
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#D18416;
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 24px;
	background-image: url(/themes/Spiritbear09/images/tableHeaderBG2.jpg);
	background-repeat: repeat-x;
	padding: 3px;
}

#content table.stndtable tbody tr td{
	vertical-align: top;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#F1FBEE;
	text-align: left;
	background-color: #DFEDDD;
	line-height: 16px;
}
#content table.stndtable tbody h2{
	color:#848266;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content table.stndtable .highlight1{
	font-size: 14px!important;	
}
#content table.stndtable tbody tr td ul{
	display: block;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 2px;
}
#content table.stndtable tbody tr td ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/salts09/images/ul_table.jpg);
	background-repeat: no-repeat;
	padding-bottom: 4px;
	padding-top: 0px;
	background-position: 0px 0px;
	padding-left: 18px;
	padding-right: 0px;
	margin-bottom: 0px;
}



#content table.table_cal{
	width:100%!important;
}
#content table.table_cal tr td{
	vertical-align:top;
}
#content table.table_cal thead tr td.day{
	width: 10%!important;
}


#content table.table_cal thead tr td{
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#D18416;
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 24px;
	background-image: url(/themes/Spiritbear09/images/tableHeaderBG2.jpg);
	background-repeat: repeat-x;
	padding: 3px;
}

#content table.table_cal tbody tr td{
	vertical-align: top;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#F1FBEE;
	text-align: left;
	background-color: #DFEDDD;
	line-height: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D79134;
}
#content table.table_cal tbody tr td.cellhighlight{
	background-color:#E5A343
	
}


/* Price List Table */
/*#content table.pricelist{
	width: 100% !important;
	border-collapse:collapse;
	vertical-align: top;
}
#content table.pricelist thead tr td{
	font-size: 12px;
	font-weight: normal;
	background-color:#CFCDA6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#A59D5E;
	color:#7D3F22;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 3px;
}

#content table.pricelist td{
	font-size: 11px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#A59D5E;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

#content table.pricelist h4{
	font-size: 11px;
	color:#003366;
	font-weight: bold;
}*/

/* Quotes */

#content table.quote {
	background-image: url(/themes/Spiritbear09/images/q1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content table.quote td.main{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #B2241D;
	text-align: left;
	background-image: url(/themes/Spiritbear09/images/q2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 22px;
	padding-right: 18px;
	padding-bottom: 22px;
	padding-left: 18px;
	text-indent: 25px;
}
#content table.quote td.caption{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #433720;
	text-align: right;
	padding-right: 14px;
	line-height: 14px;
}




#content a.pdf{
	background-image: url(/themes/salts09/images/pdf_tiny.jpg);
	background-repeat: no-repeat;
	line-height: 20px !important;
	padding-left: 22px;
	display:block;
}


/*#content table.quote caption { 
	caption-side: bottom; 
    width: auto;
    font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #433720;
	text-align: right;
	padding-right: 10px;
}
*/
#content table tr td {
	vertical-align:top;
}


/* Used only in Editor */




.FCKcontent{
	width: 230px;
	padding-left: 40px;
	padding-top:30px;
	background-image: url(/themes/frl09/images/pageBG.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin:0px;
}


p{
	margin: 0px;
	padding: 0px;
}
#content2 , #content2 tr td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
	line-height: 14px;
}


 #content2 a{
	text-decoration: none !important;
	color:#7e393b !important;
}

#content2 a:hover{
	text-decoration: underline !important;
	color:#A56528  !important;
}
#content2 a:visited{
	text-decoration: underline;
}

#content2 hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9a9472;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}


/* -------------------------------- Header Styles , H1 H2 etc */


#content2 h1{
	font-size: 18px;
	font-weight: normal;
	color:#7e393b;
	line-height: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content2 a h1, #content2 h1 a{
	color:#6696BA !important;
	text-decoration: none;
}

#content2 h1 a:hover{
	color:#003399;
	text-decoration: none;
}

#content2 h2{
	font-size: 14px;
	font-weight: bold;
	color:#978053;
	line-height: normal;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content2 h2 a , #content2 h2 a:visited{
	color:#7e393b !important;
	text-decoration: none;
}
#content2 h3{
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	line-height: normal;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content2 h4{
	background-image: url(/themes/LBLR08/images/h3BG.jpg);
}


#content2 .highlight1{
	font-weight: bold;
	font-variant: normal;
	color:#72613F;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Images */
#content2 img.right{
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	clear:both;
	background-color: #9a9472;
	margin-right: 0px;
	margin-left: 4px;
}

 #content2 img.left{
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	clear:both;
	background-color: #9a9472;
	margin-right: 4px;
	margin-left: 0px;
}


#content2 img.centered{
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	clear:both;
	background-color: #9a9472;
	margin-right: 0px;
	margin-left: 0px;
}

div.border{
	padding: 1px;
	margin: 0px;
	background-color:#E3D3B2;
	border: 1px solid #6D5B3D;
	clear:both;
}

#content2 img.mini{
	border:1px solid #333333;
	display:block;
	background-color:#FFFFFF;
	padding: 3px;
	margin: 4px;
	float: left;
	width:90px;
	height:62px;
}

/* Lists */



 #content2 ul{
	display: block;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#content2 ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/frl09/images/ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-top: 3px;
	padding-left: 20px;
	background-position: 0px 5px;
	line-height: 16px;
}


/*Tables*/

#content2 table.imagegrid{
	width:230px;
	background-image: url(/themes/frl09/images/zoomimageC2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 16px;
	height: 88px;
}

#content2 table.imagegrid img{
	width:60px !important;
	height:60px !important;
	padding: 5px!important;
	background-color:#9a9472!important;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content2 table.stdtable, {
	width: 590px;
}
#content2 table.stdtable thead tr td{
	font-size: 12px;
	font-weight: bold;
	background-color:#F0EEDD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#999999;
	border-bottom-color:#999999;
	color:#003366;
}

#content2 table.stdtable td{
	vertical-align: top;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#999999;
	text-align: left;
}
#content2 table.collectiontable{
	width: 590px;
}

/* Price List Table */
#content2 table.pricelist{
	width: 635px;
	border-collapse:collapse;
	vertical-align: top;
}
#content2 table.pricelist thead tr td{
	font-size: 11px;
	font-weight: bold;
	background-color:#D3D1C9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#999999;
	border-bottom-color:#999999;
	color:#003366;
}

#content2 table.pricelist td{
	font-size: 11px;
	line-height: 14px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#999999;
	text-align: left;
	vertical-align: top;
}

#content2 table.pricelist h4{
	font-size: 11px;
	color:#003366;
	font-weight: bold;
}

/* Quotes */

#content2 table.quote {
	background-image: url(/themes/frl09/images/q1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 230px !important;
	margin: 0px;
}

#content2 table.quote td.main{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #7D5B36;
	text-align: left;
	background-image: url(/themes/frl09/images/q2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px none #8C7142;
	line-height: 18px;
	padding-top: 26px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#content2 table.quote td.caption{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #433720;
	text-align: right;
	padding-right: 10px;
}


#content2 table.quote caption { 
	caption-side: bottom; 
    width: auto;
    font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #433720;
	text-align: right;
	padding-right: 10px;
}




#wrapper #belt #page #main {
	background-image: url(/themes/Spiritbear09/images/mainBG2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#wrapper #belt #page #main #linkbarsb {
	position: relative;
	height: 145px;
	width: 270px;
	overflow: hidden;
	background-image: url(/themes/Spiritbear09/images/LinkBarInternal.jpg);
	background-position: right top;
}
#wrapper #belt #page #main #linkbarsb a {
	background-image: url(/themes/Spiritbear09/images/ButtonSprite.jpg);
	height: 120px;
	width: 230px;
	display: block;
	text-indent: -2000em;
}

#wrapper #belt #page #main #linkbarsb #btnbook {
	position: absolute;
	height: 27px;
	width: 230px;
	top: 13px;
	right: 20px;
	background-position: right 0px;
}
#wrapper #belt #page #main #linkbarsb #btnbook:hover {
	background-position: right -120px;
}
#wrapper #belt #page #main #linkbarsb #btncontact {
	position: absolute;
	height: 80px;
	width: 230px;
	right: 20px;
	bottom: 12px;
	background-position: right -40px;
}
#wrapper #belt #page #main #linkbarsb #btncontact:hover {
	background-position: right -160px;
}


/* News Subnav */
#navsetnews {
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
}

#navsetnews .date{
	font-weight: bold;
	font-size: 12px;	
}
#navsetnews .title{
	font-size: 12px;
	
}

#navsetnews ul{
	margin: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 0px;
}
#navsetnews ul li{
	display: block;
	margin-left: 0px;
	padding-left: 0px;
	border: 0px none #FFF;
}
/* level 1 Section Title*/
#navsetnews ul li a {
	line-height:normal;
	color: #6199AD;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
	padding-top: 0px;
	padding-bottom: 2px;
}

#navsetnews ul li a:hover, #navsetmain ul li a.selected  {

}
/* level 2 */
#navsetnews ul ul{
	padding:0px;
	
}
#navsetnews ul ul li a {
	display: block;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #6199AD;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 20px;
	text-decoration: none;
	background-image: none;
	height: auto;
	line-height: normal;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}

#navsetnews ul ul li a:hover, #navsetmain ul ul li a.selected  {
	color: #FFFFFF;
}

#navsetnews ul ul li:hover {
	color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: 0px 0px;
}


/* end News Subnav */