@CHARSET "UTF-8";

/* General Style Info */
* {
    margin: 0;
    padding: 0;
}

/* Firefox scrollbar fix */
html {
    overflow-y: scroll;
    overflow-x: auto;
}

body {
background-image:url(../img/background.gif);
background-repeat:repeat-x;
    background-color: #505051;
    color: #3C3C3C;
    font-family: 'Trebuchet MS', verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

h1{
background-image:url(../img/h1-background.gif);
background-repeat:repeat-x;
border:solid 1px #017497;
padding:5px 6px 3px 6px;
color:#FFFFFF;
margin:0px 0px 5px 0px;
font-size:13px;
line-height:18px;
}

h2 {
font-size:13px;
font-weight:bold;
color:#017497;
margin-bottom:3px;
}

h3 {
font-size:13px;
font-weight:bold;
}

a {
    color: #017497;
    text-decoration: none;
	font-size:11px;
}

a:hover {
    text-decoration: underline;
}

ul, li {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}
/* Default Layout divs ====================================================== */
div#container {
    margin: 0pt auto;
    text-align: left;
    vertical-align: top;
    width: 980px;
}

div.main-left{
float:left;
width:235px;
height:243px;
}

div#header img.language-button{
float:right;
}

div#header table{
float:left;
}

div.main-right{
float:left;
width:730px;
}

div.main-bottom-left{
float:left;
width:235px;
}

div.main-bottom-middle{
float:left;
width:730px;
}

div.main-bottom-right{
float:right;
width:15px;
}


div#header {
}

div#content {
background-color:#fff;
padding:20px 25px 25px 25px;
line-height:16px;
text-align:justify;
}

div#footer {
text-align: left;
margin-left:235px;
line-height:16px;
margin-top:10px;
margin-bottom:10px;
color:#737373;
}

div.footer-left{
float:left;
width:600px;
}

div.footer-right{
float:right;
padding-right:15px;
}

div#footer li{
display:inline;
margin-right:15px;
}

div#footer a{
color:#737373;
}

table.left-nav{
line-height:0px;
}

div.small-contact-back{
background-image:url(../img/small-contact-backeccb.gif?3);
background-repeat:no-repeat;
width:235px;
}

div.small-contact{
padding:10px 10px 5px 20px;
line-height:16px;
color:#9E9E9E;
}

div.small-contact h3{
color:#FFFFFF;
}

div.small-contact a{
color:#FFFFFF;
}

div.separator{
border-bottom:dotted 1px #A9A9A9;
line-height:0px;
height:1px;
font-size:1px;
margin-top:10px;
margin-bottom:10px;
}

div.homepage-directions{
float:left;
width:32%;
}

div.homepage-testimonials{
float:right;
width:65%;
}

div.homepage-testimonials table{
background-color:#E2E2E2;
padding:5px;
border:#EAEAEA solid 5px;
}

div.small-gallery li{
float:left;
margin-right:2px;
}

div.small-gallery li img{
border:1px solid #FFFFFF;
padding:1px;
}

div.small-gallery li img:hover{
border:1px solid #017497;
}

table.partners td{
padding:7px;
text-align:center;
}

div.print-button{
background-color:#DFEBF5;
border:solid 1px #BFD5E8;
padding:5px;
}

a.print-button{
background-image:url(../img/printer.gif);
background-repeat:no-repeat;
padding-left:20px;
}

/* pages ==================================================================== */
/* events */
div.event-types {
    text-align: center;
}

ul.events {
    margin: 5px 0px 5px 0px;
}

ul.events li {
    padding-bottom: 10px;
    margin: 5px 0px 5px 0px;
    display: block;
}

ul.events p {
    margin: 4px 0px 4px 110px;
    text-align: justify;
}

ul.events div#eventDetails {
    background-image: url("../img/eventsSecondaryHeading.html");
    background-repeat: no-repeat;
    margin-left: 110px;
    height: 21px;
    padding-top: 4px;
}

div.eventTypes {
    background-image: url(../img/subLinksBackground.html);
    background-repeat: no-repeat;
    height: 21px;
    padding: 6px;
}

div.eventsView p {
    text-align: justify;
    margin-bottom: 15px;
}

ul.eventTypeList {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
}

ul.eventTypeList li {
    display: inline;
    padding-right: 15px;
}

ul.eventTypeList a {
    color: #303030;
}

ul.eventTypeList a:hover {
    color: #B60000;
    text-decoration: underline;
}
/* Guestbooks */
div.guestbooksForm {
    clear: both;
    padding: 5px 5px 10px 5px;
    margin: 10px 0px 10px 0px;
    border: 1px dashed black;
}

/* Pagination =============================================================== */
div.pagination {
    margin-top: 0px;
    position: relative;
    height: 18px;
}

div.paging{
background-color:#DFEBF5;
border:solid 1px #BFD5E8;
padding:5px;
}

div.paging div.info {
    float: left;
}

div.paging div.navigation {
    float: right;
}

div.paging div.disabled {
    display: inline;
    color: gray;
}

a.add-comment{
display:block;
margin-top:10px;
background-image:url(../img/comment_add.gif);
background-repeat:no-repeat;
padding-left:20px;
}

/*Forms*/
div.required {
}

div.error-message {
    color: #ff6600;
    font-weight: normal;
}

.validationErrorMessage {
    color: #ff6600;
}

form fieldset {
    border: none;
}

form legend {
    visibility: hidden;
}

div.input {
    padding-top: 10px;
}

input.input-text, input.input-captcha {
    width: 80%;
    border: 1px solid #888;
	color:#666666;
    font-size: 1.1em;
    padding: 3px;
}

input.input-captcha {
    width: 154px;
}

select.input-select {
    width: 80%;
    border: 1px solid #888;
	color:#666666;
    font-size: 1.1em;
    padding: 3px;
}

textarea.input-textarea {
    width: 80%;
    border: 1px solid #888;
	color:#666666;
    font-size: 1.1em;
    padding: 3px;
    font-family: sans-serif;
    font-size: 1em;
}

label {
    display: block;
}

div.submit {
    clear: both;
    margin: 5px 0px 5px 0px;
}

div.input-container {
    float: left;
    width: 49%;
    position: relative;
}

div.input-captcha img {
    border: 1px solid #888;
	color:#666666;
}

input.form-error, textarea.form-error, select.form-error {
    border: 1px solid #ff6600;
}
/* Slideshow ================================================================ */
ul.crossfade {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

ul.crossfade li {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
}

div.caption {
}
/* Used styles ============================================================== */
div.clear {
    display: block;
    clear: both;
	line-height:0px;
	font-size:0px;
	height:0px;
	padding:0px;
	margin:0px;
}

.bold {
    font-weight: bold;
}
/* Home Page ================================================================ */
.notice {
    background-color: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    background-color: green;
    color: #FFF;
}
/* Custom CSS =============================================================== */
/* Articles */
div.article-index {
}

div.article-view {
}
/* Contacts */
div.contact-index {
    border: 1px dashed black;
    position: absolute;
    right: 0px;
}

div.contact-form {
}

div.contact-form input, textarea {
    display: block;
}
/* Events */
ul.events-container li{
}

ul.events-container div.event-head h2{
float:left;
}

ul.events-container div.event-head {
background-color:#DFEBF5;
border:solid 1px #BFD5E8;
padding:5px;
text-align:right;
}


/* Event Bookings */
div.event-booking-form {
}
/* Galleries */

div.gallery-container li{
float:left;
}

div.gallery-container li img{
margin-right:3px;
margin-bottom:0px;
padding:1px;
border:1px solid #FFFFFF;
}

div.gallery-container div.gallery-head {
background-color:#DFEBF5;
border:solid 1px #BFD5E8;
padding:5px;
text-align:right;
margin-bottom:10px;
}

div.gallery-container li img:hover{
padding:1px;
border:1px solid #017497;
}

/* Guestbooks */
ul.guestbook-comments li{
padding-bottom:10px;
padding-top:10px;
border-bottom:dotted 1px #CCCCCC;
}

div.guestbook-view {
}

div.guestbook-form {
}
/* Links */
div.link-index {
}

div.link-view {
}
/* Link Types */
div.link-type-index {
}

table.cake-sql-log {
  line-height:14px;
}

table.cake-sql-log tr {
  line-height:14px;
}

table.cake-sql-log td {
  line-height:14px;
}
div.sub-menu {
  background-color: #003d4c;
  position:absolute;
  left: -999em;
  display: inline;
  padding: 4px;
  min-width: 90px;
}

div.sub-menu a {
  display:block;
  color: white;
  font-weight: bold;
  padding: 3px 5px 3px 5px;
}

ul.bullet li{
background-image:url(../img/bullet.gif);
background-repeat:no-repeat;
padding-left:8px;
}

div.map-content{
width:730px;
background-color:#FFFFFF;
padding:20px;
line-height:20px;
}

img.print-logo{
border:1px solid #FFFFFF;
}

table.rates{
margin-bottom:10px;
margin-top:10px;
}

table.rates td{
padding:2px 10px 2px 0px;
border-bottom:dotted 1px #CCCCCC;
}
