 @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:#0FF;
	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) center;
}
.dialog .content {
	position:relative;
	padding:12px 12px 0px 0px;
	background-image: url(dialog2-blue-800x1600.png);
	background-color: #EDEDED;
	overflow: visible;
}
.dialog .t {
	/* top+left vertical slice */
 position:relative;
	left:1px;
	top:3px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	background-position:center;
}
.dialog .b {
	/* bottom */
 position:center;
	width:100%;
}
.dialog .b, .dialog .b div {
	height:20px; /* height of bottom cap/shade */
	font-size:1px;
}
.dialog .b {
	background-position:center;
}
.dialog .b div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:center;
}
.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;
	width: 745px;
	background-color: #FFFFFF;
	overflow: visible;
	visibility: visible;
}
.ts-1-1 {
	border: none;
	left: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 746;
	overflow: hidden;
	visibility: visible;
}
.ts-2 {
	border: none;
	height: 75px;
	position: inherit;
	width: 700px;
}
.ts-2-1 {
	border: none;
	height: 75px;
	left: 0px;
	position: relative;
	width: 745px;
	overflow: visible;
}
.ts-3 {
	border: none;
	height: 75px;
	position: relative;
	text-align: center;
	width: 745px;
	background-color: #FFFFFF;
	overflow: visible;
}
.ts-3-1 {
	border: none;
	height: 1px;
	left: -1px;
	line-height: 1px;
	padding: 0px;
	position: absolute;
	top: -2px;
	width: 745px;
}
.ts-4 {
	background-color: #FFF;
	border: none;
	height: 380px;
	position: relative;
	width: 740px;
	visibility: visible;
}
.ts-4-1 {
	background-image: url(images/boat.jpg);
	border: none;
	height: 406px;
	padding: 0px;
	position: absolute;
	top: -40px;
	width: 745px;
	overflow: visible;
	background-color: #AFBFE3;
	left: 0px;
	visibility: visible;
	background-repeat: no-repeat;
	background-attachment: inherit;
	text-align: center;
}
.ts-5 {
	border: none;
	height: 148px;
	position: relative;
	text-align: center;
	width: 745px;
	overflow: visible;
}
.ts-5-1 {
	background-position: center;
	background-repeat: repeat-x;
	border: none;
	height: 2px;
	left: -1px;
	padding: 0px;
	position: relative;
	top: 0px;
	width: 730px;
	overflow: visible;
}

