﻿body
{
	background: #ECEAE6;
	color: #333;
}

#skipme, #maincontentbk
{
	display: none;
}

#wrapper
{
	background: transparent url(wrapper-bg.gif) repeat-y 0px 105px;
}

#header
{
	height: 103px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}
	#header h1
	{
		display: none;
	}

#sidebar
{
	/*background: #8DAA5B;*/
	padding: 6px;
	
	color: #000000;
}		
	#sidebar .contact-info
	{
		margin-top: 20px;
	}
		#sidebar .contact-info address
		{
			font-style: normal;
		}
	
	div.textresizer
	{
		margin-bottom: 10px;
		color: #2B562B
	}
		div.textresizer p
		{
			display: inline;
			margin: 0px;
			font-variant: small-caps;
		}
		
		ul.textresizer
		{
			list-style: none;
			display: inline;
			margin: 0px;
			padding: 0px;
		}
			ul.textresizer li
			{
				display: inline;
				margin: 0px;
			}		
			.textresizer .s0,
			#content.s0
			{
				font-size: 11px;
			}
			.textresizer .s1,
			#content.s1
			{
				font-size: 13px;
			}
			.textresizer .s2,
			#content.s2
			{
				font-size: 15px;
			}
			.textresizer .s3,
			#content.s3
			{
				font-size: 17px;
			}
			
			.textresizer .s0,
			.textresizer .s1, 
			.textresizer .s2, 
			.textresizer .s3,
			.textresizer a:visited.s0,
			.textresizer a:visited.s1,
			.textresizer a:visited.s2,
			.textresizer a:visited.s3
			{
				cursor: pointer;
				text-decoration: none;
				border: solid 1px #8DAA5B;
				padding: 2px 3px;
				font-weight: bold;
				color: #2B562B
			}

			.textresizer a:hover.s0,
			.textresizer a:hover.s1,
			.textresizer a:hover.s2,
			.textresizer a:hover.s3
			{
				border: solid 1px #2B562B;
				background: #C6D4AD;
				color: #000000;
			}
			
			.textresizer a.textresizer-active
			{
				border: solid 1px #2B562B;
				background: #ffffcc;
				color: #000000;				
			}
#main
{
}

#mainnav
{
	border-bottom: solid 4px #ECEAE6;
}

#content
{
	background: #ffffff;
	margin-top: 4px;
	padding: 6px;
}
	#content a:link, 
	#content a:visited
	{
		color: #40531D;
		text-decoration: underline;
	}

	#content a:hover
	{
		text-decoration: underline;
		color: #99CC00;
	}

h1, h2, h3, h4, h5, h6
{
	color: #8DAA5B;	/* color: #99CC00; */
}

#footer
{
	font-size: 10px;
	color: #40531D;
	display: none;
}

.bordered-table
{
	border: solid 1px #999;
}
	.bordered-table th
	{
		border: solid 1px #999;
		background: #C6D4AD;
		padding: 4px;
	}
	
	.bordered-table td
	{
		border: solid 1px #999;
		background: inherit;
		padding: 4px;
	}
	
	.bordered-table tr.alternate
	{
	}
		.bordered-table tr.alternate td
		{
			background: #EAEFE0;
		}

div.teaser-content
{
	margin-bottom: 20px;
}

h4.highlight
{
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	background: #b53731;
	padding: 6px;
}


div.events-table
{
	width: 728px;
	overflow: auto;
	margin-bottom: 20px;
}
table.events-table
{
	width: 100%;
	margin-bottom: 0px;
}
	.events-table td
	{
		border: solid 1px #ffffff;
		padding: 6px 2px;
		background: #E7B49F;
		color: #000000;
		width: 104px;
		vertical-align: top;
	}

	.events-table h4.date
	{
		font-size: 100%;
		color: #000000;
		white-space: nowrap;
	}
	
	.events-table p
	{
		margin-bottom: 10px;
	}
	
	.events-table img
	{
		border: solid 4px #40531D;
		width: 90px;
		height: 60px;
	}
	
div.bottom-imgs
{
}
	div.bottom-imgs img
	{
		float: left;
		width: 242px;
		height: 105px;
		margin: 0px;
		padding: 0px;
		border: none;
	}
