/*-------
// global reset
//-----*/
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,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; height: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { border-width: 1px; padding: 2px 3px; font-family: Arial, sans-serif;}
.submit { background: #577eac; border: none; color: #FFFFFF; padding: 2px 3px; cursor/**/: /**/pointer; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; text-indent: -1000em; }

a:link, a:visited { text-decoration: underline; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: none; }
a.inv:link, a.inv:visited { text-decoration: none; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: underline;}

.cols { overflow: hidden; margin: 0; }
.cols .col { float: left; width: 50%; }
.cols .last { margin-right: 0; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#ie7 .clearFix { min-height: 1%; }



/*-------
// custom styles
//-----*/

a:link, a:visited { 
	color: #385c87;
}
a:visited { 
	color: #385c87;
}
a:link:hover, a:visited:hover {
}

body {
	font-family: Arial, serif;
	text-align: center;
	background: #b6d8f3 url(img/body.jpg) repeat-x 0 0;
}
#page {
	width: 899px;
	font-size: 130%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	color: #385c87;
	border: solid 1px #254c7b;
	border-width: 0 1px;
	background: #FFFFFF url(img/side-m.gif) repeat-y 100% 0;
}


#top {
	position: relative;
	width: 100%;
	background: url(img/header.jpg) no-repeat 0 0;
}
	#logo {
		float: left;
		height: 164px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 400px;
			height: 164px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(img/header.jpg) no-repeat 0 0;
			}
	#menu {
		clear: left;
		width: 100%;
		height: 36px;
		background: url(img/menu-m.gif) repeat-x 0 0;
		position: relative;
	}
		#menu ul {
			padding: 0 0 0 20px;
		}
			#menu li {
				float: left;
				display: block;
				line-height: 36px;
				height: 36px;
				background: url(img/menu-sep.gif) no-repeat 100% 0;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					color: #FFFFFF;
					padding: 0 1.25em;
					text-decoration: none;
				}
				#menu li a:link:hover, #menu li a:visited:hover {
					text-decoration: underline;
				}
	
#wrap {
	width: 100%;
	overflow: hidden;
	background: url(img/content-t.jpg) no-repeat 0 0;
}
	#content {
		float: left;
		width: 508px;
		padding: 60px 60px 30px 60px;
		font-weight: bold;
	}
		#content h1 {
			font-size: 146.15%;
			font-weight: bold;
			margin: 0 0 .5em;
		}
			#content h1 span {
				display: block;
				font-weight: normal; 
				font-size: 78.9%;
			}
		#content h2 {
			font-size: 100%;
			font-weight: bold;
			color: #000000;
			margin: 0 0 .4em;
		}
		.sep {
			padding: 0 0 .4em;
			border-bottom: solid 1px #254c7b;
		}
		#content p {
			line-height: 1.4;
			margin-bottom: 1em;
		}
	#side {
		float: right;
		width: 270px;
		padding: 0 0 20px;
	}

#search {
	background: #FFFFFF;
	padding: 15px 0 15px 8px;
}
	#search input.text {
		float: left;
		margin: 0 5px 0 0;
		background: url(img/input-m.png) no-repeat 0 0;
		height: 15px;
		width: 178px;
		padding: 3px 3px;
		border: none;
	}
	#search input.submit {
		background: #577eac;
		border: none;
		height: 21px;
		color: #FFFFFF;
	}

#next {
	text-align: center;
	padding: 0 0 10px;
}
	#next h2 {
		height: 37px;
		margin: 0 0 10px;
		text-align: left;
	}
		#next h2 span {
			background: url(img/title-date.png) no-repeat 0 0;
		}
	#next p {
		margin: 0 20px 10px;
		font-size: 107.69%;
		line-height: 1.25;
	}
		#next p span, #next p b {
			font-size: 114.29%;
			display: block;
		}
#last {
	text-align: center;
}
	#last h2 {
		height: 55px;
		margin: 0 0 10px;
		text-align: left;
	}
		#last h2 span {
			background: url(img/title-event.png) no-repeat 0 0;
		}
	#last p.title {
		font-weight: bold;
		font-size: 123%;
	}
	#last p.date {
		font-size: 107.69%;
		margin: 0 0 10px;
	}
	#last p.txt {
		font-size: 92.31%;
		margin: 0 20px 15px;
	}
p.more {
	text-align: center;
}
	p.more a:link, p.more a:visited {
		display: block;
		width: 95px;
		height: 20px;
		line-height: 20px;
		color: #FFFFFF;
		font-size: 92.31%;
		text-decoration: none;
		margin: 0 auto;
		background: url(img/but-1.gif) no-repeat 0 0;
	}


#bot {
	background: url(img/bot.gif) repeat-x 0 0;
	line-height: 40px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
}
	#bot a:link, #bot a:visited {
		color: #FFFFFF;
	}
	#bot .created {
	}


/*-------
// forms
//-----*/

fieldset {
	border: none;
}
	#page fieldset li {
		padding: .3em 0;
		width: 100%;
		overflow: hidden;
	}
	#page fieldset li.but {
		width: auto;
		margin-left: 10em;
		background: url(img/but1-l.gif) no-repeat 0 0;
		height: 29px;
	}
		fieldset li.but input.submit {
		}
		fieldset li label {
			float: left;
			display: block;
			width: 10em;
		}
		fieldset li input.text {
		}
		fieldset .req {
		}



#hpPhoto {
	text-align: center;
	margin: 0 0 55px;
}


ul.events {
}
	ul.events li {
		margin: 0 0 25px;
	}

/*-------
// gallery
//-----*/

#galleryCategs {
	list-style: disc;
	padding: 20px 0 0 2em;
}

#gallery {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}
	#gallery li {
		float: left;
		margin: 0 20px 10px 0;
	}
		#gallery li a:link img, #gallery li a:visited img {
			border: solid 1px #FFFFFF;
		}

#galleryImage {
	padding: 30px 0;
	text-align: center;
}
	#galleryImage img {
		border: solid 1px #FFFFFF;
	}






























