/* Style sheet for La Petite Foret web site */
/* Updated 11 April 2009 */
body
{
	background: white url(images/backdrop3.jpg) repeat-x scroll top left;
	font-family: calibri,"trebuchet ms", "myriad pro", verdana, arial, sans-serif;
	color: #002100;
	margin: 0px;
}
h1, h2
{
	margin-top: 5px;
	margin-bottom: 5px;
}
h4
{
	margin-top: 0px;
	margin-bottom: 0px;
}	
dd
{
	margin-bottom: 12px;
}
a, a:visited
{
	color: #360037;
}
a:hover
{
	color: #e30000;
}
#banner
{
	background-color: #085C12;
	height: 100px;
	margin-top: -15px; 
	padding-top: 8px;
}
#strip
{
	background-color: #000000;
	height: 35px;
	border-top:  #ffffcc 1px solid;
	border-bottom:  #ffffcc 1px solid;
}
#inner_strip
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}	
#container
{
	width: 780px; /* 800px with padding */
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px; 
	top: 0px;
	background-color: #ffffff; 
	padding: 10px;
	border-left: 1px #085C12 solid;
	border-right: 1px #085C12 solid;
	border-bottom: 1px #085C12 solid;
	border-top: 1px #085C12 solid;
}
.clear
{
	clear: both;
}
.navigator
{
	height: 30px;
	float: left;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 4px;
	color: #ffffff;
	background-color: #000000;
	font-style: italic;
}
.navigator a
{
	font-style: italic;
	color: #ffffff;
	text-decoration: none;
}
.navigator:hover
{
	background-color: #316629;
}
.navigator a:hover
{
	text-decoration: underline;
}
#map
{
	float: right;
	margin-left: 20px;
}
.column_main
{
	width: 36%;
	float: left;
	background-color: #7f7f7f;
	padding: 15px;
	height: 300px;
}
.column_main hr
{
	border-color: #ffffff;
	border-style: solid;
	width: 40%;
}
.impact
{
	font-style: normal;
	font-size: 1em;
	padding-top: 10px;
	color: #ffffff;
}
.raised
{
	font-size: 1.4em;
}
.prices, .prices td, .prices th
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	padding-left: 10px;
	padding-right: 10px;
}
.prices
{
	width: 50%;
}
.prices td, .prices th
{
	width: 50%;
}
.red
{
	color: red;
}
.column45
{
	float: left;
	position: relative;
	width: 45%;
	margin-left:10px;
	margin-right: 10px;
	padding: 8px;
	border: dashed 1px #bfc1d8;
	min-height: 135px;
}
.column45 h4
{
	margin-bottom: -15px;
}