@CHARSET "UTF-8";
* {
    margin: 0;
    padding: 0;
	outline: none;
}

pre {
	text-align: left;
	font-size: 12px;
	background: #fff;
	margin-bottom: 100px;
}

html {
    background: #619f00 url('/images/bg_body.jpg') repeat-y center top;
    text-align: center;
}

body {
    padding-top: 50px;
    font-size: 62.5%;
    font-family: sans-serif;
}

/*** SPECIAL ***/
a img {
    border: none;
}

form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.ghostInput {
    color: #999;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
    text-align: center;
    background: #ffcc00 url('/images/bg_content.jpg') no-repeat right bottom;
    overflow: visible;
}

form.adminForm_filter {
    border: 1px solid #999;
    padding: 10px;
    width: 180px;
    margin: 0 0 0 10px;
}

div.field {
    margin: 0 0 5px 0;
    clear: both;
    float: none;
}

div.field label {
    display: block;
    font-weight: bold;
}

div.formResult {
    width: 270px;
    font-weight: bold;
    color: #fff;
    padding: 2px;
    margin: 2px 0px 5px 0px;
}

.error {
    background: #a9112c;
    color: #fff;
    padding: 1px;
}

.success {
    background: #619f00;
    color: #fff;
    padding: 1px;
}

div.pager {
    clear: both;
    float: none;
    margin-left: 10px;
}

ul.pagerLinks li {
    list-style: none;
    display: inline;
    padding: 2px;
    border: 1px solid #000;
    background: #333;
    color: #999;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 2px;
    font-size: 10px;
    text-align: center;
}

ul.pagerLinks li a {
    color: #fff;
    text-decoration: none;
    display: block;
}

ul.pagerLinks li.pageInfo {
    width: auto;
    border: none;
    background: none;
    color: #333;
    line-height: 14px;
}

/*** HEADER ***/
#header {
    position: relative;
    width: 900px;
    height: 170px;
    background: transparent url('/images/bg_header.png') no-repeat right top;
    z-index: 10;
}

#header a#headerLogo {
    position: absolute;
    top: -50px;
    left: -60px;
}

#header a#headerBookNow {
    position: absolute;
    left: 460px;
    top: 45px;
}

#header div#headerSearch {
    position: absolute;
    right: 30px;
    top: 7px;
    width: 172px;
    height: 38px;
    background: transparent url('/images/bg_search.png') no-repeat top left;
}

#header div#headerSearch form label {
    display: none;
}

#header div#headerSearch form input#s {
    border: 0;
    font-size: 10px;
    width: 117px;
    float: left;
    margin: 11px 0 0 13px;
}

#header div#headerSearch form input#b {
    width: 24px;
    height: 15px;
    border: none;
    float: right;
    margin: 10px 15px 0 0;
}

#header ul#headerNav {
    position: absolute;
    right: 200px;
    top: 20px;
}

#header ul#headerNav li {
    list-style: none;
    display: inline;
    margin: 0 10px 0 0;
    font-size: 1.3em;
}

#header ul#headerNav li a {
    color: #666;
    text-decoration: none;
}

/*** LEFT NAV ***/
div#leftNav {
    display: inline;
    margin: 0 10px 10px 10px;
    float: left;
    text-align: center;
}

div#leftNav ul li {
    list-style: none;
    width: 155px;
    margin-bottom: 10px;
    overflow: hidden;
}

div#leftNav ul li a {
    display: block;
    width: 155px;
    padding-top: 46px;
    overflow: hidden;
    height: 0;
    background-repeat: no-repeat;
}

div#leftNav ul li.mainNav_root a {
    background: url('/images/btn_home.jpg') no-repeat left top;
}

div#leftNav ul li.mainNav_root a:hover {
    background: url('/images/btn_home.jpg') no-repeat left -46px;
}

div#leftNav ul li.mainNav_about-us a {
    background: url('/images/btn_about.jpg') no-repeat left top;
}

div#leftNav ul li.mainNav_about-us a:hover {
    background: url('/images/btn_about.jpg') no-repeat left -46px;
}

div#leftNav ul li.mainNav_residential-camp a {
    background: url('/images/btn_rescamp.jpg') no-repeat left top;
}

div#leftNav ul li.mainNav_residential-camp a:hover {
    background: url('/images/btn_rescamp.jpg') no-repeat left -46px;
}

div#leftNav ul li.mainNav_day-camp a {
    background: url('/images/btn_daycamp.jpg') no-repeat left top;
}

div#leftNav ul li.mainNav_day-camp a:hover {
    background: url('/images/btn_daycamp.jpg') no-repeat left -46px;
}

div#leftNav ul li.mainNav_courses a {
    background: url('/images/btn_courses.jpg') no-repeat left top;
}

div#leftNav ul li.mainNav_courses a:hover {
    background: url('/images/btn_courses.jpg') no-repeat left -46px;
}

div#leftNav ul li.mainNav_news a {
    background: url('/images/btn_news.jpg') no-repeat left top;
}

div#leftNav ul li.mainNav_news a:hover {
    background: url('/images/btn_news.jpg') no-repeat left -46px;
}

div#leftNav ul li.mainNav_gallery a {
    background: url('/images/btn_gallery.jpg') no-repeat left top;
}

div#leftNav ul li.mainNav_gallery a:hover {
    background: url('/images/btn_gallery.jpg') no-repeat left -46px;
}

div#leftNav ul li.mainNav_contact a {
    background: url('/images/btn_findus.jpg') no-repeat left top;
}

div#leftNav ul li.mainNav_contact a:hover {
    background: url('/images/btn_findus.jpg') no-repeat left -46px;
}

/*** LHS NAV sub pages ***/
div#leftNav ul li ul {
    margin: 0 1px;
    padding: 0;
}

div#leftNav ul li ul li.option {
    display: block;
    height: 25px;
    margin: 0 0 1px 0;
    padding: 0;
    width: 150px;
    overflow: visible;
}

div#leftNav ul li ul li.option a {
    height: 25px;
    padding: 0;
    color: #fff;
    line-height: 25px;
    text-decoration: none;
    margin: 0;
    width: 150px;
    background: #7f0c22;
}

div#leftNav ul li ul li.option a:hover {
    background: #156f2b;
}

/*** CONTENT ***/
#contentArea {
    width: 900px;
    font-size: 1.2em;
    float: right;
    padding-bottom: 40px;
    color: #333;
    text-align: left;
}

#contentArea h2 {
    background: transparent url('/images/bg_h2.png') no-repeat left center;
    height: 38px;
    color: #7f0c22;
    padding-left: 10px;
    overflow: visible;
    margin-bottom: 5px;
    width: 400px;
}

#contentArea h4 {
    width: 400px;
    color: #7f0c22;
}

#contentArea #contentMain {
    width: 720px;
    float: right;
    position: relative;
}

div#rightColumn {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 400px;
}

/*** HOMEPAGE CONTENT ***/
#contentArea #contentMain div#homeImages {
    margin-top: -42px;
    height: 221px;
    width: 461px;
    z-index: 1;
}

#contentArea #contentMain div#homeImages img {
    border: 4px solid #fff;
    display: none;
}

#contentArea #contentMain div#homeImages img.first {
    display: block;
}

#contentArea #contentMain div.cmsHome {
    font-size: 1.2em;
	line-height: 1.4em;
    padding: 0 5px;
    margin: 10px 0 0 0;
    width: 500px;
}

#contentArea #contentMain div.cmsHome p {
    margin-bottom: 10px;
}

#contentArea #contentMain div.cmsHome ul, #contentArea #contentMain div.cmsHome ol {
    padding-left: 20px;
    margin-bottom: 5px;
}

#latestNews {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 180px;
    background: transparent url('/images/bg_latest_h2.png') no-repeat top left;
}

#latestNews h2 {
    background: none;
    margin: 37px 0 0 8px;
    padding: 0;
    width: 180px;
}

#latestNews ul {
    margin: -3px 0 0 0;
    padding: 0 8px 0 5px;
    background: transparent url('/images/bg_latest.png') repeat-y top left;
}

#latestNews ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 5px 0;
}

#latestNews ul li h3 {
    color: #199838;
    margin: 0;
    padding: 5px 0 0 0;
}

#latestNews div#latestNewsFooter {
    height: 15px;
    background: transparent url('/images/bg_latest_footer.png') no-repeat bottom left;
}

/*** CMS CONTENT ***/
#contentArea #contentMain div.cms {
    font-size: 1.2em;
    padding: 0px 15px;
}

#contentArea #contentMain div.cms p {
    margin-bottom: 5px;
    line-height: 1.3em;
}

#contentArea #contentMain div.cms a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#contentArea #contentMain div.cms a:hover {
    text-decoration: underline;
}

#contentArea #contentMain div.cms a[rel =
"external"], #contentArea #contentMain div.cms a[target = "_blank"] {
    padding-right: 15px;
    background: transparent url('/images/bg_external.png') no-repeat right center;
}

#contentArea #contentMain div.cms ul, #contentArea #contentMain div.cms ol {
    padding-left: 20px;
    margin-bottom: 5px;
}

#contentArea #contentMain div.cms h2 {
    margin: 20px 0 0 -10px;
}

#contentArea #contentMain div.cms table {
    border-collapse: collapse;
    border: 1px solid #333;
}

#contentArea #contentMain div.cms table td {
    padding: 2px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #333;
}

#contentArea #contentMain div.cms table td p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#contentArea #contentMain div.cms ul#cmsImages {
    float: right;
    padding-left: 10px;
}

#contentArea #contentMain div.cms ul#cmsImages li {
    list-style: none;
}

#contentArea #contentMain div#cmsFiles ul {
    margin-left: 15px;
}

div#cmsFiles ul li {
    list-style: none;
    padding-left: 15px;
    background: transparent url('/images/file_icons.png') no-repeat left -60px;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}

div#cmsFiles ul li.doc, div#cmsFiles ul li.docx {
    background: transparent url('/images/file_icons.png') no-repeat left 0px;
}

div#cmsFiles ul li.pdf {
    background: transparent url('/images/file_icons.png') no-repeat left -12px;
}

div#cmsFiles ul li.xls {
    background: transparent url('/images/file_icons.png') no-repeat left -24px;
}

div#cmsFiles ul li.jpg, div#cmsFiles ul li.gif, div#cmsFiles ul li.png, div#cmsFiles ul li.tiff, div#cmsFiles ul li.tif, div#cmsFiles ul li.jpeg {
    background: transparent url('/images/file_icons.png') no-repeat left -36px;
}

div#cmsFiles ul li.txt {
    background: transparent url('/images/file_icons.png') no-repeat left -48px;
}

/*** FOOTER ***/
#footer {
    position: relative;
    width: 900px;
    background: #A9112C;
    height: 24px;
    color: #fff;
    padding: 0;
    margin: 0 0 50px 0;
    line-height: 24px;
    clear: both;
    float: none;
}

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

#footer span#byToucan {
    position: absolute;
    right: 20px;
}

#footer span#footerAddress {
    position: absolute;
    left: 20px;
}

#footer span#footerEmail {
    position: absolute;
    left: 300px;
}

#footer ul#footerNav {
    position: absolute;
    right: 135px;
}

#footer ul#footerNav li {
    display: inline;
    list-style: none;
    margin-right: 10px;
}

#footer ul#footerNav li a {
    color: #fff;
}

/*** NEWS ***/
table#newsList {
    margin: 10px 0 0 10px;
    width: 600px;
}

table#newsList tr td {
    vertical-align: top;
}

table#newsList tr td.content {
    padding: 2px;
}

table#newsList tr td.content h4 {
    font-size: 2em;
}

table#newsList tr td img {
    border: 3px solid #fff;
    margin-top: 0px;
}

/*** LINKS ***/
table#linkList {
    margin: 10px 0 0 10px;
}

table#linkList tr td.content {
    padding: 2px;
}

table#linkList tr td img {
    padding: 5px;
}

/*** CONTACT ***/
form.adminForm_contact {
    margin-left: 10px;
    width: 270px;
}

div#map {
    height: 300px;
}

div#map span, div#map a.terms-of-use-link {
    display: none;
}

div#journeyBox {
    display: none;
}

#directionsForm {
    margin-top: 10px;
}

/*** GALLERY ***/
ul#galleryList {
    margin-left: 10px;
}

ul#galleryList li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
}

ul#galleryList li a {
    position: relative;
}

ul#galleryList li a span {
    display: none;
}

ul#galleryList li a:hover span {
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0px;
    width: 150px;
    height: 40px;
    background: #333;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    /* for IE */
    filter: alpha(opacity = 60);
    /* CSS3 standard */
    opacity: 0.6;
    color: #fff;
}

/*** SITEMAP ***/
ul#sitemap {
    margin-left: 20px;
}

ul#sitemap li ul {
    margin-left: 30px;
}

#sitemap a {
    text-decoration: none;
    font-size: 1.2em;
    color: #333;
}

#sitemap a:visited {
    color: #555;
}

/*** SEARCH RESULTS ***/
div#searchResults {
    margin-left: 10px;
}

div#searchResults div#result_report {
    font-weight: bold;
    margin-bottom: 10px;
}

.idented {
    margin-left: 30px;
}

/*** CMS EDIT ***/
a.editLink {
    display: block;
    margin-left: 10px;
    padding: 2px;
    height: 20px;
    line-height: 20px;
    background: #4a86ff;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    width: 120px;
    text-align: center;
    margin: 5px 10px;
    border: 1px solid #1e4e9a;
}

a.editLink:hover {
    background: #2f63c0;
}

div#image_div div, div#file_div div {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #e4b703;
    width: 260px;
}

div#image_div div img {
    max-width: 250px;
}

p.add_bar a {
    display: block;
    text-align: center;
    padding: 2px;
    background: #7F0C22;
    width: 100px;
    height: 25px;
    line-height: 25px;
    color: #fff;
}

p.add_bar a:hover {
    background: #156f2b;
}

/*** PRICES ***/
div#pricesContainer {
    margin-left: 20px;
}

div#pricesContainer h4 {
    margin: 15px 0 0 0;
    height: 25px;
}

div#pricesContainer table {
    border-collapse: collapse;
}

div#pricesContainer table tr th {
    padding: 4px;
}

div#pricesContainer table tr td {
    padding: 2px;
}