*, body {
	margin: 0px;
	padding: 0px;
}

#container {
	margin-top: 40px;
}

#menu {
	position: relative;
	z-index: 5;
	height: 32px;
	text-align:	left;
	font-size: 16px;
	padding-right: 10px;
	min-width: 750px;
}
#menu ul {
	padding-bottom: 20px;
	list-style: none;
	float: right;
	padding-left: 70px;
}
#menu li {
	float: left;
	display: inline;
	padding: 0px;
	position: relative;
	width: 110px;
}

#menu li ul {
  display: none;
  position: absolute;
  background-color: white;
  border: solid #00b2b6 1px;
  padding: 10px;
  top: 23px;
  left: 14px;
  text-align: left;
  width: 100px;
  font-size: 14px;
  line-height: 20px;
}

#menu li:hover ul { display: block;}
#menu li.hover ul { display: block;}

#header {
	background: #00b2b6;
	position: relative;
}

#content {
	position: relative;
	min-width: 768px;
}

#footer {
	background: #ceddf0;
	height: 30px;
	text-align: right;
	font-size: 14px;
	clear: both;
}

#footer p {
	padding: 6px 20px 0px 0px;
	color: #00b2b6;
}

#content-topbar {
	width: 100%;
	height: 40px;
	background-color: #ceddf0;
	min-width: 768px;
}

#content-left {
	background-repeat: no-repeat;
	height: 500px;
	width: 367px;
	position: relative;
	float: left;	
}

#content-right {
	position: relative;
	float: left;
	width: 400px;
}

#content-left-titlebar {
	width: 367px;
	height: 30px;
	text-align: right;
	background-repeat: no-repeat;
	float: left;
	padding: 0px;
	position: relative;
}
#titleBarTitle
{
	position: absolute;
	z-index: 5;
	background-image: url("../images/titleBarBackground.png");
	width: 357px;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
}
/*	Slideshow */
#slide-images {
	position:relative;
	margin:0px;
	padding:0px;
	width: 367px;
	height: 223px;
	overflow: hidden;
}

#slide-images div {
	position:absolute;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images div img {
	background-color:#FFFFFF;
	width: 367px;
	height: 223px;
}


#content-right-titlebar {
	padding: 0px;
	height: 40px;
}
#content-right-titlebar-title {
	float: left;
}

#content-right-titlebar h1 {
	display: inline;
	vertical-align: 60%;
}

#content-searchbar {
	float: right;
	padding: 7px 20px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}

#content-adress-left {
	position: relative;
	float: left;
	width: 150px;
	padding: 195px 0px 0px 20px;
}

#content-adress-right {
	position: relative;
	float: left;
	padding: 228px 0px 0px 0px;
}

#content-right-contents {
	padding: 10px 20px 10px 20px;
	position: relative;
	float: left;
	width: 500px;
}

#searchField {
	border: none;
	background-color: #00b2b6;
	font-size: 12px;
	color: white;
	width: 150px;
	height: 17px;
	padding-top: 1px;

}

#searchButton {
	height: 18px;
	border: none;
	background-color: #00b2b6;
	background-image: url("../images/search-arrow.jpg");
	width: 24px;
}

#searchResult {
	color: gray;
	font-style: italic;
}

