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 */
	margin: 0 -338px; /* neg side margin values should be < or = to side body padding */
	min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
} 

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


/****************** 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: 22px;
	border: 0px none;
}
.float-wrap {
  float: left;
  width: 100%;
}

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

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

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 20px;    /*** Critical right col width value ***/
  margin-right: -22px;    /*** 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;
	margin-left: 12px;
}

.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;
	margin-top: 10px;
	background-image: url(../graphics/backgrounds/gatewaysfooterbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.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 {
	margin: .75em 0;
	color: #FF9933;
	font-size: 1.5em;
}
.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: .90em;
	margin-bottom: 5px;
}
#hibiscus {
	background-image:  url(../graphics/backgrounds/hibiscus.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-color: #FEF4CD;
	border: 1px solid #FF9933;
	padding: 0px 0px 125px;
}
#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;
}
.disclaimer {
	font-size: .78em;
	color: #999999;
}
.listitem {
	background-image: url(../graphics/bullet2.gif);
	padding-left: 40px;
	background-repeat: no-repeat;
	width: 75%;
	background-position: left 0.25em;
	display: block;
}
.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;
}
.workshop {
	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;
}
.wssidebar {
	padding-bottom: 5px;
	text-align: center;
}
.wssidebarbluebold {
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	color: #005097;
}
.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: 5px;
	text-align: center;
	color: #FFCC33;
	font-size: 1.1em;
	font-weight: bold;
}
.event {

	margin-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;
	width: 75%;
	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;
}

.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;
}

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

#active {
	padding: 4px 5px 4px 10px;
	color: #000000;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFCC99;
	border-left: 15px solid #FF9933;
	text-decoration: none;
}
#specials {
	color: #0066CC;
}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

.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: 100%;
	border: 1px solid #FF9933;
	color: #003399;
}
.floatright {

  float: right; 
  position: relative;    /*** Critical right col width value ***/
  margin-right: -50px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}

/*** SCHEDULE CSS ***/

.T_header {
	background-color: #DEE6EB;
	color: #0064BE;
	text-align: center;
	font-weight: bold;
}
.T_border {	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
}
.T_odd    {
	background-color: #FDFDF4;
	vertical-align : top;
	white-space: nowrap;
}
.T_even   {	
	background-color: #F3F1EA; 
	vertical-align : top;
	white-space: nowrap;
}
a.T_link       {	color: #AB0000;	font-weight: normal; 	font-size: 12px; 	text-decoration: underline;}
a.T_link:hover {	color: #FF0000;	font-weight: normal; 	font-size: 12px; 	text-decoration: underline;}
a.T_header_link       {	color: #FFFFFF;	font-weight: bold; 	font-size: 12px; 	text-decoration: underline;}
a.T_header_link:hover {	color: #636459;	font-weight: bold;	font-size: 12px;	text-decoration: underline;
}


a.wh {	
	color: #F8FADF;	
	font-weight: bold; 	
	font-size: 12px; 	
	text-decoration: none;
}
a.wh:hover {	
	color: #54554C;	
	font-weight: bold; 	
	font-size: 12px; 	
	text-decoration: none;
}
.wh_name   {	
	color: #FFFFFF;	
	font-weight: bold; 	
	font-size: 12px; 	
	text-decoration: none;
}

a.r {	
	color: #AB0000;	
	font-weight: bold; 	
	font-size: 12px; 	
	text-decoration: none;
}
a.r:hover {	
	color: #FF0000;	
	font-weight: bold; 	
	font-size: 12px; 	
	text-decoration: none;
}

.title {
	color: #64635B;
	font-size: 18px;
	font-weight: bold;
}
.subtitle {
	color: #4B4B43;
	font-size: 13px;
	font-weight: bold;
}
hr {
	color: #B6B7A4;
	height: 1px;
}
.sbmt {
	font-size:10px;
	font-weight:bold;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #D0190F;
	border-color:#494941;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}.verysmall {
	font-size: 8px;
	color: #999999;
}
.tagline {
	text-align: center;
	color: #FF9933;
	font-size: 1em;
	padding-bottom: 10px;
	font-weight: bold;
}

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

form {
	padding: 0px;
	margin: 0px;
}
