#leftColumn	{
	float: right;
	width: 276px;
	/*background-color: #ccc;*/
}
#rightColumn	{
	float: left;
	width: 501px;
	margin: 0 0 0 23px !important;
	margin: 0 0 0 11px !important;
	/*background-color: #ccc;*/
}
#rightColumn h1 {
	margin-left: 0;
	width: 450px;
}
#rightColumn h2 {
	font: bold 15px Arial;
	margin: 10px 0 3px 0;
	display: block;
	padding: 0;

}
#rightColumn p {
	margin: 0 0 5px 0;
	padding: 0;
	width: 500px;
	line-height: 1.5;
}

#rightColumn a {
	color: #ff0000;
	text-decoration: underline;
}
#rightColumn a:hover {
	text-decoration: none;
}
div.questions {
	display: block;
	width: 521px;
	height: 120px;
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
	background: url('../i/block_all_back_orange.gif') no-repeat left top;
}
div.questions a {
	display: block;
	float: left;
	height: 30px;
	margin: 80px 15px 20px 30px !important;
	margin: 80px 15px 20px 20px;
	padding: 0 0 0 35px;
	font: bold 11px Arial;
	text-decoration: none;
	color: #f60;
}
div.questions a.faq {
	background: url('../i/question.gif') no-repeat left top;
}
div.questions a.spoon {
	padding: 5px 0 0 35px;
	background: url('../i/spoon.gif') no-repeat left top;
}
div.questions a.survey {
	background: url('../i/exclamation.gif') no-repeat left top;
}
div.questions a.faq:hover, div.questions a.survey:hover, div.questions a.spoon:hover {
	text-decoration: underline;
}
.map {
	margin: 30px 0 0 60px;
}
.empty {
	width: 800px;
	height: 1px;
	margin: 0 auto;
	display: block;
	clear: both;
}
#contactForm {
	margin: 0 0 0 20px;
}
.fld {
	width: 227px;
	height: 18px;
	margin: 0;
	padding: 3px 4px 0 4px;
	border: 0;
	font: normal 12px Arial;
	color: #000;
	background-attachment: fixed;
	background: url('../i/fldback.gif') no-repeat left top;
	clear: right;
}
.text {
	height: 97px;
	overflow: auto;
	background-attachment: fixed;
	background: url('../i/fld1back.gif') no-repeat left top;
}

.btn {
	display: block;
	clear: both;
	width: 60px;
	height: 20px;
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	background: url('../i/button1.gif') no-repeat left top;
	font: bold 9px Tahoma;
	color: #fff;
}
#contactForm h2 {
	margin: 5px 0 2px 4px;
	font: normal 12px Arial;
	color: #333;
	clear: both;
}

/*	width: 227px;
	height: 18px;
	margin: 0;
	padding: 1px 4px 0 4px;
	border: 0;
	background-attachment: fixed;
	background: url('../i/fldback.gif') no-repeat left top;
	clear: right;
*/
	.trigger{
			border: 0;
			color: #333;
			width: 227px;
			padding: 3px 4px 0 4px;
			height: 18px;
			background-attachment: fixed;
			background: url('../i/fldback1.gif') no-repeat left top;
			display:block;
			text-decoration: none;
		}
		.activetrigger{
			border: 0;
			color: #333;
			width: 227px;
			padding: 3px 4px 0 4px;
			height: 18px;
			background-attachment: fixed;
			background: url('../i/fldback1.gif') no-repeat left -21px;
			display:block;
			text-decoration: none;
		}
		/* style of the UL */
		.dropcontainer ul{
			background: #D9D9D9;
			border: 1px solid #c6c6c6;
			border-top: 0;
			border-right: 1px solid #ebebeb;
			border-bottom: 0;
			list-style-type:none;
			padding:0;
			margin: 0 0 0 4px;
			width: 209px;
			position:absolute;
		}
		.dropdownhidden{
			top:0;
			left:-999em;
		}
		.dropdownvisible{
			top:0;
			left:0;
		}
		.dropcontainer ul a{
			padding:3px 10px;
			display: block;
			width: 189px;
			text-decoration: none;
			color: #333;
			border-bottom: 1px solid #ebebeb;
			border-top: 1px solid #c6c6c6;
		}
		.dropcontainer ul a:hover{
			background-color: #ebebeb;
		}
		.dropcontainer{
			position:relative;
		}