html, body
{
    margin: 0 0 40px;
    padding: 0;
}
body
{
    font: 13px/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #3A3C33;
    background-color: #fff;
}
h1,h2,h3,h4,h5
{
    margin: 1em 0;
    color: #000066;
}
h2
{
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 .3em;
}
p
{
    margin: 0 0 1em;
    line-height: 1.5em;
}
a,
a:link,
a:visited{color: #669900;}
a:hover,
a:active{color: #000;}

a img{border: none;}
form{margin: 0;}
ul{list-style-type: square;}
li{line-height: 1.5em;}

/*~~~ === POSITIONING SELECTORS =================== ~~~ */
#wrapper
{
    width: 840px;
    margin: 0 0 0 2px;
}
#facebook
{
	display: inline;
	position: absolute;
	text-align: right;
	width: 590px;
	top: 20px;
    right: 310px;
    z-index: 10;
	/* border: 1px solid black; */
}

#masthead
{
	display: block;
    position: relative;
    height: 148px;
    border-bottom: 2px solid #fff;
    background-position: 0 1px;
}
    #masthead #slideImage
    {
        display: block;
        position: absolute;
        top: 6px;
        height: 142px;
        left: 0;
        z-index: 1;
    }
    #masthead h1
    {
        display: none;
    }
    #search
    {
        position: absolute;
        top: 14px;
        right: 0;
        z-index: 10;
    }
    #search p input,
    #search p label{vertical-align: middle;}
    #search p label{font-weight: bold; color: #B3CB53;}

#content
{
    width: 840px;
    float: left;
}
.bg-1{background: url(../images/content_bg.gif) repeat-y 0 0;}
.bg-2{background: url(../images/content_bg2.gif) repeat-y 0 0;}
#leftcol
{
    width: 190px;
    float: left;
    margin-bottom: 24px;
}
#menu,
#menu ul,
#menu ul ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color:#fff;
}
#menu{border-bottom: 1px solid #B3CD53;}
    #menu a
    {
        display: block;
        width: 174px;
        background-color: #B3CD53;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        margin-bottom: 1px;
        padding: 1px 8px;
        line-height: 1.1em;
    }
    #menu li.active a,
    #menu a:hover
    {
        color: #003366;
        background-color: #D9E78A;
    }
    #menu li.active ul a
    {
        font-size: 11px;
        font-weight: bold;
        color: #003366;
        line-height: 17px;
        background-color: #B3CD53;
    }
    #menu li.active ul li.active a,
    #menu li.active ul li.active a:hover
    {
        background: #D9E78A url(../images/menu_arrow.gif) no-repeat 99% 50%;
    }
    #menu li.active ul a:hover
    {
        background-color: #D9E78A;
    }
    #menu li.active ul li.active ul a
    {
        font-weight: normal;
        padding: 0 22px 0 22px;
        width: 146px;
        background-color: #CDE164;
    }
    #qualmark-logo
    {
        
        list-style-type: none;
        margin: 40px 0;
        padding: 0;
    }
    #qualmark-logo li
    {
        width: 94px;
        float: left;
        text-align: center;
    }
    #comodo-logo
    {
        margin: 40px auto 20px;
        text-align: center;
    }
#midcol
{
    width: 461px;
    float: left;
    display: inline;
    margin: 0 2px;
}
    #midcol .copy{margin: 14px;}
    #contentFooterLinks
    {
        float: left;
        width: 461px;
        height: 28px;
        margin: 0 0 0 1px;
        display: inline;
        padding-bottom: 12px;
    }
    #contentFooterLinks a
    {
        display: block;
        width: 230px;
        height: 28px;
        text-indent: -9999em;
        outline: none;
    }
    #enquireLink
    {   float: left;    
        background: url(../images/btn_enquire_now.gif) no-repeat 0 0;
    }
    #bookingLink
    {
        float: right;
        background: url(../images/btn_book_now.gif) no-repeat 0 0;
    }
    #enquireLink:hover,
    #bookingLink:hover
    {
        background-position: 0 -28px;
    }
#rightcol
{
    width: 184px;
    float: right;
}
#footer
{
    width: 840px;
    float: left;
    border-top: 2px solid #fff;
    background-color:#D7E6AA;
    font-size: 9px;
}
    #footer div.copyright
    {
        width: 88px;
        float: left;
        color: #336633;
        padding-top: 6px;
    }
    #footer div.copyright p{margin-left: 8px;}
    #footerLinks
    {
        width: 739px;
        float: left;
        padding: 6px 0;
    }
    #footerLinks p
    {
        margin: 0;
        text-align: center;
    }
    #footer div.copyright a,
    #footerLinks a
    {
        color: #484942;
        text-decoration: none;
        padding: 0 3px 0 0;
    }
    
/* ~~~ === IMAGE MAP ==================================================== ~~~ */
#imageMapWrapper
{
    padding: 28px 0;
    background-color: #fff;
    margin: 1em 0;
}
table.imageMap td img{display: block;}

/* ~~~ === FORMS ======================================================== ~~~ */
fieldset
{
    border: 1px solid #fff;
    padding: 0 2em;
    margin-bottom: 1em;
}
legend
{
    font-weight: bold;
    color: #000066;
}
fieldset p input{vertical-align: middle;}
table.formtable tbody th
{
    text-align: right;
    width: 1%;
    white-space: nowrap;
    font-size: 11px;    
}
.input
{
    border: 2px solid #C6D87E;
    font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.button
{
    font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.note{font-size: 11px;}
.small{font-style: italic; font-size: 11px;}
dl.formlist
{
    margin: 1em 0 2em;
}
dl.formlist dt{font-weight: bold; margin-bottom: 2px;}
dl.formlist dd
{
    margin: 0 0 8px;
}
dl.formlist dt label span.red{color: red;}
dl.formlist dt span.small{font-weight: normal;}
table.borderedTable
{
    border-collapse: collapse;
    width: 100%;
    background-color: #E0EBC1;
}



table.borderedTable thead th
{
    text-align: left;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 4px 12px;
    background-color: #D6E4A9;
}
table.borderedTable tbody td
{
    font-size: 12px;
    border: 1px solid #fff;
    padding: 4px 12px;
    line-height: 1.3em;
}

td.cost_col
{
	text-align: right;
	padding-right: 10px;
}

table.costTable th
{
	text-align: left;
	padding-left: 10px;
}

table.costTable
{
	width: 250px;
}

/* ~~~ === SEARCH RESULTS ================================================ ~~~ */

#searchResults b,
#searchResults a b
{
    font-weight: bold;
    background-color: #D7E6AA;
}
#searchResults dt{border-bottom: 1px solid #D7E6AA;}
#searchResults dt a
{
    font-size: 14px;
    text-decoration: none;
}
#searchResults dt a:hover{text-decoration: underline;}
#searchResults dd{margin: 4px 0;}

/* ~~~ === VIEW BOOKINGS ================================================ ~~~ */

#bookedTours b,
#bookedTours a b
{
    font-weight: bold;
    background-color: #D7E6AA;
}
#bookedTours dt{border-bottom: 1px solid #D7E6AA;}
#bookedTours dt a
{
    font-size: 14px;
    text-decoration: none;
}
#bookedTours dt a:hover{text-decoration: underline;}
#bookedTours dd{margin: 4px 0;}


/* ~~~ === PAGINATION ===================================================== ~~~ */
#searchKeywords{font-weight: bold;}
div.pagination{}
a.pagination_group
{
    background: url(../images/icons/pagination_left.gif) no-repeat 0 50%;
    text-decoration: none;
    padding: 1px 0 1px 6px;
}
a.pagination_group span
{
    background: url(../images/icons/pagination_right.gif) no-repeat 100% 50%;
    padding: 1px 6px 1px 0;
}

a.pagination_last{}
a.pagination_active{font-weight: bold;}
a.pagination_first{padding: 1px 8px 1px 0;}
a.pagination_next{padding: 1px 0 1px 8px;}
a.pagination_previous{padding: 1px 8px 1px 0; }

/* ~~~ === SITEMAP ================================================================================== ~~~ */
#sitemap{margin: 28px 14px;}
#sitemap h3
{
    background: url(../images/icons/base.gif) no-repeat 2px 0;
    margin: 16px 0 0 16px;
    padding:0 0 5px 18px;
    font: bold 12px Arial, Helvetica, sans-serif;
}
ul.sitemap
{
    list-style-type: none;
    margin: 0 16px 16px;
    padding: 0;
    background: url(../images/icons/line.gif) repeat-y;
}
ul.sitemap
{
    list-style-type: none;
    margin: 0 16px 16px;
    padding: 0;
    background: url(../images/icons/line.gif) repeat-y;
}
ul.sitemap ul
{
    list-style-type: none;
    margin: 0 0 0 8px;
    padding: 0;
    background: url(../images/icons/line.gif) repeat-y;
}
ul.sitemap li
{
    line-height: 20px;
    padding-left: 7px;
    position: relative;
}
ul.sitemap a,
ul.sitemap li.lastchild li a
{
    background: url(../images/icons/page.gif) no-repeat 0 50%;
    padding: 4px 0 4px 26px;
}
.lastchild{background-color: #E8EFCB;}
li.lastchild a,
ul.sitemap li.lastchild li.lastchild a{background: #E8EFCB url(../images/icons/page_bottom.gif) no-repeat 0 0;}

.center{text-align: center;}

/* ~~~ === EDITOR CLASSES ======================================================================= ~~~ */
div.captionImageLeft,
div.captionImageRight
{
    font-size: .9em;
    color: #888;
}
div.captionImageLeft
{
    float: left;
    margin: 4px 12px 4px 0;
}
div.captionImageRight
{
    float: right;
    margin: 4px 0 4px 12px;
}
.img-left
{
    float: left;
    margin: 0 12px 4px 0;
}
.img-right
{
    float: right;
    margin: 0 0 4px 12px;
}
.border-none{border: none;}
.border-thin{border: 1px solid #000;}
.border-thick{border: 2px solid #000;}


/* ~~~ === TABS CLASSES ======================================================================= ~~~ */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #E8EFCB;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #D7E6AA;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}