/* CSS Document Canada Water */

/* orange 3da8ab */
/* blue 19328b */
/* pink ef0775 */

#wrapper {
	margin: 10px auto;
	padding: 0px;
	width: 820px;
	background-color: #fff;
	
	}
#page {
	padding: 10px;
	background-color: #fff;
}
/*--------------------------------------------------------*/
/* top section */
/*--------------------------------------------------------*/
#searchBox {
	float: right;
	padding:10px 0 10px 0;
	width: 230px;
	text-align: right;

}
#header{
	width: 800px;
	border-top: 3px solid #6a2c91;
	border-bottom: 1px solid #6a2c91;
	
}
#logoBox {
	height: 90px;
	
}
#logo {
	float: left;
	width: 500px;
}
#logoB {
	float: right;
	width: 138px;
}


/*--------------------------------------------------------*/
/* Crumbtrail */
/*--------------------------------------------------------*/	
#crumbtrail {
	margin: 0;
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #000;
	background-color:#f1f1f1;
	}
#crumbtrail a	{
	text-decoration:none;
	color:#3da8ab;
	}
#crumbtrail a:hover {
	color: #000;
	text-decoration:underline;
}	
#crumbtrail a:link, #crumbtrail a:visited {
	text-decoration:none;
	color:#3da8ab;
	}
/*--------------------------------------------------------*/
/* body section	
/*--------------------------------------------------------*/
#intro {
}
#content {
	width: 600px;
	float: right;
}
#contentB {
	margin:0 0 0 200px;
}
#columnA {
	float: left;
	width: 190px;
	
}
#columnA img {
	padding: 0 0 10px 0;
	
}
#columnB {
	background-color:#FFCC33;
	width:126px;
	float: right;
}
#columnC {
	width: 440px;
	float: left;
	margin-top: 10px;
}
#columnD {
	width: 150px;
	float: right;
	margin-top: 10px;
}
#columnFront {
	width: 440px;
	float: left;
	margin-top: 10px;
}
/*--------------------------------------------------------*/
/* list news front page */
/*--------------------------------------------------------*/
#newsList {
	width: 440px;
	
	}	

#newsList ul, #newsList li {
	margin: 0;
	padding: 0;
	list-style: none;
	}	

#newsList li {
	display: inline;
	width: 440px;
	float: left;
	margin-bottom: 2px;
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
	}
#newsList li p {
	
	}
#newsList li img {
	float:left;
	margin: 0 15px 15px 15px;
	padding: 0;
	}

#newsList a , #newsList a:visited {
	color: #6a2c91;
	font-weight: bold;
	text-decoration: none;
	}
#newsList a:hover {
	color: #000;
	}
#newsList p {
	padding-left: 1em;
	padding-right: 1em;
	}

.listNewsHead {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
}
.listNewsBody {
	font-size: 1em;
}
.listNewsDate {
	color: #666666;
	line-height: 1.5em;
}
.ItemImg { 
	margin-right:5px; 
}
/*--------------------------------------------------------*/
/* Gallery Page*/
/*--------------------------------------------------------*/
#galleryList { 
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#galleryList p {
	
	font-size:1em;
	margin: 10px 0 20px 0;
}

#galleryList ul {
    border: 0;
	list-style-type:none;
    margin: 0;
	}
#galleryList li {
    float: left;
	padding: 11px;
	border: 1px solid #ccc;
    margin: 5px;
	}
#galleryList img {
	display: block;
	padding-bottom: 5px;
}	
#galleryList li a {
	display: block;
    float: left;	
	font-weight: bold;
	height:140px;
  	margin: 0;
	padding: 0;
	text-decoration:none;
}

#galleryList  a {
	color:#3da8ab;
	font-weight: bold;
	text-decoration:none;
}
#galleryList a:hover {
	color: #333;
 	}

.cellThumb { 
	padding: 10px;
	border-bottom: 1px solid #ccc;
    
    margin: 10px;
}

/*--------------------------------------------------------*/
/* 2 column pages gallery, newsletters etc*/
/*--------------------------------------------------------*/	
#newsletterList { 
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

#newsletterList ul {
    border: 0;
	list-style-type:none;
    margin: 0;
	}

#newsletterList li {
    float: left;
	padding: 11px;
	border: 1px solid #ccc;
    margin: 5px;
	}
#newsletterList img {
	display: block;
	padding-bottom: 5px;
}	
#newsletterList li a {
	display: block;
    float: left;	
	font-weight: bold;
	height:130px;
  	margin: 0;
	padding: 2px;
	text-decoration:none;
}

#newsletterList  a {
	color:#3da8ab;
	font-weight: bold;
	text-decoration:none;
}
#newsletterList a:hover {
	color: #333;
 	}			
/*--------------------------------------------------------*/
/* Calendar*/
/*--------------------------------------------------------*/
#calendar {
	color: #000;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	
}
#calendar td {
	border-bottom: 1px solid #ccc;
	padding: 9px 2px 6px 2px;

}
#calendar a {
	text-decoration:none;
	color: #3da8ab;
	font-weight: bold;
}
#calendar a:hover {
	text-decoration:underline;
}
#calendar a:visited {
}
#calendar a:link {
}
#calendarMonth td {
	font-weight: bold;
	height:20px;
	text-align: center;
	color: #000;
}

#calendarMonth a, calendarMonth a:visited {
	color: #3da8ab;
	}
#calendarHeaders th {
	height:20px;
	text-align: center;
	color: #000;
	font-weight: bold;
	border-bottom: 3px solid #ccc;
	}
#skipDays {
	text-align:left;
	background-image: url(../images/bgTdCellBlue.gif);
	background-repeat:no-repeat;
	color: #999;
	vertical-align:top;
	padding:4px; 
	height:15px;
	}
.todaydate a:link {
	text-decoration:underline;
	display:block;
	}
.eventtoday {
	color:#333;
	text-decoration:none;
	display:block;
}

.eventtoday a:link {
	height:19px;
	text-decoration:none;
	background-color:#e2e2e2;
	display:block;
	}	

/*--------------------------------------------------------*/
/* Featured Box */
/*--------------------------------------------------------*/
.featured {
	background-color:#000;
	background-image:url(../images/bgBox.jpg);
	background-repeat:no-repeat;
	margin: 0 0 10px 10px;
}

.featured p {
	margin: 0px;
	padding: 5px;
	font-size: 73%;
	color: #fff;
}
.featured h1 {
	background-color: #4ea8ba;
	background-image:url(../images/headerBgB.jpg);
	background-repeat:no-repeat;
	color:#fff;
	font-size: 80%;
	margin: 0px;
	padding: 10px;
	}
.featured a {
	text-decoration:none;
	font-weight: bold;
	color: #fff;

}
.featured a:link, .featured a:visited {

}
.featured a:hover {
	color: #ccc;
}
.featured a:active {
	text-decoration:none;
	color:#3ea7b6;
}
.featuredHead {
	margin: 5px 10px 8px 10px;
	padding-bottom: 5px;
	font-size: 73%;
	border-top: 1px dotted #333333;
	font-weight: bold;
	color: #fff;
	border: 0px;
}
/*--------------------------------------------------------*/
/* Print Box */
/*--------------------------------------------------------*/
#printBox {
}
#printBox {

}
#printBox a {
	text-decoration:none;
	font-weight: bold;
	color: #3da8ab;
	}
#printBox a:link, #printBox a:visited {
	color: #3da8ab;
	}
#printBox a:hover {
	color: #000;
	text-decoration: none;
}
#printBox a:active {
	text-decoration:none;
	color:#3da8ab;
}
/*--------------------------------------------------------*/
/* Footer */
/*--------------------------------------------------------*/
#footer {
	clear: both;
	height: 80px;
	width: 800px;
	border-top: 1px solid #3da8ab;
	padding-top: 10px;
}
#footer p {
	color: #000;
	font-size: 1em;
	padding: 10px;
	}
#footer a {
	color:#3da8ab;
	font-weight: bold;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
}
#footer a:visited{
}
#footer a:link{
}
.clear {
	clear: both;
	}
	
/*--------------------------------------------------------*/
/* a- b */
/*--------------------------------------------------------*/
.alphabg {
	padding: 8px;
	text-align:center;
	margin:1px;
	border: 1px solid #ccc;
}
#printBox {
	width:150px;
	white-space:nowrap;
}
.printBox img {
	padding:0;
	margin:0;
	float:left;
}

/*--------------------------------------------------------*/
/* columnC lists */
/*--------------------------------------------------------*/
#columnC li {
	list-style-type: disc;
}
/*--------------------------------------------------------*/
/* timetable */
/*--------------------------------------------------------*/
.timeTbl {
 padding: 10px;
 border-bottom: 1px solid #fff;
}
/*--------------------------------------------------------*/
/* image paddinge */
/*--------------------------------------------------------*/
.thPad {
	padding: 0 10px 10px 0;
}
/*--------------------------------------------------------*/
/* tables */
/*--------------------------------------------------------*/
table {
		border-collapse: collapse;
		} 

th { 
		border-top: 1px solid #ccc; 
		border-bottom: 3px solid #ccc; 
		font-size: 1.2em;
		padding: 3em;
		line-height: 1.2;
		} 
td { 
		border-bottom: 3px solid #ccc; 
		font-size: 1em;
		padding: .2em;
		line-height: 1.2;
		
		} 

tbody td {
		border-top: 0;
		border-bottom: 0;
		}

caption {
		font-weight: bold;
		font-size: 1.4em;
		text-transform: uppercase;
		padding: 0 0 5px;
		color: #333333;
		}

th {
		
		text-align: left;
		padding: 5px;
		}

tfoot {
		background-color: #e2e2e2;
		color: #555555;
		}

tfoot td {
		font-size: 1.0em;
		text-align: center;
		}

