/*///////////////////////////////////////////////////////
Style Guide
/////////////////////////////////////////////////////////

#idName {
	display: block; position: absolute; top: 0; left: 0; z-index: 1; width: auto; height: auto; overflow: auto;
	margin: 0; border: 0 solid #FFFFFF; padding: 0; background: #FFFFFF url('../images/spacer.gif') no-repeat top left;
	font: italic small-caps bold 68%/1.4 Verdana, Arial, Helvetica, sans-serif; color: #000000px; text-align: left; text-decoration: none;

//	font: <'font-style'> <'font-variant'> <'font-weight'> <'font-size'>/<'line-height'> <'font-family'>	//
}
*/




/*//////////////////////////////////////////////
------------------------------------------------
Colour Palette for Testing Purposes
------------------------------------------------

#88873d #C5001F #E9C46D
#DDDDDD #EEEEEE #FFFFFF

//////////////////////////////////////////////*/




/*///////////////////////////////////////////////////////
General Style Information
///////////////////////////////////////////////////////*/

/*////// Structure Module //////*/
html {
}
body {
	margin: 0; padding: 0; background: #FFFFFF;
	font: 71%/150% verdana, arial, helvetica, sans-serif; 
}
div {
}

/*////// Text Module //////*/
p {
	margin: 0; margin-bottom: 1.2em; 	
}
center {
	margin: 0; margin-bottom: 1.2em; 	
}
blockquote {
	margin: 0 3.5em;
}
h1 {
	margin: 0; margin-bottom: 0.4em;
	font-size: 1.4em; text-transform: uppercase; color: #000000;
}
h2 {
	margin: 0; margin-bottom: 0.3em;
	font-size: 1.3em; text-transform: uppercase; color: #666666;
}
h3 {
	margin: 0; margin-bottom: 0.2em;
	font-size: 1.1em; text-transform: uppercase; color: #999999;
}
h4 {
	margin: 0; margin-bottom: 0.1em;
	font-size: 1.0em; text-transform: uppercase; color: #B1AB85
}
h5 {
	margin: 0; margin-bottom: 0.1em;
	font-size: 1.0em; font-weight: bold; font-variant: small-caps; color: #E6EB9B;
}
h6 {
	margin: 0; margin-bottom: 0.1em;
	font-size: 1.0em; font-style: italic;
}

abbr {
	border-bottom: 1px dashed #69661D; color: #69661D; cursor: help;
}
acronym {
	border-bottom: 1px dashed #88873D; color: #88873D; cursor: help;
}
address {
}
cite {
	color: #B1AB85; font-size: 1.0em;
}
code {
	color: #B1AB85; font-size: 1.0em;
}
dfn {
	color: #B1AB85; font-size: 1.0em;
}
em {
	color: #D3CFB5 /*B1AB85*/; font-style: italic;
}
kbd {
	color: #B1AB85; font-size: 1.0em;
}
pre {
	color: #B1AB85; font-size: 1.0em;
}
q {
	font-style: italic; color: #B1AB85;
}
samp {
	color: #B1AB85; font-size: 1.0em;
}
span {
}
strong {
	color: #FFFFFF; font-weight: bold; font: arial, verdana, helvetica, sans-serif; 
}
var {
	color: #B1AB85; font-size: 1.0em;
}

/*////// Hypertext Module //////*/
a:link {
	color: #B1AB85; text-decoration: underline;
}
a:visited {
	color: #8B8350; text-decoration: underline;
}
a:hover {
	color: #999999; text-decoration: underline;
}
a:focus {
	color: #B1AB85; text-decoration: underline;
}
a:active {
	color: #B1AB85; text-decoration: underline;
}

/*////// List Module //////*/
dl {
	margin-bottom: 1.5em;
}
dt {
	margin: 0;
	color: #B1AB85; font-weight: bold;
}
dd {
	margin: 0; color: #777777;
}
ol {
	margin-top: 0; margin-bottom: 1.2em;
}
ul {
	margin-top: 0; margin-bottom: 1.2em;
}
li {
	margin-top: 0; margin-bottom: 0.6em;
}

/*////// Presentation Module //////*/
big {
}
hr {
	width: 50%; height: 1px; margin: 0 auto; margin-bottom: 0.6em; border-bottom: 1px solid #B1AB85; color: #E6EB9B; text-align: center;
}
small {
}
sup {
	color: #B1AB85;
}
sub {
	color: #B1AB85;
}

/*////// Forms Module //////*/
form {
	text-align: center;
}
fieldset {
	display: block; width: 37em; margin: 0em auto 0.6em auto; border: none; padding: 0; text-align: left;
}
legend {
	display: none; margin: 0em 0em 0.6em 0em; padding: 0; color: #B1AB85;
}
label {
	float: left; width: 15em; text-align: left;
}
input, select {
	font-size: 1em; 
}
input, textarea {
	width: 20em;
}
select {
	width: 14.4em;
}
/*
input: focus, select: focus {
	background: #EEEEEE; color: #B1AB85;
}
*/
option {
}
textarea {
	font: 1em verdana, sans-serif;
}
#submit, button, .button {
	width: auto; overflow: auto;
	display: inline-block;
	margin-left: 15em; border: 2px outset inherit; padding: 0 4px;
	background: #B1AB85; color: #FFFFFF; text-transform: uppercase;
}
#reset {
	width: auto; overflow: auto;
	display: inline-block;
	margin-left: 0.5em; border: 2px outset inherit; padding: 0 4px;
	background: #B1AB85; color: #FFFFFF; text-transform: uppercase;
}
.radio input, .checkList input {
	width: auto; 
}
#enquiry .required {
	color: #FFFFFF;
}

/*////// Table Module //////*/
table {
	margin-bottom: 1.2em; font-size: 1em; border: none; background: #FFFFFF; border-collapse: separate;
}
caption {
	padding: 8px; border: none; background: #B1AB85; font-size: 0.9em;
}
thead {
	background: #CCCCCC;
}
tbody th {
	background: #EEEEEE;
}
tfoot {
	background: #DDDDDD;
}
th {
	padding: 4px 8px; text-align: left; font-weight: bold;
}
tr {
}
td {
	border-top: 1px solid #E6EB9B; padding: 4px 8px; text-align: left;
}

td form {
	margin: 0;
}

/*////// Image Module //////*/
img {
	display: block; margin: 0; border: none;
}




/*///////////////////////////////////////////////////////
CLASS and ID Styles
///////////////////////////////////////////////////////*/

html {
	/* height: auto !important; */ height: 100%; /* min-height: 100%; */
	margin-bottom: 1px;
}
body {
	/*background: #FFFFFF;*/ text-align: center;
	height: 100%; /* Required */
	background: #BBBBBB url('../images/bg-body.gif') repeat-x;
}


#container { 
	position: relative;
	width: 972px; 
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	margin: 0 auto; padding: 0; text-align: left;
}
#main {
	padding: 0 0 108px 0; overflow: auto;
}
#skip { 
	position: absolute; left: -000em; width: 0; height: 0; overflow: hidden;
}


#masthead {
	float: left; width: 330px; height: 80px; *height: 80px; _height: 130px;
	margin: 0 !important; padding: 30px 0 0 0; background: transparent url('../images/bg-masthead.gif') repeat-x left top;
}
#masthead h1 {
	margin: 0; padding: 0 0 0 30px; 
}
#masthead object {
	display: block; margin: 0; padding: 0;
}
#masthead h1 a {
	display: block; width: 300px; height: 48px !important; overflow: auto; 
	margin: 0; padding: 0;
}


#content {
	margin: 0 0 30px 0; padding: 0; color: #FFFFFF; background: transparent url('../images/bg-content.gif') repeat-y left top; overflow: auto;
}
#content h2 {
	font: bold 2.4em Arial Narrow, Arial, sans-serif; color: #B1AB85; text-transform: uppercase;
}
#content h2 span.subhead {
	display: block; margin: 0; padding: 0; font-size: 2em; color: #B1AB85;
}
#content h3 {
	display: block; margin: 0; padding: 0 0 10px 0; font: bold 1.3em Arial Narrow, Arial, sans-serif; color: #FFFFFF;
}


#inner {
	display: block; margin: 0; padding: 30px 50px 10px 50px; overflow: auto;
}
#bg-top { 
	display: block; margin: 0; padding: 0; height: 19px; background: transparent url('../images/bg-top.gif') no-repeat left top; 
}
#bg-bottom {
	display: block; margin: 0; padding: 0; height: 19px; background: transparent url('../images/bg-bottom.gif') no-repeat left top;
}


#icon {
	margin-bottom: 5px; border: 3px solid #B1AB85; padding: 1px; background: #000000;
	margin-right: 20px;
}


.logo {
	color: #999999; font-weight: bold; font: arial, verdana, helvetica, sans-serif; 
}


#navigation {
	margin: 0; padding: 50px 0 0 0; height: 80px; _height: 130px;
	background: transparent url('../images/bg-masthead.gif') repeat-x left top; 
}
#navigation h3 {
}
#navigation ul {
	float: right; margin: 0; list-style: none;
	font: bold 1.1em Arial Narrow, Arial, sans-serif; color: #B1AB85; text-transform: uppercase;
}
#navigation li {
	display: inline; margin: 0; padding: 0 30px 0 0; list-style: none;
}
#navigation li a {
	padding: 0;
	color: #B1AB85; text-decoration: none;
}
#navigation li a:hover {
	color: #FFFFFF;
}
#navigation ul ul {
	display: none;
}


#subnav {
	margin: 0; padding: 0; width: 100% !important;
}
#subnav ul {
	margin: 0; padding: 0 0 50px 0; list-style: none; overflow: auto;
}
#subnav li {
	float: left; margin: 0; padding: 0; list-style: none; width: 24%; overflow: hidden;
}
#subnav a {
	margin: 0; padding-left: 15px; font-size: 12px; font-weight: bold; font-family: Arial Narrow, Arial, sans-serif; color: #D3CFB5/*7F7F7F*/; text-decoration: none; text-transform: uppercase;
	background: transparent url('../images/bullet.gif') no-repeat left 0.2em;
}
#subnav a:hover {
	color: #FFFFFF/*B1AB85*/; padding-left: 15px; font-size: 10px; font-size: 12px; font-weight: bold; font-family: Arial Narrow, Arial, sans-serif;
	background: transparent url('../images/bullet-over.gif') no-repeat left 0.2em;
}
#subnav a.current {
	color: #FFFFFF/*8D8659 :: B1AB85*/; padding-left: 15px; font-size: 10px; font-size: 12px; font-weight: bold; font-family: Arial Narrow, Arial, sans-serif;
	background: transparent url('../images/bullet-over.gif') no-repeat left 0.2em;
}


#related {
	display: block; float: right; width: 250px !important; margin: 0 0 0 30px; padding: 0 0 30px 30px;
	color: #FFFFFF; border-left: 1px dotted #B1AB85; border-bottom: 1px dotted #B1AB85; /*background-color: #4D4642;*/
}
#related h3 {
	font-size: 1.5em; color: #B1AB85;
}
#related ul {
	margin: 0; padding: 0 0 20px 15px; list-style-type: square;
}
#related li {
	margin: 0; padding: 0; list-style-type: square;
}
#related a {
	color: #B1AB85;
}
#related a:hover {
	color: #999999;
}
#related img {
}


#resident {
	margin: 0; padding: 10px 0;
}
#resident ul {
	margin: 0; padding: 0; list-style: none; overflow: auto;
}
#resident li {
	float: left; margin: 0; padding: 0 10px 20px 0; list-style: none;
	text-align: left; width: 110px; _width: 120px; height: 150px; _height: 170px;
}
#resident li img {
	margin-bottom: 5px; border: 1px solid #B1AB85; padding: 3px; background: #D8D8D8;
}
#resident li a img {
	border: 1px solid #B1AB85; padding: 3px; background: #D8D8D8;
}
#resident li a:hover img {
	border: 3px solid #B1AB85; padding: 1px;
}


 a.back {
	right; color: #FFFFFF;
}
 a.back:hover {
	color: #B1AB85;
}


#gallery {
	padding-top: 10px;
}
#gallery ul {
	margin: 0; padding: 0; list-style: none; overflow: auto;
}
#gallery li {
	float: left; width: 150px; height: 210px; margin: 0; padding: 0 10px 10px 0; list-style: none; /*background-color: #EEEEEE; border: 1px #CCCCCC solid;*/
	text-align: center;
}
#gallery li img {
	margin-bottom: 5px; border: 1px solid #B1AB85; padding: 3px; background: #D8D8D8;
}
#gallery li a {
	background: none !important;
}
#gallery li a:hover img {
	border: 3px solid #B1AB85; padding: 1px;
}


#album {
	float: left; padding-top: 10px; overflow: auto;
}
#album ul {
	margin: 0; padding: 0; list-style: none; overflow: auto;
}
#album li {
	float: left; margin: 0; padding: 0 20px 20px 0; list-style: none; /*background-color: #EEEEEE; border: 1px #CCCCCC solid;*/
	text-align: center;
}
#album li a {
	display: block; margin: 0; border: 1px solid #D8D8D8; padding: 3px; background: #D8D8D8;
}
#album li a:hover {
	background: #B1AB85;
}
#album li img {
	display: block; margin: 0; border: 1px solid #B1AB85; padding: 0;
}


#footer {
	position: absolute; width: 100%; height: 108px; overflow: auto;
	bottom: 0 !important; bottom: -1px; /* For Certain IE widths */
	font-size: 10px !important; line-height: 140% !important; background: #B1AB85;
}
#footer ul {
	float: right; overflow: auto; clear: both;
	padding: 0; list-style: none;
}
#footer li {
	float: right; margin: 0; padding: 10px 20px 0 0; list-style: none;
}
#footer a {
	margin: 0; padding: 0;
	color: #666666; 
}
#footer a:hover {
	color: #FFFFFF;
}


#validate {
	float: right; background: transparent; clear: both;
}
#validate ul {
	overflow: auto; 
	margin: 0; border: none; padding: 0 20px 0 0; background: transparent; list-style: none;
}
#validate li {
	float: right; margin: 0; padding: 0 0 0 12px; list-style: none;
}
#validate a {
	color: #CCCCCC; text-decoration: none;
}
#validate a:hover {
	color: #FFFFFF; text-decoration: underline;
}


.contact {
	float: left; width: 50%;
}
.bold {
	color: #444444;
}
.required {
	color: #672A7D;
}
.footnote {
	display: none;
}
.image {
	margin: 0 1.0em 1.0em 1.0em; border: 1px solid #B1AB85; padding: 3px; background: #D8D8D8;
}




/*///////////////////////////////////////////////////////
Lytebox Styles
///////////////////////////////////////////////////////*/

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em; overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url('../images/lytebox/loading.gif') center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url('../images/lytebox/blank.gif') no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url('../images/lytebox/prev_grey.gif') left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url('../images/lytebox/prev_red.gif') left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url('../images/lytebox/prev_green.gif') left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url('../images/lytebox/prev_blue.gif') left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url('../images/lytebox/prev_gold.gif') left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url('../images/lytebox/blank.gif') no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url('../images/lytebox/next_grey.gif') right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url('../images/lytebox/next_red.gif') right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url('../images/lytebox/next_green.gif') right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url('../images/lytebox/next_blue.gif') right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url('../images/lytebox/next_gold.gif') right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url('../images/lytebox/close_grey.png') no-repeat; }
	#lbClose.red { background: url('../images/lytebox/close_red.png') no-repeat; }
	#lbClose.green { background: url('../images/lytebox/close_green.png') no-repeat; }
	#lbClose.blue { background: url('../images/lytebox/close_blue.png') no-repeat; }
	#lbClose.gold { background: url('../images/lytebox/close_gold.png') no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url('../images/lytebox/play_grey.png') no-repeat; }
	#lbPlay.red { background: url('../images/lytebox/play_red.png') no-repeat; }
	#lbPlay.green { background: url('../images/lytebox/play_green.png') no-repeat; }
	#lbPlay.blue { background: url('../images/lytebox/play_blue.png') no-repeat; }
	#lbPlay.gold { background: url('../images/lytebox/play_gold.png') no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url('../images/lytebox/pause_grey.png') no-repeat; }
	#lbPause.red { background: url('../images/lytebox/pause_red.png') no-repeat; }
	#lbPause.green { background: url('../images/lytebox/pause_green.png') no-repeat; }
	#lbPause.blue { background: url('../images/lytebox/pause_blue.png') no-repeat; }
	#lbPause.gold { background: url('../images/lytebox/pause_gold.png') no-repeat; }
