﻿html
{
	background: #5f6c7e;
	color: #5f6c7e;
	font-family: "Times New Roman", serif;
	margin: 0;
	padding: 0;
}

body
{
	margin: 10px;
	padding: 0;
}

a, a:visited
{
	color: #bc8700;
	text-decoration: underline;
}

a:active, a:hover
{
	text-decoration: none;
}

dl
{
	margin: 0 0 1em 0;
	padding: 0;
}

dl dt
{
	clear: both;
	font-weight: bold;
	margin: 0 0 0.25em 0;
	padding: 0;
}

dl dd
{
	margin: 0 0 1em 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

img
{
	border: 1px solid #5f6c7e;
}

/* FORMS */

form
{
	text-align: center;
}

form .choices
{
	margin: 0 0 1em 0;
}

.error
{
	color: #f00;
}

.message
{
	font-weight: bold;
	text-align: center;
}

.field
{
	margin: 0 0 0.5em 0;
}

input.button, input[type=button], input[type=submit]
{
	background: #5f6c7e;
	color: #fff;
	font-weight: bold;
}

.text-field, input[type=text], textarea, select
{
	background: #fff;
	border: 1px solid #5f6c7e;
	color: #5f6c7e;
}

#email-form .sent
{
	text-align: center;
}

#email-form table
{
	width: 100%;
}

#email-form table th, #email-form table td
{
	text-align: left;
}

#email-form .text-field
{
	width: 99%;
}

#email-form .anti-spam-code .text-field
{
	width: auto;
}

#email-form #contact-ip
{
	font-size: 0.75em;
	font-style: normal;
	margin: 0.5em 0;
}

#email-form .controls td
{
	text-align: center;
}

/* END FORMS */

#container
{
	background: #f1decb url("images/containerbg.png") repeat-x left 132px;
	border: 2px solid #f1decb;
	margin: 0 auto;
	position: relative;
	width: 971px;
}

#header h1
{
	background: transparent url("images/header.jpg") no-repeat left top;
	margin: 0;
	width: 971px;
	height: 132px;
}

#header h1 span
{
	position: absolute;
	top: -1000px;
}

#adsense
{
	margin: 1em auto 0 auto;
	width: 468px;
	height: 60px;
}

#content
{
	background: #fff url("images/contenttop.png") no-repeat center top;
	float: left;
	margin: 18px 0 0 200px;
	min-height: 650px;
	padding: 20px;
	width: 531px;
}

* html #content
{
	height: 650px;
}

#content.full-ad
{
	background-image: url("images/contenttopwide.png");
	width: 721px;
}

#content h2
{
	font-size: 1.25em;
}

#content .pagetitle
{
	text-align: center;
}

#content .subtitle
{
	margin: 0 auto 1em auto;
	text-align: center;
	width: 75%;
}

#content p
{
	text-align: justify;
}

#content .disabled p
{
	text-align: center;
}

#content .counter
{
	text-align: center;
}

#content .counter img
{
	display: block;
	margin: 0 auto;
}

#content .photo
{
	margin: 0 0 1em 0;
	text-align: center;
}

#content .photos
{
	margin: 0 0 1em 0;
	text-align: center;
}

#content .photos img
{
	/* margin: 0 50px 0.5em 50px; */
	margin: 0 5px 0.5em 5px;
}

#content .fine-print
{
	font-size: small;
}

#content ul.prices
{
	font-size: 0.85em;
}

#content ul.prices li
{
	margin: 0 0 1em 0;
}

#content #why-rental, #content ul.group1
{
	float: left;
	margin-bottom: 1em;
}

#content #why-nga, #content ul.group2
{
	float: right;
	margin-bottom: 1em;
}

#content dl dd ul.group1, #content dl dd ul.group2
{
	list-style-position: inside;
	margin: 0 10% 1em 10%;
	padding: 0;
}

#content ul.thumbnail-links
{
	list-style: none;
	margin: 0 auto 1em auto;
	padding: 0;
	text-align: center;
	width: 485px;
}

#content ul.thumbnail-links li
{
	display: inline-block;
	font-size: 0.85em;
	margin: 0 10px 0.75em 10px;
	text-align: center;
	width: 220px;
}

#content ul.thumbnail-links li img
{
	display: block;
	margin: 0.25em auto;
}

/* LEFT AND RIGHT SIDE */
#navigation, #aside
{
	font-size: 0.85em;
	padding: 0 10px;
	width: 180px;
}

#navigation h2, #aside h2
{
	font-size: 1em;
	text-align: center;
}

#navigation img, #aside img
{
	display: block;
	margin: 0 auto 1em auto;
}

#navigation ul, #aside ul
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#navigation ul li, #aside ul li
{
	margin: 0 0 0.75em 0;
	padding: 0;
	text-align: center;
}

ul#ads li
{
	border: 1px solid #bc8700;
	padding: 0.5em;
}

#navigation ul li a, #aside #list-your-cabin a, #aside .more ul li a
{
	background: transparent url("images/button.png") no-repeat left top;
	color: #fff;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 auto 0.5em auto;
	padding: 4px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 180px;
	height: 20px;
}

#navigation ul li a:active, #navigation ul li a:hover, #aside #list-your-cabin a:active, #aside #list-your-cabin a:hover, #aside .more ul li a:active, #aside .more ul li a:hover
{
	background-position: right top;
}

/* #aside #list-your-cabin a
{
	background-image: url("images/bigbutton.png");
	height: 40px;
	margin-bottom: 1em;
} */

/* LEFT SIDE */
#navigation
{
	position: absolute;
	left: 0;
	top: 147px;
}

#navigation .tips
{
	font-weight: bold;
	text-align: center;
}

#navigation address
{
	font-style: normal;
	text-align: center;
}

/* RIGHT SIDE */
#aside
{
	/* position: absolute;
	right: 0;
	top: 147px; */
	margin: 15px 0 0 auto;
}

#aside .instructions
{
	font-size: 0.85em;
	text-align: center;
}

#aside ul li img
{
	display: block;
	margin: 0 auto 0.5em auto;
}

#aside .google
{
	margin: 0 0 1em 0;
	text-align: center;
}

#footer
{
	clear: both;
	font-size: x-small;
	padding: 1em 0;
	text-align: center;
}

/* BING MAP */
#LME_maplinks
{
	line-height: 20px;
}

#LME_maplinks a
{
	margin: 0 7px;
}