html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background-image: url(../images/design/bg-content.jpg);
}

#header {
	background-color:transparent;
	background-image: url(../images/design/bg_header_with_shadow.jpg);
	background-repeat:repeat-x;
	width:100%;
	padding-top:20px;
	position:relative;
}

#back {
	position:relative;
    min-height:100%;
/*	background-image: url(../images/design/bg-content.jpg);*/
}

#logo {
	display:block;
	padding-bottom:8px;
	float:left;
	margin-right:10px;
}

#content {
	padding-bottom:50px;
}

#footer {
	width:100%;
	padding-top:10px;
	bottom:0;
	position:absolute;
	background-image: url(../images/design/bg_footer_with_shadow.png);
	padding-bottom:10px	;
/*	height:100%;*/
}

#tabs {
	margin-top:21px;
}

#header #tabs ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 0;
}

#header #tabs a.active {
	background:transparent url(../images/design/menu-active-left.png) no-repeat scroll left top;
	float:left;
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
}

#header #tabs a.active span {
	background:transparent url(../images/design/menu-active-right.png) no-repeat scroll right top;
	display:block;
	float:left;
	padding:10px 15px 4px 9px;
}

#header #tabs a.inactive {
	background:transparent url(../images/design/menu-inactive-left.png) no-repeat scroll left top;
	float:left;
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
}

#header #tabs a.inactive span {
	background:transparent url(../images/design/menu-inactive-right.png) no-repeat scroll right top;
	display:block;
	float:left;
	padding:10px 15px 4px 9px;
	color:#f1ede3;
}

#search_button {
	border:none;
	background:transparent url(../images/design/button.png) no-repeat scroll right top;
	color:#f1ede3;
	text-align:center;
	margin-top:0px;
	width:107px;
	height:24px;
	padding-bottom:4px;
	font-size:12px;
}

.container {
	position:relative;
	z-index:2;
}

a img {
	border:none;
}

pre {
	background-color: #eee;
	padding: 10px;
	font-size: 11px;
}

br {
	background:#DDDDDD none repeat scroll 0 0;
	clear:both;
	float:none;
	height:0.1em;
	margin:0 0 1em;
	width:100%;
}

h4 {
	font-size: 1em;
	font-weight: medium;
	margin-bottom:8px;
}

table {
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
}


td {
	padding-bottom:5px;
}

li {
	list-style:none;
}

ul {
	padding:0;
	margin:0;
}

hr {
	background:transparent url(../images/dashed-line.png);
}

br {
	clear: both;
}

.hint {
	margin-top:3px;
	color:#999;
}

.row {
	margin-bottom:5px;
}

#headline {
	margin-top:1.2em;
	margin-bottom:0em;
}

#sub_headline {
	margin-top:0.4em;
}

.grid {
	background-image: url(../images/grid.png);
}

.box {
	background-color:transparent;
}

.center {
	text-align:center;
}


.nav {
	height:60px;
	/*	overflow:hidden;*/
}

.guide {
	background-image: url(../images/guide.png);
}

.left_column {
	width:290px;
}

.form_label {
	background-color:#fff;
	padding-right:10px;
}

.highlight a {
	color:#0b571e;
/*	font-weight:bold;*/
}

.link {
	text-decoration:underline;
}

#location-search {
	display:none;
}


#header #tabs ul {
	height:31px;
}

#header #tabs li {
	float:left;
}

#flash {
	width:100%;
	padding-top:18px;
	padding-bottom: 10px;
	background-color:#fff;
	border: solid 2px #47830e;
	margin-top:10px;
	color:#47830E;
	font-weight:bold;
	font-size:14px;
}

#mtk-location-search-result.mtk-location-search-result {
	position:absolute;
	width:278px;
	padding:5px;
	left:0px;
	top:25px;
	font-size:1em;
}

#mtk-location-search-result.mtk-location-search-result ul li {
	font-size:0.9em;
}
