@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px }

a img {
	border:0px }

/*
// tooltip, tooltip span.top, tooltip span.bottom are the same for all caps
// toolkitcaps.js only selects a specific tooltip b.middle and placeholder
*/

.tooltip {
	background:transparent;
	width:530px;
	height:500px;
	font:"Times New Roman", Times, serif 12px #660000;
	text-decoration:none;
	text-align:left }
	
	.tooltip a, .tooltip-lghn a {
		border:0px }

.tooltip b.middle {
	width:500px;
	height:430px !important;
	margin:0px;
	padding:5px 0px 0px 30px;
	overflow:hidden;
    background:url(../images/balustrades/tt-middle.gif) no-repeat bottom left }


.tooltip-lgl {
	background:transparent;
	width:630px;
	height:450px;
	margin-top:-235px;
	margin-left:20px;
	position:relative;
	font:"Times New Roman", Times, serif 12px #660000;
	text-decoration:none;
	text-align:left }

.tooltip-lgl b.middle {
	width:590px;
	height:410px !important;
	margin:0px;
	padding:25px 5px 10px 35px;
	overflow:hidden;
    background:url(../images/balustrades/tts-left.gif) no-repeat bottom left }

.tooltip-lgm {
	background:transparent;
	width:600px;
	height:450px;
	margin-left:-306px;
	position:relative;
	font:"Times New Roman", Times, serif 12px #660000;
	text-decoration:none;
	text-align:left }

.tooltip-lgm b.middle {
	width:580px;
	height:410px !important;
	margin:0px;
	padding:50px 10px 5px 10px;
	overflow:hidden;
    background:url(../images/balustrades/tts-middle.gif) no-repeat bottom left }

.tooltip-lgr {
	background:transparent;
	width:630px;
	height:450px;
	margin-top:-235px;
	margin-left:-665px;
	position:relative;
	font:"Times New Roman", Times, serif 12px #660000;
	text-decoration:none;
	text-align:left }

.tooltip-lgr b.middle {
	width:590px;
	height:410px !important;
	margin:0px;
	padding:25px 27px 10px 13px;
	overflow:hidden;
    background:url(../images/balustrades/tts-right.gif) no-repeat bottom left }


#placeholder {
	padding-left:10px;
	width:475px;
	height:420px }
