
/* --------- specific system styles (do not edit!) --------- */
html {
	height: 100%;
}

body {
	height: 100%;
}

body, table, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/* hide from Mac IE \*/	
td {
	font-size: 76%;
	font-size/* */:/**/100%;
	font-size: /**/100%;	
}
/* end hide Mac IE */

/* --- fluxbox, hidden list of gallery links --- */
.invisible {
	display: none;
}

/* --- image wrapping rules --- */
.fluxresetwrap {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.fluximg-al img,
.fluximg-ar img,
.fluximg-ac img,
.fluximg-wl img,
.fluximg-wr img,
.fluximg-wc img {
	position: relative;
	z-index: 1;
}

.fluximg-al {
	text-align: left;
}

.fluximg-al .caption {
	text-align: left;
	margin: 0 auto 0 0;
}

.fluximg-ar {
	text-align: right;
}

.fluximg-ar .caption {
	text-align: left;
	margin: 0 0 0 auto;
}

.fluximg-ac {
	text-align: center;
}

.fluximg-ac .caption {
	text-align: left;
	margin: 0 auto 0 auto;
}

.fluximg-wl {
	float: left;
	text-align: left;
}

.fluximg-wl .caption {
	text-align: left;
}

.fluximg-wr {
	float: right;
	text-align: left;
}

.fluximg-wr .caption {
	text-align: left;
}

/* Only IE-win sees this. \*/
* html .fluximg-al, * html .fluximg-ar, * html .fluximg-ac {
	height: 1%;
}

* html .fluximg-wl {
	margin: 0 -3px 0 0;
}

* html .fluximg-wr {
	margin: 0 0 0 -3px;
}
/* End hide from IE5/mac */

/* --------- bug-fix & utility css --------- */
 .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* --------- hide accessibility links from visual browsers --------- */
#access {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.accesslink {
	position: absolute;
	height: 0;
	overflow: hidden;
}

/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* -- style 0 -- */
ul.list0 {
/*	list-style-image: url(../graphics/system/bullet0.gif); */
	list-style-image: url(../graphics/system/custom_bullet.gif);
	position: relative;
	z-index: 0;
	left: 0.7em; /* (1.2em + X) */
	margin: 0 0.7em 0 -0.7em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list0 li {
	margin: 0 0 0 0.7em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list0 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 1 -- */
ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	list-style-image: url(../graphics/system/custom_bullet.gif);
	position: relative;
	z-index: 0;
	left: 2.2em; /* (1.2em + X) */
	margin: 0 2.2em 0 -2.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list1 li {
	margin: 0 0 0 2.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list1 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 2 -- */
ul.list2 {
/*	list-style-image: url(../graphics/system/bullet2.gif); */
	position: relative;
	z-index: 0;
	left: 4.2em; /* (1.2em + X) */
	margin: 0 4.2em 0 -4.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list2 li {
	margin: 0 0 0 4.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list2 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 3 -- */
ul.list3 {
/*	list-style-image: url(../graphics/system/bullet3.gif); */
	position: relative;
	z-index: 0;
	left: 6.2em; /* (1.2em + X) */
	margin: 0 6.2em 0 -6.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list3 li {
	margin: 0 0 0 6.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list3 {
	left: 0;
	margin: 0;
	height: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #e78000;
	text-decoration: underline;		
}

a:hover, a:active {
	color: #f5ad52;
	text-decoration: underline;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 400px;
}

.emailform .formfieldlabel {
	font-weight: bold;
	padding: 0 20px 15px 0;
	width: 160px;
	text-align: right;
}

.emailform .formfielddescr {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

.emailform .formfieldtext,
.emailform .formfieldarea,
.emailform .formfieldlist,
.emailform .formfieldselect,
.emailform .formfieldoption,
.emailform .formfieldfile,
.emailform .formfieldbutton {
	width: 210px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 80px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.emailform .formfieldtext input {
	width: 200px;
}

.formfieldlistitem {
	padding: 0 0 0 20px;
}

.emailform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.emailform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.formfieldlistitem input {
	margin: 0 0 0 -20px;
}

.emailform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.emailform .formfieldmandatory .formfieldtext,
.emailform .formfieldmandatory .formfieldarea,
.emailform .formfieldmandatory .formfieldlist,
.emailform .formfieldmandatory .formfieldselect,
.emailform .formfieldmandatory .formfieldfile,
.emailform .formfieldmandatory .formfieldoption {
	background: url(../graphics/system/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	color: #336633;
	font-size: 17px;
	font-weight: bold;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	color: #336633;
	font-size: 14px;
	font-weight: bold;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	font-size: 12px;
	font-weight: normal;	
}

/*-- form divider line --*/
.emailform .formfieldseparator div {
	margin: 0 0 15px 0;
	height: 1px;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	font-size: 0;
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/* --------- sitemap styles --------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 14px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

/* --------- navigation styles --------- */
/* ---- nav style 0 (Flowing Text - Footer Nav) ---- */
.navi0 {
	/* common font face, size, formatting */
	padding: 13px 0 20px 22px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7d997b;
	text-decoration: none;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	display: inline;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #7d997b;
	text-decoration: none;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #7d997b;
	text-decoration: underline;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #7d997b;
	text-decoration: underline;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #7d997b;
	text-decoration: underline;
}

li.navh0 {
	/* header text */
}

.navd0 {
	/* description text */
}

/* ---- nav style 1 (Flowing Graphics - Main Nav) ---- */
.navi1 {
	margin: 0;
	padding: 0 0 0 19px;
}

.navi1divider {
	display: block;
	float: left;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	width: 29px;
}

.navi1 ul, .navi1 li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.navi1 li {
	display: block;
	float: left;
	margin: 0;
	white-space: nowrap;
}

/* change back to block display for all non Mac IE \*/
.navi1 a {
	display: block;
}
/* end Mac IE hack */

html>body .navi1 a {
	width: auto;
}

/* ---- nav style 9 (Drop Down Menu) ---- */
.navi9 {
	position: absolute;
	z-index: 100;
	display:none;
	clear: both;
	float: none;
	padding: 0;
	margin: -2px 0 0 4px;
	width: 120px;
	font-weight: normal;
	font-size: 11px;	
	color: #FFF;
	background: #4f422f;
}

.navi1 .navi9 ul {
	margin: 0;
	padding: 0;
	padding: 5px 0 5px 0;
	height: auto;
	width: auto;
	list-style: none;
	border: none;
}

.navi1 .navi9 li {
	list-style: none;
	clear: both;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 120px;
}

html>body .navi9 li {
	height: auto;
}

.navi9 li a {
	display: block;
	padding: 3px 12px 3px 12px;
	border: none;
	width: auto;
	height: 20px;
	height/* */:/**/14px;
	height: /**/14px;
	white-space: normal;
}

html>body .navi9 li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.navi9 {
	top: auto;
}
/* end Mac IE 5 hack */


.navi9 a:link, .navi9 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

.navi9 a:hover, .navi9 a:active {
	/* normal link rollover: colour, style */
	color: #83b27f;
	font-weight: normal;
	text-decoration: none;
}

.navc9 a:link, .navc9 a:visited {
	/* normal link: colour, style */
	color: #83b27f;
	font-weight: bold;
	text-decoration: none;
}

.navc9 a:hover, .navc9 a:active {
	/* normal link rollover: colour, style */
	color: #83b27f;
	font-weight: bold;
	text-decoration: none;
}


/* ---- nav style 2 (Flowing Text - Quick Links Nav) ---- */
.navi2 {
	/* common font face, size, formatting */
	padding: 0 0 0 24px;
	margin: 0 0 7px 0;
	height: 13px;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}

/*\*//*/
.navi2 {
	display: block;
	clear: both;
	float: none;
	padding: 0;
	margin: 0 0 7px 0;
}
/**/

.navi2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi2 li {
	display: block;
	float: left;
	padding: 0 0 0 8px;
}

.navi2 a {
	display: block;
	float: left;
	padding: 0 0 0 7px;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: url(../graphics/system/green_subnav_arrow.gif) no-repeat 0 3px;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
	background: url(../graphics/system/green_subnav_arrow.gif) no-repeat 0 3px;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: underline;
	background: url(../graphics/system/green_subnav_arrow.gif) no-repeat 0 3px;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
	background: url(../graphics/system/green_subnav_arrow.gif) no-repeat 0 3px;
}

li.navh2 {
	/* header text */
}

.navd2 {
	/* description text */
}

/* ---- nav style 3 (Vertical Text - Subnav Lv2) ---- */
.navi3 {
	/* common font face, size, formatting */
	padding: 0 0 18px 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi3 ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
}

.navi3 li {
	display: block;
	padding: 3px 16px 3px 19px;
}

.navi3 a {
	display: block;
	padding: 0 0 0 8px;
}

.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: url(../graphics/system/green_subnav_arrow.gif) no-repeat 0 4px;
}

.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
	color: #4f422f;
	text-decoration: none;
	background: url(../graphics/system/green_subnav_arrow_rollover.gif) no-repeat 0 4px;
}

.navc3 a:link, .navc3 a:visited {
	/* current link: colour, style */
	color: #4f422f;
	font-weight: bold;
	text-decoration: none;
	background: url(../graphics/system/green_subnav_arrow_rollover.gif) no-repeat 0 4px;
}

.navc3 a:hover, .navc3 a:active {
	/* current link rollover: colour, style */
	color: #4f422f;
	font-weight: bold;
	text-decoration: none;
	background: url(../graphics/system/green_subnav_arrow_rollover.gif) no-repeat 0 4px;
}

li.navh3 {
	/* header text */
	padding: 6px 10px 14px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

.navd3 {
	/* description text */
}

/* ---- nav style 4 (Vertical Text - Subnav Lv3) ---- */
.navi4 {
	/* common font face, size, formatting */
	padding: 4px 0 0 15px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi4 ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
}

.navi4 li {
	display: block;
	padding: 2px 0;
}

.navi4 a {
	display: block;
	padding: 0;
}

.navi4 a:link, .navi4 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navi4 a:hover, .navi4 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.navc4 a:link, .navc4 a:visited {
	/* current link: colour, style */
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

.navc4 a:hover, .navc4 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

li.navh4 {
	/* header text */
}

.navd4 {
	/* description text */
}

/* ---- nav style 5 (Vertical Text - Specials Subnav) ---- */
.navi5 {
	/* common font face, size, formatting */
	padding: 0 0 18px 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.navi5 ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
}

.navi5 li {
	display: block;
	padding: 3px 16px 3px 19px;
}

.navi5 a {
	display: block;
	padding: 0 0 0 8px;
}

.navi5 a:link, .navi5 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: url(../graphics/system/green_subnav_arrow.gif) no-repeat 0 4px;
}

.navi5 a:hover, .navi5 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
	background: url(../graphics/system/green_subnav_arrow.gif) no-repeat 0 4px;
}

.navc5 a:link, .navc5 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: underline;
	background: url(../graphics/system/green_subnav_arrow.gif) no-repeat 0 4px;
}

.navc5 a:hover, .navc5 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
	background: url(../graphics/system/green_subnav_arrow.gif) no-repeat 0 4px;
}

li.navh5 {
	/* header text */
	padding: 6px 10px 14px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

.navd5 {
	/* description text */
}


/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	display: block;
	font-size: 23px;
	margin: 0;
	color: #2a5128;
	padding: 0 0 27px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	color: #336633;
	font-size: 17px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	color: #336633;
	font-size: 14px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 11px;
}

.t4 a:link, .t4 a:visited {
}

.t4 a:hover, .t4 a:active {
}

/* --------- miscellaneous styles --------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
  	padding: 0 3px 1px 3px;
}

/* --------- quick table row styles --------- */
.r1 {
	/* background: #DDD;*/
}

.r2 {
	background: #dee8e0;
}

.r3 {
	background: #d5ded7;
}

/* --------- custom style settings --------- */

/* --------- button blockwrappers --------- */
/* --- grey button --- */
.greybtna {
	margin: 0 0 7px 0;
	width: 161px;	
}

/*\*//*/
.greybtna {
	clear: both;
	float: none;
	padding: 0;
	margin: 0 0 7px 0;
}
/**/

.greybtnb {
	padding: 8px 8px 6px 8px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background: url(../graphics/system/greybtn_top.gif) no-repeat top left;
}

.greybtnb .t1, .greybtnb .t2, .greybtnb .t3, .greybtnb .t4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.greybtnb a:link, .greybtnb a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.greybtnb a:hover, .greybtnb a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
} 

.greybtnc {
	height: 5px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/greybtn_btm.gif) no-repeat bottom left;
}

/* --- orange button --- */
.orangebtna {
	margin: 0 0 7px 0;
	width: 161px;	
}

/*\*//*/
.orangebtna {
	clear: both;
	float: none;
	padding: 0;
	margin: 0 0 7px 0;
}
/**/

.orangebtnb {
	padding: 8px 8px 6px 8px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background: url(../graphics/system/orangebtn_top.gif) no-repeat top left;
}

.orangebtnb .t1, .orangebtnb .t2, .orangebtnb .t3, .orangebtnb .t4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.orangebtnb a:link, .orangebtnb a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.orangebtnb a:hover, .orangebtnb a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
} 

.orangebtnc {
	height: 5px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/orangebtn_btm.gif) no-repeat bottom left;
}

/* --- green button --- */
.greenbtna {
	margin: 0 0 7px 0;
	width: 161px;	
}

/*\*//*/
.greenbtna {
	clear: both;
	float: none;
	padding: 0;
	margin: 0 0 7px 0;
}
/**/

.greenbtnb {
	padding: 8px 8px 6px 8px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background: url(../graphics/system/greenbtn_top.gif) no-repeat top left;
}

.greenbtnb .t1, .greenbtnb .t2, .greenbtnb .t3, .greenbtnb .t4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.greenbtnb a:link, .greenbtnb a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.greenbtnb a:hover, .greenbtnb a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
} 

.greenbtnc {
	height: 5px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/greenbtn_btm.gif) no-repeat bottom left;
}

/* --- book online button --- */
.bookonlinebtna {
	margin: 0 0 7px 0;
	width: 161px;	
}

/*\*//*/
.bookonlinebtna {
	clear: both;
	float: none;
	padding: 0;
	margin: 0 0 7px 0;
}
/**/

.bookonlinebtnb {
	padding: 8px 40px 6px 8px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background: url(../graphics/system/bookonlinebtn_top.gif) no-repeat top left;
}

.bookonlinebtnb .t1, .bookonlinebtnb .t2, .bookonlinebtnb .t3, .bookonlinebtnb .t4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.bookonlinebtnb a:link, .bookonlinebtnb a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.bookonlinebtnb a:hover, .bookonlinebtnb a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
} 

.bookonlinebtnc {
	height: 5px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/orangebtn_btm.gif) no-repeat bottom left;
}

/* --- take a tour button --- */
.takeatourbtna {
	margin: 0 0 7px 0;
	width: 161px;	
}

/*\*//*/
.takeatourbtna {
	clear: both;
	float: none;
	padding: 0;
	margin: 0 0 7px 0;
}
/**/

.takeatourbtnb {
	padding: 8px 8px 6px 8px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background: url(../graphics/system/takeatourbtn_top.gif) no-repeat top left;
}

.takeatourbtnb .t1, .takeatourbtnb .t2, .takeatourbtnb .t3, .takeatourbtnb .t4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}

.takeatourbtnb a:link, .takeatourbtnb a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.takeatourbtnb a:hover, .takeatourbtnb a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
} 

.takeatourbtnc {
	height: 5px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/greybtn_btm.gif) no-repeat bottom left;
}

/* --- regular green blockwrapper --- */
.regulargreenboxa {
	float: right;
	position:relative;
	z-index:1;
	display: inline;
	margin: 10px 0 40px 40px;
	width: 166px;
	background: #70a66b url(../graphics/system/blockwrapper1_mid.gif) repeat-y left;
}

.regulargreenboxb {
	background: url(../graphics/system/blockwrapper1_top.gif) no-repeat top left;
}

.regulargreenboxc {
	padding: 18px 12px 20px 12px;
	min-height: 101px;
	height: 139px;
	height/* */:/**/101px;
	height: /**/101px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height: 18px;
	background: url(../graphics/system/blockwrapper1_btm.gif) no-repeat bottom left;
}

html>body .regulargreenboxc {
	height: auto;
}

.regulargreenboxc .t1, .regulargreenboxc .t2, .regulargreenboxc .t3, .regulargreenboxc .t4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

/* --- take a tour box --- */
.takeatourboxa {
	margin: 0 0 7px 0;
	width: 161px;	
}

/*\*//*/
.takeatourboxa {
	clear: both;
	float: none;
	padding: 0;
	margin: 0 0 7px 0;
}
/**/

.takeatourboxb {
	padding: 0 15px 0 14px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	background: url(../graphics/system/takeatour_lrg_top.gif) no-repeat top left;
}

.takeatourboxb .t1, .takeatourboxb .t2, .takeatourboxb .t3, .takeatourboxb .t4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.takeatourboxb a:link, .takeatourboxb a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

.takeatourboxb a:hover, .takeatourboxb a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
} 

.takeatourboxhdr {
	padding: 13px 0 8px 0;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}

.takeatourboxc {
	height: 19px;
	font-size: 0;
	line-height: 0;
	background: url(../graphics/system/takeatour_lrg_btm.gif) no-repeat bottom left;
}

/* --- wide specials box --- */
.specials1a {
	width: 668px;
	margin: 0 0 15px 0;
	background: #d9eccd url(../graphics/system/BW_specials_mid.gif) repeat-y left;
}

.specials1b {
	background: url(../graphics/system/BW_specials_top.gif) no-repeat top left;
}

.specials1c {
	padding: 18px 26px;
	color: #423521;
	min-height: 90px;
	height: 126px;
	height/* */:/**/90px;
	height: /**/90px;
	background: url(../graphics/system/BW_specials_btm.gif) no-repeat bottom left;
}

html>body .specials1c {
	height: auto;
}

.specials1c .t1, .specials1c .t2, .specials1c .t3, .specials1c .t4 {
	color: #423521;
}

.specials1c .backtotop {
	padding: 15px 0 0 0;
}

.specials1c .backtotop a, .specials1c .backtotop a:link, .specials1c .backtotop a:visited {
	font-weight: normal;
}

.specials1c .backtotop a:hover, .specials1c .backtotop a:active {
	font-weight: normal;
}

.specials1c ul.list0 {
	list-style-image: none;
	margin-left: 1em;
	padding: 0;
}

.specials1c ul.list1 {
/*	list-style-image: url(../graphics/system/bullet1.gif); */
	list-style-image: none;
	margin-left: 2em;
	padding: 0;
}

/* --- back to top --- */
.backtotop {
	padding: 15px 0;
}

.backtotop a, .backtotop a:link, .backtotop a:visited {
	display: block;
	padding: 0 0 0 10px;
	color: #e78000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;	
	background: url(../graphics/system/bullet_orange.gif) no-repeat 0 4px;	
}

.backtotop a:hover, .backtotop a:active {
	display: block;
	padding: 0 0 0 10px;
	color: #f5ad52;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	background: url(../graphics/system/bullet_orange.gif) no-repeat 0 4px;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #343434;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #003718 url(../graphics/system/page_bg.gif) repeat-x top;
}

#toplevel {
	width: 974px;
	margin: 0;
	padding: 30px 0 30px 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#main1a {
	width: 974px;
	background: #FFF url(../graphics/system/inside_mainbg_mid.jpg) repeat-y left;
}

#main1b {
	background: url(../graphics/system/mainbg_top.gif) no-repeat top left;
}

#main1c {
	padding: 5px;
	background: url(../graphics/system/inside_mainbg_btm.jpg) no-repeat bottom left;
}

#main2 {
	width: 964px;
}

#whitecover {
	position: absolute;
	z-index: 1;
	margin: 0 0 0 737px;
	width: 227px;
	height: 246px;
	background: #FFF;
}

#header {
	position: absolute;
	z-index: 2;
	width: 964px;
	height: 187px;
	background: url(../graphics/system/inside_header0.jpg) no-repeat top left;
}

#headerhomelink {
	position: absolute;
	z-index: 99;
	margin: 45px 0 0 15px;
	width: 225px;
	height: 100px;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	background: none;
}

#greendeco {
	position: absolute;
	z-index: 3;
	margin: 191px 0 0 0;
	width: 964px;
	height: 51px;
	background: #2a5128 url(../graphics/system/inside_green_deco.gif) no-repeat top left;
}

#mainnav {
	position: absolute;
	z-index: 4;
	margin: 198px 0 0 0;
	width: 964px;
}

#column1 {
	width: 737px;
	width/* */:/**/669px;
	width: /**/669px;
	padding: 270px 50px 40px 18px;
}

#column2 {
	width: 227px;
	padding: 246px 0 0 0;
}

#col2deco {
	padding: 24px 33px 12px 33px;
	min-height: 414px;
	height: 450px;
	height/* */:/**/414px;
	height: /**/414px;
	background: url(../graphics/system/inside_rhcol_top.jpg) no-repeat top left;
}

html>body #col2deco {
	height: auto;
}

#subnava {
	width: 161px;
	background: #83b280 url(../graphics/system/green_subnav_mid.gif) repeat-y left;
}

/*\*//*/
#subnava {
	clear: both;
	float: none;
	padding: 0;
	margin: 0;
}
/**/

#subnavb {
	min-height: 123px;
	height: 123px;
	background: url(../graphics/system/green_subnav_top.gif) no-repeat top left;
}

html>body #subnavb {
	height: auto;
}

#subnavc {
	margin: 0 0 7px 0;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	background: url(../graphics/system/green_subnav_btm.gif) no-repeat bottom left;
}

#specialssubnava {
	width: 161px;
	background: #83b280 url(../graphics/system/specials_subnav_mid.gif) repeat-y left;
}

#specialssubnavb {
	min-height: 123px;
	height: 123px;
	background: url(../graphics/system/specials_subnav_top.gif) no-repeat top left;
}

#specialssubnavb .navh3 {
	/* header text */
	padding: 6px 10px 14px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

html>body #specialssubnavb {
	height: auto;
}

#specialssubnavc {
	margin: 0 0 7px 0;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	background: url(../graphics/system/specials_subnav_btm.gif) no-repeat bottom left;
}

#utilitycell {
	vertical-align: bottom;
}

.utilitynav {
	padding: 0 50px 0 18px;
	margin: 0 0 10px 0;
	height: 16px;
	font-size: 10px;
	color: #7a7a7a;
}

.utilitynavdivider {
	display: block;
	float: left;
	margin: 0 4px;
}

.utilitynav ul, .utilitynav li {
	list-style: none;
	margin: 0;
	padding: 0;	
}

.utilitynav li {
	display: block;
	float: left;
}

.utilitynav a {
	display: block;
	float: left;
}

.utilitynav a:link, .utilitynav a:visited {
	color: #7a7a7a;
	text-decoration: none;
}

.utilitynav a:hover, .utilitynav a:active {
	color: #7a7a7a;
	text-decoration: underline;
}

.utilitynav li.rsslink a:link, .utilitynav li.rsslink a:visited {
	padding: 0 0 0 16px;
	background: url(../graphics/system/rss_icon.gif) no-repeat 0 1px;
}

.utilitynav li.rsslink a:hover, .utilitynav li.rsslink a:active {
	padding: 0 0 0 16px;
	background: url(../graphics/system/rss_icon.gif) no-repeat 0 1px;
}
