@charset "UTF-8";
body  {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #47562d;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	background-color: #f5a84f;
	background-image: url(../images/BG_autumn.jpg);
	background-repeat: repeat-x;
	background-position: center top;
    }
	
.smalltext	{
	font-size: 12px;
	line-height: 1.6em;
}

#content a:link, #content a:visited, #contentfull a:link, #contentfull a:visited, #context a:link, #context a:visited  {
	color: #FFF;
	background-color: #909e75;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
}

#content a:hover, #contentfull a:hover, #context a:hover  {
	color: #ffffff;
	background-color: #47562d;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: 3px center;

}

h1 {
	margin-top: 20px;
	font-size: 24px;
	color: #47562d;
	font-weight:100;
	line-height: 100%;
}

h2 {
	margin-top: 0px;
	font-size: 20px;
	color: #47562d;
	font-weight:100;
	line-height: 100%;
}

h3 {
	margin-top: 0px;
	font-size: 16px;
	color: #47562d;
	font-weight:100;
	line-height: 100%;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 800px;
	margin: auto;
	text-align: left;
} 

#container {
	width: 800px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #d9e6be;
} 

#logo {
	height:130px;
} 

#content {
	float: left;
	width: 500px;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
 
#contentfull {
	float: left;
	width: 630px;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
 	
#context {
	margin-top: 30px;
	float: left; 
	width: 180px; 
	padding-right: 20px;
}

#nav {
	height: 39px;
}



#footer {
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 200px;
	height: 80px;
	font-size: 11px;
} 
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
li {
	list-style-type: none;
	width: 220px;
	float: left;
}

#hometeaser {
	padding-top: 10px;
}	

.hometeasernav{
	position:relative; 
	z-index:5; 
	top:-150px; 
	left:-10px; 
	height:0px;

}

.hometeasernavleft{
	position:relative; 
	z-index:5; 
	top:-150px; 
	left:-10px; 
	height:0px;

}
.hometeasernavright{
	position:relative; 
	z-index:6; 
	top:-150px; 
	left:790px; 
	height:0px;

}
