/* 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-spacing: 0; }
acronym { cursor: help; }

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

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Verdana, Geneva, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Verdana, Geneva, sans-serif; }
select { font-size: 100%; font-family: Verdana, Geneva, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.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%; left: 0; top: 0; text-indent: -1000em; }

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

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



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

a:link, a:visited {
	color: #00a4ef;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Verdana, Geneva, sans-serif;
	background: #fffcdc;
	padding: 15px 0 0;
}
#page {
	width: 994px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #333333;
	background: #FFFFFF url(../img/page-bg.gif) repeat-y 0 0;
}
	#page2 {
		background: url(../img/page-t.jpg) no-repeat 0 0;
	}
		#page3 {
			background: url(../img/page-b.png) no-repeat 0 100%;
			min-height: 600px;
			padding: 14px 2px 14px 12px;
		}

#top {
	width: 100%;
	overflow: hidden;
	position: relative;
}
	#logo {
		float: left;
		padding: 0 0 0 26px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 191px;
			height: 66px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../img/logo-1.jpg) no-repeat 0 0;
			}
	#menu {
		float: right;
		margin: 41px 0 0;
		height: 32px;
		width: 720px;
		background: url(../img/menu-bg.jpg) repeat-x 0 0;
	}
		#menu ul {
			background: url(../img/menu-l.gif) no-repeat 0 0;
			height: 32px;
			padding: 0 0 0 9px;
			font-family: Arial, sans-serif;
			font-size: 116.67%;
		}
			#menu li {
				float: left;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					color: #FFFFFF;
					padding: 0 11px;
					line-height: 32px;
				}
				#menu li a:link:hover, #menu li a:visited:hover {
				}
				#menu li.active a:link, #menu li.active a:visited {
					background: #FFFFFF url(../img/menu-active.gif) repeat-x 0 0;
					padding: 5px 12px 0;
					position: relative;
					top: -5px;
					color: #998675;
				}
	#search {
		position: absolute;
		right: 10px;
		top: 7px;
		padding: 2px 2px 2px 25px;
		background: url(../img/icon-search.gif) no-repeat 7px 50%;
		border: solid 1px #dcd8d5;
	}
		#search label {
			display: none;
		}
		#search input.text {
			float: left;
			margin: 0 3px 0 0;
			border: none;
			font-size: 91.67%;
			padding: 3px 1px;
			color: #999999;
		}
		#search input.submit {
			float: left;
			width: 29px;
			height: 19px;
			font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
			color: #49b702;
			text-transform: uppercase;
			background: url(../img/but-1.jpg) no-repeat 0 0;
			border: none;
		}

#wrap {
	width: 947px;
	overflow: hidden;
	padding: 0 0 0 33px;
}
	#wrapSec {
		float: right;
		width: 711px;
		overflow: hidden;
		padding: 0 13px 5px 0;
		background: url(../img/wrap-b.png) no-repeat 0 100%;
	}
		#content {
			float: left;
			width: 440px;
			padding: 30px 0 40px 18px;
			background: url(../img/content-l.gif) repeat-y 0 0;
		}
		#side1 {
			float: right;
			width: 201px;
			padding: 15px 12px;
			margin: 54px 0 0;
			background: #fcfcfc;
			border: solid 1px #e0eecc;
		}
	#side2 {
		float: left;
		width: 185px;
		padding: 30px 0 0;
	}


#content p {
	line-height: 1.5;
	margin: 0 0 1em;
}
#content ul,
#content ol {
	list-style: disc;
	line-height: 1.6;
	margin: 0 0 1em 2em;
}
#content ol {
	list-style: decimal;
}

#content h2 {
	font-family: Arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
	margin: 0 0 .3em;
}
#content h3 {
	font-family: Arial, sans-serif;
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 .5em;
}

#side1 h3 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin: 0 0 .3em;
}
	#side1 li {
		margin: 0 0 .2em;
	}

#side2 h3 {
	font-family: Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 .3em;
}


#footer {
	padding: 22px 0 18px 70px;
	background: #FFFFFF url(../img/logo-2.jpg) no-repeat 10px 50%;
}
	#footer p {
	}
	#footer p.links {
		font-size: 116.67%;
		margin: 0 0 .4em;
	}
		#footer p.links a:link, #footer p.links a:visited {
			color: #7ac943;
			padding: 0 .75em 0 0;
		}
	#footer p.copyright {
		font-size: 91.67%;
		color: #808080;
	}



/* page-1
----------*/

#who {
	margin: 0 0 1em;
}
	#who h3 {
		color: #ff5247;
	}
	#who p {
		line-height: 1.5;
	}

#news {
	margin: 0 0 1em;
}
	#news h3 {
		color: #ff5247;
	}
	#news ul {
		list-style: none;
		margin: 0;
	}
		#news li {
			margin: 0 0 .75em;
			line-height: 1.35;
		}
			#news .title {
				font-weight: bold;
			}
			#news .date {
				font-size: 91.67%;
				color: #4c4c4c;
			}

#contact {
	border-top: solid 1px #d9d9d9;
	font-size: 91.67%;
	padding: 1em 0;
}
	#contact h3 {
		font-size: 100%;
		color: #4c4c4c;
		margin: 0 0 .1em;
	}
	#contact a:link, #contact a:visited {
		color: #4c4c4c;
	}


.image1 {
	float: right;
	margin: 0 0 .2em .5em;
}

.image2 {
	margin: 0 0 .5em;
}



/* home
----------*/

.home #wrap {
	width: 960px;
	padding: 0 0 0 20px;
}
	.home #wrapSec {
		width: 707px;
		padding: 0 13px 0 0;
		background: none;
	}
		.home #content {
			padding-top: 0;
			padding-bottom: 10px;
			background: none;
		}
		.home #side1 {
			margin-top: 0;
		}
	.home #side2 {
		padding: 0;
		width: 240px;
	}

.box1 {
	background: #f2f2f2 url(../img/box1-l.gif) no-repeat 0 0;
	padding: 18px 15px 0 15px;
	height: 350px;
	margin: 0 0 20px;
}

#events {
}
	#events .month {
		text-transform: uppercase;
		margin: 0 0 .5em;
	}
	#events table {
		width: 100%;
		border-spacing: 2px;
		margin: 0 0 1em;
	}
		#events table th {
			text-align: center;
			font-size: 83.33%;
			text-transform: uppercase;
			padding: 2px 0;
		}
		#events table td {
			text-align: right;
			border: solid 1px #b9b9b9;
			background: #FFFFFF;
			color: #000000;
			font-size: 83.33%;
			padding: 2px 2px 8px;
		}
		#events table td.inactive {
			background: #e5e5e5;
			color: #4c4c4c;
		}
		#events table td.active {
			background: #eda4a9;
			border: solid 1px #f2555b;
		}
			#events table td a:link, #events table td a:visited {
				color: #000000;
			}
	#events ul {
		margin: 0 0 1em;
	}
		#events li {
			margin: 0 0 .3em;
		}
			#events li p {
				line-height: 1.5;
			}
			#events .title {
				font-weight: bold;
			}
	#events .button {
		font-weight: bold;
	}

#header {
	margin: 0 -13px 30px 0;
}

#butFacebook {
	font-weight: bold;
	color: #3b5997;
}
	#butFacebook a:link, #butFacebook a:visited {
		display: block;
		width: 129px;
		height: 22px;
		text-indent: -1000em;
		background: url(../img/but-facebook.gif) no-repeat 0 0;
	}


#newsletter {
	margin: 0 0 2em;
}
	#newsletter h3 {
		font-size: 116.67%;
		font-weight: bold;
		color: #ff5247;
		letter-spacing: -0.05em;
		margin: 0 0 .5em;
	}
	#newsletter form {
		border: solid 1px #dcd8d5;
		padding: 3px 3px;
	}
		#newsletter .text {
			float: left;
			border: none;
			color: #b2b2b2;
			height: 16px;
			padding: 4px 4px;
			width: 155px;
		}
		#newsletter .img {
			float: right;
		}

#out {
}
	#out .map {
		margin: 0 0 1em;
	}
	#out h3 {
		color: #000000;
		margin: 0 0 .5em;
	}
	#out p {
		line-height: 1.75;
	}

/* MT Customs */
#comment-nav li {list-style:none;}
#comments h2 {font-size:18px;font-weight:normal;}
.content-nav,.entry-categories,.asset-more-link {margin-top:20px;}
.archive-title,.search-results-header {margin-bottom:20px;}
.hidden,#top-comment-nav,#comment-nav {display:none;}
#content .hentry {margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #ccc;}
#comments-form input {margin-bottom:10px;}
.comment {margin-bottom:10px;padding-bottom:0px;border-bottom:1px solid #ccc;}
.asset-meta {margin-bottom:10px;}

#content label {display:block;margin:10px 0;}
