/* Common */
body,table,input,select,textarea { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size:small;
}
body {
  background: #171717 url('../images/g-background-backdrop.jpg') repeat-x top left;
}

/* Remove padding and margin */
* {
    border: 0;
    margin: 0;
    padding: 0;
}

body { 
  color:#c0c0c0;
  margin:0; 
  padding:0; 
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input,select,textarea { 
  font-size:1em;
}

small { 
  font-size:0.85em;
}

img { 
  border:0;
}

form { 
  margin:0; 
  padding:0;
}

a img {
	border: 0px;
}

ul {  
	margin: 0px;
  padding:0px;
}

li {
  margin: 0px; 
}

p,dl { 
  margin:1em 0 1em 0; 
}

dl.col { 
  line-height:1.5em;
}

dl.col dt { 
  float:left; 
  width:6em;
}

dl.col dd { 
  margin-left:7em;
}

.clear {
	clear:both;
}

.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}

.clr{
  clear: both;
}

.constrain {
	width: 1020px;
	margin: 0px auto 0px auto;
}

div.headermargin {
	margin-top: 50px;
}

#flashheader {
	width: 1020px;
	height: 344px;
}

#header {
  min-height: 50px;
}

div.background {
	background: #000;
}

div.footermargin {
	margin-top: 30px;
}

#header img {

}

#no-header-image {
  height: 30px;
}

#content {
	margin-top: 26px;
	min-height: 260px;
}

#content .details {
	float: left;
	margin-left: 27px;
	margin-bottom: 26px;
	width: 637px;
}

img.specialborder {
	padding: 6px;
	border: 1px solid #666;
}

div.longimage {
	text-align: center;
	width: 637px;
}

#content .feature {
	float: left;
	margin-left: 44px;
	width: 255px;
}

#content img.sig {
	margin-top: 28px;
}

#content .feature .focusbox {
	background: #000 url('../images/g-focus-background.gif') no-repeat top left;
	padding: 29px 10px 0px 20px;
}

#content .feature .focusbox img {
	margin: 20px 0px 10px 0px;
}

h1, h2 {
  color: #C0C0C0;
  font-family: Garamond, Verdana, Arial, Sand-Serif;
  font-size: 28px;
  font-weight: normal;
}

h3 {
  color: #C0C0C0;
  font-family: Garamond, Verdana, Arial, Sand-Serif;
  font-size: 22px;
  font-weight: normal;
}

#content .details h1, #content .feature h2 {
}

#content .location {
	margin-top: 20px;
	position: relative;
}

#content .address {
	position: absolute;
	left: 420px;
	top: 40px;
	color: #c0c0c0;
}

#content .details p, #content .feature p {
	color: #C0C0C0;
	font-size: 12px;
	line-height: 18px;
}

#nav {
	border: 0px;
	height: 36px;
}

#nav ul {
	color: #808080;
	font-size: 11px;
	list-style: none;
	margin: 10px 0px 0px 95px;
	text-transform: uppercase;
}

#nav ul li {
	float: left;
	text-align: center;
	margin-left: 60px;
}

#nav ul a {
	color: #808080;
	text-decoration: none;
}

#nav ul a:hover {
	color: #CCCCCC;
}

#footer .details {
	float: left;
	margin-left: 10px;
	width: 240px;
}

#footer .hawaii {
	width: 220px;
}

#footer .lasvegas {
	width: 260px;
}

#footer .logo {
	margin-left: 0px;
}

#footer .australia {
	width: 250px;
}

#footer dl, #content dl {
	width: 240px;
	line-height: 17px;
}

#footer dt, #content dt {
	width: 63px;
	float: left;

}
#footer dd, #content dd {
	margin-left: 64px;
	width: 170px;
}

#footer .details p, #footer .details dl, #content .details p, #content .details dl, #content ul {
	color: #7D7D7D;
	font-size: 11px;
	text-decoration: none;
}

#footer .details a, #content .details, #content .details a {
	color:#B4B3B3;
	font-size:11px;
	text-decoration:none;
}

#footer .details a:hover, #content .details a:hover {
	color: #ccc;
	text-decoration: none;
}

#footer .details p.heading, #content .details p.heading {
	color: #7D7D7D;
	font-family: Garamond, Verdana, Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
}

#content .details p.heading {
	color: #C0C0C0;
}

#footer .logo {
	padding-top: 10px;
}

#author {
	font-size: 10px;
	margin: 40px 0px 50px 0px;
	text-align: center;
}

#author a {
	color: #C0C0C0;
	text-decoration: none;
}

#author a:hover {
	color: #fff;
}

/* CSS Buttons Code */
.clearbutton  {
	overflow: hidden;
	padding-top: 10px;
	width: 100%;
}

a.button {
	background: transparent url('../images/g-focusbutton-right.gif') no-repeat scroll top right;
	display: block;
	float: left;
	height: 20px;
  margin-right: 10px;
  padding-right: 11px;
	font-family: Garamond, Verdana, Arial, Sand-Serif;
	text-decoration: none;
	font-size: 16px !important;
	color: #C0C0C0;
	width: 190px;
}

a.button span {
	background: transparent url('../images/g-focusbutton-left.gif') no-repeat;
	display: block;
  line-height: 13px;
  padding: 3px 2px 5px 7px;
}

a.button:hover {
	color: #fff;
	outline: none;
}

a.long {
  width: auto;
}

.right {
	float: right;
}

.left {
	float: left;
}

#content blockquote {
	font-style: italic;
}

#pressreleases {
	margin: 20px 0px 20px 0px;
}

#pressreleases .pressrelease {
	color: #fff;
	float: left;
	width: 310px;
	margin-bottom: 20px;
}

#pressreleases .details {
	float: left;
	margin: 0px;
	padding: 20px 10px 10px 10px;
	width: 194px;
}

#pressreleases .pressrelease h2 {
	font-family: Garamond, Verdana, Arial, Sans-Serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

#pressreleases .pressrelease p {
	margin: 0px;
	padding: 0px;
}

#pressreleases .pressrelease img {
	border: 1px solid #666;
	float: left;
	padding: 6px;
}

/*  pagination */
.pagination-right {
  text-align: right;
}

a.page {
}

.current-page {
  color: #888;
}

#content form.login input 
{
	margin: 5px;
}

#content ul {
	line-height:18px;
	margin-left:20px;
}

#content b {
	color: #fff;
}

input.loginbuttons {
	border: 1px solid #fff;
	background: #666;
	color: #fff;
	padding: 4px;
}

#login th {
	text-align: left;
	width: 100px;
}

#login input {
	padding: 4px;
}

#gallery-cairns { margin-left:10px; }
#gallery-cairns table { font-size:0.8em; }

.gallery-wrap {
	position: relative;
}

.gallery-wrap a {
	position: absolute;
	top: 6px;
	left: 100px;
}
