/* CONSULATE-APTS.CSS */

/* Global Reset */

* {
	margin: 0;
	padding: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* HTML Elements */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 1.667;
	color: #333;
	background: #FFF;
}

p, ol, ul, blockquote, address {
	margin-bottom: 1.667em;
}

a {
	color: #AEA47B;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #000;
}

a img {
	border: 0;
}

cite, address {
	font-style: normal;
}

q .open {
	background: url(../images/quote-open.gif) no-repeat top left;
	padding-right: 9px;
	margin: 0;
}

q .close {
	background: url(../images/quote-close.gif) no-repeat top right;
	padding-left: 9px;
	margin: 0;
}

ol, ul {
	margin-left: 2em;
}

li {
	margin-bottom: .75em;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

h3 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 1em;
}

blockquote {
	margin-left: 2em;
	position: relative;
}

blockquote .open {
	font-size: 3em;
	font-weight: bold;
	line-height: 1em;
	position: absolute;
	left: -.667em;
	top: 0;
	color: #C4BC9E;
}

blockquote .close {
	font-size: 3em;
	line-height: 1px;
	font-weight: bold;
	vertical-align: bottom;
	font-weight: bold;
	color: #C4BC9E;
}

small {
	font-family: Arial, Helvetica, sans-serif;
}

/* Container */

#container {
	padding-left: 140px;
	padding-right: 30px;
	background: url(../images/container-bg.gif) top left no-repeat #FFF;
	position: relative;
}

/* Header */

.header-wrap1 {
	width: 770px;
	background: url(../images/header-wrap1.gif) repeat-x 12px 100%;
}

.header-wrap2 {
	background: url(../images/header-wrap2.gif) repeat-y 100% 0%;
}

#header {
	height: 234px;
	background: url(../images/header-bg.gif) no-repeat bottom right;
	padding: 15px 0 15px 30px;
	position: relative;
}

#header h1 {
	width: 264px;
	height: 42px;
	background: url(../images/header-h1-bg.gif);
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 60px;
}

#header h1 a {
	position: absolute;
	top: 191px;
	left: -140px;
	width: 170px;
	height: 149px;
	background: url(../images/header-h1-a-bg.png);
}

#header h2 {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 30px;
	bottom: 34px;
	height: 53px;
}

#home #header h2, #page404 #header h2 { height: 39px; width: 143px; background: url(../images/h2-home.gif); bottom: 48px; }
#accom #header h2 { height: 83px; width: 275px; background: url(../images/h2-accom.gif); bottom: 48px; }
#apt1 #header h2 { width: 296px; background: url(../images/h2-apt1.gif); }
#apt2 #header h2 { width: 296px; background: url(../images/h2-apt2.gif); }
#apt3 #header h2 { width: 283px; background: url(../images/h2-apt3.gif); }
#about #header h2 { height: 39px; width: 190px; background: url(../images/h2-about.gif); bottom: 48px; }
#personal #header h2 { height: 83px; width: 295px; background: url(../images/h2-personal.gif); bottom: 48px; }
#history #header h2 { height: 97px; width: 182px; background: url(../images/h2-history.gif); }
#press #header h2 { width: 264px; background: url(../images/h2-press.gif); }
#nelson #header h2 { height: 40px; width: 255px; background: url(../images/h2-nelson.gif); bottom: 48px; }
#tariff #header h2 { height: 97px; width: 174px; background: url(../images/h2-tariff.gif); }
#enquiry #header h2 { width: 154px; background: url(../images/h2-enquiry.gif); }
#specials #header h2 { height: 97px; width: 197px; background: url(../images/h2-specials.gif); }
#book #header h2 { width: 277px; background: url(../images/h2-book.gif); }
#card #header h2, #secure #header h2 { height: 83px; width: 259px; background: url(../images/h2-secure.gif); bottom: 48px; }

/* Navigation */

.nav-wrap {
	background:url(../images/nav-wrap.gif) repeat-x bottom;
}

#nav {
	width: 740px;
	padding-left: 30px;
	background:url(../images/nav-wrap.gif) repeat-x bottom;
	margin: 0;
}

#nav li {
	float: left;
	list-style: none;
	padding: 2px 0 8px;
	margin-right: 15px;
	line-height: normal;
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
	margin-bottom: 0;
}

#nav li.subnav {
	background-image: url(../images/subnav-bg.gif);
	background-position: 8px 100%;
}

#nav li:hover, #nav li.sfhover {
	background-image: url(../images/subnav-hover-bg.gif);
}

#nav li a {
	display: block;
	position: relative;
	border-width: 1px 0;
	border-color: #FFF;
	border-style: solid;
	color: #444;
	text-decoration: none;
	margin: 0 1px;
}

#nav li a span {
	display: block;
	position: relative;
	margin: 0 -1px;
	border-width: 0 1px;
	border-color: #FFF;
	border-style: solid;
	background-color: #FFF;
	padding: 3px 5px;
}

#nav li a:hover,
#nav li a:active,
#nav li a:focus,
#nav li:hover a,
#nav li.sfhover a,
#home #nav-home,
#accom #nav-accom,
#apt1 #nav-accom,
#apt2 #nav-accom,
#apt3 #nav-accom,
#about #nav-about,
#personal #nav-about,
#history #nav-about,
#press #nav-press,
#nelson #nav-nelson,
#tariff #nav-tariff,
#enquiry #nav-enquiry {
	border-color: #8B8362;
	color: #FFF;
	text-decoration: none;
}

#nav li a:hover span,
#nav li a:active span,
#nav li a:focus span,
#nav li:hover a span,
#nav li.sfhover a span,
#home #nav-home span,
#accom #nav-accom span,
#apt1 #nav-accom span,
#apt2 #nav-accom span,
#apt3 #nav-accom span,
#about #nav-about span,
#personal #nav-about span,
#history #nav-about span,
#press #nav-press span,
#nelson #nav-nelson span,
#tariff #nav-tariff span,
#enquiry #nav-enquiry span {
	border-color: #8B8362;
	background-color: #AEA47B;
}

#nav li ul {
	position: absolute;
	width: 14em;
	left: -999em;
	background: url(../images/subnav-hover-bg.gif) no-repeat 7px -2px #FFF;
	padding: 8px 0;
	border-color: #E1DEC7;
	border-style: solid;
	border-width: 0 1px 2px;
	margin: 0;
	margin-top: 2px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 99;
}

#nav ul li {
	float: none;
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 1.5;
}

#nav li ul li a,
#nav li:hover ul li a,
#nav li.sfhover ul li a {
	border: none;
	color: #444;
	margin: 0;
	padding-left: 24px;
	background: url(../images/subnav-off.gif) no-repeat 10px 6px;
}

#nav li ul li a span,
#nav li:hover ul li a span,
#nav li.sfhover ul li a span {
	border: none;
	margin: 0;
	padding: 0;
	background: #FFF;
}

#nav li ul li a:hover,
#nav li ul li a:active,
#nav li ul li a:focus,
#apt1 #nav-apt1,
#apt2 #nav-apt2,
#apt3 #nav-apt3,
#personal #nav-personal,
#history #nav-history {
	text-decoration: underline;
	color: #444;
	background: url(../images/subnav-on.gif) no-repeat 10px 6px;
}

#nav li ul li a:hover span,
#nav li ul li a:active span,
#nav li ul li a:focus span {
	background: #FFF;
}

#nav ul li:hover, #nav ul li.sfhover {
	background: none;
}

#pagination {
	margin-left: 0;
	list-style: none;
	border-left: 1px solid #E1DEC7;
}

#pagination li {
	margin-bottom: 0;
	float: left;
	font-weight: bold;
	padding: 0 .75em;
	border-right: 1px solid #E1DEC7;
}

#pagination a {
	font-weight: normal;
}

/* Content */

#content {
	padding: 30px 0 20px 30px;
	width: 750px;
}

#article {
	float: left;
	width: 480px;
	margin-bottom: 30px;
}

#card #article, #secure #article, #specials #article {
	width: 750px;
	padding-right: 10px;
}

#aside {
	float: right;
	width: 240px;
	margin-bottom: 30px;
}
#enquiry #article {
	width: 370px;
}
#enquiry #aside {
width:350px;
}

.images {
	list-style: none;
	margin: 0;
	font-size: 12px;
}

.images li {
	float: left;
	margin: 0 10px 10px 0;
}

.images li a {
	display: block;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	padding: 4px;
	border: 1px solid #E1DEC7;
	background: #FFF;
}

.images li a:hover,
.images li a:active,
.images li a:focus {
	border-color: #AEA47B;
}

.images li a br {
	display: none;
}

.images li a span {
	position: absolute;
	left: -9999px;
}

.images li a:hover span,
.images li a:active span,
.images li a:focus span {
	left: 0;
	bottom: 4px;
	width: 100px;
	text-align: center;
	background: #FFF;
	color: #444;
	padding: 0 4px !important;
	padding: 0;
	cursor: pointer;
}

#specials .images {
	padding-left: 30px;
	padding-bottom: 20px;
}

#specials .images li {
	margin: 0 20px 0 0;
}

p.smallprint {
	font: .833em/1.8em Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 1.8em;
	margin-left: .9em;
	position: relative;
}

.conditions {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.smallprint .conditions {
	font-size: 1.2em;
	line-height: 1.5em;
	position: absolute;
	left: -.75em;
	top: 0;
}

a.ext-link {
	padding-right: 15px;
	background: url(../images/ext-link-off.gif) no-repeat 100% 50%;
}

a.ext-link:hover, a.ext-link:active, a.ext-link:focus {
	background: url(../images/ext-link-on.gif) no-repeat 100% 50%;
}

a.ext-link span {
	position: absolute;
	left: -9999px;
}

.contact {
	list-style: none;
	margin-left: 0;
}

.contact strong {
	margin-right: .75em;
	width: 4.5em;
	float: left;
	clear: left;
}

.specials {
	display: block;
	width: 180px;
	height: 18px;
	padding: 6px 0;
	background-image: url(../images/specials-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -.04em;
	color: #555;
	margin: 15px 35px 10px 25px;
}

.specials:hover,
.specials:active,
.specials:focus {
	background-position: bottom;
	color: #000;
}

.book-now a, a.book-now {
	display: block;
	width: 100px;
	height: 18px;
	padding: 6px 0;
	background-image: url(../images/book-now-a-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -.04em;
	color: #555;
}

.book-now a:hover,
.book-now a:active,
.book-now a:focus,
a.book-now:hover,
a.book-now:active,
a.book-now:focus {
	background-position: bottom;
	color: #000;
}

.book-now a {
	margin: 0 auto;
}

a.book-now {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
	margin: 0 1.5em 1.5em 0;
}

.right {
	float: right;
	clear: right;
	margin: 0 0 1.5em 1.5em;
}

h3.experience {
	width: 350px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/h3-experience.gif);
	margin: 0 auto 30px;
}

h3.contact {
	margin-bottom: 0;
}

ul.tariff, ul.logos {
	list-style: none;
	margin-left: 0;
}

ul.logos {
	margin-bottom: 0;
	position: relative;
	height: 80px;
}

ul.logos li.left, ul.logos li.right {
	float: none;
	clear: none;
	margin: 0;
	position: absolute;
}

ul.logos li.left {
	left: 117px;
	top: -10px;
}

ul.logos li.right {
	right: 127px;
	top: -45px;
}

ul.tariff li {
	border-bottom: 3px double #AEA47B;
	float: left;
	clear: left;
	padding: .4em;
	margin-bottom: .4em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1.2em;
}

ul.tariff .conditions {
	font-size: .8em;
}

/* Footer */

#footer {
	clear: both;
	border-bottom: 1px solid #E1DEC7;
	padding: 0 0 20px;
	margin-bottom: 40px;
	background: url(../images/footer-bg.gif) no-repeat 50% 50px;
	margin-right: 10px;
}

#footer .book-now {
	background: url(../images/book-now-bg.gif) no-repeat center #FFF;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

#book #footer, #secure #footer, #page404 #footer, #specials #footer {
	border-top: 1px solid #E1DEC7;
	padding-top: 25px;
	background-position: 50% 35px;
}

#footer address {
	width: 300px;
	text-align: right;
	float: left;
	margin-bottom: 0;
}

#footer address strong {
	font-weight: normal;
	margin-right: 1.5em;
}

#footer address strong br {
	display: none;
}

#footer dl {
	width: 300px;
	float: right;
}

#footer dt {
	float: left;
	clear: left;
	width: 4em;
	margin-right: 1.5em;
}

#footer dd {
	float: left;
}

#footer dd em {
	font-style: normal;
	padding: 0 .75em;
}

#bottomline {
	font: .833em/1.8em Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 0;
}

span.w1 {
	margin-right: 2px;
}

a.w1 {
	overflow: hidden;
	padding: 0 0 0 65px;
	border: none;
	background-image: url(../images/web-one-footer-logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #666;
}

a.w1:hover, a.w1:active, a.w1:focus {
	background-position: bottom left;
	text-decoration: none;
	color: #000;
}

a.w1 span {
	position: absolute;
	left: -9999px;
}

/* Spotlight */

#spotlight {
	width: 350px;
	height: 170px;
	padding: 15px;
	background: url(../images/spotlight-bg.gif);
	position: absolute;
	top: 15px;
	left: 480px;
}

#spotlight img {
	display: block;
}

/* Form */

#form {
	clear: both;
}

fieldset br {
	clear: left;
}

fieldset {
	border: 1px solid #E1DEC7;
	padding: .75em .75em 0;
	margin-bottom: 1.5em;
}

legend {
	background: #FFF;
	padding: 0 .25em;
	font-weight: bold;
}

label {
	width: 11em;
	float: left;
	margin: 0 .75em .75em 0;
}

.inputbox, select, textarea {
	border: 1px solid #E1DEC7;
	padding: 2px;
	float: left;
	margin: 0 .75em .75em 0;
}

.inputbox:hover, .inputbox:focus,
select:hover, select:focus,
textarea:hover, textarea:focus {
	border: 1px solid #8B8362;
}

.button {
	float: left;
	margin: 0 .75em .75em 0;
	border: 1px solid #C4BC9E;
	background: #E1DEC7;
	color: #333;
	font: .9em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 2px 4px !important;
	padding: 2px 0;
}

.button:hover, .button:focus {
	border-color: #8B8362;
	color: #FFF;
	background: #AEA47B;
}

.required {
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
}

fieldset .required {
	float: left;
	margin: 0 .75em .75em 0;
}

.unit {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 0 .75em .75em 0;
}

ul.checklist {
	margin-left: 0;
	list-style: none;
}

ul.checklist li {
	margin-bottom: .75em;
}

ul.checklist label {
	width: auto;
	float: none;
	margin: 0;
}

ul.checklist input {
	margin-right: .75em;
}

/* Clearfix */

/* Float Clearing for IE6 */
* html #container,
* html #nav,
* html #content,
* html #article,
* html #pagination,
* html #aside,
* html #footer,
* html #bottomline,
* html .images,
* html .tariff
{
	height: 1%;
	overflow: visible;
}

/* Float Clearing for IE7 */
*+html #container,
*+html #nav,
*+html #content,
*+html #article,
*+html #pagination,
*+html #aside,
*+html #footer,
*+html #bottomline,
*+html .images,
*+html .tariff
{
	min-height: 1%;
}

/* Float Clearing for Everyone Else */
#container:after,
#nav:after,
#content:after,
#article:after,
#pagination:after,
#aside:after,
#footer:after,
#bottomline:after,
.images:after,
.tariff:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Firefox Scrollbar Hack */

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* Lightbox */

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink, #prevLink:hover, #prevLink:visited:hover {
	background: url(../images/lightbox/prevlabel.gif) left 0% no-repeat;
}
#nextLink, #nextLink:hover, #nextLink:visited:hover {
	background: url(../images/lightbox/nextlabel.gif) right 0% no-repeat;
	}
#imageDataContainer {
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
	color: #201B18;
	}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #FFF;
   text-align: left;
}
