html, body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, ul li, form, fieldset {
	padding: 0;
	}

/****** LINK COLORS ******/

A                   { color: #8ed300; text-decoration: underline; }
A:hover             { color: #8ed300; text-decoration: underline; }

A.slidenav          { color: #FBCDCC; text-decoration: none; }
A.slidenav:hover    { color: #FFFFFF; text-decoration: none; }

A.subnav            { color: #8ed300; text-decoration: none; }
A.subnav:hover      { color: #14b3bd; text-decoration: none; }
A.subnav:visited	{ color: #14b3bd; text-decoration: none; }
A.subnav:active 	{ color: #1f1f1f; text-decoration: none; }

A.contact           { color: #FFFFFF; font-weight: bold; text-decoration: none; }
A.contact:hover     { color: #FFFFFF; font-weight: bold; text-decoration: none; }

A.footer            { color: #afa99b; text-decoration: underline; }
A.footer:hover      { color: #5f5337; text-decoration: underline; }


/****** HTML TAG STYLES ******/

BODY {
  margin: 0px;
  background-color: #FFFFFF;
  color: #5f5337;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 17px;
  text-align:left;
  min-width: 990px;
}

STRONG {
  color: #bd0000;
}

IMG {
  border: none;
}

UL {
  margin-left: 16px;
  padding-left: 0;
  list-style-image: url('/images/default/ul.gif');
}

LI {
  margin: 0;
  padding: 0;
}

HR {
  height: 1px; 
  color: #5f5337; 
  background-color: #5f5337; 
  border: none; 
}

H1, H2, H3, H4, H5, H6 {
  color: #bd0000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: normal;
  font-weight: bold;
  display: block;
}


/****** CLASSES ******/
.blueTextImages {
	margin-bottom:0px;
}

#container { 
	position:relative; 
	text-align: left;
	margin:0 auto;
	border:1px solid #03C;
	width:993px;
	height:920px;
}

.sidebar1 {
	float: left;
	text-align:right;
	width: 210px;
	background-image:url(../images/bgs/subnav.jpg);
	background-repeat:no-repeat;
}
.subnav {
  color: #666666;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 17px;
}
.subnav_container {
  padding: 42px 12px 2px 12px;
}





.content {
	background-image:url(../images/bgs/contentarea.jpg);
	background-repeat:no-repeat;
	padding: 0px 10px 15px 20px;
	width: 557px;
	float: left;
	text-align:left;
}
.sidebarPipe {
	float: left;
	width: 30px;
	padding: 0px;
}

.sidebar2 {
	float: left;
	width: 170px;
	margin:0px;
	padding:-10px 0px 0px 0px;
}
.footer {
  color: #87be3b;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.footer_container {
  position: relative;/* this gives IE6 hasLayout to properly clear */
  clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
  padding: 5px 0px 30px 100px;
  width:850px;
}

.clearfloat { clear:both; }



.copy, tr, td {
  color: #5f5337;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.slidenav_container {
  padding: 2px 12px 2px 12px;
  cursor: pointer; cursor: hand;
}

.slidenav {
  width: 100%;
  color: #FFFFFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: normal;
}


/*
.imgborder {
  border: 1px solid #5f5337;
} */

.imgLeft {
/*  border: 1px solid #5f5337; */
  margin: 4px 16px 0px 0px;
  float:left;
}
.imgRight {
/*  border: 1px solid #5f5337; */
  margin: 4px 0px 0px 16px;
  float:right;
}

.smallelement {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
}



#program {
	background-image: url(../images/buttons/program.gif);
}
#workshops {
	background-image: url(../images/buttons/workshops.gif);
}
#shows {
	background-image: url(../images/buttons/shows.gif);
}
#hotel {
	background-image: url(../images/buttons/hotel.gif);
}
#gallery {
	background-image: url(../images/buttons/gallery.gif);
}



#page_program #program {
	background-image: url(../images/buttons/program_down.gif);
}
#page_workshops #workshops {
	background-image: url(../images/buttons/workshops_down.gif);
}
#page_shows #shows {
	background-image: url(../images/buttons/shows_down.gif);
}
#page_hotel #hotel {
	background-image: url(../images/buttons/hotel_down.gif);
}
#page_gallery #gallery {
	background-image: url(../images/buttons/gallery_down.gif);
}

