*
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica;
}
body
{
	background-color: #ffffff;
	text-align: center; /* Only for IE < 7 */
	margin: 4px 0;
}
p
{
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6
{
	color: #223719;
	border-bottom: 1px dotted #223719;
	font-family: Verdana, Arial, Helvetica;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 1em;
	clear: both;
}
h1
{
	border: 1px dotted #223719;
	border-width: 1px 0 0 1px;
}
h2 
{
	font-size: 1.5em;
}
h3 
{
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #808080;
	border-width: 0 0 0 5px;
	padding-left: 4px;
}
#page
{
	color: inherit;
	width: 900px;
	float: none; /* Reset any default floating */
	margin: 0 auto; /* For all standard browsers incl. IE 7 */
	text-align: left; /* Only for IE < 7 */
	overflow: auto; /* Needed from from all other browsers but IE to wrap all inner subordinate containers */
	border: 1px solid #223719;

  /* TEMP */
	overflow: visible;
}
#header
{
	background-image: url(images/intro.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: inherit;
	height: 310px;
	width: 900px;
	/* border-bottom: 1px solid black; */
	overflow: hidden;
}
#headerNav
{
  position: absolute;
	height: 30px;
	margin: 280px 0 0 0px;
	padding: 0;
}
#headerNav ul li
, #headerNav2 ul li
{
  display: inline;
}

#headerNav
, #headerNav a
, #headerNav a:active
, #headerNav a:visited
, #headerNav li.selected a
{
	color: White;
	font-size: 20px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	text-decoration: none;
	padding: 5px 5px 3px 5px;
	height: 30px;
}
/*
#headerNav a:hover
, #headerNav li.selected a
{
  background-color: black;
}

#headerNav2
{
  background-color: black;
  color: white;
}
*/
#headerNav2
, #headerNav2 a
, #headerNav2 a:active
, #headerNav2 a:visited
, #headerNav2 li.selected a
{
  /*
  color: white;
  border: 1px solid black;
  */
  border-bottom: 0;
  font-size: 12px;
  font-family: Trebuchet MS, Verdana, Helvetica, Arial;
  text-decoration: none;
  padding: 2px 5px;
}
/*
#headerNav2 a:hover
, #headerNav2 li.selected a
{
  background-color: white;
  color: black;
}
*/

#bodyRegion
{
	background-color: #F8F8F8;
	overflow: auto;
	min-height: 400px;
}
#leftRegion
{
	color: inherit;
	float: left;
	width: 220px;
	margin: 0;
	background-color: transparent;
	padding-top: 20px;
}
#leftContent
{
	padding: 10px;
}
#leftRegion div.Navigation
{
	margin-left: 10px;
	width: 211px;
}
#leftRegion div.Navigation ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
#leftRegion div.Navigation li
, #leftRegion div.Navigation a
{
	display: block;
}
#leftRegion div.Navigation a
, #leftRegion div.Navigation a:active
, #leftRegion div.Navigation a:visited
{
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	padding: 2px 5px;
	line-height: 15px;
}


/* FIRST LEVEL */
#leftRegion div.Navigation > ul > li
{
  border-bottom: 1px dotted black;
}
/* SECOND LEVEL */
#leftRegion div.Navigation > ul > li.selected
{
	background-color: #F9F9F9;
  /*border-left: 1px dotted black;*/
}
/* AFTER FIRST LEVEL */
#leftRegion div.Navigation ul ul > li
{
	padding-left: 10px;
}

/* ALL LEVELS */
#leftRegion div.Navigation li.selected > a
{
	font-weight: bold;
}
#leftRegion div.Navigation li.current > a
{
	background-color: white;
	border: 1px solid #F0F0F0;
	border-width: 1px 0;
}
#leftRegion div.Navigation li.current > a
, #leftRegion div.Navigation a:hover
{
  border-left: 5px solid #33462A;
  margin-left: -5px;
}


#contentRegion, #wideContentRegion, #middleRegion
{
	background-image: url(images/page_bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: white;
	min-height: 390px;
	padding: 10px;
	margin: 0;
}
#wideContentRegion div.Navigation
{
	float: right;
	margin: 0 10px 20px 0px;
	background-color: #F8F8F8;
}
#contentRegion
{
	float: right;
	width: 659px;
	/*border-left: 1px dotted #223719;*/
}
#contentRegion p
, #contentRegion li
, #wideContentRegion p
, #wideContentRegion li
, #middleRegion p
, #middleRegion li
{
	background-color: white;
}
#middleRegion
{
	float: left;
	width: 439px;
	/*border-left: 1px dotted #223719;*/
}
#rightRegion
{
	float: right;
	width: 220px;
	padding-top: 10px;
}
#rightContent
{
	padding: 10px;
}
#leftRegion h1
, #rightRegion h1
, #leftRegion h2
, #rightRegion h2
, #leftRegion h3
, #rightRegion h3
{
  margin: 5px -10px;
	padding: 3px 10px 3px 10px;
}

#leftRegion h3
, #rightRegion h3
{
	background-color: #F0F0F0;
	padding-left: 5px;
}

#footer
{
/*
	background-image: url(images/bottom-bar.jpg);
	background-position: top left;*/
	background-image: url(images/intro.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: white;
	height: 30px;
	width: 900px;
	border-top: 1px solid white;
	background-color: #223719;
	float: left;
}
#footer p
{
	margin: 6px 10px;
}

div.tx-guestbook-field
{
	padding: 0.2em 0 !important;
}
div.tx-guestbook-field img
{
  vertical-align: middle;
}
div.tx-guestbook-field input
, div.tx-guestbook-field textarea
, div.tx-thmailformplus-pi1 input
, div.tx-thmailformplus-pi1 textarea
{
  width: 70% !important;
}
div.tx-thmailformplus-pi1 table th
{
  width: 100px;
  font-weight: normal;
}
div.tx-thmailformplus-pi1 fieldset
{
	background-color: white;
}
ul
{
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 30px;
}

table.contenttable
{
  cell-spacing: 1px;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #D0D0D0;
}
table.contenttable th
{
  background-color: #D0D0D0;
}
table.contenttable td
, table.contenttable th
{
  margin: 1px;
  padding: 2px 3px 2px 2px;
  border: 1px solid white;
}
table.contenttable tr.tr-odd
{
}
table.contenttable tr.tr-even
{
  background-color: #F0F0F0;
}
div.news-list-container {}
div.news-list-item
{
  margin-bottom: 2em;
}
div.news-list-item p
{
	margin: 0;
}
span.news-list-date {}
div.news-list-morelink {}
div.newsImage
{
	display: inline;
	width: 250px;
}
div.news-single-img p
{
	font-style: italic;
	font-size: 8pt;
}
table.blob-list-container th
{
	background-color: silver;
	padding: 2px;
}
table.blob-list-container td
{
	padding: 2px 10px 10px 2px;
	vertical-align: top;
}
