@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;
    color: #404040;
    font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

h1{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#475B82;
text-transform:uppercase;
border-bottom-color:#dddddd;
border-bottom-style:dotted;
border-bottom-width:1px;
margin-bottom:4px;
}

h2{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#AE0606;
text-transform:uppercase;
}

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

div#content a {
    color: #4F6596;
	padding-left:6px;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
    text-decoration: none;
}

a {
    color: #4F6596;
    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: 938px;
}

div#header {
  height: 150px;
  line-height:0px;
}

div#content {
background-color:#FFFFFF;
border-left-color:#879BC3;
border-left-style:solid;
border-left-width:1px;
border-right-color:#879BC3;
border-right-style:solid;
border-right-width:1px;
line-height:14px;
font-size:11px;
}

div#content div{
text-align:left;
font-size:11xp;
color:#666666;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div#footer {
  height: 25px;
  background-image:url(../img/footer-background.gif);
  background-repeat:no-repeat;
}

div#footer li{
display:inline;
padding-left:20px;
padding-right:20px;
}

div#footer ul{
padding-top:4px;
}

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

/* pages ==================================================================== */
/* homepage ================================================================= */

div#homepage-left-column{
width:400px;
float:left;
}

div#homepage-right-column{
width:494px;
float:right;
}

div#services-left-column{
width:170px;
float:left;
text-align:left;
}

div#services-right-column{
width:720px;
float:right;
padding-left:10px;
text-align:justify;
border-left-color:#dddddd;
border-left-style:dotted;
border-left-width:1px;
}

div#services-left-column a{
background:none;
padding:0px;
}

div#services-right-column li{
background-image:url(../img/bullet.gif);
background-repeat:no-repeat;
padding-left:6px;
}

div#services-right-column ul{
padding-bottom:12px;
}

div.article-view li{
background-image:url(../img/bullet.gif);
background-repeat:no-repeat;
padding-left:6px;
}

div.article-view ul{
padding-bottom:12px;
}
div#services-table{
padding-left:20px;
padding-top:10px;
float:left;
font-size:10px;
}

/* 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: #4F6596;
    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 {
    font-weight: bold;
}

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

.validationErrorMessage {
    color: red;
}

form fieldset {
    border: none;
}

form legend {
    visibility: hidden;
}

div.input {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

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

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

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

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

label {
    display: block;
    margin-bottom: 5px;
}

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 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 {
padding:15px;
}
/* Contacts */
div.contact-index {
    border: 1px dashed black;
    position: absolute;
    right: 0px;
}

div.contact-form {
}

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

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 {
}

