html, body {
	width:		100%;
	height:		100%;					
	padding:	0;
	margin:		0;
	background: #FFFFFF;
	font-family: Trebuchet MS, Helvetica,Arial,sans-serif;
	font-size: 12px;
}
#bodytop {
	background: #FFFFFF url(images/tf_body_bg_t.png) repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
}
#bodybottom {
	background: #FFFFFF url(images/tf_body_bg_b.png) repeat-x bottom;
	margin: 0;
	padding: 0;
}
#wrap {
	/*width:	900px;	*/
	/*
	max-width:	900px;
	min-width:	700px;
	_width:		700px; /* min-width for IE6 */
	margin: 0 30px;
	height: 100%;
}
.fullscreen {
	height:	100%;					
}
#topmessage {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
}
#message {
	background: #e0a623;
	line-height: 2.4;
	margin: 20px;
	padding: 10px 20px 5px;
}
#header {
	width: 100%;
	height: 133px;
	background: #FFFFFF url(images/tf_header_bg.png) repeat-x;
	overflow: hidden;
}
#header .l {
	width: 45px;
	height: 133px;
	background: url(images/tf_header_t_l.png) no-repeat;
	float: left;
}
#header .r {
	width: 45px;
	height: 133px;
	background: url(images/tf_header_t_r.png) no-repeat;
	float: right;
}
#header #bg {
	background: url(images/tf_header_img.png) no-repeat center;
	height: 133px;
	margin: 0 50px;
	width: auto;
}
#header h1 {
	float: left;
	position: relative;
	top: 23px;
	left: -10px;
	background: transparent;
	margin: 0;
	padding: 0;
}
#header #regionlogos {
	float: right;
	position: relative;
	top: 23px;
	right: -10px;
	height: 100px;
}
#header h2 {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}
.wrap_l {
	padding-left: 38px;
	background: transparent url(images/tf_body_l.png) repeat-y left;
}
.wrap_r {
	padding-right: 38px;
	background: transparent url(images/tf_body_r.png) repeat-y right;
}
#menutop {
	width: 100%;
	height: 40px;
	background-color: #236B00;
}
#menutop .l {
	width: 20px;
	height: 40px;
	background: url(images/tf_menu_l.png) no-repeat top left;
	float: left;
	margin: 0 -10px;
}
#menutop .r {
	width: 20px;
	height: 40px;
	background: url(images/tf_menu_r.png) no-repeat top right;
	float: right;
	margin: 0 -10px;
}
#menutop #menu {
	float: left;
	overflow: hidden;
}
#menutop #menu a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 11px;
	line-height: 30pt;
	font-weight: bold;
}
#menutop #menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/tf_menutop_bg.png) repeat-x;
}
#menutop #menu a#donate {
	color: #E0A623;
}
#menutop #menu a#donate:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/tf_menutop_donate_bg.png) repeat-x;
}
#titlediv {
	width: 100%;
	height: 50px;
	overflow: hidden;
}
#titlediv .l {
	width: 38px;
	height: 100%;
	background: transparent url(images/tf_body_l.png) repeat-y;
	float: left;
}
#titlediv .r {
	width: 38px;
	height: 100%;
	background: transparent url(images/tf_body_r.png) repeat-y;
	float: right;
}
#title {
	width: auto;
	background-color: #DBECD2;
	margin: 0 12px;
}
#title p {
	margin: 18px 8px;
}
#title p a {
	color: #000000;
	text-decoration: none;
}
#title p a:hover {
	color: #000000;
	text-decoration: underline;
}
#containerdiv {
	width: 100%;
	height: 70%;
	overflow: hidden;
}
#containerdiv .wrap_l {
	height: 100%;
	padding-left: 38px;
	background: transparent url(images/tf_body_l.png) repeat-y left;
}
#containerdiv .wrap_r {
	height: 100%;
	padding-right: 38px;
	background: transparent url(images/tf_body_r.png) repeat-y right;
}

#containerdiv .l {
	width: 38px;
	height: 100%;
	background: transparent url(images/tf_body_l.png) repeat-y;
	float: left;
}
#containerdiv .r {
	width: 38px;
	height: 100%;
	background: transparent url(images/tf_body_r.png) repeat-y;
	float: right;
}
#container {
	/*clear: both;*/
	width:		auto;
	height:		100%;					
	padding:	0;
	margin:		0 auto;
}
#detailsdiv {
	width: 100%;
	padding-top: 10px;
}
#detailsdiv .l {
	width: 38px;
	height: 100%;
	background: transparent url(images/tf_body_l.png) repeat-y;
	float: left;
}
#detailsdiv .r {
	width: 38px;
	height: 100%;
	background: transparent url(images/tf_body_r.png) repeat-y;
	float: right;
}
#details {
	width: auto;
	padding: 0 7px 0 16px;
}
#details #detailRight {
	float: right;
	width: 270px;
	padding: 12px;
	margin-left: 10px;
	background: #EFEFEF;
}
#footerdiv {
	width: 100%;
	/*height: 420px;*/
	padding-top: 10px;
}
#footerdiv .l {
	width: 38px;
	height: 100%;
	background: #FFFFFF url(images/tf_body_l.png) repeat-y;
	float: left;
}
#footerdiv .r {
	width: 38px;
	height: 100%;
	background: #FFFFFF url(images/tf_body_r.png) repeat-y;
	float: right;
}
#footer {
	background: #BDE4FA url(images/tf_footer_bg.png) repeat-x bottom center;
	height: 100%;
}
.footerblock {
	background:#FFFFFF;
	float:left;
	margin: 20px;
	padding: 10px;
}
#menubottom {
	width: 100%;
	height: 73px;
	background: #FFFFFF url(images/tf_footer_menu_bg.png) repeat-x;
}
#menubottom .l {
	width: 48px;
	height: 73px;
	background: url(images/tf_footer_menu_l.png) no-repeat;
	float: left;
	margin: 0 -38px;
}
#menubottom .r {
	width: 48px;
	height: 73px;
	background: url(images/tf_footer_menu_r.png) no-repeat;
	float: right;
	margin: 0 -38px;
}
#contLogo {
	width: 200px;
	max-height: 175px;
	vertical-align: text-bottom;
	position: absolute;
	bottom: 30px;
	left: 20px;
}
#contLogo #divLogo {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	width: auto;
}
.infowindow {
	text-align: center;
	max-width: 300px;
}
#regionmarker {
	width: auto;
}
#regionmarker .l {
	width: 8px;
	height: 44px;
	background: url(images/tf_regionmarker_l.png) no-repeat;
	float: left;
}
#regionmarker .r {
	width: 8px;
	height: 44px;
	background: url(images/tf_regionmarker_r.png) no-repeat;
	float: right;
}
#regionmarker .m {
	background: url(images/tf_regionmarker_m.png) center bottom repeat-x;
	margin: 0 8px;
	height: 44px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
#regionmarker .m h3{
	white-space: nowrap;
	padding: 0 10px 0 10px;
	margin: 0px;
}
#regionmarker .m p{
	padding: 0px;
	margin: -2px;
}

/* Search results page */
.result {
	cursor: pointer;
}
.result h4 {
	font-size: 15px;
	/*color: #003399;*/
}
.resultparameter {
	background-color: #236B00;
	color: #FFFFFF;
	padding: 3px 8px 2px;
	line-height: 2.2;
	white-space: nowrap;
}
.searchparameter {
	background-color: #236B00;
	color: #FFFFFF;
	padding: 2px 0 2px 6px;
	line-height: 2.2;
}
.searchparameter a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 0;
}
.searchparameter a:hover {
	text-decoration: none;
	background: #DBECD2;
	color: #236B00;
}
