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

html {
  margin : 0px;
  padding : 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

body {
  margin : 0px;
  padding : 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image:url(images/background.jpg);
}

object {
  display:block;
}

div.slide-div {
  height:100px;
  width:315px;
  position:absolute;
  vertical-align:middle;
  top:-100px;
}

div.slide-wrapper {
  position:absolute;
}

div.slide-mask {
  position:relative;
  width:315px;
  height:100px;
  vertical-align:middle;
  overflow:hidden;
}

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

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

td.top {
  background-image:url(images/top.gif);
  background-repeat:no-repeat;/* background-position:right; */
}

td.body {
  background-image:url(images/body_img.gif);
  background-repeat:no-repeat;
  background-position:right top;
  background-color:#f4d177;
}

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

td.bottom {
  text-align:right;
}

td.specials_bg {
  background-image:url(images/specials_background.jpg);
  background-repeat:repeat-y;
  background-position: top right;
  text-align:right;
}

td.specials {
  background-image:url(images/specials.gif);
  background-repeat:repeat-y;
  background-position: top right;
  text-align:right;
}

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

p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
  line-height:16px;
  color:black;
  margin-top:0px;
  margin-bottom:10px;
  margin-left:15px;
  margin-right:90px;
}

p.event-date-small {
  font-size:13px;
  line-height:16px;
  color:#ad6600;
  margin:0px;
}

p.event-date-large {
  font-size:28px;
  line-height:28px;
  color:#ad6600;
  margin:0px;
}

p.right {
  line-height:13px;
  margin-bottom:15px;
  margin-right:0px;
}

p.left {
  line-height:13px;
  margin-bottom:15px;
  margin-right:0px;
}

p.homebottom {
  line-height:13px;
  margin-bottom:15px;
  margin-left:35px;
  margin-right:12px;
}

p.hometop {
  font-size:12px;
  line-height:20px;
  margin-bottom:15px;
  margin-left:0px;
  margin-right:0px;
}

p.no_margin,
span.no_margin p {
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;
  line-height:13px;
}

span.event-summary p {
  margin-top:8px;
}

p.specials {
  font-size:10px;
  line-height:13px;
  color:#5e5f63;
  margin-bottom:7px;
  margin-left:10px;
  margin-right:0px;
}

p.nav {
  margin-bottom:0px;
  margin-left:20px;
  margin-top:17px;
  margin-right:0px;
}

p.white {
  color:white;
}

p.copyright {
  font-size: 9px;
  color:white;
  margin: 0px;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  line-height:20px;
  color:#c67a0c;
  margin-left:15px;
  margin-top:10px;
  margin-right:90px;
  margin-bottom:0px;
}

h1.event-title,
a.event-title:link,
a.event-title:visited,
a.event-title:hover,
a.event-title:active {
  font-size:12px;
  line-height:16px;
  color:#5c2c15;
  margin:0px;
  text-decoration:none;
}

h1.home {
  margin-left:0px;
  margin-right:0px;
}

/******************************
  Form Options
*******************************/

input.text {
  border:1px solid #642E36;
  width:160px;
}

select.text,
textarea.text {
  border:1px solid #642E36;
}

select.wide,
textarea.wide {
  width:160px;
}

textarea {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
  line-height:16px;
  color:black;
}

input.button,
img.button {
  border:1px solid #642E36;
}

/******************************
  Link Options
*******************************/

a:link,
a:visited,
a:hover {
  text-decoration:underline;
  color:#012458;
}

a.nav:link,
a.nav:visited,
a.nav:hover {
  font-size:9px;
  font-weight:bold;
  text-decoration:none;
  color:#34231b;
  line-height:20px;
}

a.plain:link,
a.plain:visited,
a.plain:hover {
  font-size:9px;
  font-weight:normal;
  text-decoration:none;
  color:white;
  line-height:20px;
}

a.white:link,
a.white:visited,
a.white:hover {
  font-size:9px;
  font-weight:normal;
  text-decoration:underline;
  color:white;
  line-height:20px;
}

