﻿html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button
{
    margin: 0;
    border: 0;
}


body
{
    font-family: Arial Narrow, Book Antiqua;
    background-color: #C8C950;
}


/******************
HEADINGS
******************/
p  {
    padding: 5px;
}


/******************
LAYOUT STYLES
******************/
#mainnav-container
{
    width: 899px;
    height: 24px;
    margin: 0 auto 0 auto;
    background-color: #000000;
    table-layout: fixed;
}

#mainnav-side
{
    text-align: right;
}

#footer
{
    width: 899px;
    height: 24px;
    margin: 0 auto 0 auto;
    background-color: #000000;
    table-layout: fixed;
}
#footer td
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FF0101;
    text-align: center;
}
#footer a
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FF0101;
    text-align: center;
    text-decoration: none;
}

#mainimage-container
{
    width: 899px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
}

#content-container
{
    width: 899px;
    padding: 14px 0px 0px 0px;
    margin: 0 auto 0 auto;
    table-layout: fixed;
    background-color: #000000;
}
#content-container tr
{
    text-align: center;
}
#content-container td
{
    width: 167px;
    height: 122px;
}

#content-container li
{
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    font-family: Book Antiqua;
    text-align: left;
}
#content-container a
{
    text-align: center;
    color: #C8C950;
    font-weight: bold;
    font-family: Book Antiqua;
    font-size: 14px;
    text-decoration: none;
}

#lowerimage
{
    width: 899px;
    margin: 0px auto 0px auto;
    background-color: Black;
}

#activity-container
{
    width: 899px;
    margin: 0 auto 0 auto;
    table-layout: fixed;
    background-color: #000000;
    padding: 14px 0px 20px 0px;
}
#activity-container tr
{
    text-align: center;
}
#activity-container a
{
    text-align: center;
    color: #C8C950;
    font-weight: bold;
    font-family: Book Antiqua;
    font-size: 14px;
    text-decoration: none;
}
#activity-lowerimage
{
    width: 899px;
    margin: 0px auto 0px auto;
    background-color: Black;
}

#activity-text
{
    padding: 0px 0px 0px 0px;
    width: 100%;
    /*height: 327px;*/
    margin-right: 0px;
}
#activity-text tr
{
    text-align: left;
    color: #C8C950; 
    font-family:'Book Antiqua'; 
    font-size: 20px; 
    font-style: italic;
}
#activity-text td
{
    /*height:10px;*/
    text-align: justify; 
    padding-right: 20px;
}

#photo-container
{
    width: 898px;
    margin: 0 auto 0 auto;
    background-color: Black;
    text-align: center;
    font-weight: bold;
    
}
#photo-container a
{
    text-align: center;
    color: #C8C950;
    font-weight: bold;
    font-family: Book Antiqua;
    font-size: 14px;
    text-decoration: none;
}

#vacationimage-container
{
    width: 898px;
    height: 145px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
}
#vacation-container
{
    width: 898px;
    margin: 0 auto 0 auto;
    table-layout: fixed;
    background-color: #000000;
}
#vacation-container td
{
    color: #C8C950;
    font-family: Book Antiqua;
    font-size: 16px;
    font-style: normal;
    text-align: center;
}
#vacation-panel
{
    border-style: solid none none solid;
    border-width: 1px;
    border-color: #C8C950;
    width: 100%;
    empty-cells: show;
}
#vacation-panel td
{
    border-style: none solid solid none;
    border-width: 1px;
    border-color: #C8C950;
    padding: 15px 0px 15px 0px;
    font-size: 15px;
    font-weight: bold;
}
#vacation-panel a
{
    color: #C8C950;
    font-family: Book Antiqua;
    font-size: 15px;
    text-decoration: none;
}

#contact-container
{
    width: 898px;
    margin: 0 auto 0 auto;
    background-color: #000000;
    table-layout:fixed;
    padding: 14px 0px 20px 0px;
}
#contact-container tr
{
    text-align: left;
    color: #FFFFFF;
}
#contact-text
{
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 100px;
}
#contact-text tr
{
    text-align: left;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
}
#contact-text td
{
    height:10px;
}

#events-container
{
    background-position: center center;
    width: 898px;
    height: 711px;
    margin: 0 auto 0 auto;
    table-layout: fixed;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url('../../Images/Activities/events-background.jpg');
}


/******************
MENU ITEMS
******************/
#mainnav-container ul {
	margin:0px;
	padding:0px;
}

#mainnav-container li {
	padding:0px;
	list-style:none;
	display:inline;
	margin:5px 10px 5px 0px;
}

#mainnav-side li
{
    padding: 0px;
    margin: 5px 5px 5px 10px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FF0101;
}


/* LINK VISITED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link
{
    color: #FF0000;
    text-decoration: none;
}

#mainnav-container a:visited {
	color:#FF0000;
	text-decoration: none;
}

#mainnav-container a:hover {
	color:#FF6633;
	text-decoration:none;
}

#mainnav-container a:active {
	color:#669966;
	text-decoration: none;
}


/* COLLAPSABLE PANEL */
.PanelHeader
{
    height: 24px;
    cursor: pointer;
}
.collapsePanelHeader
{
    height: 20;
    color: yellow;
    background-color: black;
    font-weight: bold;
    float: left;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: left;
}
.collapsePanel
{
    width:700px;
    height:0;
    background-color:black;
    overflow:hidden;
}

.popupMenu
{
    position: absolute;
    visibility: hidden;
    background-color: #C8C950; 
}
.popupHover
{
    background-image: url('../../Images/header-opened.png');
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #F5F7F8;
}

/* EVENTS PAGE */
.events
{
    width: 898px;
    height: 629px;
    margin: 0 auto;
    table-layout: fixed;
    background-image: url('../../Images/Events/background.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center top;
}
.events td
{
    padding-left: 250px;
    height: 4%;
    color: #C8C950;
    font-family: 'Book Antiqua';
    font-size: 20px;
    font-weight: bold;
}

.HighImage-container
{
    width: 898px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
    background-position: center top;
    background-image: url('../../Images/Events/highband.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
    text-align: center;
}
.HighImage-container a
{
    color: #FF0101;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: right;
}

.LowImage-container
{
    width: 898px;
    height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
    background-position: center top;
    background-image: url('../../Images/Events/lowbandBack.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
}
.LowImage-container a
{
    font-weight: bold;
    font-family: Book Antiqua;
    font-size: 16px;
    color: #C8C950;
    text-decoration: none;
}

.EndImage-container
{
    width: 898px;
    height: 28px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
    background-position: center top;
    background-image: url('../../Images/Events/lowband-without.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
}
.EndImage-container td
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FF0101;
    text-align: center;
}
.EndImage-container a
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FF0101;
    text-align: center;
    text-decoration: none;
}


/* EVENTS AND COURSES PAGE */
.eventsCourses
{
    width: 898px;
    height: 629px;
    margin: 0 auto;
    table-layout: fixed;
    background-image: url('../../Images/EventsAndCourses/top-course&events.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center top;
    background-color: #1D295D;
}
.eventsCourses td
{
    padding-left: 250px;
    height: 4%;
    color: #C8C950;
    font-family: 'Book Antiqua';
    font-size: 20px;
    font-weight: bold;
}

.HighImageE-container
{
    width: 898px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
    background-position: center top;
    background-image: url('../../Images/EventsAndCourses/highband.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
    text-align: center;
}
.HighImageE-container a
{
    color: #FF0101;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: right;
}

.LowImageE-container
{
    width: 898px;
    height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
    background-position: center top;
    background-image: url('../../Images/EventsAndCourses/lowband-course&events.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
}
.LowImageE-container a
{
    font-weight: bold;
    font-family: Book Antiqua;
    font-size: 16px;
    color: #C8C950;
    text-decoration: none;
}

.EndImageE-container
{
    width: 898px;
    height: 28px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
    background-position: center top;
    background-image: url('../../Images/EventsAndCourses/lowband-without.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
}
.EndImageE-container td
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FF0101;
    text-align: center;
}
.EndImageE-container a
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FF0101;
    text-align: center;
    text-decoration: none;
}


/* LATEST TOURS PAGE */
.tours
{
    width: 898px;
    height: 629px;
    margin: 0 auto;
    table-layout: fixed;
    background-image: url('../../Images/Tours/top.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center top;
    background-color: #115603;
}
.tours td
{
    padding-left: 250px;
    height: 4%;
    color: #C8C950;
    font-family: 'Book Antiqua';
    font-size: 20px;
    font-weight: bold;
}

.HighImageT-container
{
    width: 898px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
    text-align: center;
    background-position: center top; 
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-color: #115603;
    /*background-image: url('../../Images/Tours/highband.jpg');*/
}
.HighImageT-container a
{
    color: #FF0101;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: right;
}

.LowImageT-container
{
    width: 898px;
    height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
    background-position: center top;
    background-image: url('../../Images/Tours/lowband.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
}
.LowImageT-container a
{
    font-weight: bold;
    font-family: Book Antiqua;
    font-size: 16px;
    color: #C8C950;
    text-decoration: none;
}

.EndImageT-container
{
    width: 898px;
    height: 28px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-color: #115603; /*background-image: url('../../Images/Tours/lowband-without.jpg');*/
}
.EndImageT-container td
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FF0101;
    text-align: center;
}
.EndImageT-container a
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FF0101;
    text-align: center;
    text-decoration: none;
}


/* HIGHLIGHTS PAGE */
.highlights
{
    width: 898px;
    height: 529px;
    margin: 0 auto;
    table-layout: fixed;
    background-image: url('../../Images/Highlights/HIGHLIGHT_toppic.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center top;
    background-color: #464646;
}
.highlights td
{
    padding-left: 230px;
    height: 4%;
    color: #C8C950;
    font-family: 'Book Antiqua';
    font-size: 20px;
    font-weight: bold;
}

.HighImageH-container
{
    width: 898px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    text-align: center;
    background-color: #464646;
    /*background-image: url('../../Images/EventsAndCourses/highband.jpg');*/
}
.HighImageH-container a
{
    color: #FF0101;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: right;
}

.LowImageH-container
{
    width: 898px;
    height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
    background-position: center top;
    background-image: url('../../Images/Highlights/HIGHLIGHTS_lowband.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
}
.LowImageH-container a
{
    font-weight: bold;
    font-family: Book Antiqua;
    font-size: 16px;
    color: #C8C950;
    text-decoration: none;
}

.EndImageH-container
{
    width: 898px;
    height: 28px;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    table-layout: fixed;
    background-position: center top; 
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-color: #464646;
    /*background-image: url('../../Images/EventsAndCourses/lowband-without.jpg');*/
}
.EndImageH-container td
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FF0101;
    text-align: center;
}
.EndImageH-container a
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FF0101;
    text-align: center;
    text-decoration: none;
}