@charset "utf-8";
/* CSS Document */
/* Copyright TLC Parties.  All rights reserved */
/* Design by: Theilen Design - www.theilendesign.com */

* {
	margin: 0;
	padding: 0;
	margin-right: 0px;
}
body {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 85%;
	background: #fff;
}

/* -- div styles -- */
#allcontent {
	width: 1000px;
	border: 0px dotted #999;
	margin-right: auto;
	margin-left: auto;
	
}

#header {
	background-color: #6eecff;
	background-image: url(../images/heartlogo.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 165px;
	margin-top: 20px;
	border: 0px dotted #000;
	position: relative;
}

#content {
	background-color: #6eecff;
	border-top: 1px solid #000;
	padding-top: 20px;
}


#footer {
	margin-bottom: 20px;
	border: 0px dotted green;
	color: #000;
	line-height: 1.5em;
	background: #6eecff;
	padding: 10px 20px;
	font-size: .9em;
	border-top: 2px solid #000;
}

/* -- link styles -- */


#content a:link {
	color: #fe0000;
}
#content a:visited {
	color: #fe0000;
}
#content a:hover {
	color: #0000fe;
}

#footer a:link {
	color: #000;
}
#footer a:visited {
	color: #000;
}
#footer a:hover {
	color: #840000;
}

/* -- tag styles -- */

#content p {
	padding-right: 0px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.5em;
}

#content h1 {
	font-size: 2.5em;
	margin: 0px 20px 0px 20px;
}

#content h2 {
	font-size: 1.5em;
	margin: 0px 20px 0px 20px;
}

#content h3 {
	font-size: 1.25em;
	margin: 5px 20px 5px 20px;
}

#content h4 {
	margin: 5px 20px 5px 20px;
}

#content ol, ul {
	line-height: 1.5em;
	padding-left: 40px;
}

#content li {
	line-height: 1.5em;
	padding-left: 10px;
}

hr {
	border: 2px solid #000;
	width: 100%;
}

/* -- class styles -- */

.margin-r {
	padding-bottom: 25px;
	border: 0px solid #000;
	float: right;
}

.margin-l {
	padding-bottom: 25px;
	border: 0px solid #000;
	float: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

a.red {
	font-weight: bold;
}

p.center img {
	margin: 20px 30px;
	border: none;
}

#content p.img-line {
	text-align: center;
}

#content p.img-line img {
	margin: 10px;
	border: none;
}

span.under {
	text-decoration: underline;
}

p.sm {
	font-size: .9em;
}

p.al-rt {
	text-align: right;
}

img.brd {
	border: 1px solid black;
}

/* Multi-level tier horizontal navigation */

/* Top level nav */

#mld-nav #current {
	color: #fe0000;
}

#mld-nav {
	width: 100%;
	font-size: 1em;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #000;
	float: left;
	clear: right;
	
}

#mld-nav ul {
	margin-left: 0px;
	
}

#mld-nav li {
	border-right: 1px solid #fff;
	list-style-type: none;
	float: left;
	position: relative;
	background-color: #000;
	
}

#mld-nav li:first-child {
	border-left: 1px solid #fff;
}

#mld-nav li:hover {
	background-color: #000;
}


#mld-nav a {
	color: #fff;
	padding: 5px 8px;
	text-decoration: none;
	font-weight: bold;

}

#mld-nav a:link {
	color: #fff;
	padding: 5px 8px;

}

#mld-nav a:visited {
	color: #fff;
	padding: 5px 8px;

}

#mld-nav a:hover {
	color: #6eecff;
	padding: 5px 8px;

}


#mld-nav li:hover ul {
	display: block;
	
}


/* Top level nav end */

/* Drop menu start level 2 */

#mld-nav ul li ul {
	margin: 0;
	width: 12em; /* makes menu stack */
	position: absolute;
	left: -1px;
}

#mld-nav ul li ul a {
	font-size: .8em;
}

/* Hides drop menu until hovered */
#mld-nav ul li ul {
	display: none;
}

#mld-nav ul li:hover ul {
	display: block;
}
/* Ends hide */

#mld-nav ul li ul li {
	width: 100%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

#mld-nav ul li ul li:first-child {
	border-top: 1px solid #fff;
}

/* Pop menu statr level 3 */

#mld-nav ul li ul li ul {
	visibility: hidden; /*for Firefox Win must be "visibility," "display" does not work right, "body" not needed */
	left: 10em;
	top: -1px;
}

#mld-nav ul li ul li:hover ul {
	visibility: visible;
}

/* Pop menu end level 3 */

/* Pop menu statr level 4 */

#mld-nav ul li ul li:hover ul li ul {
	visibility: hidden; /*for Firefox Win must be "visibility," "display" does not work right, "body" not needed */
}

#mld-nav ul li ul li ul li:hover ul {
	visibility: visible;
}

/* Pop menu end level 4 */

/* Hacks for IE */
* html a {
	display: block;
}
* html div#mld-nav {
	float: left;
	border-left: 1px solid #fff;
	margin-left: 10px;
}

/* End IE hacks */

/* -- apDiv styles --*/

#apHdr {
	width: 300px;
	height: 150px;
	float: right;
	position: absolute;
	top: 5px;
	right: 0px;
	border: 0px solid black;
}

#apHdr a {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	float: right;
	margin-right: 35px;
}

#apAct {
	width: 200px;
	height: 20px;
	float: right;
	margin-top: 0px;
	margin-right: 100px;
	border: 2px solid #000;
	background: #F00;
	z-index: 99;
	text-align: center;
	
}

#apAct a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#apAct a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#apAct a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#apAct2 {
	width: 200px;
	height: 20px;
	float: right;
	margin-bottom: 20px;
	margin-right: 100px;
	border: 2px solid #000;
	background: #F00;
	z-index: 99;
	text-align: center;
	
}

#apAct2 a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#apAct2 a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#apAct2 a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}


/* -- table styles --*/

table {
	text-align: center;
	margin: 0px auto;
}


table td {
	padding: 5px 20px;
}

table td.lefttxt {
	text-align: left;
	vertical-align:text-top;
	margin: 20px;
	margin-top: 40px;
	line-height: 1.5em;
}

table td img {
	border: none;
}

table.index-table {
	text-align: left;
	margin-left: 20px;
}

table.index-table th {
	padding: 5px 10px;
}

form {
	padding: 20px;
}

fieldset {
	padding: 10px 0px 10px 20px;
	border: 2px solid #000;
	margin-bottom: 10px;
	margin-right: 20px;
	
}

legend {
	padding: 0px 10px;
	font-size: 1.25em;
	font-weight: bold;
}

#booking table {
	text-align: left;
	margin: 0px;
}

#booking table th {
	padding: 5px 20px;
}

#booking table td {
	padding: 5px 20px;
}

#booking p {
	margin: 5px 0px;
}

