html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0; 
  padding: 0;
  border: 0 none;
  list-style: none;
}

body {
  padding: 0 340px; /* the critical side padding that sets the natural min-width! */ 
  background: #FFFFFF url(graphics/headerbg2.jpg) repeat-x; /* this BG tiles the area outside the columns */
  color: #000000; 
  font-family: Arial, Helvetica, Verdana, sans-serif; 
  font-size: .85em; /* centers the #sizer element in IE5.x/win */
  text-align: left; /* centers the #sizer element in IE5.x/win */
}

#sizer {
  margin: 0; /* centers #sizer in standard browsers */
  padding: 0;
  width: 100%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
  max-width: 120px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	min-width: 780px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	margin-top: 0;
	margin-right: -338px;
	margin-bottom: 0;
	margin-left: -338px;
} 


/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 

#wrapper1 {
  position: relative; /* this BG tiles the left column */
  font-size: .9em; /* set global font-size here */ 
  border: 0px none;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {
	position: relative; /* extra insurance against bugs in IEwin */
	background: #FFFFFF;
	padding-right: -100px;
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
	margin-left: 152px;
	margin-right: 102px;
	border: 0px none;
}
.float-wrap {
  float: left;
  width: 100%;
}

.center {
	float: right;
	width: 98%;
}

.left {
	float: left;
	position: relative;
	width: 150px;
	margin-left: -152px;
	
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 200px;    /*** Critical right col width value ***/
  margin-right: -202px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}

.centerbox {
	overflow: visible;
	width: 98%;
	padding-bottom: 15px;
}

.container-left {
	padding-bottom: 10px;
}

.container-right {
	padding-bottom: 10px;
}


/*************** Header and Footer elements *****************/

.header {
	width: 100%;
	padding: 0px;
	background: url(graphics/headerbg2.jpg) repeat-x left top;
	height: 215px;
} /* "jello" BG is made to be in fixed position here */

/*\*/
* html .header {background-position: 0px top;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {
	color: #373;
} 

.footer {
	width: 100%;
	clear: both;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 15px;
	background-image: url(graphics/backgrounds/gatewaysfooterbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.footer p {
	text-align: center;
	padding-top: 20px;
	font-size: .9em;
}


/************** Spacing Controls for various column contents ***************/

.outer ul {
  margin: 10px 0;
}

.textpadder {
	padding: 10px;
}


/************** General Rules *************/

a:link {
	color: #000000;
	vertical-align: bottom;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	vertical-align: bottom;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FF9933;
	vertical-align: bottom;
	font-weight: bold;
	text-decoration: underline;
}

a.subtitlelink:link {
	color: #FF9933;
	text-decoration: none;
}

a.subtitlelink:visited {
	color: #FF9933;
	text-decoration: none;
}

a.subtitlelink:hover {
	color: #0066CC;
	text-decoration: none;
}
a.subtitlelink:active {
	color: #FF9933;
	text-decoration: none;
}

.bottomnav{
	text-decoration: none;
	text-align: center;
	font-size: .8em;
}

p  {
	margin: .6em 0;
}

h1 {
	margin: 70px 0 10px 80px;
}

h2 {
	font-size: 1.2em;
	text-align: center;
	color: #CC6600;
}

h3 {
	color: #FF9933;
	font-size: 1.5em;
	margin-top: 0.25em;
	margin-right: 0;
	margin-bottom: 0.25em;
	margin-left: 0;
}
h3 .wsinfo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 0.25em;
}

.quote {
	font-size: 1em;
	text-align: left;
	margin: 0;
	border: 0px none;
	color: #D18127;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
}

.alignright {
	margin: 0 10px 10px 0; 
	text-align: right;
}

.small {
	font-size: .85em;
	color: #999999;
}



img {
	max-width: 100%;
} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a {height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;   
}

.hide {display: none;}

.sidebox {
	font-size: 0.9em;
	margin-bottom: 5px;
}
#mailinglist {
	background-image: url(graphics/backgrounds/mailinglist.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-color: #FFCC66;
	border: 1px solid #CC6600;
	padding: 0px;
}
#hibiscus {
	background-image:  url(graphics/backgrounds/hibiscus.jpg);
	background-repeat: no-repeat;
	background-color: #FEF4CD;
	border: 1px solid #FF9933;
	padding: 0px 0px 125px;
	background-position: bottom;
}
#beachtable {
	background-image:  url(graphics/backgrounds/beachtable.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-color: #DEE6EB;
	border: 1px solid #0066CC;
	padding: 0px 0px 125px;
}
#stars {
	background-image:  url(graphics/backgrounds/stars-top.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	background-color: #DEE6EB;
	border: 1px solid #0066CC;
	padding: 35px 0px 0px;
}
#hula {
	background-image:  url(graphics/backgrounds/hula-bot.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-color: #5E82B4;
	border: 1px solid #FF9933;
	padding: 0px 0px 90px;
}
#bluebox {
	background-color: #DEE6EB;
	border: 1px solid #0066CC;
	padding: 0px;
}
#ee {
	background-image:  url(graphics/backgrounds/ee-bot.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-color: #CCCCFF;
	border: 1px solid #FF9933;
	padding: 0px 0px 300px;
}
.disclaimer {
	font-size: .78em;
	color: #999999;
}
.listitem {
	background-image: url(graphics/bullet2.gif);
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left 0.25em;
	display: block;
	background-color: #FFFFFF;
}
.boldsubhead {
	font-size: 1.1em;
	margin: 0;
	border: 0px none;
	color: #FF9933;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.boldsubheadblue {
	font-size: 1.1em;
	margin: 0;
	border: 0px none;
	color: #0066CC;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
td.tablehead {
	font-size: 1.1em;
	margin: 0 0 10;
	color: #FF6600;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border: 0px none;
}
.workshop {
	margin-bottom: 20px;
}
.location {
	margin-bottom: 20px;
}
.wsdate {
	font-weight: bold;
	font-size: 1.2em;
}
.wstitle {
	font-weight: bold;
	color: #0066CC;
	font-size: 1.2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 5px;
}
.wslocation {
	padding-bottom: 5px;
}
.sidebartitle {
	font-size: 1.2em;
	text-align: center;
	color: #CC6600;
	font-weight: bold;
	padding-bottom: .5em;
}
.sidebartitleyellow {

	font-size: 1.2em;
	text-align: center;
	color: #FFFF00;
	font-weight: bold;
	padding-bottom: .5em;
}
.sidebartitlemailinglist {
	text-align: center;
	color: #0066FF;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 4px;
}
.wssidebar {
	padding-bottom: 5px;
	text-align: center;
}
.wssidebarbluebold {
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	color: #005097;
	font-size: 1.1em;
}
.sidebarquote {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: .5em;
	color: #CC6600;
	font-style: italic;
}
.sidebarquoteblue {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.5em;
	color: #003399;
	font-style: italic;
}
.eventsidebar {
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
}
.eventsidebarlarge {
	padding-bottom: 2px;
	text-align: center;
	color: #FC0;
	font-size: 1.3em;
	font-weight: bold;
	border: 1px solid #3399CC;
	display: block;
	padding-top: 2px;
	background-color: #000099;
	margin-right: auto;
	margin-left: auto;
}
.sidebareventitem {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	color: #FFF;
}

.event, .product {
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.wsinfo {
	vertical-align: top;
	display: block;
	font-size: .8em;
}
.listitemblue {
	background-image: url(graphics/bullet3.gif);
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left 0.2em;
	display: list-item;
}

/************** Left Column Nav *************/

.sidenav a:link {
	display: block;
	text-decoration: none;
	padding: 4px 5px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 15px solid #FFFFFF;
	margin: 0px;
}

.sidenav a:visited {
	display: block;
	text-decoration: none;
	padding: 4px 5px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 15px solid #FFFFFF;
	margin: 0px;
}

.sidenav a:hover {
	padding: 4px 5px 4px 10px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #0066CC;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFCC99;
	border-left: 15px solid #FF9933;
	margin: 0px;
}

#active {
	padding: 4px 5px 4px 10px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFCC99;
	border-left: 15px solid #FF9933;
	margin: 0px;
}

#specials {
	color: #0066CC;

}

/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

.sidenav2 a:link {
	display: block;
	text-decoration: none;
	font-size: 0.75em;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 2px 2px 3px 10px;
	border: none;
	font-weight: bold;
	border: none;
	color: #999999;
}

.sidenav2 a:visited {
	display: block;
	text-decoration: none;
	font-size: 0.75em;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 2px 2px 3px 10px;
	border: none;
	font-weight: bold;
	border: none;
	color: #999999;
}

.sidenav2 a:hover {
	display: block;
	text-decoration: none;
	font-size: 0.75em;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 2px 2px 3px 10px;
	border: none;
	font-weight: bold;
	border: none;
	color: #0066CC;
	background-color: #FFFFCC;
}
#active2 {
	display: block;
	text-decoration: none;
	font-size: 0.75em;
	margin-left: 25px;
	margin-bottom: 0px;
	padding: 2px 2px 3px 10px;
	border: none;
	font-weight: bold;
	border: none;
	color: #000000;
}

.subnav {
	color: #999999;
	position: relative;
	padding-left: 35px;
	padding-bottom: 5px;
}

.subnav a:link {
	display: none;
	text-decoration: none;
	font-size: .82em;
	color: #999999;
	padding-left: 25px;
	position: relative;
}
.subnav a:visited {
	text-decoration: none;
	font-size: .82em;
	color: #999999;
}
.subnav a:hover {
	text-decoration: none;
	font-size: 0.82em;
	color: #0066CC;
}

#subactive {
	color: #000000;
}

.subnav2 {
	color: #999999;
	position: relative;
	padding-left: 15px;
	padding-bottom: 5px;
}
.subnav2 a:link {
	display: none;
	text-decoration: none;
	font-size: .82em;
	color: #999999;
	padding-left: 15px;
	position: relative;
}
.subnav2 a:visited {
	text-decoration: none;
	font-size: .82em;
	color: #999999;
}
.subnav2 a:hover {
	text-decoration: none;
	font-size: 0.82em;
	color: #0066CC;
}


.highlightboxblue {
	background-color: #EAEAFF;
	padding: 10px;
	width: 95%;
	border: 1px solid #FF9933;
	color: #003399;
}
.floatright {
	float: right;
	position: relative;    /*** Critical right col width value ***/
	margin-right: -10px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
	margin-left: 8px;   /*** Critical right divider dimension value ***/
}
.imgfloatleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.imgfloatright {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}
.imgfloatrightframed {
	float: right;
	border: 1px solid #999;
	padding: 2px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.tagline {
	text-align: center;
	color: #FF9933;
	font-size: 1em;
	padding-bottom: 10px;
	font-weight: bold;
}
.newsbox {
	background-color: #FFE2A8;
	padding: 10px;
	border: 3px double #0066CC;
	text-align: center;
}
form {
	padding: 0px;
	margin: 0px;
}
td.leaderdots {
	background-image: url(graphics/leaderdot.gif);
	background-repeat: repeat-x;
	background-position: 0px 6px;
}
span.pricelistitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 2px;
	font-weight: bold;
}
span.pricelistitemindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-top: 2px;
	padding-left: 1em;
	display: list-item;
}
.sessiondetails {
	font-size: 10px;
	padding-top: 2px;
	padding-left: 3px;
}
.slideshow {
	background-color: #FFFFCC;
	border: 3px double #00CCCC;
}
.submit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006666;
	background-color: #FFFFCC;
	border: 1px solid #FF9966;
}
/* CONSTANT CONTACT LINK */
#ccbox {
	background-color: #99FF33;
	text-align: center;
	border-top: 2px solid #00CC00;
	border-right: 2px solid #00CC00;
	border-bottom: 2px solid #00CC00;
	border-left: 2px solid #00CC00;
	display: block;
}
a.ccbox {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
}
a.ccbox:link {
	color: #000000;
}
a.ccbox:visited {
	color: #000000;
}
a.ccbox:hover {
	color: #FFFFFF;
}
td.productlistimage {
	width: 175px;
	padding-bottom: 10px;
}
td.productlistdesc {
	padding-bottom: 10px;
	vertical-align: middle;
	padding-left: 10px;
}
p.producttitle {
	font-weight: bold;
}
p.productprice {
	font-weight: bold;
}

