html, body{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  background-color: #617F51;
  background-image: url(images/lgt_green_background.gif);
  background-repeat: repeat-x;
  background-position: 0px 130px;
}

#wrapper {
  width: 765px;
  margin: 10px auto;
  background: #ffffff;
  background-color: #ffffff;
  background-image: url(images/gradient.gif);
  background-repeat: no-repeat;
  background-position: 579px 0px;
}

#header {
  margin: 0px 10px 0px 10px;
  border-bottom: 1px solid #617F51;
  height: 70px;
}

#header .logo {
  float: left;
}

#sign_in{
  float: right;
  width: 130px; /* needs to match #links margin-right */
  margin-top: 8px;
  color: #000000;
  font-size: .7em;
  text-align: center;
}
#sign_in a:link, #sign_in a:visited{
  text-decoration: none;
  color: #000000;
}

#sign_in a:hover, #sign_in a:active {
  text-decoration: underline;
  color: #000000;
}

#links {
  float: right;
  margin-top: 50px;
  margin-right: -130px;
  color: #000000;
  font-size: .7em;
}
#links a:link, #links a:visited{
  text-decoration: none;
  color: #000000;
}
#links a:hover, #links a:active {
  text-decoration: underline;
  color: #000000;
}

#flash{
  margin: 10px;
  height: 270px;
}


#flash object {
  float: left;
}

#event_cal_outer {
  width: 115px;
  background-color: #67347d;
  float: right;
  padding: 5px;
  margin: 0px;
  height: 260px;
}

#event_cal_outer .month{
  color: white;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
}

#event_cal_outer .heading{
  font-size: 10px;
  color: #fff;
  margin: 0px;
}

#event_cal_outer select{
  font-size: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}

#event_cal_inner {
  background-color: #ffffff;
  padding: 5px;
}

#event_cal_inner .heading{
  color: #67347d;
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
}
#event_cal_inner .desc{
  font-size: 10px;
  margin: 0px;
  line-height: 10px;
}

#event_cal_inner .top_cal {
  border-collapse: collapse;
  font-size: 10px;
  margin: 0px auto 0px auto;
}
#event_cal_inner .top_cal th {
  border: 1px solid #000000;
  border-bottom: none;
  background-color: #67347d;
  color: #ffffff;
}
#event_cal_inner .top_cal td {
  text-align: center;
  border: 1px solid #000000;
  color: #000000;
  padding: 0px 1px 0px 1px;
}
#event_cal_inner .top_cal a:link, #event_cal_inner .top_cal a:visited{
  text-decoration: none;
  color: #000000;
}
#event_cal_inner .top_cal a:hover, #event_cal_inner .top_cal a:active {
  text-decoration: none;
  background-color: #67347d;
  color: #fff;
}

#event_cal_inner .top_cal td.prev {
  background-color: #cccccc;
  color: #888888;
}
#event_cal_inner .top_cal td.prev a:link, #event_cal_inner .top_cal td.prev a:visited{
  color: #888888;
}
#event_cal_inner .top_cal td.prev a:hover, #event_cal_inner .top_cal td.prev a:active {
  color: #888888;
}

#event_cal_inner .top_cal td.next {
  background-color: #cccccc;
  color: #888888;
}
#event_cal_inner .top_cal td.next a:link, #event_cal_inner .top_cal td.next a:visited{
  color: #888888;
}
#event_cal_inner .top_cal td.next a:hover, #event_cal_inner .top_cal td.next a:active {
  color: #888888;
}

#event_cal_inner .top_cal td.today {
  background-color: #000000;
  color: #ffffff;
}
#event_cal_inner .top_cal td.today a:link, #event_cal_inner .top_cal td.today a:visited{
  color: #ffffff;
}
#event_cal_inner .top_cal td.today a:hover, #event_cal_inner .top_cal td.today a:active {
  color: #ffffff;
}

#event_cal_outer form {
  margin-top: 0px;
}


#content {
  margin: 0px 10px 0px 10px;
}

#nav {
  float: left;
  width: 125px;
}

#book {
  border: 1px solid #617F51;
}
#book .heading {
  color: #40753d;
  font-weight: bold;
  margin: 0px 0px 0px 2px;
  font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}
#book .book_form {
  margin: 0px 0px 0px 0px;
}
#book a:link, #book a:visited{
  text-decoration: none;
  color: #40753d;
  font-size: .8em;
}
#book a:hover, #book a:active {
  text-decoration: underline;
  color: #40753d;
  font-size: .8em;
}


#weather {
  margin-top: 5px;
  height: 60px;
  border: 1px solid #617F51;
  background-color: #dfe7dc;
}
#weather .link {
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}
#weather a:link, #weather a:visited{
  text-decoration: none;
  color: #40753d;
}
#weather a:hover, #weather a:active {
  text-decoration: underline;
  color: #40753d;
}

#cities {
  margin-top: 5px;
  border: 1px solid #617F51;
}
#cities .heading {
  color: #40753d;
  font-weight: bold;
  margin: 0px 0px 0px 2px;
  font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}
#cities p {
  margin: 0px 0px 0px 2px;
}
#cities a:link, #cities a:visited {
  text-decoration: none;
  color: #000000;
  font-size: .8em;
}
#cities a:hover, #cities a:active{
  text-decoration: underline;
  color: #000000;
  font-size: .8em;
}

#travel_center {
  margin-top: 5px;
}

#travel_center .heading {
  color: #40753d;
  font-weight: bold;
  margin: 0px 0px 0px 2px;
  font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}

#travel_center .group {
  background-color: #40753D;
  color: #FFFFFF;
  font-size: .7em;
  margin: 0px 0px 0px 0px;
  padding-left: 2px;
}

#travel_center ul {
  font-size: .7em;
  margin: 0px;
  padding-left: 15px;
}
#travel_center li {
  padding-left: 0px;
}
#travel_center ul li a:link, #travel_center ul li a:visited{
  text-decoration: none;
  color: #000000;
}
#travel_center ul li a:hover, #travel_center ul li a:active{
  text-decoration: underline;
  color: #000000;
}





#listings {
  float: left;
  width: 480px;
  margin: 0px 5px 10px 10px;
}


#privacy {
  font-size: .8em;
}

#privacy .heading {
  margin-top: 0px;
  font-weight: bold;
  color: #40753d;
  font-size: 1.2em;
}

#contact {
  font-size: .8em;
}
#contact .heading {
  margin-top: 0px;
  font-weight: bold;
  color: #40753d;
  font-size: 1.2em;
}



#ads{
  float: right;
  width: 125px;
}



#footer {
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: .7em;
  background: #617F51;
  color: #ffffff;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}


.ok {
  font-weight: bold;
  color: green;
}

.error {
  font-weight: bold;
  color: red;
}



/*  calendar CSS */

#calendarDiv{
        position:absolute;
        width:205px;
        border:1px solid #317082;
        padding:1px;
        background-color: #FFF;
        font-family:arial;
        font-size:10px;
        padding-bottom:20px;
        visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
        float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{

        line-height:12px;
        padding:1px;
        cursor:pointer;
        padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{
        line-height:12px;
        padding:1px;
        cursor:pointer;
        padding-left:2px;
}

#calendarDiv td{
        padding:3px;
        margin:0px;
        font-size:10px;
}



#calendarDiv .selectBox{
        border:1px solid #E2EBED;
        color: #E2EBED;
        position:relative;
}
#calendarDiv .selectBoxOver{
        border:1px solid #FFF;
        background-color: #317082;
        color: #FFF;
        position:relative;
}
#calendarDiv .selectBoxTime{
        border:1px solid #317082;
        color: #317082;
        position:relative;
}
#calendarDiv .selectBoxTimeOver{
        border:1px solid #216072;
        color: #216072;
        position:relative;
}

#calendarDiv .topBar{
        height:16px;
        padding:2px;
        background-color: #317082;


}
#calendarDiv .activeDay{        /* Active day in the calendar */
        color:#FF0000;
}
#calendarDiv .todaysDate{
        height:17px;
        line-height:17px;
        padding:2px;
        background-color: #E2EBED;
        text-align:center;
        position:absolute;
        bottom:0px;
        width:201px;
}
#calendarDiv .todaysDate div{
        float:left;
}

#calendarDiv .timeBar{
        height:17px;
        line-height:17px;
        background-color: #E2EBED;
        width:72px;
        color:#FFF;
        position:absolute;
        right:0px;
}

#calendarDiv .timeBar div{
        float:left;
        margin-right:1px;
}


#calendarDiv .monthYearPicker{
        background-color: #E2EBED;
        border:1px solid #AAAAAA;
        position:absolute;
        color: #317082;
        left:0px;
        top:15px;
        z-index:1000;
        display:none;

}
#calendarDiv #monthSelect{
        width:70px;
}
#calendarDiv .monthYearPicker div{
        float:none;
        clear:both;
        padding:1px;
        margin:1px;
        cursor:pointer;
}
#calendarDiv .monthYearActive{
        background-color:#317082;
        color: #E2EBED;
}

#calendarDiv td{
        text-align:right;
        cursor:pointer;
}

#calendarDiv .topBar img{
        cursor:pointer;
}
#calendarDiv .topBar div{
        float:left;
        margin-right:1px;
}