* {
    padding:0px;
    margin:0px;
}

BODY {
    font-family:"Verdana", "Arial", "Helvetica", sans-serif;
    font-size:11px;
    background-color:#5ca64e; /* c8e8f1 */
    text-align:center;
}

a img { border:none; }

A:link, A:visited {
  text-decoration:none;
  color:#000b4f;
}

A:hover, A:active {
  text-decoration:underline;
  color:#000f67;
}

#container {
    width:900px;
    margin:0 auto;
    padding:0px;
}

#header-top {
    height:7px;
    background-color:#067b3e;
    width:900px;
}

#banner-top {
    width:900px;
}

#header-bottom {
    height:7px;
    background-color:#067b3e;
    width:900px;
}

#nav-top {
    background-color:#fff;
    padding:5px;
    text-align:right;
}

#nav-top ul {
    list-style-type:none;
    margin-right:30px;
}

#nav-top li {
    display:inline;
    font-weight:bold;
}

#nav-top li a:link, #nav-top li a:visited {
    color:#000;
    text-decoration:none;
}

#nav-top li a:hover, #nav-top li a:active {
    color:#860000;
    text-decoration:none;
}

#wrapper {
    width:900px;
    margin:0 auto;
    padding:0px;
}

#content {
    width:900px;
    margin:0 auto;
    padding:0px;
    background-color:#fff;
}

#sidemenu {
    float: left;
    padding: 20px 5px 20px 0;
    text-align: right;
    width: 200px;
}

#sidemenu UL {
    padding-left:30px;
}

#sidemenu LI {
    list-style-type:none;
    line-height:16px;
    font-weight:bold;
    color:#000;
    margin-bottom:5px;
}

#sidemenu LI a:link, #sidemenu LI a:visited {
    color:#000;
    text-decoration:none;
}

#sidemenu LI a:hover, #sidemenu LI a:active {
    color:#860000;
    text-decoration:none;
}

#body {
    padding:20px 10px 20px 15px;
    float:left;
    width:660px;
}

#body-text UL {
    list-style:square;
    padding:5px 10px 5px 20px;
}

#body-text LI {
    padding-bottom:5px;
}

#body A:link, #body A:visited {
  text-decoration:underline;
}

#body A:hover,#body A:active {
  text-decoration:none;
}

#body H1 {
    font-family: Verdana,"Trebuchet MS", Arial;
    font-weight:normal;
    font-size:18px;
    color:#860000;
    margin-bottom:15px;
}

#body H2 {
    font-family:"Verdana", Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#b39143;;
    margin-bottom:5px;
}

#body P {
    margin-bottom:15px;
    line-height:18px;
}

#body-text {
    width:440px;
    float:left;
    padding:0 5px 20px 0px;
    text-align:left;
}

#body-sidebar {
    width:200px;
    float:left;
    padding:10px 0 20px 5px;
}

#body-sidebar .box {
    background: #fff;
    border-bottom: 2px solid #ccc;
    padding: 5px 5px 15px 5px;
    margin-bottom: 10px;
}

#footer {
    text-align:center;
    background-color:#fff;
    color:#1e2329;
    padding:20px 20px 40px 20px;
    border-top:1px solid #aaa;
    border-bottom:7px solid #067b3e;
}

#footer a:link, #footer a:visited {
  text-decoration:underline;
}

#footer a:hover, #footer a:active {
  text-decoration:none;
}

#footer p {
    line-height:16px;
}

 /* classes which define the calendar styles */
.inputFormButton { font-size:11px; color:#fff; background-color:#004929; }
.titleEvent { font-size:12px; font-weight:bold; color:#000; }
.eventLine { font-size:12px; color:#000; }
.monthYear { font-size:16px; font-weight:bold; }
.daysOfWeek { font-size:12px;font-weight:bold; }
.gridMain { font-size:11px; }
.todayColorIn { color:#CC0000; background-color:#FFFFCC; } /* font color for the current date for current month */
.inMonthFaceIn { color:#000; background-color:#FFFFCC; } /* font color for days in the display month for current month */
.outMonthFaceIn { color:#333; background-color:#FFFFCC; } /* font color for days not in the display month for current month */
.todayColorOut { color:#CC0000; background-color:#999; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color:#000; background-color:#999; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color:#333; background-color:#999; } /* font color for days not in the display month for days in the display month */
.dropDownInCalendar { font-size:12px; background-color:#fff; border:1px #666 solid; }
.calendardetail { font-size:12px; line-height:15px; color:#000; padding-right:5px; padding-left:5px; }




.bookingHr {
	margin: 20px 0 20px 20px;
}

.bookingForm {
	overflow: hidden;
}

.bookingForm h2 {
	margin: 0 0 10px 0;
}

.booking {
	float: left;
	margin: 0 0 0 25px;
}

.bookingLeft {
	position: relative;
	text-align: left;
}

.bookingLeft input {
	margin: 4px 0 8px 0;
}

.bookingSubmit {
	float: left;
	margin: 60px 0 0 5px;
}
