body, ul, li, h1 {
	margin: 0;
	padding: 0;
}
body {
	background: #eee;
	font: 10px/12px "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	color: #333;
}
.container {
	width: 1000px;
	margin: auto;
	background: #fff;
	position: relative;
	overflow: hidden;
	border: solid 1px #ccc;
	border-top: none;
}
a img {
	border: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #7f7800;
}
.footer {
	margin: 1em 0;
	text-align: center;
	color: #888;
	line-height: 14px;
}
.footer a {
	color: #777;
}
.footer a:hover {
	color: #7f7800;
}
.legal {
	color: #aaa;
}
.banner {
	margin-top: 50px;
}
.content {
	overflow: hidden;
	padding-bottom: 20px;
	line-height: 14px;
}
#press .container {
	position: relative;
	background: #fff url('../img/bg-press.jpg') no-repeat;
}
#press #content {
	margin-top: 65px;
	margin-left: 50px;
	margin-bottom: 50px;
}
#press table {
	border-collapse: collapse;
}
#press table tr td {
	padding-top: 50px;
	vertical-align: top;
}
#press table td {
	margin: 0;
	padding: 0;
	padding-left: 30px;
}
#press #content a {
	color: #7f7800;
	text-decoration: none;
}
#press #content a:hover {
	color: #999;
}
.country-selector {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
	font: 14px/18px "Adobe Garamond Pro", "Times New Roman", Times, serif;
}
.country-selector ul {
	list-style: none;
	margin-top: 15px;
}
.country-selector li {
	float: left;
	margin: 10px 15px;
	display: inline;
}
.country-selector a {
	color: #999;
}
.country-selector a:hover {
	color: #333;
}
.content-main {
	margin: 40px 10px 40px 80px;
}
.col-main {
	float: left;
	width: 220px;
	margin-right: 50px;
	display: inline;
	font-size: 12px;
	line-height: 18px;
}
.col-main h1, .col-main h2 {
	font: 24px/24px "Adobe Garamond Pro", "Times New Roman", Times, serif;
	margin: 0;
}
.col-main h1 {
	color: #7f7800;
}
.col-wide h3, .col-wide h4 {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	color: #666;
}
.col-wide h4 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 1.5em;
}
.col-sub {
	font-size: 11px;
	float: left;
	width: 270px;
	margin-right: 50px;
}
.col-sub strong {
	font-weight: normal;
	color: #7f7800;
}
#reservations_form label, #contactus_form label {
	display: block;
}
#reservations_form input, #reservations_form select, #contactus_form input, #reservations_form textarea {
	margin-bottom: 1em;
}
#reservations_form label.error, #contactus_form label.error {
	display: none;
}

.intl-concept {
	position: absolute;
	width: 500px;
	top: 195px;
	left: 130px;
	font-size: 11px;
	line-height: 15px;
}
.intl-concept p {
	margin: 0;
	margin-bottom: 1em;
}
.intl-concept .col-main {
	float: none;
	position: absolute;
	left: 540px;
}
.intl-concept .col-main p {
	margin-top: 1em;
	line-height: 15px;
	color: #666;
}
.intl-concept .col-main h2 {
	color: #333;
}
.concept-text-overlay {
	position: absolute;
	top: 285px;
	left: 75px;
	width: 375px;
	font-size: 11px;
	line-height: 15px;
	display: none;
}

/* Errors*/
input.error, select.error, textarea.error {
	background-color: #ffffd5;
	border: 2px solid #ff0000;
}

/* Press Winddow */
body.pressWin {
	margin: 10px;
	background: #fff;
	font: 11px/1.2em "Trebuchet MS", Arial, sans-serif;
}
.pressWin img {
	border: solid 1px #ccc;
}
.pressWin ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}
.pressWin li {
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-left: 0;
}