@CHARSET "UTF-8";

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

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

body {
    background-color: #FFFFFF;
    color: #575757;
    font-family: verdana, helvetica, arial, sans-serif, tahoma;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

h1 {
    font-size: 11px;
    font-family: Arial, tahoma, sans-serif;
    font-weight: bold;
	color:#B81900;
	text-transform:uppercase;
	border-bottom-color:#CC9900;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
}

h2 {
    font-size: 11px;
    font-family: verdana, helvetica, Arial, tahoma, sans-serif;
    font-weight: bold;
    text-transform: normal;
	color:#D7421A;
	margin-bottom:2px;
}

h3 {
    margin: 5px 0px 5px 0px;
}

a {
    color: #C93B09;
    text-decoration: none;
}

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: 944px;
	background-image:url(../img/background.jpg);
	background-repeat:no-repeat;
}

div#header {

}

div.logo-container{
margin-left:340px;
padding-top:63px;
}

div#content {
margin-left:360px;
padding-top:25px;
width:520px;
text-align:justify;
line-height:14px;
}

div#footer {
margin: 0pt auto;
text-align: left;
vertical-align: top;
background-image:url(../img/footer-background.jpg?4);
background-repeat:no-repeat;
width:944px;
height:255px;
padding-top:16px;
}

div#footer-left{
float:left;
width:195px;
margin-left:65px;
margin-right:32px;
}

div#footer-middle{
float:left;
width:337px;
}

div#footer-right{
float:right;
width:150px;
margin-right:60px;
}

/* 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.gif");
    background-repeat: no-repeat;
    margin-left: 110px;
    height: 21px;
    padding-top: 4px;
}

div.eventTypes {
    background-image: url(../img/subLinksBackground.gif);
    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 div.info {
    float: left;
}

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

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

/*Forms*/
div.required {
}

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

.validationErrorMessage {
    color: red;
}

form fieldset {
    border: none;
}

form legend {
    visibility: hidden;
}

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

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

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

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

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

label {
    display: block;
}

div.submit {
    clear: both;
    margin: 5px 0px 0px 0px;
	padding-bottom:7px;
}

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

div.input-captcha img {
    border: 1px solid black;
}

input.form-error, textarea.form-error, select.form-error {
    border: 1px solid red;
}
/* 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;
}

.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-left-color:#CC9900;
border-left-style:dotted;
border-left-width:1px;
right: 0px;
padding-left:7px;
}

div.contact-form {
}

div.contact-form input, textarea {
    display: block;
}
/* Events */
div.event-index {
min-height:310px;
}

ul.events {
}

ul.events div.event {
}

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

div.gallery-view {
}
/* Guestbooks */
div.guestbook-index {
}

div.guestbook-view {
}

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

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

div.toggle-div{
  display: none;  
}
