/* Generic CSS for all sites by Mike Franklin */
html,body,
div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
            margin: 0;
            padding: 0;
            border: 0;
            font-weight: normal;
            font-style: normal;
            font-size: 100%;
            line-height: 1em;
            font-family: inherit;
            text-align: left;
}

body {
            color: #000;
            background-color: #fff;
            font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial;	
}

/* The script which picks up transparent png images for IE6*/


 
em {font-style: italic;}

table {
            border-collapse: collapse;
            border-spacing: 0;
            font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial;
}

ol,ul {
            list-style: none;
}

q:before,q:after,

blockquote:before,blockquote:after {
            content: "";
}

hr {display: none;}

   body {
	 text-align: center;
	 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial;	
	 background-position: top center;
	 background-repeat: repeat-y;
   }

   a {
   	text-decoration: none;
   }
   a:hover {
   	text-decoration: underline !important;
   }
   div.headerstrip {
   	background-color: #003859;
   	color: #fff;
   	background-image: url(../img/header/blue_strip.gif);
   	background-position: center center;
   	background-repeat: repeat-x;
   	border-bottom: 1px solid #000;
   }
   div.headerstrip div.headerstrip_links {
   	width: 770px;
   	margin: auto;
   	overflow: hidden;
   }
   div.headerstrip ul {
   	float: right;
   }
   div.headerstrip ul li {
   	float: left;
   	border-right: 1px solid #005a8f;
   	border-left: 1px solid #001824;
   }
   div.headerstrip ul li a {
   	display: block;
   	padding: 8px 20px;
   	color: #eaf2f5;
   	font-size: 0.75em;
   	border-left: 1px solid #005a8f;
   	border-right: 1px solid #001824;
   	text-decoration: none;
   }
   div.mainbody {
   	width: 770px;
   	margin: auto;
   	text-align: left;
   	position: relative;
   	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial;
   }
   .clearer {
   	clear: both;
   	height: 1px;
   	font-size: 1px;
   	line-height: 0em;
   }
   div.header {
   	height: 129px;
   	position: relative;
   }
   div.header h1 {
   	position: absolute;
   	top: 20px;
   	left: 20px;
   }
   div.header h4 {
   	font-size: 1.1em;
   	position: absolute;
   	top: 64px;
   	left: 78px;
   	color: #ffdd00;
   }
   div.header h1 img {
   	width: 750px;
   	height: 73px;
   }

   div.leftCol {
   	float: left;
   	width: 150px;
   	background-position: top center;
    	background-repeat: no-repeat
   }
   div.middleCol {
   	float: left;
   	width: 430px;
   	background-position: top center;
    	background-repeat: repeat-y;
   }
   div.middleIn {
   	padding: 0px 1px;
   }
   div.rightCol {
   	float: left;
   	width: 190px;
   	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 25px;
	font-size: 0.85em;
	padding-bottom: 20px;
   }

   div.footer {
   	background-image: url(../img/bg/footeryellow.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 9px;
	clear: both;
	width: 770px;
   }
   div.footerblue {
	background-color: #003859;
	overflow: hidden;
	color: #fff;
	background-image: url(../img/header/blue_strip.gif);
	background-position: center center;
	background-repeat: repeat-x;
	padding: 8px 14px;
	padding-bottom: 8px;
	font-size: 0.8em;
	line-height: 1em;
	zoom: 1;
   }
   div.rightCol h2 {
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 23px;
	font-size: 1.4em;
   }

   div.rightCol p {
   		margin-bottom: 10px;
   }
   div.leftCol ul {
		padding-top: 28px;
		padding-left: 12px;
		margin: 0px;
		margin-bottom: 40px;
		
   }
   div.leftCol ul li {
		margin: 0px;
		padding: 0px;
		margin-top: 10px;

   }
   div.leftCol ul li a {
		
		font-size: 0.75em;
		line-height: 1.5em;
		
   }
   div.leftCol ul li ul {
   	margin: 0px;
   	padding: 0px;
   	
   	padding-left: 0px;
   	margin-left: 6px;
   	border-left: 1px solid #666867;
   	padding-bottom: 2px;
   }
   div.leftCol ul li ul li{
   	background-image: url(../img/bg/mnuhoripix.gif);
   	padding-left: 8px;
   	
   	background-repeat: no-repeat;
   	background-position: 0% 70%;
   }
   div.leftside {
		position: absolute;
		left: -1520px;
		height: 303px;
		width: 1520px;
		top: 0px;
   		background-position: top right;
   		background-repeat: repeat-x;
   }
   div.headerbread ul{
   		margin: 0px;
   		padding: 0px;
   		background-color: #ffdd00;
   		overflow: hidden;
   		zoom: 1;
   		padding-left: 30px;
   		background-repeat: no-repeat;
   		background-position: 3% 50%;
   }
   div.headerbread ul li {
   		padding: 8px 4px;
   		font-size: 0.9em;
   		float: left;
   		white-space: nowrap;
   }
   div.headerbread ul li a {
   		color: #562b08;
   		text-decoration: none;
   		display: block;
   }
   div.panel {
		background-repeat: no-repeat;
		background-position: bottom center;
   }
   div.panel.dark {
   		background-repeat: repeat-x;
   		width: 100%
   }

   div.padded {
   		padding: 12px 8px;
   		font-size: 0.85em;
   }
   div.topphoto {
   		padding: 11px;
   		background-position: bottom left;
   		background-repeat: repeat-x;
   		border-top: 1px solid #000;
   }
   div.topphoto div.inner {
   		padding: 11px 12px;
   }
   div.middleCol h2 {
	       font-size: 1.3em;
	       background-position: center left;
	       margin-left: 4px;
	       background-repeat: no-repeat;
	       padding-left: 20px;
	       margin-bottom: 6px;
    }
    div.inPadd {
    		padding: 10px 10px;
    }
    p {
    	font-size: 0.9em;
		line-height: 1.35em;
    }
    p.quote {
		background-repeat: no-repeat;
		background-position: 3px 3px;
		text-indent: 18px;
		display: block;
    }
    p.quote span {
		background-repeat: no-repeat;
		background-position: bottom right;
		line-height: 1.35em;
		display: block;
    }
    ul.latestphotos {
		zoom: 1;
		overflow: hidden;
		padding-left: 2px;
		padding-top: 5px;
    }
    ul.latestphotos a {
		display: block;
		background-repeat: no-repeat;
		background-position: center center;
		width: 93px;
		height: 94px;
    }
    ul.latestphotos a img {
    		margin: 12px;
    		width: 69px;
    		height: 69px;
    }
    div.pgalleryheaderholder {
    		overflow: hidden;
    		width: 100%;
    		padding-bottom: 10px;
    }
    div.pgalleryheaderholder h2, div.pgalleryheaderholder span {
    		float: left;
    		padding-bottom: 1px;
    }

    div.pgalleryheaderholder span {
		font-size: 0.9em;
		padding-top: 5px;
		margin-left: 15px;
    }
    ul.latestphotos li {
		float: left;
		display: block;
		width: 94px;
		height: 94px;
		margin-left: 10px;
    }
    ul.latestphotos li.firstphoto {
       		 margin-left: 0px;
    }
    div.rightCol h3.block {
		padding: 5px 10px;
		margin-top: 14px;
    }
	div.title {
		overflow: hidden;
		width: 100%;
	}
	div.title span {
		display: block;
		float: left;
		padding: 6px 8px;
		margin-top: 10px;
	}
	span.copyright {
		color: #aab0b6;
		float: right;
		font-size: 0.9em;
		padding-bottom: 1px;
	}
	div.headerbread ul {
   		border-top: 1px solid #000;
   		background-image: url(../img/arrows/yellow_on_yellow.gif);
	}




div.generic_cont {
	overflow: hidden;
	width: 100%;
}
div.photoholder {
	float: left;
}
div.caption {
	padding: 0px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	font-size: 0.9em;
}

div.ph1 {
	background-position: top left;
	background-repeat: no-repeat;
}
div.ph2 {
	background-position: top right;
	background-repeat: no-repeat;
}
div.ph3 {
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.ph4 {
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 10px;
	line-height: 0px;
}
div.margintop {
	margin-top: 15px;
}
div.marginbottom {
	margin-bottom: 20px;
}
p.paddtop {
	padding-top: 2px;
}
div.holdrss {
	overflow: hidden;
	width: 100%;
	font-size: 0.9em;
}
div.holdrss a {
	display: block;
	float: left;
	padding: 8px 10px;
}
div.holdrss a.whatisrss {
	float: right;
}
div.holdrss a.rss {
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 25px;
}
div.event {
	padding-top: 10px;
	padding-bottom: 0px;
	overflow: hidden;
	width: 100%;
}

div.dateBox {
	width: 35px;
	text-align: center;
	float: left;
	margin-top: 3px;
	border: 1px solid #E7E0C3;
	color: #4F473C;
}
div.dateBox span.date {
	font-size: 1.4em;
	text-align: center;
	display: block;
	padding: 2px;
	background-color: #FEF8EA;
}
div.next2img {
	float: left;
	width: 200px;
}
div.dateBox span.day {
	display: block;
	text-align: center;
	font-size: 0.9em;
	padding: 1px;
	background-color: #D6C8A3;
}
div.next2dateBox {
	float: left;
	width: 120px;
	margin-left: 7px;
}
div.next2dateBox p {
	padding-top: 0px !important;

}
div.next2dateBox p a {
	line-height: 1.4em;
}
div.allx {
	padding-top: 6px;
	padding-bottom: 6px;
}
div.allx a {
	font-size: 0.9em;
	color: #ffdd00 !important;
}

div.middleCol {
	background-color: #314015;
	color: #666;
	background-image: url(../img/bg/blacklines.gif);
}

div.middleCol h2 {
	color: #522b04;
	background-image: url(../img/arrows/light_on_light.gif);
}
div.middleCol a{
	color: #b4945b;
}
div.panel {
	background-color: #fffaec;
	background-image: url(../img/bg/lightpanel.jpg);
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #d5c9a3;
}
div.panel.dark {
   	background-image: url(../img/bg/darkpanel.jpg);
   	background-color: #c9b487;
   	border-top: 1px solid #b6935d;
}
div.panel.dark h2 {
    	background-image: url(../img/arrows/dark_on_dark.gif);
}

p.quote {
	background-image: url(../img/quote/quote_open.gif);
}
p.quote span {
	background-image: url(../img/quote/quote_close.gif);
}
ul.latestphotos a {
    	background-image: url(../img/bg/photogallery_bg.jpg);
}
div.pgalleryheaderholder h2 {
    	background-image: url(../img/arrows/dark_on_dark.gif);
}
ul.latestphotos li {
	background-color: #fff9e9;
}
div.title span {
	background-color: #e8e1c7;
	color: #5b5146;
}
div.photoholder {
	background-color: #e6e1c4;
}
div.caption {
	color: #b4945b;
}
div.ph1 {
	background-image: url(../img/photobox/topleft.gif);
}
div.ph2 {
	background-image: url(../img/photobox/topright.gif);
}
div.ph3 {
	background-image: url(../img/photobox/bottomleft.gif);
}
div.ph4 {
	background-image: url(../img/photobox/bottomright.gif);
}

ul.gallery {
	overflow: hidden;
	zoom: 1;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #e7e2c5;
	border-top: 1px solid #d7c9a4;
	margin-bottom: 105px;
}
ul.gallery li {
	list-style: none;
	padding: 13px;
	float: left;
	background-image: url(../img/bg/gallerybg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
ul.gallery li img {
	width: ;
	height: ;
}
.centredp {
	text-align:center;
}
.centredh {
	text-align:center;
	color:#F90;
	font-size:14px;
}

.paddedp p {
	padding-bottom: 20px;
}
div.newsimagestrip {
	background-color: #e7e0c6;
	width: 100%;
	overflow: hidden;
	
}
div.newsimage {
 	width: 318px;
 	float: left;
 	background-image: url(../img/bg/newsphotobg.jpg);
 	background-repeat: no-repeat;
 	background-position: top left;
 	height: 200px;
}
div.newsimage div {
	padding: 12px;
	
	
}
div.newsimage div img {
	margin: 0px;
}
div.newsimage img {
	margin: 12px;
}
div.newscaption {
	color: #b6925e;
	width: 110px;
	float: left;
	font-size: 0.75em;	
}
div.newscaption span {
	display: block;
	padding: 15px;
	padding-left: 10px;
	line-height: 1.15em;
}

div.eventPage div.next2dateBox {
	width: 365px;
}
h3.fulllength {
	background-color: #e7e0c6;
	color: #50453f;
	font-size: 0.9em;
	margin-top: 10px;
	padding:5px;
	padding-left: 10px;
}
h5 {
	font-size: 1.4em;
	color: #b7925e;
}
h6 {
	font-size: 0.9em;
	color: #b7925e;
	padding: 3px 0px;
}
div.eventPage div.next2dateBox p a{
	display: inline;
	line-height:1em;
}
div.eventsLister h3{
	margin-top: 0px;
	
}
div.eventsLister div.addPadd {
	padding: 7px;
	font-size: 0.75em;
}
div.eventsLister h5 {
	font-size: 1.5em;
}
div.eventsLister p {
	font-size: 1em;
}
div.eventsLister h6 {
	font-size: 1em;
	padding-top: 0px;
	padding-bottom: 2px;
}
div.addPadd {
	border-top: 1px solid #ded4b6;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

/* NEWS PAGE */

div.newsPage div.panelbottom {
	overflow: hidden;
	width: 100%;
	position: relative;
}
div.newsPage div.panelbottom p {
	font-size: 0.75em;
}
div.newsIndexPad {
	padding: 12px;
	
}
div.newsIndexPad h5 {
	margin-bottom: 4px;
}
div.newsPage h5 a{
	font-size: 0.8em;
	color: #522b04;
}
div.rightImg.new {
	position: absolute;
	top: 0px;
	right: 0px;
}
div.panColRight {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
a.thumb {
	display: block;
	float: left;
	padding: 10px;
	background-image: url(../img/bg/gallerybg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

a#lightbox_close {
	color: #000;
	font-size: 0.9em;
	
	margin-top: 2px;
	display: block;
}
div.panColWrap.news div.panColRight {
	font-size: 0.75em;
}