html {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #231F20;
}

Body
{
    width: 804px;
	height: 650px;
	font-size: 10pt;
	margin: 0 auto 0 auto;
	padding: 0 100px 0 100px;
	color: 2531F20;	
	background: url('Blush_background2.jpg') top no-repeat;
}

.Normal {
	font-size: 10pt;
}



p {
	margin: 0 0 10px 0;
}


a.thumbnails {

}
a.thumbnails img {
	height: 100px;
	border: 1px solid black;
	margin: 10px;
}

div#Logo {
	text-align: right;
	margin-bottom: 0px;
	padding-top: 15px;	
    padding-bottom:20px;
}

div#tel {
	padding-bottom:80px;
	}


div#Menu {
	padding: 5px 0 0 15px;
	background-color: white;
	clear: both;
}

div#ContentPane {
	background-color: white;
	padding: 10px;
	clear: left;
}



div#Footer {
	margin-top: 15px;
	background: transparent;
	text-align: center;	
}

div#Footer p {	margin: 0;}

.SkinObject,
a.SkinObject,
a.SkinObject:link,
a.SkinObject:focus,
a.SkinObject:visited,
a.SkinObject:hover,
div#Footer {
	font-size: 12px;
	color: white;	
	font-weight: normal;
}
a.SkinObject:hover {
	text-decoration: underline;
}




/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/
/*------------------------------------------------------------*/
ul#houseMenuH {margin: 0; padding:0; list-style:none;
	font-family: Arial, Helvetica, Serif;
	background-color: white;
	height: 30px;
}


ul#houseMenuH li {float: left; position: relative; list-style:none;
}

ul#houseMenuH li a {display: block; text-decoration: none;
	padding: 5px;
	width: auto;	/*Root level size*/
	color: black;	
	font-size: 12pt;
}

ul#houseMenuH a:hover {
	color: white;
	background-color: #353435;
}
a#houseMenuHCurrentLink,
a#houseMenuHCurrentLink:visited {
	color: white;
	background-color: #353435;
}


/*second level*/

ul#houseMenuH li ul{ position: absolute; left: -9999px; display: block; margin: 0; padding: 0; list-style: none;
	top: 28px;
}

ul#houseMenuH li li a {
	padding: 5px;
	width: 12em; /*second level size*/
	font-size: 11pt;
	background-color: #353435;
	color: white;
}
ul#houseMenuH li li a:hover {
	color: white;
	background-color: #231F20;
}



/*third level*/
ul#houseMenuH li li ul{ position: absolute; left: -9999px; top: 0em; display: block; padding: 0; list-style: none;
	margin-left: 160px; /*like second level size*/
}

ul#houseMenuH li li li a {
	width: 15em; /*third level size*/
}

.ArrowPointer {
	cursor: default;
}

/**/

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {left: -9999px;}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul,
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */	left: auto;	z-index: 99999;}

#houseMenuH iframe {position: absolute;left: 0;top: 0;z-index: 0;filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);display: block;}


/*------------------------------------------------------------*/



li#houseMenuHItemWelcome {	display: none;}


