﻿body
{
	background-image: url('images/background.png');
	background-repeat: repeat;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.page
{
	border-style: none;
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 100%;
	top: 10px;
	display: block;
}
.pageWidth
{
	width: 700px;
}
.header
{
	border-style: none;
	border-width: 0px;
	background-color: White;
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	display: block;
}
.banner
{
	position:relative;
	width:100%;
	height:192px;
}
.bannerLogo
{
	position:absolute;
	float:left;
	z-index:10;
	top:10px;
	left:72px;
	width:89px;
	height:145px;
	padding: 8px 8px 8px 8px;
	border:solid 8px black;
	background-color:White;
}
.heavenLogo
{
	position:absolute;
	float:left;
	z-index:10;
	top:10px;
	left:201px;
	background-color:White;
}
.bannerRibbon
{
	position:absolute;
	float:left;
	z-index:0;
	top:138px;
	left:0px;
	width:100%;
	height:24px;
	background-color:Black;
}
.floatRight
{
	float:right;
}
.menu
{
	background-color:Black;
	position:absolute;
	float:left;
	top:138px;
	left:201px;
	height:24px;
	z-index:15;
}
h1
{
    font-family: "Century Gothic","Trebuchet MS",Tahoma,Verdana,Segoe,sans-serif;
	font-size: 28pt;
	color: Black;
	font-style: normal;
	font-weight: bold;
}
h2
{
    font-family: "Century Gothic","Trebuchet MS",Tahoma,Verdana,Segoe,sans-serif;
	font-size: 12pt;
	color: Black;
	font-style: normal;
	font-weight: bold;
}
h3
{
    font-family: "Century Gothic","Trebuchet MS",Tahoma,Verdana,Segoe,sans-serif;
    font-size: 10pt;
	color: Black;
	font-style: normal;
	font-weight: bold;
}
.noBorder
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.bottomBorder
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #386805;
}
.linkPanel
{
	position:relative;
	width:123px;
	height:101px;
	top: 0px;
	left: 0px;
}
.smallLink
{
	position:absolute;
	top:3px;
	left:2px;
}
.largeLink
{
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
}
.pageLink a
{
    background-color: Transparent;
    text-decoration: none;
    color: White;
}
.pageLink a:visited
{
    background-color: Transparent;
    text-decoration: none;
    color: White;
}
.pageLink a:hover
{
    background-color: Transparent;
    text-decoration: none;
    color: White;
}
.pageLink a:active
{
    background-color: Transparent;
    text-decoration: none;
    color: White;
}


.pageLogo
{
    position: absolute;
    left: 215px;
    top: 0px;
    z-index: 10;
}
.pageTitle
{
    position: absolute;
    left: 215px;
    top: 150px;
    z-index: 10;
}
.content 
{
	background-color: White;
	padding: 0px;
	margin: 0px;
	border-style: none;
	position: relative;
	height: 100%;
	width: 100%;
}
.leftCol 
{
	border-right: 4px solid #386805;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	width: 128px;
	height: 100%;
	background-color: #C0EAD6;
	position: absolute;
	text-align: center;
	display: block;
	float: left;
	top: 0px;
	left: 0px;
}
.leftCol a
{
    font-family: "Trebuchet MS",Tahoma,Verdana,Segoe,sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: Black;
}
.leftCol a:visited {
    font-family: "Trebuchet MS",Tahoma,Verdana,Segoe,sans-serif;
    font-size: 10pt;
	text-decoration: none;
	color: Black;
}
.leftCol a:hover {
    font-family: "Trebuchet MS",Tahoma,Verdana,Segoe,sans-serif;
    font-size: 10pt;
	text-decoration: none;
	color: Black;
	border-bottom: 1px Black dotted;
}
.leftCol a:active {
    font-family: "Trebuchet MS",Tahoma,Verdana,Segoe,sans-serif;
    font-size: 10pt;
	text-decoration: none;
	color: Black;
}
.rightCol
{
	margin: 0px;
	padding: 10px 10px 0px 10px;
	width: 598px;
	height: 100%;
	display: block;
	float: right;
	position: relative;
	border-top-color: #386805;
	border-top-width: 4px;
	border-top-style: solid;
	top: 0px;
	right: 0px;
}
.rightAlign 
{
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
}
.textPanel
{
    padding:10px 10px 10px 10px;
    position:relative;
    z-index:0;
}
.textSeperator
{
    width:740px;
    height:1px;
    color:Black;
}
.bodyText
{
    font-family: "Century Gothic","Trebuchet MS",Tahoma,Verdana,Segoe,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #707070;
}
.bodyText a
{
    border-style: none;
    border-width: 0px;
    text-decoration: none;
    color: Black;
}
.bodyText a:visited {
    border-style: none;
    border-width: 0px;
	text-decoration: none;
	color: Black;
}
.bodyText a:hover {
    border-style: none;
    border-width: 0px;
	text-decoration: none;
	color: Black;
	border-bottom: 1px Black dotted;
}
.bodyText a:active {
    border-style: none;
    border-width: 0px;
	text-decoration: none;
	color: Black;
}
.footer
{
	border-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	color: White;
	text-align: center;
	display: block;
	position: relative;
	width: 100%;
}
.footer p
{
    color: White;
}
.footer a
{
    text-decoration: none;
    color: White;
}
.footer a:visited {
	text-decoration: none;
	color: White;
}
.footer a:hover {
	text-decoration: none;
	color: White;
	border-bottom: 1px White dotted;
}
.footer a:active {
	text-decoration: none;
	color: White;
}
.telephoneText
{
    font-family: "Trebuchet MS",Tahoma,Verdana,Segoe,sans-serif;
    font-size: 8pt;
}
.pressDataList
{
	font-family: "Trebuchet MS" ,Tahoma,Verdana,Segoe,sans-serif;
	font-size: 10pt;
	color: #000000;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.pressDataList td
{
    vertical-align: top;
}
.thumbNailPanel
{
    border: 1px solid #000000;
    Height: 110px;
    Width: 96px;
    line-height: 114px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.thumbNailImage
{
    cursor: pointer;
}
.resizePanel
{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 700px;
	height: 432px;
}
.resizeHandle
{
	width: 16px;
	height: 16px;
	cursor: se-resize;
	background-image: url('images/HandleGrip.png');
	position: absolute;
	z-index: 100;
	background-repeat: no-repeat;
}
.resizeResize
{
}
.titleBar
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 55px;
	background-color: #FFFFFF;
	cursor: move;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	vertical-align: middle;
	line-height: 55px;
	position: absolute;
}
.minmaxButton
{
	float: right;
	cursor: auto;
	margin-top: 2px;
	margin-right: 2px;
}
.closeButton
{
    float: right;
    cursor: auto;
    margin-top: 2px;
    margin-right: 2px;
}
.titleText
{
    font-family: "Trebuchet MS", Tahoma, Verdana, Segoe, sans-serif;
    font-size: 16px;
    padding-left: 5px;
    white-space: nowrap;
}
.fullArticlePanel
{
	border-width: 0;
	padding: 0px;
	margin: 0px;
	overflow: scroll;
	position: absolute;
	background-color: #C0C0C0;
}
.fullArticleImage
{
	position: relative;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
.openHand
{
	cursor: url('images/openhand.cur');
}
.closedHand
{
	cursor: url('images/closedhand.cur');
}
.pzcRail
{
	background-position: 1px 0px;
	background-image: url('images/rail.png');
	background-repeat: no-repeat;
	height: 141px;
	width: 16px;
}
.pzcPanel
{
	position: absolute;
	top: 66px;
	left: 10px;
	z-index: 1;
}
.sliderPanel
{
	position: absolute;
	width: 16px;
	height: 141px;
	top: 79px;
	left: 19px;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	margin: 0px;
}
.sliderValue
{
	width: 14px;
	display: none;
}
.pzcButton
{
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	position: absolute;
}
.panLeft
{
	position: absolute;
	top: 19px;
	left: 0px;
}
.panUp
{
	position: absolute;
	top: 0px;
	left: 19px;
}
.panCentre
{
	position: absolute;
	top: 19px;
	left: 19px;
}
.panRight
{
	position: absolute;
	left: 38px;
	top: 19px;
	cursor: pointer;
}
.panDown
{
	position: absolute;
	top: 38px;
	left: 19px;
	cursor: pointer;
}
.zoomIn
{
	position: absolute;
	left: 19px;
	top: 60px;
}
.zoomOut
{
	position: absolute;
	top: 222px;
	left: 19px;
	cursor: pointer;
}
.bulletedLink
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    color: #000000;
	margin:0;
	padding:0 0 0 13px;
	line-height:28px;
	background:url(images/list_bull.gif) center left no-repeat;
}
.bulletedLink a
{
	text-decoration:none;
    color: #000000;
}
.bulletedLink a:hover
{
	border-bottom: 1px Black dotted;
	text-decoration:none;
}
.floatLeft
{
	position: relative;
	float: left;
}
.relative
{
    position: relative;
}
.boundedPanelHeader
{
    background-color: White;
    position: relative;
    top: 8px;
    left: 17px;
}
.dropDownList
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}
.alignCentre
{
    position: relative;
}
.relative
{
	position:relative;
}
.liaPicPanel
{
    float:left;
    margin-right:10px;
    width:242px;
}
.liaPic
{
    float:left;
    width:242px;
    height:198px;
    border:solid 1px black;
}
.aboutusDeb
{
    float:left;
    margin-right:10px;
    width:164px;
    height:200px;
    border:solid 1px black;
}
.alignTop
{
    vertical-align:top;
}
.celebPanel
{
    width:740px;
}
.celebPicCol
{
    vertical-align:top;
    width:214px;
    float:left;
}
.celebQuoteCol
{
    vertical-align:top;
    width:526px;
    float:left;
}
.treatmentFlowerGirl
{
    border: 5px solid #000000;
    margin-right: 10px;
}
.treatmentHeader
{
    padding-left:20px;
    padding-right:20px;
}
.treatmentDesc
{
    padding-left:20px;
    padding-right:10px;
}
