* {
	margin: 0em;
	padding: 0em;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

html {
	font-size: 100%;
}

body {
	margin: 0em;
	line-height: 1.5em;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #92A8E0;
	color: #000000;
}

img {
	vertical-align: middle;
	border: none;
}

p {
	margin: 0em 0em 1.2em 0em;
}

a { 
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
}

label {
	line-height: 200%;
}

input, textarea, select, * html option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0.4em;
	margin: 0.2em 0em;
	vertical-align: middle;
	background-color: #F2F2F2;
	color: #000000;	
}

select {
	margin: 0.2em 0em 0.8em 0em;
	padding: 0em;
}

input[type="text"], input[type="password"], input[type="text"], textarea, select, * html option {
	border-left: 1px solid #75777C;
	border-top: 1px solid #75777C;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

input[type="submit"], input[type="reset"] {
	border-left: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #75777C;
	border-bottom: 1px solid #75777C;
}

input[type="checkbox"] {
	margin: 0em 0.4em;
}

h1 {
	font-family: "Luxi Serif", "Times New Roman", serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0em 0em 1.2em 0em;
}

h2 {
	font-size: 1em;
	font-weight: bolder;
	margin: 0em;
}

hr {
	margin: 2em 1em;
}

ul, ol {
	margin: 2em;
}

li {
	margin: 0.4em;
}

td {
	vertical-align: top;
}

#overlay {
	position: relative;
}

#bar1 {
	height: 96px;
	background-color: #92A8E0;
}

#bar2 {
	height: 32px;
	position: relative;
	background-color: #BED0FE;
}

#bar3 {
	height: 140px;
	background-color: #4366B8;
}

#bar4 {
	position: relative;
	background-color: #BED0FE;
}

#bar5 {
	height: 32px;
	background-color: #4366B8;
}

#bar6 {
	padding: 16px 0px;
	border-top: 3px double #1A3E94;
	color: #67656A;
	text-align: center;
}

#title, #menu, #main, #pictures {
	margin: 0px auto;
	width: 720px;
	height: 100%;
}

#title {
	background-image: url(/images/gradient1.gif);
}

#logo {
	position: relative;
	width: 176px;
	top: 12px;
	margin: 0px auto;
	padding: 16px 12px;
	text-align: center;
	background-color: #1A3E93;
	border: 2px solid #EEF2FE;
	color: #A0A5A9;
	font-family: "Luxi Serif", "Times New Roman", serif;
	letter-spacing: 2px;
}

#logo span {
	font-size: 1.75em;
}

#menu, #main {
	position: relative;
	top: -3px;
	background-color: #EEF2FE;
}

#main {
	margin-bottom: -6px;
}

#center {
	position: absolute;
	top: 0%;
	left: 50%;
	width: 0%;
	height: 100%;
	overflow: visible;
}

#bar2, #bar4, #menu, #main {
	border-top: 3px double #1A3E94;
	border-bottom: 3px double #1A3E94;
}

#menu table {
	width: 100%;
	height: 100%;
	font-family: "Luxi Serif", "Times New Roman", serif;
	letter-spacing: 1px;
}

#menu td {
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	padding: 0px 8px;
}

#menu td a {
	color: #000000;
}

#menu td a:hover {
	color: #006699;
	text-decoration: none;
}

#pictures img {
	float: left;
	width: 142px;
	height: 100%;
	margin: 0px 1px;
}

#picture-first {
	width: 143px !important;
	margin-left: 0px !important;
}

#picture-last {
	width: 143px !important;
	margin-right: 0px !important;
}

#content, #sidebar {
	vertical-align: top;
}

#main table {
	width: 100%;
	height: 100%;
}

#content {
	width: 448px;
	padding: 24px 20px;
}

#sidebar {
	width: 192px;
	padding: 24px 20px;
	background-color: #C5D1F0;
	background-image: url(/images/gradient2.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#footer {
	height: 64px;
}

#footer img {
	float: left;
	width: 121px;
	height: 100%;
	margin-right: 1px;
}

#footer-last {
	width: 122px !important;
	margin-right: 0px !important;
}

#footer div {
	float: left;
	width: 232px;
	height: 100%;
	color: #B5BCCF;
	background-color: #C5D1F0;
	text-align: center;
	line-height: 64px;
	font-family: "Luxi Serif", "Times New Roman", serif;
	letter-spacing: 2px;
	font-size: 2.5em;
}

#shadow-left, #shadow-right {
	position: absolute;
	width: 8px;
	height: 100%;
	background-repeat: repeat-y;
}

#shadow-left {
	right: 360px;
	background-image: url(/images/shadow-left.png);
}

#shadow-right {
	left: 360px;
	background-image: url(/images/shadow-right.png);
}

#search_bedrooms {
	width: 4em;
}

#map {
	width: 100%;
	height: 400px;
}

.map-info td {
	white-space: nowrap;
	vertical-align: top !important;
}

.map-info .map-info-img img {
	margin-right: 1em;
}

.listing-image img {
	margin-right: 2em;
	margin-bottom: 2em;
}

.listing-last .listing-image {
	margin-bottom: 0em;
}

.details-info, .details-rooms {
	margin: 2em 0.5em;
	padding: 1em;
	border: 3px double #ACAFB8;
	background-color: #E5E9F5;
	clear: both;
}

.details-info p {
	margin: 0em;
}

.details-rooms {
	margin-bottom: 0em;
}

.details-images img {
	display: block;
	margin-right: 2em;
	margin-bottom: 2em;
	float: left;
	clear: left;
}

.recent-images img {
	margin-right: 2em;
	margin-bottom: 2em;
}

.recent-images div img {
	float: left;
}

.pagination {
	margin-bottom: 1.2em;
}

.clear {
	clear: both;
}