@charset "UTF-8";
/* CSS Document */

html, body {
		height: 100%;
}

body {  
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body a {
	color: #333;
	text-decoration:none;
}
	
body a:visited {
	color: #333;
	text-decoration:none;
}
	
#maincontainer {
	position:relative;
/*	background: purple; */
	width: 850px;
	min-height: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#menubar {
	background: #666666;
	position:absolute;
	width: 100px;
	top: 0;
	left: 50px;
	height: 100%;
	z-index: 1;
}

#menulogo {
	position: absolute;
	top: 25px;
	width: 200px;
	height: 120px;
	background: url(images/logo.jpg);
	z-index: 3;
}

#navcontainer { 
	position: relative;
	width: 100px; 
	top: 130px;
	}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 94px;
/*	background-color: orange; */
	border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 12px;
}

#navcontainer a:hover {
	background-color: #999999;
	color: #fff;
}

#navcontainer li a#current {
	background: #CCCCCC;
	color: #FF0000;
}

#header {
	position: relative;
	width: 610px;
	left: 180px;
	top: 25px;
	height: 120px;
	z-index: 4;
	border: none;
/*	background: green; */
}

#header a {
	text-decoration:none;
	border: none;
}

#header img { border:none; float:left;}

#addressbox {
	float:right;
	width: 250px;
	padding: 30px;
	padding-left: 0;
	height: 120px;
/*	background:blue; */
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #717171;
}

#addressbox a:hover {
	text-decoration:underline;
}


#directionsbox {
	z-index: 6;
	position:absolute;
	right: 40px;
	float: right;
/*	background: black; */
	background: white;
	border: 1px solid #717171;
	width: 350px;
	height: auto;
	padding: 10px;
	padding-bottom: 1px;
/* visibility:hidden; */
}

.directionsclose {
	text-align:right;
}

.directionsboxinput {
	width: 300px;
}
	
#contentarea {
	position: absolute;
/*	background: green; */
	width: 620px;
	left: 180px;
	top: 132px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #575757;
	z-index: 5;
	cleart:both;
}

#contentarea h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:lighter;
	font-size: 2em;
	color: #333;
	line-height:1em;
	padding: 0;
}

#contentarea h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:lighter;
	font-size: 1.25em;
	color: #333;
	line-height:0.75em;
}


#contentarea a, a:visited {
	color: #333;
	text-decoration:none;
}

#contentarea a:hover {
	text-decoration:underline;
}

#contentphotoscontainer {
	position: relative;
	float: left;
	left: 0;
	width: 100px;
/*	background: yellow; */
	height: auto;
	min-height: 200px;
}

#contentphotoscontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#contentphotoscontainer a {
	display: block;
	padding: 3px;
	width: 94px;
}

#contenttextcontainer {
	left: 0;
	float: left;
	clear:none;
/*	background: red; */
	height: auto;
	width: 450px;
	padding-left: 30px;
	padding-right: 30px;
	text-align:justify;
}

ul#submenu {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	width: 450px;
/*	background: purple; */
}

ul#submenu a {
	text-decoration:underline;
	}

#contentphotoscontainer img { border: none;}

#contenttextcontainer li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 15px;
	padding-bottom: 5px;
	font-size: 0.75em;
	line-height: 0.75em;
}
/* ---------------------------------------------------------------------- */

form {
  margin: 0;
  padding: 0;
  font-size: inherit;
  max-width: 450px;
  width: 450px;
}

label {  
float: left;  
width: 100px;  
margin-right: 20px; 
}

input{
	text-align:left;
	border: 1px solid #666;
	width: 200px;
}

textarea {
	text-align:left;
	border: 1px solid #666;
	width: 200px;
	height: 150px;
}

.button {
	border: 1px solid #666;
	background: none;
	height: auto;
	width: auto;
	text-align:center;
	padding-right: 2px;
	padding-left: 2px;
}