﻿/** LAYOUT **********************************************************************************/

/** {
	margin: 0;
	padding: 0;
}*/
html {
	height: 100%;
}
body {
	background-position: center;
	background: #84964A url('../images/bg-content2.gif') repeat-y 50% top;
	padding: 0px;
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: "Book Antiqua", Georgia, Geneva, serif;
}
#main {
	background-position: top;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-image: url('../images/bg-top.png');
	background-attachment: fixed;
}
body > #main {
	height: auto;
}
#main-inner {
	background-position: center top;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-image: url('../images/bg-top-overlay2.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body > #main-inner {
	height: auto;
}
#header {
}
#header-box {
	width: 736px;
	margin: 0 auto;
	padding-bottom: 5px;
}
/* ----- Dropdown Navigation Menu ----- */
#navbar {
}
#nav-box {
	width: 736px;
	margin: 0 auto;
	background-color: #000000;
	overflow: hidden;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav-box a {
	padding: 7px 8px;
	border-right:1px #333 solid;
	display: block;
	text-decoration: none;
	color: #FFCC00;
}
#nav-box a:hover {
	color: #99CC00;
}
#nav-box ul {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	list-style: none;
	text-align: left;
	z-index: 2;
}
#nav-box li {
	float: left;
	width: auto;
}
#nav-box li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	background-color: #000;
}
#nav-box li ul a {
	padding: 5px 7px;
	display: block;
	text-decoration: none;
	border-right: none;
	border-top: 1px #333 solid;
}
#nav-box li ul a:hover {
	color: #000;
	background-color: #9C0;
}
#nav-box li ul li {
	width: 15em;
}
#nav-box li:hover ul {
	left: auto;
	margin: 0;
}
#nav-box em {
	font-weight: normal;
	font-style: normal;
}
li.attention {
	background-color: #999966;
}
#nav-box li.attention a {
	color: #000;
}
li.attentionMore {
	background-color: #900;
}
#nav-box li.attentionMore a:hover {
	background-color: #C00;
	color: #FFF;
}
#nav-box li ul.music {
	width: 150px;
}
#nav-box li ul.music a {
	width: 150px;
	padding: 0;
}
#nav-box li ul.music a:hover {
	color: #FFF;
	background-color: #000;
	border-bottom: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table#menu {
	margin-right: auto;
	margin-left: auto;
	line-height: 1em;
	border-spacing: 2px;
}
#content {
}
#content-box {
	width: 586px;
	margin: 0 auto;
	text-align: left;
	padding: 21px 75px;
	position: relative;
}
#footer {
	width: 586px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #808080;
	margin: 0 auto;
	padding: 21px 75px 30px 75px;
	text-align: center;
}
#footer a:visited { 
	text-decoration: none; 
	color: #B7A5DF;
	font-weight: normal;
	}
#footer a:link { 
	text-decoration: none; 
	color: #B7A5DF;
	font-weight: normal;
	}
#footer a:active {
	text-decoration: underline;
	color: #B7A5DF;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
	color: #B7A5DF;
	font-weight: normal;
}

/** GENERAL FORMATTING **********************************************************************************/

.altFont {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}
img {
	border-style: none;
	border-width: 0;
}
p {
	font-size: 0.9em;
	color: #331A00;
	line-height: 150%;
}
h1 {
	font-family: "Book Antiqua", Georgia, Geneva, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}
h2 {
	margin: 30px 0px 0px 0px;
	background-position: left 3px;
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	text-align: left;
	letter-spacing: 1px;
	color: #000000;
	background-image: url('../images/hedera.gif');
	background-repeat: no-repeat;
	padding-left: 30px;
}
h3 {
	font-family: "Book Antiqua", Georgia, Geneva, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.5em;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
h5 {
	font-size: 0.85em;
	font-weight: bold;
	padding: 5px;
	background: #FFF2A2 url('../images/bg-teaser.gif') repeat-x 50% top;
	border-bottom: 1px #FF9933 solid;
}
a:focus {
	outline: none;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #CC6600;
}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #CC6600;
}
a:hover {
	font-weight: bold; 
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	font-weight: bold; 
	text-decoration: underline;
	color: #FF9900;
}
.center {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.floatRight {
	float: right;
}
.subtitle {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
div.line hr { /* take out the troublemaking HR */
	display:none;
}
div.line {
	/* DIV that wraps and replaces the HR */
	background: transparent url('../images/divider.gif') no-repeat center center;
	height: 60px;
}
table {
	/*margin-top: 1em ;*/
}
th {
	background-color: #FFE39F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #000000;
	line-height: 150%;
	padding-left: 5px;
	font-weight: bold;
}
th.topRow {
	background-color: #FFD46C;
}
th h1, th h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}
.rowEven {
	background-color: #EDEDDA;
}
.rowOdd {
	background-color: #F9F9F2;
}
table.homelist {
	border-bottom: 2px #FFD46C solid;
}
table.rates {
	background-image: url('../images/bg-rates.jpg');
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ECEBC5;
	margin-top: 20px;
}
table.rates th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 150%;
	padding-left: 5px;
	font-weight: bold;
}
table.rates td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 150%;
	padding-left: 5px;
}
.footnote {
	padding: 1em;
	background-color: #FFF2D5;
}
tr.notes td.footnote {
	margin-bottom: 5.5em;
}
.smaller {
	font-size: 75%;
	letter-spacing: 0;
}
.small {
	font-weight: normal;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
.marker {
	color: #FF0000;
	vertical-align: super;
	font-size: .8em;
}
.photo {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 10px;
}
p.thumbs {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 10px;
	color: #CC6600;
}
p.thumbs img {
	padding: 2px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #808080;
}
.imgLarge {
	padding: 5px;
	border: 1px solid #666666;
}
.clearboth {
	padding: 0px;
	margin: 0px;
	clear: both;
	line-height: 1px;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top: 1.5em;
	padding-bottom: 3em;
}
.paymentNote {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 80%;
}
.notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #FF6600;
}
.notice a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
}
table.rates .notes {
	text-align: center;
	font-style: italic;
	color: #4D4B1A;
	padding-top: 15px;
}
.external {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
.testimonial {
	font-style: italic;
	border: 1px solid #FF0000;
	padding: 5px;
	text-align: center;
	background-color: #F7F7EE;
}
.title {
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
}
.indent {
	margin-left: 40px;
}
.sales {
	margin-bottom: 2em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	padding-bottom: 1em;
}
.salesThumb {
	padding: 4px;
	border: 1px solid #808080;
	margin-right: 10px;
	margin-bottom: 6px;
	float: left;
}
.guestQuote {
	background-position: left top;
	padding-left: 29px;
	background-image: url('../images/quote.gif');
	background-repeat: no-repeat;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #BAB4A1;
	padding-bottom: 10px;
	margin-top: 20px;
}
.guestQuote p {
	line-height: 130%;
	color: #4D4837;
	margin: 0px;
}
.guestQuote ul {
	padding: 0px 0px 0px 17px;
	margin: 0px;
}
.guestQuote li {
	line-height: 130%;
	color: #4D4837;
}
p.quoteBy {
	line-height: 150%;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

/** JUMP MENU **********************************************************************************/

#jump {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	margin-top: 1em;
}
dl {
	width: 150px;
	margin: 0 0 20px 20px;
	padding: 0;
	background: #F7F6E5 url('../images/box_bottom.gif') no-repeat left bottom;
}
dt {
	border-bottom: 1px solid #FFFFFF;
	margin: 0 0 10px;
	padding: 5px;
	background: #829053 url('../images/box_top.gif') no-repeat left top;
	font-family: Verdana, Helvetica, sans-serif;
		font-size: 9pt;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
}
dd {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	background: url('../images/box_arrow.gif') no-repeat 0 3px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}

/** SPECIAL OFFERS **********************************************************************************/

img.sealHomelist {
	position: absolute;
	top: 42px;
	left: 3px;
}
.sealHome {
	position: absolute;
	top: -20px;
	left: 24em;
}
.seal40 {
	position: absolute;
	top: 270px;
	left: 80px;
	z-index: 99;
}


/** OTHER **********************************************************************************/

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
content: ' ';
}

.cleaning-box { 
min-height: 1px;
}

.cleaning-box:after {
display: block; 
clear: both; 
visibility: hidden; 
height: 0; 
font-size: 0; 
content: ' ';
}

.noscreen {
display: none;
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}
.teaser {
	background: #FFF2A2 url('../images/bg-teaser.gif') repeat-x 50% top;
	border: 1px solid #FF9933;
	padding: 20px;
	margin-right: 20px;
		margin-left: 20px;
		text-align: center;
}
.teaser span {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	color: #FA5903;
	font-weight: bold;
}
.teaser span em {
	color: #4D572B;
	font-weight: normal;
}
.TDbgRed {
	padding: 5px;
	background-color: #CC0000;
	color: #FFFFFF;
}
.savings {
	font-weight: bold;
	color: #CC0000;
}
a.savings {
	color: #CC0000;
}
