
/* layout and custom descriptors */
#wrapper {
 margin: 0 auto;
 width: 728px;
 height: 100%;
}
#header {
 width: 728px;
 height: 248px;
 background: #000000;
}
#content {
 width: 680px;
 margin: 0px 0px 0px 0px;
 padding-left: 18px;
 min-height: 600px !important;
}

#footer {
 color: #EEEEEE;
 margin: 14px 0px 0px 0px;
 padding: 25px 10px 25px 0px;
 text-align: right;
 background: #111111 url(../images/contentdiv_bg.jpg) repeat-x top;
 font-size: 10px;
 border-top: 1px solid #222222;
}
#footer a {
 font-weight: normal;
  color: #EEEEEE;
}
#footer a:hover {
  color: #BED636;
}

#slideshow {
  width: 450px;
  float: left
}

#tourdates {
  background: #111111 url(../images/contentdiv_bg.jpg) repeat-x top;
  color: #FFFFFF;
  border: 1px solid #333333;
  padding: 15px 15px 5px 15px;
  margin-left: 465px;
  margin-right: -5px;
  width: 180px;
  min-height: 300px !important;
  font-size: 11px;
}

.contentdiv {
  background: #111111 url(../images/contentdiv_bg.jpg) repeat-x top;
  color: #FFFFFF;
  border: 1px solid #333333;
  padding: 15px 15px 5px 15px;
  margin-top: 15px;
  width: 660px;
}

/****** NAVIGATION CSS ******/
#navcontainer ul
{
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
  margin-left: 0;
  color: #EEEEEE;
  width: 100%;
  line-height: 22px;
  background: #111111 url(../images/menu_bg.jpg) repeat-x top left;
/* fixes Firefox 0.9.3 */
  border-top: 3px solid #222222;
  border-bottom: 3px solid #222222;
  font-size: 12px;
  text-transform: uppercase;
}

#navcontainer ul li
{
  font-weight: bold;
  display: inline;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
/* matches link padding except for left and right */
  padding-top: 5px;
}

#navcontainer ul li a
{
  padding: 9px 10px 9px 10px;
  color: #FFFFFF;
  text-decoration: none;
}

#navcontainer ul li a:hover
{
  background: #72AA00 url(../images/menu_hov.jpg) repeat-x top left;
  color: #333333;
}

#navcontainer #active { 
  padding: 9px 0px 9px 0px;
  background: #000000 url(../images/menu_active.jpg) repeat-x top left;
}
#navcontainer #active a:hover { 
  padding: 9px 10px 9px 10px;
  background: #000000 url(../images/menu_active.jpg) repeat-x top left;
  color: #FFFFFF;
} 

/* misc */

.floatLeft {
  float: left;
  margin-right: 5px;
}

.floatRight {
  float: right;
  margin-left: 5px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.width25 {
  width: 25%;
}

.width50 {
  width: 50%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.bluebox {
  background-color: #EDF3FE;
  border: 1px solid #74A8F5;
  color: #333333;
  padding: 5px;
  margin: 5px;
}



/* tablecontent */

.tablecontent table {
  border-collapse:collapse;
  border:1px solid #333333;
}

.tablecontent th {
  color: #EEEEEE;
  background-color: #333333;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  text-align: left;
  border-right: 1px solid #EEEEEE;
}

.tablecontent tr {
}

.tablecontent tr.odd {
  background-color: #CCCCCC;
}

.tablecontent td {
  color: #777777;
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  text-align: left;
}

/* EOF */
