* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

br.cleardiv {
	clear: both;
	height: 0;
	overflow: hidden;
}

/*---------------

hidden elements

----------------*/

#nav, #subnav, #subnavbox, p.locator, p.search-link, hr, #listing-view-a-map, span.click-to-enlarge, a#kauai-listing-link, p.found {
	display: none;
}

body#listing #sidebar {
	padding: 10px 0;
}

/*----------------------

page structure

----------------------*/

#with-side-bar #text-container {
	float: right;
	width: 75%;
}

#with-side-bar #sidebar {
	border: 1px solid #000;
	float: left;
	padding: 0 10px 10px 0;
	width: 25%;
}


#footer {
	border-top: 1px solid black;
	clear: both;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	text-align: center;
	width: 600px;
}

#footer img {
	display: none;
}

#footer a {
	color: #000;
	text-decoration: none;
	margin: 0 10px 0 0;
}

/*--------------------------listings (individual and indexes)----------------------

-----------------------------------------------------------------------------------

**individual*/ 

#listing-info, #ammenities {
	clear: both;
}

#listing-info p {
	float: left;
	width: 300px;
}

#amenities p {
	float: left;
	width: 200px;
	font-size: 0.9em;
	line-height: 1em;
}

.image-holder {
	float: left;
	height: 170px;
	width: 120px;
	text-align: center;
	margin-right: 10px;
}

.image-holder img {
	border: 1px solid #000;
}


#text-container .image-holder p {
	font-size: 10pt;
	padding: 0;
}

/*indexes*/

.listing {
	border-top: 1px solid #000;
	margin: 0;
	padding: 15px 0 10px 0;

}

.listing img {
	float: left;
	margin: 0 15px 15px 0;
}



/*----------------------

headers

----------------------*/
h1, h2 {
	font-size: 12pt;
	float: none !important;
	margin: 0 auto;
	padding: 0 10px 20px 10px;
	text-align: center;
	text-indent: 0;
	width: 600px;
}

#content-container h2 {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

h3 {
	float: left;
	font-size: 12pt;
	text-indent: 0;
	border-bottom: 1px solid black;
	margin: 0 0 10px 0;
	text-align: left;
	width: 100%;
}

.listing h3 {
	border:0;
	float: none;
}

/*----------------------

text-treatments

----------------------*/

#content-container p {
	padding: 0 0 15px 0;
}

#text-container ul {
	padding: 0 0 0 20px;
}

#text-container ul li {
	list-style-type: disc;
}

#text-container dl dt {
	font-weight: bold;
	font-style: italic;
}

#text-container dl dd{
	margin: 0 0 15px 0;
}

/*------------------------------q and a styles-------------------------*/

#q-a #text-container p {
	min-height: 30px;
	padding: 20px 0 0 0;	
}

* html body#q-a #text-container p {
	height: 30px;
	overflow: visible;	
}

#q-a #text-container p.answer {
	border-bottom: 1px dashed #336699;
	padding-bottom: 20px;
}

.drop, .drop-answer {
	background-color: #fff;
	float: left;
	font-size: 170%;
	line-height: 1em;
	margin: 4px 10px 0 0;
	padding: 4px 10px 6px 10px;
	position: relative;
	top: -10px;
	border: 1px solid #336699;
}

.drop-answer {
	top: 0;
}

/*----------------------RENTING COSTS TABLE---------------------*/

table#rentcosts {
	border: 1px solid #000;
	border-top: 0;
	font-size: 0.9em;
	margin: 0 20px 20px 20px;
	width: 705px;
}

table#rentcosts caption {
	border: 1px solid #000;
	font-weight: bold;
	margin: 20px 20px 0 20px;
	padding: 5px;
}

table#rentcosts td {
	border-bottom: 1px solid black;
	padding: 5px;
	color: #444;
}

table#rentcosts th {
	background-color: #b9d0e5;
	border-bottom: 1px solid black;
	padding: 5px;
}

table#rentcosts td.lefthead {
	background-color: #a5cfff;
	font-weight: bold;
	color: black;
}

table#rentcosts tr.footer td {
	font-weight: bold;
	background-color: #b9d0e5;
	color: #335b8b;
}

/*----------------------------summit county section---------------------*/

.summit-nav {
	min-height: 100px;
}

* html body .summit-nav {
	height: 100px;
	overflow: visible;
}

.summit-nav img {
	border: 0;
	float: left;
	margin: 0 10px 0 0;
}

/*----------------------

images

----------------------*/

.img-right {
	border: 1px solid #000;
	float: right;
	margin: 0 0 15px 15px;
	padding: 3px;
}

.img-left {
	border: 1px solid #000;
	float: right;
	margin: 0 15px 15px 0;
	padding: 3px;
}

