/*Core Styles*/

body {
	background-color: #09354c;
	background-image: url(/graphics/bg.jpg);
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 10pt;
}

h1 {
	font-size: 1.8em;
	padding-bottom: 5px;
	padding-top: 10px;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2a1410;
	line-height: normal;
}

h2 {
	font-size: 1.3em;
	padding-bottom: 5px;
	padding-top: 10px;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2a1410;
}

a {
	color: #6f2e1c;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #c26c54;
}

.red {
	color: #F00;
}

.alert-high {
	color:red;
	font-weight: bolder;
}

/*Layout Styles*/

#top {
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	background-color: #333;
	background-image: url(/graphics/top.jpg);
	border-bottom: 1px #67bdec solid;
}

#logo-float {
	float: left;
	padding: 5px 0 0 10px;
}

#header_float {
	float: right;
	padding: 4px 20px 4px 20px;
	background-image:url(/graphics/transparent-black-bg.png);
	color: #FFF;
	text-align: right;
	border-bottom: 1px #67bdec solid;
	border-left: 1px #67bdec solid;
}

#navigation {
	width: 1000px;
	height: 36px;
	margin: 0 auto;
	background-color: #000;
	text-transform: uppercase;
}

#nav-left ul.dropdown ul li a.special_promotions {
    color: #FF0000;
}

#nav-left ul.dropdown ul li a.special_promotions:hover {
    color: #FFFF00;
}

#nav-left {
	float: left;
	margin-top: 10px;
}

#nav-left a{
	display: inline;
	text-decoration: none;
	color: #67bdec;
	padding: 10px 10px 9px 10px;
	font-weight: bold;
}

#nav-left a:hover {
	text-decoration: none;
	color: #bde9ff;
	background-color: #111111;
	background-image: url(/graphics/nav-transparent-gradient.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#header {
	width: 1000px;
	height: 450px;
	margin: 0 auto;
	background-color: #CCC;
	border-bottom: 1px #67bdec solid;
	border-top: 1px #67bdec solid;
}

#head-float-left {
	float: left;
	padding: 25px 5px 25px 5px;
	width: 290px;
	height: 400px;
	background-color: #666;
	background-image: url(/graphics/accom-bg.jpg);
	color: #CCC;
}

#accommodation-search {
	background-color: #000;
	padding: 15px;
	border: 1px #67bdec solid;
	color: #fff;
	background-image: url(/graphics/flag_promo.png);
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 367px;
}

#accommodation-search p{
	color: #fff;
	font-size: 7pt;
	margin: 5px 0;
}

#head-float-left p{
	padding-bottom: 15px;
	margin: 0;
}

#head-float-left h2{
	padding-bottom: 10px;
	margin: 0;
	font-size: 1.3em;
}

#head-float-right {
	float: right;
	width: 700px;
	height: 450px;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#banners {
	width: 970px;
	padding: 15px;
	margin: 0 auto;
	background-image: url(/graphics/transparent-white-bg.png);
	border-bottom: 1px #67bdec solid;
	height: 155px;
}

#banners a,
#banners a:hover,
#banners a:visited {
	color: black;
}

#banners ol {
	margin-left: 10px
}

#banners #promotions_ad,
#banners #referrals_ad,
#banners #owners_ad {
	background-repeat: no-repeat;
	height: 150px;
	width: 310px;
	float: left;
	padding: 55px 5px 0 5px;
}

#banners #promotions_ad {
	background-image: url(/graphics/ad-001.png);
	margin-left: 10px;
}

#banners #promotions_ad:hover {
	background-image: url(/graphics/ad-001-hover.png);
}

#banners #referrals_ad {
	background-image: url(/graphics/ad-002.png);
}

#banners #referrals_ad:hover {
	background-image: url(/graphics/ad-002-hover.png);
}

#banners #owners_ad {
	background-image: url(/graphics/ad-003.png);
}

#banners #owners_ad:hover {
	background-image: url(/graphics/ad-003-hover.png);
}

#body {
	width: 960px;
	padding: 20px;
	margin: 0 auto;
	background-color: #FFF;
	line-height: 1.7em;
	background-image: url(/graphics/watermark.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 400px;
	border-top:1px solid #67BDEC;
}

#content {
	border: 1px #CCC solid;
	padding: 15px;
	min-height: 400px;
}

#footer {
	width: 960px;
	padding: 20px 20px 10px 20px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	background-image:url(/graphics/transparent-white-bg.png);
}

#footer p{
	margin: 0;
	padding: 0 0 10px 0;
}


#footer a{
	text-decoration: none;
	color: #67bdec;
	font-weight: bold;
}

#footer a:hover{
	text-decoration: none;
	color: #407695;
	font-weight: bold;
}

#footer #copyright {
	font-size: .7em;
	margin-top: 20px;
}

#footer #copyright span#copy {
	float: left;
}

#footer #copyright span#sus {
	float: right;
}

#footer p#doco {
	clear: both;
	text-align: right;
	margin-top: 10px;
	font-size: .7em;
}

#footer span.extra_links {
	font-size: .8em;
}

#activities table.activity {
	border: solid 1px black;
	margin: 10px 0;
}

#activities table.activity td {
	padding: 0 10px;
}

#activities table.activity .activity_contact {
	font-size: .8em;
	line-height: normal;
}

#activities table.activity .activity_contact h3{
	margin-bottom: 0;
}

#activities table.activity .activity_contact p{
	margin: 0 0 10px 0 ;
}

.footnote {
	font-size: .8em;
	line-height: 1.25em
}


/* Drop Down Menu styles */


/* LEVEL ONE */

ul.dropdown {
	position: relative;
	margin: 0;
	padding: 0;
	height: 25px;
}

ul.dropdown li {
	font-weight: bold; 
	float: left; 
	zoom: 1; 
	list-style: none;
	background-image:url(/graphics/transparent-black-bg.png);
}

ul.dropdown a:hover {
	color: #000;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	color: black; 
	position: relative;
}

ul.dropdown li.hover a { 
	color: black; 
}

.full_width {
	clear: both;
}


/* LEVEL TWO */

ul.dropdown ul { 
	width: 200px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-transform: lowercase;
	z-index: 1000;
}

ul.dropdown ul li { 
	font-weight: normal; 
	height: 36px;
}
									  
 /* IE 6 & 7 Needs Inline Block */

#nav-left ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
	width: 200px;
	color: #bde9ff;
}

#nav-left ul.dropdown ul li a:hover {
	background-image: url(/graphics/nav-transparent-gradient.png);
	color: #67bdec;
}


/* LEVEL THREE */

ul.dropdown ul ul {
	left: 100%; 
	top: 0;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}



/* /Drop Down Menu styles */

#home_page h1 {
	line-height: normal;
}

#home_page h1 span{
	display: block;
	text-align: center;
	color: #FF0000;
	font-size: 1.1em;
	font-style: italic;
}









.promo h2.promo_name,
#promotional_intro table th {
    background-color: #2E2111;

}

.promo,
#promotional_intro table {
    border: 2px solid #2E2111;
}


/* ---- Lightbox CSS ---- */

#lightbox ul.horizontal {
	list-style: none;
	margin-left: 0;
	clear: both;
}

#lightbox ul.horizontal li {
	float: left;
	padding: 5px;
}

/* ---- /Lightbox CSS ---- */


li.deep_clean {
	background-color: yellow;
}



/* --------- Signup Form Styles Overrides ----------------- */

div.opt_in_form {
    width: 500px;
    padding: 0px;
    margin: 0 0 0 50px;
    background-image: url(/graphics/bg.jpg);
	-moz-border-radius: 35px;
    border-radius: 35px;
}

div.opt_in_form div.form_header{
    width: 500px;
    margin: 0;
    height: 0px;
    background-image: none;
}

div.opt_in_form div.form_body{
    width: 500px;
    margin: 0;
    background-image: url("/graphics/transparent-white-bg.png");
    background-repeat:repeat;
    padding: 20px 0;	
	-moz-border-radius: 35px;
    border-radius: 35px;
}

div.opt_in_form div.form_footer{
    width: 500px;
    margin: 0;
    height: 0px;
    background-image: none;
}

div.form_body form{
    padding: 0 20px;
    font-family: Verdana,Arial,Helvetical,sans-serif;
    color: #67BDEC;
}

/* --------- /Signup Form Styles ----------------- */


.line1,
.line2 {
    background-color: transparent;
    background-position: center bottom;
    background-repeat: no-repeat;
    font-weight: bold;
}

.line1 {
    background-image: url("graphics/line1.png");
    padding-bottom: 6px;
}

.line2 {
    background-image: url("graphics/line2.png");
    padding-bottom: 6px;
}

.box {
    background-color: #FFFFDD;
    border: 4px dashed #FF0000;
    border-radius: 12px 12px 12px 12px;
    margin: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}


/* --------- Sidebar Signup Form Styles ----------------- */

#side_bar_form h2 {
    padding: 0;
    font-size: 1.75em;
    text-align: center;
    line-height: 1.5em;
}

#side_bar_form .alert-high {
    text-decoration: underline;
}

#side_bar_form div.opt_in_form div.form_body {
    background-image: url("/graphics/transparent-black-bg.png");
    background-repeat: repeat;
    border-radius: 35px 35px 35px 35px;
    margin: 0;
    padding: 20px 0;
    width: 300px;
}

#side_bar_form div.opt_in_form {
    background-image: url("/graphics/bg.jpg");
    border-radius: 35px 35px 35px 35px;
    margin: 0 0 0 0px;
    width: 300px;
}

#side_bar_form div.form_body span.heading {
    width: 85px;
}

#side_bar_form div.form_body div.email input {
    width: 150px;
}

#side_bar_form div.form_body span.instructions {
    display: none;
}

#side_bar_form div.form_body div.opt-in_alert {
    font-size: 9px;
    padding: 15px 5px 0;
    line-height: normal;
}

div.form_body div.submit {
    padding: 10px 0 0 30px;
    clear: both;
}

#side_bar_form div.opt_in_form div.submit input {
    background-image: url("/graphics/give-me-access.gif");
    background-repeat: no-repeat;
    display: block;
    height: 54px;
    text-indent: -2000px;
    width: 216px;
}

#side_bar_form div.opt_in_form div.submit input:hover {
    background-image: url("/graphics/give-me-access.gif");
    background-position: 0 -50px;
}

#side_bar_form div.opt_in_form div.submit input:active {
    background-image: url("/graphics/give-me-access.gif");
    background-position: 0 -100px;
}

/* --------- /Sidebar Signup Form Styles ----------------- */


/* --------- Staff Styles ----------------- */

.staff_payroll table {
	border-collapse: collapse;
}

.staff_payroll td.record_rate,
.staff_payroll td.record_earnings,
.staff_payroll td.record_total_earnings{
	display:none;
}

.staff_payroll thead td {
	text-align: center;
	font-weight: bold;
	background-color: lightblue;
}

.staff_payroll td {
	border: solid #000 1px;
	padding: 0 5px;
}

.staff_payroll tr.rowFalse{
	background-color: #F3F3FF;
}

.staff_payroll tr.rowTrue{
	background-color: #FFF;
}

/* --------- /Staff Styles ----------------- */


/* --------- Maintenance Imagine Handing  ----------------- */

.rotation-wrapper-outer {
  display: table;
}
.rotation-wrapper-inner {
  padding: 50% 0;
  height: 0;
}

.rotateimg90 {
  display: block;
  transform-origin: top left;
  transform: rotate(90deg)  translate(0, -100%);
  margin-top: -50%;  
}
.rotateimg180 {
  display: block;
  transform-origin: top left;
  margin-top: -50%;  
  transform: rotate(180deg);
}
.rotateimg270 {
  display: block;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%);
  margin-top: -50%;  
}

/* --------- /Maintenance Imagine Handing  ----------------- */