 @charset "utf-8";
/* CSS Document */
.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(dialog2-blue-800x1600.png) no-repeat top right;
}

.dialog .content {
 position:relative;
 padding:12px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}
.ts-1 {
	border: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 768px;
}

.ts-1-1 {
	border: none;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 768px;
}

.ts-2 {
	border: none;
	height: 75px;
	position: relative;
	width: 768px;
}

.ts-2-1 {
	border: none;
	height: 75px;
	left: 0px;
	position: absolute;
	width: 768px;
}

.ts-3 {
	border: none;
	height: 35px;
	position: relative;
	text-align: left;
	width: 768px;
}

.ts-3-1 {
	border: none;
	height: 1px;
	left: 0px;
	line-height: 1px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 768px;
}

.ts-4 {
	background-color: #cccccc;
	border: none;
	height: 500px;
	position: relative;
	text-align: left;
	width: 768px;
}

.ts-4-1 {
	background-image: url('images/boat.jpg');
	border: none;
	height: 500px;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 768px;
}

.ts-5 {
	background-color:#cacef1;
	border: none;
	height: 200px;
	position: relative;
	text-align: left;
	width: 768px;
}

.ts-5-1 {
	background-position: left top;
	background-repeat: repeat-x;
	border: none;
	height: 185px;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	width: 768px;
}

.ts-6 {
	border: none;
	height: 200px;
	background-color:#cacef1;
	position: relative;
	text-align: center;
	width: 100%;
}

.ts-6-1 {
	border: none;
	left: 2px;
	padding: 2px;
	position: absolute;
	top: 5px;
}

.ts-6-2 {
	border-color:#0000FF;
	left: 194px;
	padding: 2px;
	position: absolute;
	top: 5px;
}

.ts-6-3 {
	border: none;
	left: 386px;
	padding: 2px;
	position: absolute;
	top: 5px;
}
.ts-6-4 {
	border-color:#0000FF;
	left: 578px;
	padding: 2px;
	position: absolute;
	top: 5px;
}