/* BROWSER NEUTRALISATION */

* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
	}
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
	}
dfn, i, cite, var, address, em { 
	font-style: normal; 
	}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	}
th, b, strong {
	font-weight: strong; 
}
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
	border: none; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th, td, center { 
	vertical-align: top;
	text-align: left;
	
	}
body { 
	background: white; 
	line-height: 1; 
	color: black; 
	}
q { 
	quotes: "" ""; 
	}
ul, ol, dir, menu { 
	list-style: none; 
	}
sub, sup { 
	vertical-align: baseline; 
	}
a { 
	color: inherit; 
	}
/*hr { 
	display: none; 
	}*/
font { 
	color: inherit !important; 
	font: inherit !important;
	}
marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}
blink { 
	text-decoration: none; 
	}
nobr { 
	white-space: normal; 
	}
	
/* BROWSER NEUTRALISATION ENDS */


body {
font-size:76%;
font-family: Lucida Sans Unicode, Lucida Grande, Arial, Verdana, sans-serif; 
/*
background-image: url('../images/allpages/background.jpg');
background-repeat:repeat-y;
background-attachment:fixed;
background-position:center center;*/
background: #4C4C4C;
word-wrap:break-word;
color:#000000;
}

#header {
background:#inherit;
height:130px;
background-image: url('../images/allpages/header-clear.png');
background-repeat:no-repeat;
}

#outer {
width: 970px;
margin:auto;
margin-top:10px;
}

#outer-left {
float:left;
width:160px;
padding: 0px 10px 10px 10px;
background:#inherit;
}
#outer-right {
float:right;
width:180px;
padding: 0px 10px 10px 10px;
background:#inherit;
border-left:1px dotted #4C4C4C;
}
#outer-center {
background:#inherit;
margin:0px 225px 20px 195px;
min-height: 1000px;
text-align:justify;
line-height: 1.2em;
}

#outer-left, #outer-right, #outer-center {
padding-bottom:32767px;
margin-bottom:-32747px; /* was -32767px */
}

#outer-right img {
border: 1px solid #000000;
}

#wrapper {
overflow:hidden;
background: #ffffff;
}

#footer {
clear:both;
background-image: url('../images/allpages/footer-clear.png');
padding:20px 10px;
color: #ffffff;
}

#footer a {
color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	padding: 3px 0 0 0 !important;
	margin: 0 0 5px 0 !important;
}

h1 {
font-size: 2em !important;
margin: 5px 0 10px 0 !important;
line-height: 1.2em;
}

h1.homeh1 {
font-size: 2.5em !important;
color: #4C4C4C;
line-height: 0.5em;
}

h2 {
font-size: 1.4em !important;
line-height: 1.2em;
}

h3 {
font-size: 1.3em !important;
line-height: 1.2em;
}

h4 {
font-size: 1.2em !important;
line-height: 1.2em;
}

h5 {
font-size: 1.1em !important;
line-height: 1.2em;
}

h6 {
font-size: 1em !important;
line-height: 1.2em;
}

a {
color: blue;
}

a:hover {
color: blue;
text-decoration: underline;
}

a:visited {
color: purple;
}

#outer-right a {
font-style: italic;
}

.content {padding:10px;}
p {font-size:1em; line-height:1.3em; margin:2px 0px; padding:7px 0;}
#outer-right h3 {padding-bottom: 0px !important;}
td {line-height:1.4em;}

/* NAVIGATION STYLES */

#list-menu {
margin-top: 5px;
}

#list-menu ul {
text-align:left;
margin: 0 0 0 0px;
padding:0;
list-style-type:none;
font-size: 1.1em;
}

#list-menu li {
margin: 2px 0 0 0;
list-style-type:none;
}

#list-menu a {
display: block;
width: 150px;
padding: 3px 3px 3px 4px;
text-decoration: none;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
border-left: 2px solid #dfdfdf;
border-top: 2px solid #dfdfdf;
border-right: 2px solid #6a6a6a;
border-bottom: 2px solid #6a6a6a;
color: #000000 !important;
/*background-color: #c0c0c0 !important;*/
background-image: url('../images/allpages/button_grey.png');
background-repeat:repeat-x;
}

#list-menu a:hover {
border-left: 2px solid #6a6a6a;
border-top: 2px solid #6a6a6a;
border-right: 2px solid #dfdfdf;
border-bottom: 2px solid #dfdfdf;
/*background: #FFEE88 !important;*/
color: #000000 !important;
padding: 3px 2px 3px 5px !important;
background-image: url('../images/allpages/button_grey_inv.png');
background-repeat:repeat-x;
}

.indent {
letter-spacing: 1px;
font-style: italic;
font-size: 1.1em;
padding-left: 7px;
}

/* END OF NAVIGATION STYLES */

/* MAILCHIMP */

#newsletterform {
background-color: #252425;
color: #000000;
width: 155px;
border: 1px solid #000000;
margin-left: 2px;
}

#newsletterform input.visible {
width: 130px;
margin-bottom: 5px;
}

#newsletterform label {
font-size: 12px;
color: #ffffff;
margin-bottom: 2px;
}

#newsletterform form {
padding: 10px;
margin: 0px;
}

#newsletterform input.submit{
width: auto;
margin-top: 5px;
}

/* MAILCHIMP END */

.navimage {
border:1px solid black;
}

.countdowntimer {
width: 540px;
font-size: 1.6em;
font-family:arial, sans-serif;
color:#ffffff;
background-color: #4C4C4C;
padding:2px 0px 3px 0px;
margin-bottom: 10px;
border: 2px solid black;
}

.bigtimer {
width: 540px;
font-size: 1.6em;
font-family:arial, sans-serif;
color:#FFE907;
background-color: #535353;
padding:5px 0px 6px 0px;
margin-bottom: 10px;
border: 2px solid black;
}

.footerlink {
text-decoration: none !important;
}

.footerlink:hover {
text-decoration: underline !important;
}

.sidebardate {
font-size: 0.9em;
padding:1px;
background:#4C4C4C;
color: #ffffff;
}

.date {
padding: 2px;
background:#4C4C4C;
color: #ffffff;
}

.news {
border-top: 1px dotted #4C4C4C;
}

.newstitle {
font-size: 1.2em;
}

.sidebarnewsh3 {
font-style: normal !important;
color: #000000 !important;
}

.sidebarnewsh3:visited {
font-style: normal !important;
color: #000000 !important;
}

.imgleft {
float: left;
margin-right:15px;
margin-bottom:10px;
}

.imgright {
float: right;
margin-left:15px;
margin-bottom:10px;
}

.middle {
vertical-align: middle;
}

.tel {
font-size: 1.3em;
font-weight: bold;
}

.thankyoulist {
list-style-type: disc;
margin: 10px 0px 0px 40px;
}

.thankyoulist li {
margin-top: 10px;
}

.gallerylist {
margin: 20px 40px;
}

.gallerylist li {
list-style-type:none;
font-size:20px;
text-align:left;
margin-top:6px;
}

.gallerylist a {
display:block;
width:330px;
border:1px solid black;
text-decoration:none;
padding: 3px 0px 3px 60px;
}

.gallerylist a:hover {
background: #c0c0c0;
}

.gallerylist a:visited {
color: blue;
}

.smallgallerylist {
font-size: 16px;
}

.gallerythumbs {
text-decoration:none;
border:1px solid #afafaf;
vertical-align:middle;
margin: 8px 8px;
padding: 5px 5px 5px 5px;
}

.gallerynav {
text-align: right;
font-size: 1.2em;
margin: 20px 18px 5px 0px;
}

.gallerynav a, .gallerynav a:visited {
color: blue;
}

.currentgallerypage {
padding: 1px;
background: #6a6a6a;
color: #ffffff;
}

.supporting {
float:right;
padding: 0px 0px 5px 20px;
}

.textright {
text-align: right !important;
}

#clubdiv ul, li{
list-style-type: disc;
margin: 10px 0px 0px 20px;
}

#clubdiv img {
border: 1px solid #000000;
}

.clubletter {
margin-top: 20px;
margin-bottom: 40px;
}

.listbuttons {
margin: 20px 10px;
}

.listbuttons li {
list-style-type:none;
font-size:16px;
text-align:left;
margin-top:6px;
}

.listbuttons a {
display:block;
width:255px;
border:1px solid black;
text-decoration:none;
padding: 3px 0px 3px 25px;
}

.listbuttons a:hover {
background: #c0c0c0;
}

.listbuttons a:visited {
color: blue;
}

.listbuttons p {
padding: 4px 0px 15px 20px;
width: 280px;
}

.misskitcar td {
vertical-align:top;
}

.misskitcar th {
font-size: 1.4em !important;
padding: 15px 0px 5px 0px;
}

.misskitcar img {
margin-right:15px;
margin-bottom:25px;
}

.accbuttons {
margin: 20px 0px;
}

.accbuttons li {
list-style-type:none;
font-size:14px;
text-align:left;
margin-top:6px;
}

.accbuttons a {
display:block;
width:480px;
border:1px solid black;
text-decoration:none;
padding: 3px 0px 3px 30px;
}

.accbuttons a:hover {
background: #c0c0c0;
}

.accbuttons a:visited {
color: blue;
}

#twtr-hd h3 {
margin:0 0 10px 0 !important;
padding:0 0 10px 0;
}
