@CHARSET "UTF-8";

* {
  margin: 0;
  padding: 0;
  font-size:12px;
  font-family:Verdana,Arial,sans-serif;
}

img
{
	border:none;
}


body 
  {
  text-align:center;
  margin:0px;
  padding:0px;
  background-image: url("../images/page-background.gif");
  }

#Page
  {
  margin:auto;
    width:934px;
    text-align: left;
  }
  
#Header 
	{
	background-image: url("../images/page-header.jpg");
	height:231px;
	padding-top:1px;
	}
	
.logo {
    margin:20px 0px 0px 10px;
}
	
#Content
	{
	    background-image: url("../images/content-background.png");
	    padding:0px 40px 10px 40px;
	}
.content-footer {
    background-image: url("../images/content-footer.png");	
    height:20px;
}

.content-body {
	margin-left:10px;
	margin-right:10px;
}

#Footer {
    background-image: url("../images/page-footer.jpg");
    height:117px;
    background-repeat: no-repeat;
    padding-top:10px;
    
}
/* Navigations
-------------------------------------------- */
.navigation
{
    list-style: none;
}

.navigation a {
	    text-decoration: none;
    color:#FFFFFF;
    padding:0px 10px 0px 10px;
    letter-spacing: 2px;
}
.navigation a.current,.navigation a.section {
    color:#6c5230;
}
.mainNavigation {
    background: url("../images/mainnavigation-background.jpg");
    background-repeat:no-repeat;	
    height:35px;
    width:474px;
    padding:10px 0px 0px 25px;
    margin:20px 0px 0px 20px;
}

.mainNavigation li
{
  border-left: 1px solid #FFFFFF;
}
.mainNavigation li.list-first {
    border:none;	
}
/* Lists
-------------------------------------------- */

.horizontal li 
{
    float:left;     
}


/* Sub Navigation (left)
-------------------------------------------- */

#SubNavigation
{
	float:left;
	width:190px;

	margin: 0px 0px 0px 10px;

float:left;
  border-bottom:1px solid #8e7452;
  width:190px;
}
#SubNavigation li
{
	list-style: none;
}

#SubNavigation a
{
	color:#333333;
	text-decoration:none;
	font-size:1.2em;
	display:block;
	padding:3px 0px 3px 10px;
	border-top:1px solid #8e7452;
}

#SubNavigation a:hover, #SubNavigation a.current
{
  color:#8e7452;
}

.footerNavigation {
    background-color: transparent;
}

.footerNavigation a {
	background-color: transparent;
   color:#333333; 
       letter-spacing: 0px;
}

.footerNavigation li
{
	background-color: transparent;
  border-left: 1px solid #333333;
}
.footerNavigation li.list-first {
    border:none;    
}


/* Helpers
-------------------------------------------- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}

/* Content
-------------------------------------------- */
.content-navigation {
margin-left:220px;
}

.list-teaser {

margin-top:20px;
clear:both;
list-style: none;
}
.list-teaser li {
float:left;
}
.teaser-postit {
    width:276px;
    height:177px;
    background-image: url("../images/teaser-postit.png");
    background-repeat: no-repeat;
    padding-top:1px;
        color:#333333;
}
.teaser-postit h2 {
    width:80px;
    margin-top:20px;
    margin-left:16px;
    float:left;
}

.teaser-postit a{
    color:#333333;	
    text-decoration: none;
}
.teaser-postit p {
    margin: 10px 20px 0px 120px;
}




.eventSummary {
	border-bottom: 1px solid #483325;
	padding:5px 0px 5px 0px;
}

.eventList {
	border-top: 1px solid #483325;
}

.right {
    float:right;
}

