

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

.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: 30px;
	margin-top: 0px; /* I'm using ems and px to allow people to zoom their font */
	left: 0px;
	width: 162px;
	background: url(/themes/trilogy09/images/black85.png) repeat;
	-moz-box-shadow: black 0px 0px 8px;
	-webkit-box-shadow: black 0px 0px 8px;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	border-left: 1px solid #8E8E8E;
}

/* Second and third etc. level submenus - position across from parent instead */
.navbar ul ul {
	top: 0px;
	margin-top: 0;
	margin-left: 162px;
	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 {
}

/* first level Links inside the menu */
.navbar a {
	display: block;
	color: #ebebeb;
	text-decoration: none;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.navbar li.highlighted a {
	background: #F00;	
}
.navbar a:hover {
	color: #EEA1A9;
}
/*.navbar li.first a{
	border: 0px none #000000;
}*/
.navbar li ul li.first a{
	border-top: 1px none #8E8E8E;

}

/* 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-right: 1px none #8E8E8E;
	border-bottom: 1px none #8E8E8E;
	border-left: 1px none #8E8E8E;
	border-top: 1px solid #333;
}

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

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */


.navbar li.current a{
	color: #ff6600;
}
.navbar li.current ul li a{
	color: #FFF;
	background-image: none;
}

/*.navbar a.highlighted {
	color: #3FF;
	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: #C2560E;
	background-color: #4C4B4B;
}

/*
 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 */

#sidenav {
	margin-right:0px;
	margin-top:30px;
	margin-left:0px;
}
#sidenav  ul{
	padding:0px;
	margin:0px;
}

#sidenav  ul li{
	list-style-type: none;
}


#sidenav  ul li a{
	line-height:25px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	background-image: url(/themes/gorge09/images/75Black.png);
	background-repeat: repeat;
}
#sidenav  ul li a:hover{
	color: #CCC;
}


#sidenav  ul ul{
	margin: 0px;
}

#sidenav  ul ul li{
	margin: 0px;
	padding: 0px;
}

#sidenav  ul ul li a{
	line-height:22px;
	color: #133564;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acb2bb;
	background-image: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidenav  ul ul li a:hover {
	color: #000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#sidenav  ul ul li a.current, #sidenav  ul ul li a.current:hover {
	color: #333333;
	display: block;
	background-color: #E7E7E7;
}

#sidenav  ul ul ul{
	margin-right: 0px;
	margin-left: 0px;
	display:none;
	}
#sidenav ul ul li.current ul{
	display:block;
	}
	
#sidenav ul ul ul li.current ul{
	display:block;
	}
#sidenav  ul ul ul li a{
	line-height:22px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 22px;
	display: block;
	text-transform: uppercase;
}
#sidenav  ul ul ul li a:hover{
	color: #000;
	display: block;
	background-color: #CCC;
}

#sidenav li li li.current a, #sidenav li li li.current a:hover{
	color: #000;
	display: block;
	background-color: #BABABA;
}

div.gallerystack {
	background-image:url(/themes/FlyFish09/images/image_stack.jpg)!important;
	background-repeat:no-repeat;
	height:160px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative!important;
	float: left;
	width: 500px;
}
div.gallerystack a {
	float: left;
}
div.gallerystack a img.thumb {
	border:2px solid #FFFFFF;
	color:#FFFFFF;
}
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: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
	margin-left: 180px;
}
div.gallerydesc {
	line-height: 18px;
	width: 300px;
	margin-left: 180px;
}


/* CSS Document */


form.simple {
	padding: 0px; margin: 0px;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

form.simple fieldset {
	margin: 20px 0px;
	border: 0px;
	padding: 5px 0px;
}

form.simple legend {
	font: 18px/24px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #666;
}

form.simple input {
	padding: 0px 3px;
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #333;
}

form.simple div.description {
	padding-bottom:10px;
	font-style:normal;
}

form.simple div.fieldwrapper { /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	overflow: hidden;
	padding: 2px;
	border: 1px dashed #FFF;
	position: relative;
	margin-top: 2px;
}

form.simple div.fieldwrapper:hover {
	border: 1px dashed #bbb;
}

form.simple div.fieldwrapper:focus {
	background-color: #EAFAEC;
	border: 0px solid #666;
}

form.simple div.fieldwrapper label.styled { /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 150px; /*width of label (left column)*/
	text-transform: capitalize;
	border-bottom: 0px solid #666;
	margin: 5px 5px auto 0px;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 3px;
}

form.simple div.fieldwrapper.required label.styled {
	font-weight: bold;
	
}

form.simple div.fieldwrapper.required label.styled:after {
	content:" *";
	color:#900;
}

form.simple div.fieldwrapper div.thefield { /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	margin-left: 160px;
	margin-right: 32px;
}

form.simple div.fieldwrapper .thefield ul {
	width:100%!important;
	margin: 0px!important;
	padding: 0px!important;
}
form.simple div.fieldwrapper .thefield ul li{
	margin: 0px!important;
	display: block!important;
	padding: 0px 0px 5px 0px!important;
	list-style-type: none!important;
	clear: none!important;
	background-image:none!important;
	width:100%!important;
	position: relative;
}


form.simple div.fieldwrapper .thefield ul li label {
	margin: 3px 0px 0px 30px;
	display: block;
	padding-top: 3px;
	clear: right;
	width: auto;
}

form.simple div.fieldwrapper .thefield span.instruction {
	font-size: 80%;
	color:#666;
	display: block;
	clear: both;
}

form.simple div.fieldwrapper div.thefield input {
	height:18px;
	margin:3px 0px;
}


form.simple div.fieldwrapper div.thefield input.text{
	border: 1px solid #666;
	display: block;
	width:304px;
	position: relative;
	padding-right: 3px;
	padding-left: 3px;
}

form.simple div.fieldwrapper div.thefield input.text.required{
	/*border: 1px solid #900;*/
}

form.simple div.fieldwrapper div.thefield input.text:focus{
	border: 1px solid #900;
	background-color: #FFC;
}

form.simple div.fieldwrapper div.thefield input.radio, div.fieldwrapper div.thefield input.checkbox{ 
	float:left;
	cursor: pointer;
	padding-top:2px
}

form.simple div.fieldwrapper div.thefield textarea{ 
	width: 100%;
	height: 150px;
	border: 1px solid #666;
}

form.simple div.fieldwrapper div.thefield select {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

/* Alert / Error Message */

form.simple div.fieldwrapper.alert {
	background: #fdd4d3 url(/themes/gorge09/images/decline.gif) no-repeat right top;
	border: 1px solid #e40a09;
	color: #e40a09;
	display: block;
	clear: both;
}
form.simple div.fieldwrapper.pass {
	background: url(/themes/gorge09/images/accept.gif) no-repeat right top;
}


form.simple div.fieldwrapper .thefield span.error {
	font-size: 80%;
	display: block;
	clear: both;
}


/* Submit / Reset Buttons */

form.simple div.buttonsdiv {
	margin: 15px 0px 15px 180px;
}

form.simple div.buttonsdiv input { /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
	padding: 4px 8px 3px 8px;
	width: 90px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #fdcc4b url(/themes/gorge09/images/form.simple.bkg-button.jpg) repeat-x left top;
	border: 1px solid #f09039;
	cursor:pointer;
}

form.simple div.buttonsdiv input:hover {
	background: #fcbe13;
}


html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_title_right.png') repeat-x;
}


/* Zoom Image */


span.zoomicon {
	position:absolute;
	height: 23px;
	width: 23px;
	display: none;
	right: 2px;
	bottom: 2px;
	background-image: url('/_resources/jQueryPlugins/jquery.fancybox/default/zoom.png');
	background-repeat: no-repeat;
	text-indent:-2000em;
}

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


table td{
	vertical-align: top;	
}

a.cabinbox {
	background-repeat: no-repeat;
	float: none;
	height: 100px;
	width: 510px;
	position: relative;
	display: block;
	background-position: 0px 0px;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000;
	background-image: url(/themes/gorge09/images/Accomodation-ListBG.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #000;
	border-left-color: #000;
}
.cabinboxfix {
	background-image: url(/themes/thecabins09/images/CabinListCurve.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
	width: 20px;
}
a.cabinbox span.iconbox {
	background-repeat: no-repeat;
	position: absolute;
	height: 15px;
	left: 150px;
	top: 75px;
	width: 300px;
	display: block;
}
.iconbox .icon {
	background-image: url(/themes/gorge09/images/Accom-icons.gif);
	display: block;
	height: 15px;
	width: 20px;
	background-position: 0px 0px;
	margin-right: 5px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
.iconbox .icon.ac {
		background-position: 0px 0px;
}
.iconbox .icon.electricity {
	background-position: -25px 0px;
}
.iconbox .icon.heat {
	background-position: -50px 0px;
}
.iconbox .icon.linens {
	background-position: -75px 0px;
}
.iconbox .icon.hottub {
	background-position: -100px 0px;
}
.iconbox .icon.grill {
	background-position: -125px 0px;
}
.iconbox .icon.fullkitchen {
	background-position: -150px 0px;
}
.iconbox .icon.kitchenette {
	background-position: -175px 0px;
}
.iconbox .icon.publicbath {
	background-position: -200px 0px;
}
.iconbox .icon.sharedbath {
	background-position: -225px 0px;
}
.iconbox .icon.bathhouse {
	background-position: -250px 0px;
}
 #content a.cabinbox:hover {
	/*	background-position: 0px -132px;*/
	text-decoration: none!important;
	background-position: 0px -100px;
}
a.cabinbox img.thumb {
	background-color: #FFF;
	position: absolute;
	top: 6px;
	padding: 0px;
	left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #7d7d7d;
}
.cabinbox h3{
	position: absolute;
	height: 22px;
	left: 150px;
	top: 5px;
	overflow: hidden;
	width: 354px;
	font-size: 16px!important;
	font-weight: bold!important;
	color: #ff883a!important;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.cabinbox h4{
	position: absolute;
	height: 20px;
	left: 285px;
	top: 39px;
	overflow: hidden;
	width: 365px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px!important;
	font-weight: bold!important;
	color: #000!important;
	text-align: left;
}
.cabinbox span.triptext {
	height: 41px;
	width: 352px;
	left: 150px;
	top: 32px;
	position: absolute;
	overflow: hidden;
	display: block;
	font-weight: normal !important;
	color: #000000 !important;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.cabinbox:hover span.tripbutt {
	background-position: -94px 0px;
}

#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: #FFF!important;
	background-image: none!important;
}


.FCKcontent{
	width: 660px;
	padding-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	background: #FFF url(/themes/trilogy09/images/editorBG.png) repeat-y -200px top;
	padding-bottom: 30px;
}
img:focus {
	border: 1px solid #F00!important;	
}


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

 #content a{
	text-decoration: none !important;
	color:#0076a3 !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: #706f59;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}


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


#content h1{
	color:#520008;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: normal 24px/26px Arial, Helvetica, sans-serif;
}


#content h2{
	color:#4c4d5f;
	display: block;
	clear: none;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	font: bold normal 16px/normal Arial, Helvetica, sans-serif;
}


#content h3{
	font-size: 16px;
	font-weight: normal;
	color: #304d34;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	font-family: 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: normal;
	font-variant: normal;
	color:#556F88;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
 #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{
	padding: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color:#C5CCDA;
	border: 3px solid #c0d0df;
}
#content img.right,#content img.vidRight, #content div.vidRight{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-color:#C5CCDA;
	border: 3px solid #c0d0df;
}

#content img.centered, div.border, div.mapwrap, img.mapwrap, div.flashWrap{
	padding: 0px;
	clear:both;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color:#C5CCDA;
	border: 3px solid #c0d0df;
}
#content img.vidRight, #content div.vidRight{
	float:right;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 7px;
	background-color:#C5CCDA;
	border: 3px solid #c0d0df;
}

#content img.vidLeft, #content div.vidLeft{
	float:left;
	padding: 0px;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color:#C5CCDA;
	border: 3px solid #c0d0df;
}

div.pano{
	padding: 4px;
	background-color:#FFFFFF;
	border: 3px solid #c0d0df;
	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:3px solid #c0d0df;
	display:block;
	background-color:#FFFFFF;
	padding: 3px;
	margin: 4px;
	float: left;
	width:90px;
	height:62px;
}

/* 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/trilogy09/images/ul.png);
	background-repeat: no-repeat;
	padding-bottom: 8px;
	padding-top: 0px;
	padding-left: 16px;
	background-position: left 2px;
	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: #ACA47D;
	border-right-color: #ACA47D;
	border-bottom-color: #ACA47D;
	border-left-color: #ACA47D;
	border-bottom-style: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: solid;
	background-image: url(/themes/trilogy09/images/tableRowBG.jpg);
}
#content table.stndtable thead tr td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#666;
	color:#CCC;
	background: #4C4B4B;
	padding: 2px 4px;
	font: bold 14px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#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:#666;
	text-align: left;
	background-color: #DFE3EA;
	line-height: 16px;
}
#content table.stndtable tbody h2{
	color:#603;
	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/trilogy09/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;
}


/* 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/trilogy09/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: normal;
	color: #7C8E99;
	text-align: left;
	background-image: url(/themes/trilogy09/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/trilogy09/images/pdf_tiny.jpg);
	background-repeat: no-repeat;
	line-height: 20px !important;
	padding-left: 22px;
	display:block;
}

#content span.smallprint{
	font-size:10px;
}

/*#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;
}
*/


/* 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;
}


