body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a {
	color: #d88900;
}
	
	/* News anchors */
	.readMore {
		white-space: pre;
	}

p {
	margin-bottom: 15px;
}

/* list */
ul, ol {
	margin: 0 0 15px 30px;
}

	ul ul, ol ol {
		margin: 0 0 0 30px;
	}
	
	ol {
		list-style-type: decimal;
	}
	
	ul {
		list-style-type: square;
	}

img.thumbnail {
	float: left;
	margin: 0 15px 15px 0;
	clear: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	font-weight: normal;
	color: #d88900;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

h3 {
	font-size: 15px;
	margin-bottom: 10px;
}

	h3 {
		color: #3b3b3b;
	}
	

h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

/* News items */
div.newsItem {
	margin-bottom: 15px;
}

	h4.newsTitle {
		display: inline;
	}
	
	p.newsText {
		display: inline;
		margin-bottom: 20px;
	}

/* CALENDAR
------------------------------------------------------------ */

table#calendar
		{
		border-collapse: collapse;
		width: 100%;
		color: #454545;
		font-size: 11px;
		border: none;
		line-height: 22px;
		}
		
		table#calendar h3 {
			margin-bottom: 0px;
		}

		table#calendar td, table#calendar th
				{
				text-align: center;
				vertical-align: middle;
				border: solid 1px #c6c5c5;
				border-bottom: none;
				height: 16px;
				padding: 0;
				margin: 0;
				height: 16px;
				}
		
		table#calendar th
				{
				border: none;
				border-bottom: solid 2px #f7be3d;
				font-weight: bold;
				}

		table#calendar td#today
				{
				color: #fff;
				background-color: #666;
				}

		table#calendar td a {
				display: block;
				font-weight: bold;
				text-decoration: none;
				}
				
				 table#calendar th a {
						font-weight: bold;
						text-decoration: none;
						padding: 2px 4px;
						display: block;
						}
				
				table#calendar td a:hover
						{
						color: #fff;
						background-color: #d88900;
						}

.hr {
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #ccc dotted;
}

/* Google Maps
---------------------------------------------------------------------------------- */
div.googleMapWindow {
	float:left;
	display:block;
	}

ul#memberlist {
	width: 214px;
	height: 430px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0 0 0 10px;
	padding: 10px 0;
	float:left;
	list-style: none;
}

ul#memberlist li {
	margin-right: 10px;
	list-style: none;
}

ul#memberlist li a {
	padding: 3px 0 3px 5px;
	display: block;
}

ul#memberlist li a:hover {
		background-color: #d88900;
		color: #fff;
	}

