

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	padding: 0px;
	list-style: none;
	line-height: normal;
	margin: 0px;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 18px;
	margin-top: 10px; /* I'm using ems and px to allow people to zoom their font */
	left: 0px;
	width: 148px;
}

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

/*
 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.
*/
.menulist li {
	float: right;
	display: block;
	position: relative;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

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

/* first level Links inside the menu */
.menulist a {
	display: block;
	color: #ffffcc;
	text-decoration: none;
	font: 13px/12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	float: left;
	border-left: 1px solid #5F89AC;
	padding: 4px 10px 0px 10px;
	margin: 4px 0px 0px 0px;
}


/* drop down Links inside the menu */
.menulist li ul li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #5F89AC;
	color: #000000;
	margin-top: 0px;
	padding: 3px 8px 3px 10px;
}

/* List  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #F59531;
}

.menulist a.highlighted {
	color: #F59531;
}

/* List  items: Second level 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist li ul li a:hover, .menulist li ul li a.highlighted, .menulist li ul li a:focus {
	color: #FFF;
	/*text-shadow: black 2px 2px 3px;*/
	background-color: #666666;
	background-image: none;
}

.menulist li ul li a.highlighted:hover {
	background-image:url(none);
}

/* Were I was... parent to open submenus */
xx.menulist li ul li a.highlighted {
	color: #00FF00;
	/*text-shadow: black 2px 2px 3px;*/
}

/*
 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:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

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


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist 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 .menulist ul li {
 float: left;
 width: 100%;
}

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





#destinationnav ul {
	padding: 0px;
	font-size: 12px;
	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;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#destinationnav ul , #destinationnav ul ul {
	list-style: none;
	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;
}



/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
#destinationnav ul li {
	position: relative;
}

/* Links inside the menu */
#destinationnav ul a {
	display: block;
	color: #ffffcc;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 14px;
	background-image: url(/themes/eco09/images/sidenav1st.jpg);
	background-repeat: repeat-x;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0px 0px;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
#destinationnav ul a:hover, #destinationnav ul a.highlighted:hover, #destinationnav ul a:focus {
	color: #F9A33A;
	background-image: url(/themes/eco09/images/sidenav1st.jpg);
	background-position: 0px -46px;
}

#destinationnav ul li.current a {
	color: #F9A33A;
	background-image: url(/themes/eco09/images/sidenav1st.jpg);
	background-position: 0px -23px;
}

#destinationnav ul  a.highlighted {
	color: #F9A33A !important;
	margin: 0;
}
/* Submenus (<ul> tags) */

#destinationnav ul li ul {
	display:none;
}
#destinationnav ul  li.current ul{
	display:block;
}
/*submenus*/
#destinationnav ul li ul {
	margin: 0px;
	padding: 0px;
	border: 0px solid #654;
}

#destinationnav ul li ul li {
	
}
#destinationnav ul li ul li a {
	font-size: 11px;
	text-indent: 10px;
	background-image: url(/themes/eco09/images/sidenav2nd.jpg) !important;
	background-repeat: repeat-x;
	background-position: 0px 0px!important;
	color: #003366!important;
}
#destinationnav ul li ul li a:hover {
	text-decoration:underline;
	/*color: #ffffcc!important;*/
/*	background-image: url(/themes/eco09/images/sidenav1st.jpg)!important;
	background-repeat: repeat-x;
	background-position: 0px 0px!important;*/
}
#destinationnav ul li ul li a.current {
	color: #F9A33A!important;
	background-image: url(/themes/eco09/images/sidenav1st.jpg) !important;
	background-repeat: repeat-x;
	background-position: 0px -23px !important;
}
#destinationnav ul ul ul li {
	display:none;
}

*/

/*
 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:
    #destinationnav ul  a#xyz {
      background-image: url(out.gif);
    }
    #destinationnav ul  a#xyz:hover, #destinationnav ul  a.highlighted#xyz, #destinationnav ul  a:focus {
     background-image: url(over.gif);
    }
*/
/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
#destinationnav ul  a .subind {
 float: right;
}

/* IE fix because it doesn't support transparent borders */
* html #destinationnav ul  a {
 margin: 0px;
}



/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html #destinationnav ul  li {
 float: left;
 height: 1%;
}
* html #destinationnav ul  a {
 height: 1%;
}
/* End Hack */


div.gallerystack {
	background-image:url(/themes/eco09/images/imagestack.jpg)!important;
	background-repeat:no-repeat;
	clear:both;
	height:130px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative!important;
}

div.gallerystack a {
	float: left;
	
}

div.gallerystack a img.thumb {
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	background: #CCC;
	position: absolute;
	height: 96px;
	width: 128px;
	left: 19px;
	top: 19px;
}

div.gallerystack a:hover img.thumb {
	border:2px solid #FDFFCF;
	color:#FDFFCF;
}

div.gallerystack .gallerytitle {
	color:#faa634;
	font-size:16px;
	text-align:left;
	text-transform:capitalize;
	padding-top: 20px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	padding-bottom: 10px;
	margin-left: 170px;
}

div.gallerydesc {
	padding-right: 64px;
	margin-left: 170px;
}



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

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:#113A17;
	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/titleOverlay/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/titleOverlay/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;
	background: #333;
}

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/titleOverlay/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/titleOverlay/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/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/titleOverlay/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/titleOverlay/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/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/titleOverlay/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/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/titleOverlay/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/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/titleOverlay/fancy_shadow_nw.png') no-repeat;
}

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

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

div#fancy_title table {
	margin: 0 auto;
	width:100%;
}

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

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

td#fancy_title_main {
	height: 32px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_title_main.png') repeat;
	border-top: 0px solid #666;
}

td#fancy_title_right {
	height: 32px;
	width: 10px;
	/*background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/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/titleOverlay/zoom.png');
	background-repeat: no-repeat;
	text-indent:-2000em;
}

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




.tripbox {
	background-image: url(/themes/eco08/images/tripbox.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	height: 132px;
	width: 670px;
	position: relative;
	display: block;
	background-position: 0px 0px;
	font-weight: normal;
	color: #000000;
}

#content a.tripbox, #content a.tripbox:hover {
/*	background-position: 0px -132px;*/
	text-decoration: none!important;
}

.tripbox img.thumb {
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	border: 1px solid #44627E !important;
	padding: 1px;
	right: 0px;
}
.tripbox h3{
	position: absolute;
	height: 20px;
	left: 10px;
	top: 0px;
	overflow: hidden;
	width: 345px;
	font-size: 14px!important;
	font-weight: bold!important;
	color: #ffffcc!important;
	text-transform: uppercase;
}
.tripbox h4{
	position: absolute;
	height: 20px;
	left: 10px;
	top: 25px;
	overflow: hidden;
	width: 345px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px!important;
	font-weight: bold!important;
	color: #FFFFFF!important;
}

#content .tripbox span.triptext {
	height: 50px;
	width: 345px;
	left: 10px;
	top: 51px;
	position: absolute;
	overflow: hidden;
	display: block;
	font-weight: normal !important;
	color: #000000 !important;
	text-decoration: none!important;
}
span.tripbutt {
	background-image: url(/themes/eco08/images/tripdetailButt.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 22px;
	width: 94px;
	left: 264px;
	top: 104px;
	display: block;
}
.tripbox:hover span.tripbutt {
	background-position: -94px 0px;
}
.tripbox .iconbox {
	position: absolute;
	height: 22px;
	width: 240px;
	left: 8px;
	top: 104px;
	overflow: hidden;
}

.tripbox .iconbox img{
	border: 0px none #000000;
	margin-right: 5px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-image: url(/themes/eco09/images/pageBG.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	background-image: url(/themes/eco09/images/wrapperBG.jpg);
	background-repeat: repeat-x;
}
#wrapper #page {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper #page #headerwrap #topbox {
	background-image: url(/themes/eco09/images/topbit.gif);
	background-repeat: no-repeat;
	height: 20px;
	position: relative;
}
#wrapper #page #headerwrap #topbox #tbl {
	background-image: url(/themes/eco09/images/headerSides.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 350px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 20px;
}
:focus  { outline: thick none black }


#wrapper #page #headerwrap #topbox #tbr {
	background-image: url(/themes/eco09/images/headerSides.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 350px;
	width: 10px;
	position: absolute;
	right: 0px;
	top: 20px;
}

#wrapper #page #headerwrap #header {
	height: 350px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	opacity: .99;
	overflow: hidden;
}
#headerimg {
	height: 350px;
	width: 960px;
	overflow: hidden;
}

#wrapper #page #headerwrap #header_overlay {
	background-image: url(/themes/eco09/images/header_overlay.png);
	height: 350px;
	width: 960px;
	position: absolute;
	top:0px; left:0px;
	opacity: .99;
	overflow: hidden;
}

#wrapper #page #headerwrap #phone {
	position:absolute;
	top:23px; left:20px;
	height:80px;
	width:200px;
	text-align:center;
	color:#ffffcc;
	font: 13px/14px Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#wrapper #page #headerwrap #phone .pnum {
	font: 17px/26px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	position: relative;
	top:-3px; left:0px;
}

#wrapper #page #headerwrap #logolink {
	position:absolute;
	top:105px; left:20px;
	height:160px;
	width:200px;
}

#wrapper #page #headerwrap #header #ratesphotos {
	display: block;
	position: absolute;
	height: 50px;
	width: 220px;
	left: 10px;
	top: 280px;
}
#wrapper #page #headerwrap #header #ratesphotos a span {
	display: none;	
}
#wrapper #page #headerwrap #header #ratesphotos a:hover {
	background-position: 0px -50px !important;
}
#wrapper #page #headerwrap #header #ratesphotos #datesrates {
	background-image: url(/themes/eco09/images/datesrates.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 12px;
	top: 0px;
	height: 50px;
	width: 94px;
}
#wrapper #page #headerwrap #header #ratesphotos #photogall {
	background-image: url(/themes/eco09/images/photogall.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 113px;
	top: 0px;
	height: 50px;
	width: 94px;
}
#wrapper #page #headerwrap #dockbarwrap {
	background-image: url(/themes/eco09/images/dockbarBG.jpg);
	height: 65px;
	width: 980px;
	background-repeat: no-repeat;
	position: relative;
}
#wrapper #page #main {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/themes/eco09/images/contentBG.gif);
	background-position: 934px bottom;
	background-repeat: no-repeat;
}
#wrapper #page #cbottom {
	background-image: url(/themes/eco09/images/contentBottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	position: relative;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#wrapper #page #main #content {
	float: right;
	width: 664px;
	background-image: url(/themes/eco09/images/contentBG.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 10px;
	padding-right: 30px;
}
#wrapper #page #main #sidebar {
	position:relative;
	top:10px;
	left:0px;
	float: left;
	width: 220px;
	background-repeat: repeat-x;
	opacity: .99;
}
#content2 {
	min-height:150px;
}
#wrapper #footer {
	background-image: url(/themes/eco09/images/footerBG.jpg);
	padding: 5px 0px;
	line-height:16px;
	background-repeat: repeat-x;
	height: 55px;
}
#wrapper #page #cbottom #coast {
	background-image: url(/themes/eco09/images/coast.jpg);
	height: 80px;
	width: 380px;
	position: absolute;
	top: 0px;
	right: -120px;
}
#wrapper #incontrol {
	background-color: #DBDBDB;
	height: 16px;
}

#sidebar #buttonbar a span {
	display: none;	
}
#sidebar #buttonbar {
	height: 40px;
	width: 220px;
	position: relative;
	margin-top: 20px;
}

#sidebar #buttonbar #social {
	background-image: url(/themes/eco09/images/bookmarkthis.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 46px;
	width: 110px;
	display: block;
}

#sidebar #buttonbar a:hover{
	background-position: 0px -46px !important;
}
#sidebar #buttonbar #mail {
	background-image: url(/themes/eco09/images/emailthis.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 56px;
	display: block;
	position: absolute;
	left: 110px;
	top: 0px;
}
#sidebar #buttonbar #print {
	background-image: url(/themes/eco09/images/print.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 54px;
	display: block;
	position: absolute;
	left: 166px;
	top: 0px;
}
#sidebar #reference {
	height: 200px;
	width: 220px;
	position: relative;
}
#sidebar #reference a span {
	display: none;	
}
#sidebar #reference #bbb {
	background-image: url(/themes/eco09/images/bbb.jpg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 83px;
	top: 40px;
	height: 85px;
	width: 53px;
}
#sidebar #reference #bccpa {
	background-image: url(/themes/eco09/images/bpcpa.jpg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 60px;
	top: 145px;
	height: 173px;
	width: 100px;
}
#sidebar #brochure {
	height: 88px;
	width: 220px;
	position: relative;	
}
#sidebar #brochure a span {
	display: none;	
}
#sidebar #brochure #eebrochure {
	background-image: url(/themes/eco09/images/downloadBrochure.jpg);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 35px;
	height: 88px;
	width: 220px;
	background-position: 0px 0px;
}
#sidebar #brochure a:hover {
	background-image: url(/themes/eco09/images/downloadBrochure.jpg)!important;
	background-position: -220px 0px!important;
	display: block!important;
}

#wrapper #page #headerwrap #dockbarwrap #fishEye {
	width: 640px;
	position: absolute;
	right: 64px;
	height: 48px;
	top: 0px;
}
#wrapper #page #headerwrap #dockbarwrap #fishEye #docktip, div.jqDockLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	height: 16px;
	width: 120px;
	bottom: -15px!important;
	line-height: 14px;
	font-weight: bold;
	background: url(/themes/eco09/images/dock2/tipBG.png) no-repeat center bottom;
}

#fishEye a img.small{
	width:60px;
	margin-top: auto;
	margin-bottom: auto;
}


#wrapper #page #main_nav {
	position: absolute;
	height: 20px;
	width: 700px;
	top: 30px;
	right: 30px;
	text-align: right;
}
#wrapper #page #headerwrap #dockbarwrap #newsletter {
	margin-left: 0px;
	width:220px;
	height: 65px;
	left: 20px;
	top: 0px;
	position: absolute;
}
#wrapper #incontrol {
	font-size: 10px;
	text-align: center;
	line-height: 16px;
}
#wrapper #incontrol a {
	color: #515445;
}
#wrapper #footer #text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}
#wrapper #footer #text a{
	color: #ffffcc;
	text-decoration: none;
}
#wrapper #footer #text a:hover{
	color: #263D5D;
	text-decoration: underline;
}





/* Newsletter icon and Bubbles. */

#newsbubble  {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#newsbubble li, #newsbubble li li {
	margin: 0px!important;
	padding: 0px!important;
	list-style:none;
}
#newsbubble li a.signup{
	display:block;
	width:220px;
	height:65px;
	text-indent: -2000px;
	background: url(/themes/eco09/images/newsletter.png) no-repeat;
}
#newsbubble li{
	position:relative;
	
}
#newsbubble li ul{
	display:none;
	width:188px;
	height:105px;
	position:absolute;
	top:-84px;
	left:16px;
	margin: 0px!important;
	padding:0px!important;
	background: url(/themes/eco09/images/newsletterBubbleBG.png) no-repeat;
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #FFFDCC;
}
#newsbubble li:hover ul{
	display:block;
}
#newsbubble li ul li{
	margin: 13px!important;
	padding:0px!important;
	display: block;
	position: relative;
}
#newsbubbleform .newsfield {
	height: 20px;
	width: 162px;
	margin-bottom: 3px;
}
#newsbubbleform .newsfield .thefield input {
	background: url(/themes/eco09/images/NL_input.gif) no-repeat 0px 0px;
	font: 11px/10px Arial, Helvetica, sans-serif;
	color: #FFFDCC;
	height: 14px;
	width: 108px;
	border: 0px none #5F6258;
	padding: 3px;
}
#newsbubbleform .newsfield .thefield input:focus {
	background: url(/themes/eco09/images/NL_input.gif) no-repeat 0px -20px;
}
#newsbubbleform .newsfield .thefield input.error {
	background: url(/themes/eco09/images/NL_input.gif) no-repeat 0px -40px;
}
#newsbubbleform .newsfield .submit {
	border: 1px solid #000;
	background: url(/themes/eco09/images/NL_btnBG.gif) repeat-x;
	font: bold 10px/10px Arial, Helvetica, sans-serif!important;
	text-transform: uppercase;
	padding: 0px 8px 2px!important;
	height: 16px!important;
	color: #FFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	bottom:0px;
	right:0px;
}
#newsbubbleform .newsfield label {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	color: #ffffcc;
	float: left;
	height: 20px;
	width: 46px;
}
#newsbubbleform .newsfield .thefield {
	height: 20px;
	margin-left: 48px;
}
#nl_join {
	height: 25px!important;
	width: 88px;
	display: block;
	float: none;
	position: absolute;
	background-image: url(/themes/no09/images/NL_joinBTN.png);
	right: 10px;
	top: 130px;
	text-indent:-2000em;
	border: 0px none #BFB196!important;
}


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


.FCKcontent {
	width: 664px;
	padding-left: 34px;
	background-color: 838677;
	background-position: left;
	padding-bottom: 40px;
	background-image: url(/themes/eco09/images/c1BG.jpg) !important;
	background-repeat: repeat-y !important;
	padding-top: 20px;
}


/* All Syles should start with #content  */

#content , #content tr td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
	line-height: 17px;
}

/* Text Formating , H1 H2 etc */


#content h1 {
	font-size: 20px;
	line-height: 24px;
	font-variant: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #FFFFCC;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}

#content h2{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #faa634;
	line-height: 18px;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	padding-left: 0px;
	padding-bottom: 25px;
	background-image: url(/themes/eco09/images/h3BG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 120px;
}
#content h3
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #faa634;
	line-height: 18px;
	font-variant: normal;
	display: block;
	font-style: normal;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 8px;
	padding-top: 0px;
}


#content h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffcc;
	line-height: 20px;
	font-style: normal;
	margin-bottom: 6px;
	margin-top: 0px;
}

#content a{
	color: #054574;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover{
	color: #003D5B;
	text-decoration: underline;
}

#content .highlight1{
	font-weight: bold;
	font-variant: normal;
	color: #ffffcc;
	font-size: 13px;
	line-height: 18px;
}

#content .highlight2{
	font-weight: bold;
	font-variant: normal;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	line-height: 18px;
	color: #2A3430;
}
#content .highlight3{
	font-weight: bold;
	font-variant: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2A3430;
}
hr
{
	height: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5A697;
}

/* Images */
#content img.right {
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin: 0px 0px 2px 8px;
	float: right;
}

#content img.left {
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	margin: 0px 8px 2px 0px;
	float: left;
}


#content img.centered ,#content img.mapwrap , #content div.mapwrap {
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	display: block;
	margin: 0px auto 2px;
	float: none;
}


/* Lists */

#content ul{
	display: block;
	padding-left: 15px;
}

#content ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/eco09/images/ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-top: 0px;
	background-position: left top;
	padding-left: 16px;
}

/*Tables*/
#content table.stdtable{
	width: 100%!important;
}


#content table.stdtable thead tr td{
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	height:22px!important;
	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: #F0EEDD;
	color: #003366;
}

#content table.stdtable tr td{
	vertical-align: top;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1CFC1;
	text-align: left;
	background-color: #B2B3AD;
}
#content table.stdtable h2{
	font-weight: bold;
	color: #ffffcc;
	font-size: 12px;
	background-image: none;
}

#content table.stdtable ul{
	display: block;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
}
#content table.stdtable ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/eco09/images/table_ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-top: 0px;
	background-position: left top;
	padding-left: 14px;
	padding-right: 0px;
	margin-bottom: 2px;
}
#content table.linkbar{
	width: 100%;
}
#content table.linkbar tr td{
	vertical-align: top;
	font-size: 12px;
	text-align: center;
	background-color: #A5A697;
	border: 1px solid #D1CFC1;
	padding: 4px;
}

/*
#content table.linkbar a, #content table.linkbar a:visited {
	text-decoration: none;
}

#content table.linkbar a:hover {
	text-decoration: underline;
	color: #ce6b49;
}*/

/* Quotes */

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

#content .quote td.main{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	padding: 25px 25px 15px;
	background-image: url(/themes/eco09/images/q2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-style: italic;
}

#content .quote td.caption{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Verdana, Arial, sans-serif;
}
/* Special Links */

#content a.linkbutton, #content a.linkbutton:visited{
	background-image: url(/themes/eco09/images/buttonbar.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	background-position: 0px 0px;
	padding-left: 18px;
	font-style: normal;
	font-variant: normal;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 19px;
	padding-top: 1px;
}
#content a.linkbutton:hover {
	background-position: 0px -20px!important;
	color: #FFFFFF!important;
	text-decoration: none !important;
}


/* Used only in Editor */


.FCKcontent {
	width: 210px;
	padding-left: 15px;
	background-color: #FFFFFF;
	background-position: left;
	padding-bottom: 40px;
	background-image: url(/themes/eco09/images/c2BG.jpg);
	background-repeat: repeat-y;
}


/* All Syles should start with #content2  */

#content2 , #content2 tr td {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #728E85;
	line-height: 16px;
}

/* Text Formating , H1 H2 etc */


#content2 h1 {
	font-size: 16px;
	line-height: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #ce6b49;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#content2 h1.dotted {
	font-size: 16px;
	line-height: normal;
	font-variant: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #ce6b49;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-image: url(/themes/eco09/images/dothorizontal.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	display: inline;
}
#content2 a h1, #content2 h1 a{
	color: #000000;
	text-decoration: none;
}

#content2 a:hover h1, #content2 h1 a:hover{
	color: #6696BA;
	text-decoration: none;
}

#content2 h2
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #017189;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 4px;
}

#content2 h3{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #788F8D;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: italic;
	margin: 0px 0px 0px;
	padding-bottom: 2px;
}

#content2 h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ce6b49;
	line-height: normal;
	font-variant: normal;
	font-style: normal;
	margin-bottom: 2px;
	margin-top: 2px;
}


#content2 .highlight1{
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	font-size: 14px;
}


/* Images */
#content2 img.right {
	padding: 4px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 7px;
	background-color: #FFFFFF;
	border: 1px solid #660000;
}

#content2 img.left {
	padding: 4px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #660000;
}


#content2 img.centered {
	padding: 4px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #660000;
	display: block;
}


/* Lists */

#content2 ul{
	display: block;
	padding-left: 15px;
}
#content2 ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/ap08/images/ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-top: 3px;
	background-position: left center;
	padding-left: 16px;
}
/*Tables*/
#content2 table.stdtable{
	width: 100%;
}
#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;
}

/* Quotes */

#content2 .quote {
	background-image: url(/themes/ap08/images/q1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px;
}

#content2 .quote td.main{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #6890B6;
	text-align: left;
	padding: 25px 25px 15px;
	background-image: url(/themes/ap08/images/q2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-style: italic;
}

#content2 .quote td.caption{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding-right: 25px;
	padding-left: 25px;
}


/* Special Links */

#content2 a.linkbutton, #content a.linkbutton:visited {
	background-image: url(/themes/eco09/images/buttonbar.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: normal!important;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	background-position: 0px 0px;
	padding-left: 18px;
	font-style: normal;
	font-variant: normal;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 19px;
	padding-top: 1px;
}
#content2 a.linkbutton:hover {
	background-position: 0px -20px!important;
	color: #FFFFFF!important;
	text-decoration: none !important;
}

