/*  Style sheet created by thewebengineers  */
/*     http://www.thewebengineers.com       */

#wrap {
min-height:100%;
width:800px;
margin:auto;
padding-top: 0px;
position:relative;
}

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #c7ab84 url(images/bg.jpg) repeat-x top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

li {list-style: none;}

/* misc */
.clearer {
	clear: both;
	background-color: #CC9966;
}
.left {float: left;}
.right {float: right;}

.top {
	padding: 30px 10px 0;
}

a {color: #502500;}

a:hover {color: #C60;}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 180px;
	font-size: 1.2em;
	background-color: #a69687;
	text-decoration: none;
}

.sidenav h2 {
	color: #101010;
	font: normal 1.3em Verdana,sans-serif;
	font-size: 1.3em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	text-align:center;
	font-weight: bold;
	PADDING-TOP: 12px;

}

.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav li {border-bottom: 1px solid #EAEADA;}

.sidenav li a {
	font-size: 1.2em;
	color: #FFFFFF;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	font-weight: bold;
}

.sidenav li a:hover {
	color: #654;
	background-color: #d3aa34;
}

.sidenav .image {
	width:210px;
}
.image {
	width:100%;
}


/* navigation */
.navigation {
	background: #D9E1E5 url(images/nav.gif);
	height: 41px;
	/*float: none;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.navigation p {
	text-decoration: none;
	font-size:1.2em;
}

.navigation a {
	color: #654321;
	display: block;
	float: right;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(img2/nav.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
.navigation a:hover {background-position: left bottom; color: #101010;}

/* content */
.content {
	float: right;
	width: 560px;
	height: auto;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
	background-color: #FFFFFF;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
}

.content .descr {
	color: #664;
	font-size: 1.7em;
	margin-bottom: 6px;
}

.content li {
	list-style: url(img2/li.gif);
	margin-left: 18px;
}

.content p {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
}
/* footer */

.footer {
	background: url(images/bgfooter.gif) repeat-x bottom;
	color: #FFF;
	font: bold 1.2em sans-serif;
	line-height: 40px;
	text-align: center;
	width: 100%;
}
.footer p{
padding-top:20px;	
}
.photo {
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
}
.spacer {
	padding: 20px;
	float: left;
	height: auto;
	width: auto;
}
.address {
	float: left;
	width: 168px;
	height: 180px;
	border:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 14px;
}
.bottommenu {
	float:none;
	width: 100%;
	height: auto;
	padding-top: 3px;
	padding-bottom: 2px;
}

.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}

.imgright {
float: right;
padding: 6px 0px 6px 10px;
}

.imgcentre{
min-height:100%;
margin:auto;
padding-top: 0px;
padding-left: 60px;
}

.mapcontainer {
	width: 550px; 
	height: 400px;
	margin:auto;
	padding-top: 0px;
	border:1px;
	border-color:black;
}

