/* CSS Document by Dieter Schneider for www.csstemplateheaven.com 2007*/

* {margin: 0; padding: 0;}

/*-------------------------------------- SITE STRUCTURE -------------------------------*/

body {
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../eng/images/main_bg.jpg);
	background-repeat: no-repeat;
}

#headerwrapper {
	width: 440px;
	margin-top: 50px;
	margin-left: 210px;
	height: 175px;
	padding: 0px;
}

#header_left {
	width: 230px;
	float: left;
	padding-top: 50px;
	height: 0px;
	padding-left: 8px;
}

#header_right {
	float: right;
	width: 185px;
	padding-top: 0px;
	font-size: 1.4em;
	font-weight: normal;
}

#main_content {
	width: 540px;
	margin-top: 40px;
	clear: both;
	margin-left: 75px;
	font-size: 1.2em;
	margin-right: auto;
	margin-bottom: auto;
}

#footer {
	width: 540px;
	margin-top: 10px;
	clear: both;
	margin-left: 75px;
	text-align: center;
}

/*-------------------------------------- NAVIGATION -------------------------------*/

#navlist
{
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #CCCCCC;
}

#navlist li a {
	text-decoration: none;
	color: #395E38;
}

/* menu pop up */	

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: -515px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -200;
	left: -20px; /*position where enlarged image should offset horizontally */
}



/* events table: */	
table.events th { 
	background-color: #999900;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold; 
	font-style: italic;
	margin: 4px;	
	padding: 4px;
	text-align: left; }
		
table.events td { 
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal; 
	margin: 4px;
	padding: 4px;
	text-align: left; }	
	
tr.row1 { 
	background-color: #CCCCCC; }
tr.row2 {
	background-color: #FFFFFF; }
	
table
{ 
margin-left: auto;
margin-right: auto;
}


	

/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p {
	margin: 20px;
	color: #666666;
	font-size: 1.1em;
}

h1 {
	font-size: 3em;
	font-style: italic;
	color: #999999;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {
	margin-left: 20px;
	color: #3B553C;
	font-size: 1.2em;
	padding-top: 1px;
	padding-left: 5px;
	height: 26px;
	background-image: url(../eng/images/date.gif);
	background-repeat: no-repeat;
}

h3 {}

.heading_color {
	color: #395335;
	font-style: normal;
}

blockquote {
	font-size: 1.6em;
	font-style: italic;
	color: #999999;
	background-image: url(../eng/images/quote.gif);
	background-repeat: no-repeat;
	height: 65px;
	margin: 10px;
	padding-top: 5px;
	padding-left: 5px;
}

.quote_author {
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	color: #CCCC99;
	font-weight: bold;
	margin: 0px;
}

.date {
	font-size: .6em;
	color: #CCCCCC;	
}

a:link {
	color: #3C5B38
}     /* unvisited link */
a:visited {
	color: #3B5C38
}  /* visited link */
a:hover {
	color: #B6412D
}   /* mouse over link */
a:active {
	color: #3E5A42
}   /* selected link */

