* { padding:0; margin:0; }

h3, h4, h5, h6, blockquote, form, label, ul, ol, dl, fieldset { margin-bottom: 1em; }

body {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	line-height: 1.6em;
	font-weight: normal;
	color: #fff;
	text-align: left;
	background: #000;
}

a img, a img:hover { border: none; }

ul { list-style: none; }

/* construct */
#accessibility {
	position: absolute;
	top: -10000px;
}

#head { 
	width: 100%; 
	height: 280px; 
	background: #000 url(images/top.gif) repeat-x; 
}

#logo { width: 800px; margin: 0 auto; }
#logo img { margin-left: 488px; }

#wrapper {
	width: 100%;
	background: #000;
	padding-bottom: 60px;
}

#container {
	width: 800px;
	margin: 0 auto;

}
*+html #container {
	font-size: 97%; }

#foot {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: #903 url(images/footgrad.gif) repeat-x top left;
}

#innersole {
	height: 71px;
	background: url(images/bottomdoor.gif) no-repeat 666px 0;
}

#innersole p, #innersole p a {
	font-size: 90%;
	color: #fff;
	background: none;
	padding: 4px 0 0 3px;
}
#innersole p a:hover { color: #fff; border-bottom: 1px solid #fff; }

/* elements */
a {
	color: #ff0;
	text-decoration: none;
	background: #333;
	outline: none;
}
a:hover {
	color: #ff0;
	border-bottom: none;
	background: #000;
}
a:active {
	border-bottom: 1px solid #fff; }

p { margin: 0.5em 0 1em 0; }
dl { margin: 0.5em 0 0.5em 0; }
dt { font-weight: bold; }

h1, h1 a, h1 a:hover {
	border: none;
	background: none;
	text-indent: -9999em;
}

h2 {
	font-size: 200%;
	margin-bottom: 1em;
}

h3 {
	text-transform: uppercase;
	font-size: 110%;
}

h4 { font-size: 120% ; }

#head a {
	background: none;
	border: none;
}

ol { margin: 1em 0 1.5em 20px; }
ul li, ol li {
	font-weight: bold;
	margin: 2px;
}

blockquote { font-style: italic; }

#content p img {
	float: right;
	padding: 4px;
	background: #fff;
	margin: 0 0 20px 50px;
}

#walk_qt_video { 
	text-align: center; 
	background: #222;
	border: 3px solid #333;
	margin: 20px 0 20px 0;
	padding: 20px 10px 10px 10px;
}

object, applet { border: 4px solid #333; }

.panorama {
	text-align: center; 
	background: #222;
	border: 3px solid #333;
	margin: 20px 0 20px 0;
	padding: 20px 10px 10px 10px;
}

address {
	font-weight: bold;
	font-style: normal;
	margin-bottom: 1em;
}

/* nav */
#nav {
	position: absolute;
	top: 66px;
}

#nav ul {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4em;
	_line-height: 1.3em;
}

#nav ul li { padding: 0; margin: 1px 0 1px 0; }

#nav li a {
	display: block;
	width: 250px;
	background: #000;
	border-bottom: none;
	color: #fff;
}

#nav li a:hover, #nav li a.active {
	color: #ff0;
	background: url(images/navcirc.gif) no-repeat right 6px;
}

/* folionav */
#folionav { text-align: center; margin-bottom: 20px; }
#folionav ul li { padding: 0; }
#folionav li { display: inline; }
#folionav li a { padding: 5px 50px 5px 50px; }

/* lightbox */
.thumblist {
	text-align: center;
	background: #222;
	border: 3px solid #333;
	margin: 20px 0 20px 0;
	padding: 20px 10px 20px 10px;
}
.thumblist ul li { padding: 0; }
.thumblist li { display: inline; }
.thumblist a { border: none; background: none;  }
.thumblist li img { margin: 8px; }
.thumblist li img { border: 4px solid #333; }
.thumblist li img:hover { border: 4px solid #903; }

/* client area */
.ign_login { margin-left: 30px; }

#stay {
	width: 1em;
	margin-right: 4px; 
}

#downloads, #tours {
	list-style: circle;
	margin: 1em 0 2em 20px; 
}
#downloads li, #tours li { padding: 2px; }

/* forms */
fieldset {
	display: block;
	text-align: left;
	width: 360px;
	margin-left: 86px;
	/* invisible to IE 5 mac \*/
	margin: 0 auto 0 auto;
	/* end */
	padding: 0 12px 1em;
	border: 3px solid #903;
	background: #000;
}

legend {
	font-weight: bold;
	color: #ff0;
	padding: 0 0.5em 0 0.5em; 
}

label {
	display: block;
	margin: 0.7em 0 0.1em 0;
	color: #ccc;
}

select { margin-left: 1.2em; _margin-left: 1.4em; }
input { color: #333; height: 1.4em; width: 16em; }
#photo, #vtour, #floorplan { width: 1em; height: 1em; }

input, textarea, select {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(images/fieldbg.gif) repeat-x top;
}

textarea {
	font-family: Lucida Grande, Trebuchet MS, Verdana, Geneva, Arial, sans-serif; width: 350px; }

#submit { width: 100%; _width: 10em; color:#903; border: 3px double #ccc; background: #fff; height: 2em; }
