@charset "utf-8";

/********** GLOBALS **********/
* {
	margin:0px;
	padding:0px;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	color: #444444;
}

img {
	border:none;
}

br {
	clear:both;
}

h1 {
	font-size: 1.9em;
	letter-spacing: 1.5px;
	font-family: Georgia, Times New Roman, serif;
	background: url(../images/h1.gif) no-repeat;
	background-position:0px 15px; /* padding-top + px */
	padding: 10px 0px 10px 20px;
}

h2 {
	font-size:1.6em;
	letter-spacing: 1px;
	font-family: Georgia, Times New Roman, serif;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	letter-spacing: 1px;
	font-size: 1.2em;
  margin-bottom: 1px;
}

h3.fineprint{
	padding-top: 40px;
}

p {
	text-align: justify;
	padding-bottom: 10px;
	line-height: 20px;
}

ul {
	padding-left: 40px;
	text-align: justify;
	padding-bottom: 10px;
	line-height: 20px;
}



p a {
	font-size: 0.9em;
	text-decoration: underline;
	color: #a48830;
}

.smalltext {
  font-size: 12px;
}

.smalltext a {
  font-size: 12px;
	text-decoration: underline;
	color: #a48830;
}

.center {
	text-align:center;
}

.welcomebanner {

	float:center;
}

p.fineprint{
	font-size:0.7em;
}

img.floatright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

img.floatleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

img.ts {
	float:left;
}

strong {
	font-weight:bold;
}

/********** MAIN **********/
html,body {
	/*margin:0px;*/
	background: #efe6ca url(../images/bg.jpg) repeat-x;
	text-align: center;
}

#main {
	/*background:url(../images/content.gif) repeat-y;*/
	height: auto;
	margin: 0 auto;
	min-height:425px;
  background-color: #ffffff;
	width: 880px;
}

/********** FOOTER **********/
#footer {
	background:url(../images/footer.gif) no-repeat;
	width: 880px;
	margin: 0 auto;
	padding-top: 100px;
	text-align:center;
}

#footer a {
	color: #444444;	
	text-decoration:none;
}

#footer a:link {
	text-decoration:none;	
}

#footer a:hover {
	text-decoration:underline;	
}


/********** HEADER + NAVIGATION **********/
#header_logo_p1 {
	float: left;
	width:182px;
	height:82px;
	margin-left:25px;
	background:url(../images/header_logo_p1.gif) no-repeat;
  cursor: pointer;
}

/* IE 6 */
* html body #header_logo_p1 {
	margin-left: 20px;
}

#nav {
	margin-left: 10px;
	width:838px;
	height:20px;
	float:left;
	text-align:right;
	/*background: #444444 url(../images/header_logo_p2.gif) no-repeat 51px 0px;*/
	background: #444444 url(../images/navbar.png) repeat-x;
}

/* IE 6 fix */
* html body #nav {
	margin-left: 5px;
}
/*
#nav a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}*/

#navbar_left {
	float:left;
	color:#ffffff;
	width: 100px;
	background: url(../images/navbar_left_with_logo.png) repeat-x;
}

.navelement {
	float:right;
	margin-right: 0px;
	width:100px;
	border-left: 1px solid white;
}
/*
.navelement:hover {
	background: url(../images/nav_bullet.png) no-repeat 0px 4px;
}*/

#nav_end {
	width:20px;
	height:20px;
	background-color:#ffb901;
	margin-left:1px;
	float:left;
}

/********** SUBNAVIGATION (on the left) + SearchDB **********/
#subnav {
	width:205px;
	height:452px;
	margin-left: 10px;
	padding-top:35px;
	float:left;
	background: url(../images/subnav_bg.jpg) no-repeat;
	text-align:right;
	font-size:14px;
	/* new subnav
	margin-left: 30px;
	width: 120px;
	border: 1px solid #444444;
	margin-top: 35px;
	background: url(../menu_prev.png) no-repeat 0px 0px;
	padding-top:20px;*/

	/*
	width: 150px;
	border-right: 1px dashed #444444;
	margin-top: 20px;
	padding-top: 12px;*/
}

/* IE 6 fix */
* html body #subnav {
	margin-left: 4px;
}

#subnav .subnav_item {
	height:24px;
	padding-top:7px;
	padding-right:20px;
	border-top:#FFFFFF solid 1px;
	vertical-align:middle;
	/* new subnav 
	border-bottom: 1px solid white;
	height: 20px;
	padding-top: 3px;*/
}

#subnav .subnav_parent {
	height:24px;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:20px;
	border-top:#FFFFFF solid 1px;
	text-align:right;
	vertical-align:middle;

	font-size:24px;
	text-decoration:none;
	color: #ffba00;

}


#subnav .subnav_back {
	height:24px;
	padding-top:7px;
	padding-right:20px;
	border-top:#FFFFFF solid 1px;
	vertical-align:middle;
	background:url(../images/subnav_back_bullet.gif) no-repeat 129px 11px;
}

#subnav .subnav_back a{
	font-size: 0.9em;
}

#subnav .subnav_back a:hover {
	background: none;
	color: #ffba00;
}

#subnav a {
	font-size:14px;
	text-decoration:none;
	font-weight:bold;

	/* new subnav
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;*/

}

#subnav a:hover {
	background:url(../images/subnav_bullet.gif) no-repeat 0px 3px;
	padding-left:12px;
}

#subnav a:active {
	background:url(../images/subnav_bullet.gif) no-repeat 0px 3px;
	padding-left:12px;
}

#subnav .subnav_searchdb {
	height:24px;
	margin-top:25px;
	padding-top:7px;
	padding-right:30px;
	border-top:#FFFFFF solid 1px;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
}

#subnav form #searchfield{
	font-size:10px;
	background-color: transparent;
	background:url(../images/subnav_searchdb_searchfield.gif) no-repeat;
	width:100px;
	height:18px;
	border:none;
	padding:4px 6px 0px 6px;
}

#subnav form #searchbutton{
	border:none;
}

/********** CONTENT **********/
#sitemap_location {
	padding:3px 0px 2px 30px;
	height:20px;
	font-size:12px;
	text-align: left;
}

#sitemap_location a {
	/*font-size:12px;
	text-decoration:none;*/
	background:url(../images/sitemap_location_bullet.gif) no-repeat 0px 4px;
	padding: 0px 3px 0px 9px;
  font-size: 12px;
	text-decoration: underline;
	color: #a48830;
}

#sitemap_location a:hover {
	text-decoration:underline;
}

#content {
	width:100%;
	text-align: left;
	padding-left:30px;
}

.pano
{
	float:left;
	margin-left:5px;
#	margin-top:40px;
}

.panooverviewstyle
{
margin-bottom: 10px; 
margin-top: 15px;
border: 1px solid #dddddd;
}


.news_text
{
  padding:0px 0px 0px 10px;
  float:left;
  width:590px;
  margin-bottom:40px;
}

.news_text img
{
  padding:5px;
  float:left;
}

.news_text h2
{
  font-size:16px;
}

.news_text em
{
  font-size:10px;

}


.vid_wrapper
{
  float:left;
}
/* box arround content & sitemap for floating DO NOT REMOVE*/
#outercontent{
	width:603px;
	float:left;
}


object
{
float:left;
margin-right:5px;


}

#lalisur
{
 float:right;
 margin-right:0px;
margin-left:10px;
margin-top:0px; 
}

/********** TABLES **********/
table.siteplan {
	display:table;
	border:none;
	border-top:#666666 solid 4px;
	border-collapse:collapse;
	background-color:#E8E8E8;
}
table .colored {
	background-color:#EEEEEE;
}
td.siteplan{
	display:table-cell;
	padding:2px 4px;
	vertical-align:top;
}
th.siteplan{
	background-color:#666666;
	vertical-align:top;
	color:#FFFFFF;
	text-align:left;
	padding:2px 4px;
	font-weight:bold;
}
.popuptable {
	color: #000000;
	font-size:9pt;
	background: none;
    text-align: left;
width:100%;
}

/********** MAP POPUP *****************/
.popupdiv2{
	position: absolute;
	width: 250px;
	font: normal 12px Arial, Helvetica, sans-serif;
}

.bubble{
	color: #000000;
}

.bubble#topbubble {
	background: url(../images/bubble_top.png) no-repeat;
	height:37px;
	padding-left: 30px;
}

* html body .bubble#topbubble {
  background: url(../images/bubble_top.gif) no-repeat;
}

.bubble#topflag {
	padding-top: 17px;
	width:30px;
	float:left;
}

.bubble#topheader {
	padding: 17px 0px 0px 10px;
	float: left;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
}

.bubble#mid {
	padding: 4px 0px 0px 30px;
	background: url(../images/bubble_mid.png) repeat-y;
	font-size:9pt;
}

* html body .bubble#mid {
  background: url(../images/bubble_mid.gif) repeat-y;
}

.bubble#btm {
	background: url(../images/bubble_btm.png) no-repeat;
	height:38px;
}

* html body .bubble#btm {
  background: url(../images/bubble_btm.gif) no-repeat;
}

.bubble_site_left {
  width:34px;
  height:54px;
  float:left;
  background:url(../images/bubble_site_left.png) no-repeat;
}

* html body .bubble_site_left {
  background:url(../images/bubble_site_left.gif) no-repeat;
}

.bubble_site_mid {
	background:url(../images/bubble_site_mid.png) repeat-x;
	color: #000000;
	float:left;
	font-size: 12px;
	font-weight: bold;
	height:43px;
	letter-spacing: 1px;
	padding:12px 0px 0px 2px;
}

.bubble_site_mid_2 {
	background:url(../images/bubble_site_mid.png) repeat-x;
	color: #000000;
	float:left;
	font-size: 12px;
	font-weight: bold;
	height:43;
	letter-spacing: 1px;
	margin-bottom:12px;
	padding:12px 0px 0px 12px;
}


* html body .bubble_site_mid {
  background:url(../images/bubble_site_mid.gif) repeat-x;
}

.bubble_site_right {
	background:url(../images/bubble_site_right.png) no-repeat;
	float:left;
	height:54px;
	width:22px;
}

* html body .bubble_site_right {
  background:url(../images/bubble_site_right.gif) no-repeat;
}

/********** form style **************/
select {
  border: 1px solid #dddddd;
  font-size: 12px;
}

option {
  font-size: 12px;
}

/********** LIST OF DATASET **********/

.list_thumbnail {
	display:table-cell;
	margin:0px;
	text-align:center;
	padding:10px;
}
.list_thumbnail a {
	text-decoration:none;
}
.list_thumbnail img {
	border:none;
}
.list_information {
	padding:10px 0px;
}
.list_information table {
	border:none;
	background-color:transparent;
}
.list_more {
	padding:10px;
	text-align:right;
	vertical-align:bottom;
}
.list_more li {
	font-weight:bold;
	list-style:none;
	background-color:transparent;
	background-image:url(../images/li_more_bullet.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:15px;
}
.list_more li a {
	font-weight:bold;
	text-decoration:none;
}
.list_more li a:hover {
	text-decoration:underline;
}
/********** TEAM **************/
.oldteam
{
color:#c7b7b7;
}
.oldteam img
{
opacity:0.4;
}




/********** DETAILS + PREVIEW **********/
.details {
	margin-top:2px;
	border-bottom:#444444 solid 1px;
	border-right:#444444 solid 1px;
	border-left:#444444 solid 1px;
	background-color:#EEEEEE;
}
.details_information {
	padding:10px;
}
.details .details_information table {
	border:none;
	background:none;
}
.details_thumbnail {
	width:180px;
	text-align:center;
	padding:10px;
	background-color:#E8E8E8;
}
.details_thumbnail a {
	text-decoration:none;
}
.details_thumbnail img {
	border:none;
}
.download_button {
	float:right;
}
.download_button img {
	border:none;
}