@charset "utf-8";
/* CSS Document */

html {
	background: #cbc4b4 url(../images/bg.png) repeat-x;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
}

h1 {
	color: #c96c1b;
	font: 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h2 {
	color: #c96c1b;
	font: 27px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

h3, h3 a {
	color: #c96c1b;
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

h3 a:hover, h4 a:hover {
	text-decoration: none;
}

h4, h4 a {
	color: #c96c1b;
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

h5 {
	color: #c96c1b;
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

h6 {
	color: #c96c1b;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

a {
	outline: none;
}

.clr {
	clear: both;
}

#wrapper {
	margin: auto;
	width: 960px;
}

#header {
	color: #c96c1b;
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 32px;
}

#left_column {
	float: left;
	margin-right: 10px;
	width: 590px;
}

#home_photo {
	display: block;
	margin: 47px auto 60px auto;
}

.photo_album, #content {
	position: relative;
	background: #e6ded1;
	border: 1px solid #a49e8e;
	margin: 0 0 10px 0;
	padding: 7px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.photo_album li {
	background: #fff;
	height: 127px;
	margin-right: 3px;
	text-align: center;
}

.photo_album img {
	border: 2px solid #fff;
}

#exterior_prev, #exterior_next, #interior_prev, #interior_next {
	cursor: pointer;
	display: block;
	height: 19px;
	width: 19px;
}

#exterior_prev:hover, #exterior_next:hover, #interior_prev:hover, #interior_next:hover {
	background-position: bottom;
}

#exterior_prev, #interior_prev {
	background: url(../images/jcl-prev.png);
	left: 1px;
	position: absolute;
	top: 90px;
	z-index: 3;
}

#exterior_next, #interior_next {
	background: url(../images/jcl-next.png);
	position: absolute;
	right: 1px;
	top: 90px;
	z-index: 3;
}

#right_column {
	float: left;
	position: relative;
	width: 360px;
}

#header_right_column {
	display: block;
	margin: auto;
	position: relative;
	top: -20px;
}

#location {
	color: #fff;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: auto;
	min-height: 230px;
	max-height: 330px;
	width: 300px;
}

#google_map {
	background: url(../images/google_map_bg.png);
	display: block;
	float: right;
	height: 35px;
	width: 118px;
}

#google_map:hover {
	background-position: bottom;
}

#specs {
	background: #f0ece3;
	margin-bottom: 1em;
	padding: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#specs ul, #specs ol, #content ol, #content ul {
	margin: 0 0 1em 1em;
	padding-left: 1em;
}

#specs ul li, #content ul li {
	list-style-type: disc;
}

#content ol li {
	list-style-type: decimal;
}

#lightbox-image-details-currentNumber {
	display: none !important;
}
