/* Funky Blows */

* {
	margin:0;
	padding:0;
}

body {
	background:#666666; 
	background: url(../images/Stripes02.gif);
	font-family: lucida grande, lucida sans unicode, lucida sans, trebuchet ms, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
}

/*
strong, em {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", trebuchet ms, Verdana, Geneva, Helvetica, sans-serif;
}
*/

#menu ul, #right ul, #right2 ul, #right3 ul, #rightDocs ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;	
}
h1, h2, h3, h4, h5 {
	color: #8b8b07;
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-size: 125%
}
h1 {
	margin-left: -4px;
	font-size: 135%;
	
}
h2 {
	font-size: 120%;
}
h2 a {
	font-size: 115%;
}
	
h3 {
	margin-left: 2px;
}
h5 {
	font-size: 115%;
	margin-bottom: 3px;
}

p {
	font-size: 100%;
	text-align: justify;
	font-weight: normal;
	margin-bottom: 14px;
	line-height: 1.25em !important;
	line-height: 1.20em;
}

/*  -------------------- links -------------------- */

a {
	color:#006666;
	text-decoration: none;
	font-weight:bold;
	padding: 0px 2px 1px 2px;
	text-transform:none;
	
}
a:hover {
    color: #FFFFFF;
	background: #c2e30b;
	background: #b05712;
}
a:hover.latest  {
	color: #B05712;
	background: none;
}
img a:hover {
	background: transparent;
}
a:active, a:focus { 
	outline: 0; 
}
a.hand {
	cursor: pointer;
}

/*  -------------------- containers -------------------- */

#border {
	border: 1px solid #c2e30b;
	width: 840px !important; 
	width: 802px; 
	margin-left: auto; 
	margin-right:auto; 
}
#main {
	width: 800px; 
	margin: auto; 
	background:url(../images/Stripes01.gif);
	border:#FFFFFF 10px solid; 
	padding: 10px; 
}
#anchor {
	height: 1px;
	padding-bottom: 7px;
}
#header {
	width: 795px;
	min-height: 136px;
	height: auto;
	border: 1px solid #c2e30b;
	background: #FFFFFF; 
	padding-bottom: 0px;
}
*html #header {
	height: 136px;
}

#title {
	float:left;
	height: 90px; 
	height:143px; 
	width: 795px !important;
	width: 798px; 
	margin-left: 0; 
	text-align: center;
	color: #f7f5e5;
	border-bottom: 1px solid #c2e30b;
	background: url(../images/banner2007.jpg) no-repeat bottom left;
	
}
#bar { 
	width: 795px; 
	background: #FFFFFF; 
}
.highlight, .highlight2, .highlight3, .highlight4, .highlight5, .highlight6, .highlight7, .highlight8 {
	width: 95%; 
	border: 1px solid #c2e30b; 
	padding: 10px;
	padding-right: 15px; 
	padding-bottom: 15px; 
	background: #F5F9E3; 
	margin-bottom: 13px;
}
.highlight2 {
	margin-top: -5px;
	padding-bottom: 0;
}
.highlight3 {
	margin-top: 15px;
	padding-bottom: 10px;
}
.highlight4 {
	padding: 15px;
	margin-top: -5px;
}
.highlight5 {
	padding: 15px;
	margin-top: -5px;
	background: #FFFFFF;
	width: 93%; 
}
.highlight6 {
	padding: 15px;
	margin-top: -5px;
	background: #FFFFFF;
	width: 94%; 
}
.highlight7, .highlight8 {	
	padding-top: 13px;
	margin-top: -4px;
	background: #FFFFFF;
	margin-bottom: 20px; 
}
.highlight8 {
	background: #F5F9E3; 
}
#printer {
	margin: 3px 0 0 0;
	padding-bottom: 1em;
}
.printerIcon {
	margin: 0 3px 0 27px;
}

/*  -------------------- #menu -------------------- */

#menu {
	background:#FFFFFF; 
	width: 680px; 
	padding: 5px 0 5px 15px; 
	float: left;
}
#menu li {
	display: inline;
}

.home, .home2, .home3 { 
	color: #B05712;
	font-weight: bold;
	margin: 0px 2px 0px 2px;
	padding-bottom: 2px;
	border-bottom: 4px solid #B05712;
}
.home2 { 
	border-bottom: none;
}
.home3 { 
	border-bottom: none;
	margin: 0;
}
.divide, .divideHome {
	color: #CCCCCC;
	font-weight: normal;
	padding: 0;
}
.divideHome {
	padding-left: 2px;
}
.more {
	color: #FFFFFF;
	background: #006666;
	border: 1px solid #C2E30B;
}
.category { 
	/*font-weight: bold; */
	
	color: #FFFFFF; 
	background:url(../images/Stripes02.gif); 
	padding: 0 4px 1px;
}
.category2 { 
	font-weight: bold;	
	color: #FFFFFF; 
	background:url(../images/Stripes02.gif); 
	padding: 2px 5px 3px;
}
.categoryMore { 
	line-height: 2em;
}

/*  -------------------- #banner -------------------- */

#banner {
	width: 250px;
	margin: -23px 0;
	font-size: 11px;
	height: 14px;
	padding-top: 3px;
	padding-right: 15px;
	float: right;
	text-align: right;
}
#banner ul {
	list-style:none;
}
#banner li	{
	display:inline;
	margin: 0;
}


/*  -------------------- clearfix -------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*  -------------------- #container -------------------- */

#container {
	width: 765px !important; 
	width: 768px; 
	margin: 11px 0 ;
	margin-top: -1px;
	min-height: 330px;
	height: auto;
	background: #FFFFFF;
	padding: 15px;
	border: 1px solid #c2e30b;
	float: left;
	position:relative;
	
}
*html #container {
	height: 330px;
}

/*  -------------------- #left & #right -------------------- */

#left {
	width: 490px; 
	float: left;  
	padding: 5px; 
	min-height: 450px;
	height: auto;
}
*html #left {
	height: 450px;
}
#right, #right2, #right3, #rightDocs, .right3, .rightLast, .rightPlan {
	width: 225px; 
	float: right; 
	border: 1px solid #C2E30B;
	padding: 10px;
	padding-left: 8px;
	min-height: 10px;
	height: auto; 
	background: #F5F9E3; 
	position: relative;
}
#right2, #right3, #rightDocs, .rightPlan {
	margin-bottom: 10px;
}
.rightPlan {
	width: 225px; 
	float: right; 
	border: 1px solid #C2E30B;
	padding: 10px;
	padding-left: 8px;
	background: #F5F9E3; 
	margin-bottom: 13px;
}
.right3, .rightLast {
	background: #FFF;
	margin-top: 15px;  
	padding: 0px;
	border: 0px solid #c2e30b;
	width: 245px;
}
.rightLast {
	clear: both;
	margin-bottom: 15px;
}
#right {
	margin-bottom: 15px; 
	padding-bottom: 1em; 
}
#rightDocs {
	margin-top: 5px;
}
*html #right, *html #right2, *html #right3, *html #rightDocs {
	height: 10px;
}
#right li, #right2 li,#rightDocs li {
	text-align: left;
	margin-bottom: 5px;
}
#right li a, #right2 li a{
	margin-left: -2px;
}
.older {
	margin: 12px 0 0 3px;
}

/*  -------------------- misc -------------------- */

.eventList {
	margin-left: 15px;
}
.eventSpace {
	margin-bottom: 6px;
}
.mList { 
	list-style: none;
}
#help li{
	list-style: disc;
	padding: 0;
	margin: 0 0 0 15px;	
}
#residential td {
	padding: 5px 0;
}
.recent, .resource {
	margin: 13px 0;
	width: 460px;
	padding: 15px;
	background: #FFFFFF;
	border: 1px solid #C2E30B;
}
.resource {
	background: #F5F9E3;
	border: 1px solid #C2E30B;
	margin-top: 20px;
}
.resource2 {
	margin-bottom: 14px;
}
.hide {
	display: none;
	visibility: hidden;
}
.line {
	border-bottom: 2px dotted #CED2DB;
	margin: 30px 0 30px 0;	
}
.back {
	float: right;
	font-size: 80%;
	padding: 5px 0;
	margin-right: 5px;
}
.date {
	color: #b05712;
}
.date2 {
	color: #b05712;
	font-size: 110%;
	font-weight: bold;
}
.festival {
	padding: 0 15px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1.5em;
}
.subDate {
	font-size: 16px;
	line-height: 22px;
}
.subDate2 {
	font-size: 16px;
	line-height: 22px;color: #8b8b07;
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-weight: bold;
}
.comm {
	color: #D14256;
	font-size: 105%;
}
.tel {
	font-size: 125%;
	color: #8b8b07;
	margin-left: 2px;
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	font-weight: bold;
}
.download {
	margin-left: 55px !important;
	margin-left: 65px;
}
.subH1 { 
	color: #B05712;
	font-weight: normal;
	font-size: 95%;
}
.subH2 { 
	color: #B05712;
	font-weight: bold;
	font-size: 95%;
}
.guest { 
	color: #B05712;
}
.clickHere {
	background: #006666;
	border: 0;
}
.clickHere a {
	background: #006666;
	border: 0;
}
.w90m10 {
	width: 90%;
	margin-left: 10px
}
.planning {
	margin: 0 0 13px 15px;
}
.planning li {
	margin-bottom: 1em;
}
.sub {
	margin-top: 13px; 
	margin-bottom: 13px; 
	display: none;
}	
.source {
	color: #555555;
	font-weight: bold;
}
.eventTitle { 
	color: #B05712;
	font-weight: normal;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*  -------------------- #footer -------------------- */

#footer {
	width: 790px;
	font-size : 11px;
	line-height : 1.3; 
	height: 12px;
	letter-spacing : 0.05px; 
	padding-left: 5px;
	padding-right: 5px;
}
#leftFoot {
	float: left;
	width: 550px;
	padding-left: 10px;	
}
#degas {
	float: right;
	width: 210px;
	text-align: right;
	padding-right: 15px;
}

/*  -------------------- gallery -------------------- */

.gallery {
	font-size: 12px;
	line-height: 1em;
	margin: 7px 0 8px 8px;
}
.BB {
	width: 100px;
	position: absolute;
	top: 230px;
	left: 60px;
	padding-bottom: 3px;
}	
.MC {
	width: 100px;
	position: absolute;
	top: 230px;
	left: 60px;
	padding-bottom: 3px;
}
.galleryCaption, .galleryCaptionA {
	width: 137px; width: 151px;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 5px 5px 9px;	
	background: #B05712 url(../images/gallery/cap_btm.png) no-repeat bottom left ;
}
.galleryCaptionA {
	width: 206px;
	background: #B05712 url(../images/gallery/cap_btm2.png) no-repeat bottom left ;
}
.galleryCaption2, .galleryCaptionA2 {
	width: 151px; width: 165px;
	background: #B05712 url(../images/gallery/cap_tr.png) no-repeat top right;
	height: 8px;
	min-height: 8px;
	font-size: 1px;
}
.galleryCaptionA2 {
	width: 220px;
}
#gall_pic {
	width:295px; 
	float: left;
}
#gall_pic2 {
	width:465px; 
	float: left;
	min-height: 365px;
	height: auto;
}
*html #gall_pic2 {
	height: 330px;
}
#gall_thumbs, #gall_thumbs2 {
	float: left; 
	width: 170px; 
	height: 470px;
	position: relative;
}
#gall_thumbs2 {
	height: 420px;
}
.thumbsTop1 {
	margin: 8px 0 0 5px !important;
	margin: 25px 0 0 5px;
}
.gallery_thumb {
	padding:0; 
	background:transparent;
	border: 0;
}
div.thumbsTop1 a.image {
	padding:0; 
	background:transparent;
	border: 0;
}
.clickTo {
	font-weight: bold;
	font-size: 13px;
	font-family:"lucida grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, "trebuchet MS", helvetica, sans-serif;
}
.intro1 {
	float: left;
	width: 120px;
}
.intro2 {
	float: left;
	width: 345px;
}


/*  -------------------- pictures -------------------- */

.picBorder {
	border: 1px solid #CCC;
}
.picBorder2 {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.picLeft {
	float: left;
	margin: 5px 10px 0 0;
}
.picLeft-LM {
	float: left;
	margin: 10px 10px 10px 0;
}
.picLeft-R {
	float: left;
	margin: 10px 0 10px;
}
.picLeft2 {
	float: left;
	margin: 5px 0 8px 0;
}
.picLeft3 {
	float: left;
	margin: 7px 10px 5px 0 !important;
	margin: 5px 10px 5px 0;
}
.picLeft4 {
	float: left;
	margin: 5px 13px 0 0;
}
.picRight {
	float: right;
	margin: 5px 0 0 10px;
}
.picRight2 {
	float: right;
	margin: -10px 0 0 10px;
}
.caption, .caption1, .caption11, .caption2, .caption3, .caption3a, .caption3b, .caption4, .caption5 {
	padding-left: 6px;
	font-size: 11px;
	color: #B05712;
	line-height: 1.3em;
}
.caption1 {
	margin-top: 3px;
}
.caption11 {
	margin-top: 5px;
}
.caption2 {
	color: #252525;
}
.caption3 {
	padding: 0;	
}

.caption3a {
	padding: 0;	
	line-height: 1em;
}
.caption3b {
	padding: 0;	
	font-weight: bold;
	font-size: 12px;
	padding-left: 1px;
}
.caption4 {
	margin-bottom: 1em;
	margin-top: 2px;
}
.caption5 {
	padding-left:4px;
	color: #252525;
}
.picPad4 {
	margin-bottom: 6px;
	border: 1px solid #CCC;
}
.picLeftBorder {
	float: left;
	margin: 5px 10px 0 0;
	border: 1px solid #CCC;
}
.picLeftBorder2 {
	float: left;
	margin: 2px 10px 0 0;
	border: 1px solid #CCC;
}
.picLeftBorder3 {
	float: left;
	margin: 10px 12px 14px 0;
	border: 1px solid #CCC;
}
.picRightBorder {
	float: right;
	margin: 5px 0 0 10px;
	border: 1px solid #CCC;
}	
.picDoc {
	width: 34px;
	text-align:right;
	margin: 0 8px 0 10px;
	padding-bottom: 5px;
	float:left;
}
.picDoc2 {
	margin: 0 8px 0 10px;
	float:left;
}
.centred { 
	margin-bottom: -2px; 
}
.noGapM {
margin-top: -8px;
}
.noGapP {
padding-top: -6px;
float: left;
}
.icon {
	margin-right: 4px;
}
.icon2 {
	height: 27px;
	min-height: 27px;
}
.stars {
	list-style-image:url(../images/star.gif)
} 


/*  -------------------- #role and #officer -------------------- */

#role {
	padding-right: 15px; 
	font-weight: bold; 
	float: left; 
}
#officer {
	float: left;
}

/*  -------------------- membership form -------------------- */

.mTitle {
	margin-bottom: 3px;
	font-weight: bold;
}
.mQuestion {
	margin-bottom: 3px;
}
.mAnswer, .mAnswer2, .mAnswerMulti {
	color: #8b8b07;
	padding: 3px;
	font-weight: bold;
	margin-top: 3px;
	font-family: lucida grande, lucida sans unicode, lucida sans, trebuchet ms, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
}
.mAnswer2 {
	text-align: center;
}
.mAnswerMulti {
	width: 344px;
}
.chkPad {
	margin-right: 5px;
}
.dataP, .dataP2 {
	font-size: 12px;
	font-style:italic;
	line-height: 1.1em;
}
.dataP2 {
	padding-left: 40px;
}

.frmButton	{
	font-weight: bold;
	padding: 3px;
}
.reqd {
	font-size: 12px;
	vertical-align:bottom;
}
.event {
	line-height: 1.4em;
	color: #b05712;
	font-weight: bold;
}
.anchor {
	padding: 0;
}
.events {
line-height: 1.1em;
}
.pad7 {
padding-bottom: 7px;
}
.pad5T {
line-height: 1.4em;
}
.banner {
	padding: 5px;
	padding-right: 0; 
	width: 758px; 
	background: #FFFFFF;
	float: left;
}
.noPad {
	padding: 0;
}
a:hover.noPad {
	padding: 0;
	background: none;
}
.nlpad {
	margin-left: 15px;
}
.small {
	font-size: 90%;
}
a.degas {
	color:#006666;
	font-weight: normal;
}
a:hover.degas {
	color: #FFFFFF;
	font-weight: normal;
}
.degas2 {
	color: #000000;
	font-weight: normal;
}
a:hover.degas2 {
	color: #FFFFFF;
	font-weight: normal;
}
.quote {
	color: #666;
	font-weight: bold;
}
.full {
	width: 100%;
	margin: 1em 0;
}
.full2 {
	width: 100%;
	margin: 1.5em 0 0.5em 0;
}
.justify {
	text-align: justify;
}
.thanks {
	font-size: 90%;
}