/******************************
  For Netscape compatibility, must define body margins
  and padding at the HTML level as well as the BODY level
*******************************/

html, body {
  margin:0px;
  padding:0px;
  margin-left:0px;
  margin-top:0px;
  margin-right:0px;
  margin-bottom:0px;
  background-image:url(/images/background/bg.jpg);
  background-repeat:repeat-x;
  background-color:#083e0b;
}


/******************************
  Table Cell Options 
*******************************/

td {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  line-height:16px;
  color:black;
  margin-top:0px;
  margin-bottom:10px;
  text-align:left;
  vertical-align:top;
  padding:0px;
}

td.body_bg {
  background:repeat-y url(/images/background/body_bg.jpg);
}

td.top {
  background:repeat-x url(/images/background/top_bg.jpg);
  height:47px;
}

td.footer {
  background:no-repeat url(/images/background/footer.gif) bottom;
  
}
td.shuttle_top {
  background-image:url(/images/background/shuttlebus_top.gif);
  background-repeat:no-repeat;
}

td.shuttle_bg {
  background-image:url(/images/background/shuttlebus_bg.gif);
  background-repeat:repeat-y;
}

td.shuttle_bottom {
  background-image:url(/images/background/shuttlebus_bottom.gif);
  background-repeat:no-repeat;
  height:31px;
}

td.contactus {
  background-image:url(/images/background/contactus_top.gif);
  background-repeat:no-repeat;
  padding-top:75px;
}

td.vendors {
  background-image:url(/images/background/vendors_top.gif);
  background-repeat:no-repeat;
  padding-top:75px;
}

td.entertainment {
  background-image:url(/images/background/entertainment_top.gif);
  background-repeat:no-repeat;
  padding-top:75px;
}

/* FIX FOR THE ENTERTAINMENT PAGE TO BE REPEATABLE */
table.shuttle_bg {
  background-image:url(/images/background/shuttlebus_bg.gif);
  background-repeat:repeat-y;
}

/******************************
  Text Options
*******************************/

p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  line-height:17px;
  color:#000;
  margin:5px 70px 20px 25px
}

p.alt {
  margin-left:55px;
  margin-right:10px;
}

p.no_right {
  margin-right:0px;
}

p.footer {
  color:#fffdee;
  margin-left:100px;
}

p.nomargin {
  font-size:11px;
  line-height:15px;
  margin:2px 0;
}

p.left_col {
  font-size:11px;
  line-height:13px;
  margin:-10px 35px 20px 25px;
}

p.smallhr {
  margin:-15px 0px 15px 15px;
}

p.top_nav {
  font-size:11px;
  text-align:right;
  color:#fffdee;
  margin:26px 29px 0px 0;
}

p.img {
  margin:0;
  text-align:right;
}

h1 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bolder;
  line-height:22px;
  color:#d15e1b;
  margin:5px 0 0 25px;
}

h1.alt {
  margin-left:55px;
  margin-right:10px;
}

strong.red {
  color:#d15e1b;
}

strong.green {
  color:#0aaa06;
  font-size:10px;
}
/******************************
  Link Options
*******************************/

a:link,
a:visited {
  color:#d15e1b;
  text-decoration:underline;

}

a:hover {
  text-decoration:none;
}


a.top:link, a.top:visited,a.top:hover {
  color:#fffdee;
}

a.nolink:link,
a.nolink:visited,
a.nolink:hover {
  font-weight:inherit;
  text-decoration:none;
  color:inherit;
}

a.plain:link,
a.plain:visited,
a.plain:hover {
  font-weight:inherit;
  text-decoration:none;
  color:#fffdee;
}

