#myMap
{
	width:625px;
	height:400px;
	
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/img01.png) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

	a {
		color: #175500;
	}
	
	a:hover {
		text-decoration: none;
		color: #FF0000;
	}
	
	a img {
		border: none;
	}
	
	/* Header */
	
	/* Logo */
	
	#logo {
		margin: 0px;
		padding: 0px 0px 5px 0px;
		border-bottom: #BFC9AE solid 1px;
		color: #232F01;
		background: url(images/img03.jpg) no-repeat left top;
		padding-top:15px;
		/*padding-left: 70px;*/
	}
	
	#logo h1, #logo p {
		margin: 0px;
		line-height: normal;
		font-weight: normal;
		color:#999;
	}
	
	#logo h1 {
		padding: 25px 0px 0px 0px;
	}
	
	
	/* Page */
	
	#page {
		width: 900px;
		margin: 0px auto;
		padding: 30px 0px;
	}
	
	/* Content */
	
	#content {
		float: left;
		width: 570px;
	}
	
	.post {
		margin: 0px 0px 30px 0px;
	}
	
	.post .title {
		margin: 0px;
		padding: 0px 0px 5px 0px;
		border-bottom: #BFC9AE solid 1px;
		color: #232F01;
	}
	
	.post .title a {
		color: #232F01;
	}
	
	.post .entry {
	}
	
	.post .meta {
		font-weight: bold;
	}
	
	.post .byline {
		margin: 0px;
	}
	
	/* Sidebar */
	
	#sidebar {
		float: right;
		width: 300px;
	}
	
	#sidebar-bgtop {
		height: 3px;
	}
	
	#sidebar-bgbtm {
		height: 3px;
	}
	
	#sidebar-content {
		padding: 20px;
	}
	
	#sidebar ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	#sidebar li ul {
		margin-bottom: 1.8em;
		padding-left: 20px;
		list-style: none;
	}
	
	#sidebar h2 {
		padding: 4px 20px;
		background: #699C4D;
		font-size: 1.2em;
		color: #FFFFFF;
	}
	
	#sidebar a {
		text-decoration: none;
		color: #232F01;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Search */
	
	#search {
	}
	
	#search form {
		margin-bottom: 1.8em;
		padding: 0px;
	}
	
	#search fieldset {
		margin: 0px;
		padding: 0px;
		border: none;
	}
	
	#search #s {
		width: 160px;
	}
	
	/* Footer */
	
	#footer {
		clear: both;
		width: 900px;
		height: 50px;
		margin: 0px auto 30px auto;
		color: #FFFFFF;
		background: #699C4D;
	}
	
	#footer p {
		margin: 0px;
		padding: 19px 0px 0px 0px;
		text-align: center;
		line-height: normal;
		font-size: smaller;
	}
	
	#footer a {
		color: #FFFFFF;
	}
	
	/* NEW GLOSSY MENU */
	
	.glossymenu{
		text-align:center;
		position:relative;
		padding: 0 0 0 234px;
		margin: 0 auto 0 auto;*/
		margin:auto;
		background: url(images/menug_bg.gif) repeat-x; /*tab background image path*/
		height: 46px;
		list-style: none;
	}
	
	.glossymenu li{
		list-style: none;
	}
	
	.glossymenu li a{
		
		float: left;
		display: block;
		color:#000;
		text-decoration: none;
		font-family: sans-serif;
		font-size: 13px;
		font-weight: bold;
		padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
		height: 46px;
		line-height: 46px;
		text-align: center;
		cursor: pointer;	
	}
	
	.glossymenu li a b{
		/*float: left;*/
		display:block;
		padding: 0 24px 0 8px; /*Padding of menu items*/
	}
	
.glossymenu li.home a, .glossymenu li a:hover{
		color: #fff;
		background: url(images/menug_hover_left.gif) no-repeat; /*left tab image path*/
		background-position: left;
}
	
.glossymenu li.home a b, .glossymenu li a:hover b{
		color: #fff;
		background: url(images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

