@import url("/yachtinsurance/stylesheets/header.css");
@import url("/yachtinsurance/stylesheets/left.css");
@import url("/yachtinsurance/stylesheets/content.css");
@import url("/yachtinsurance/stylesheets/right.css");

.header {
	position: absolute;
	width: 806px;
	height: 125px;
	border-bottom: 1px solid #986387;
}

.left {
	position: absolute;
	width: 150px;
	height: 464px;
	top: 0px;
	left: 0px;
	margin-top: 126px;
	background-color: #86A2C6;
}

.content {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 160px;
	margin-left: 240px;
	width: 544px;
	height: 410px;
	overflow:auto;
	overflow-x: hidden;
	color: #43588C;
}

.right {
	position: absolute;
	width: 153px;
	height: 590px;
	border-left: 1px solid #986387;
	left: 806px;
}

.right .pageimage {
	width: 100%;
	height: 125px;
	background-color: gray;
	border-bottom: 1px solid #BC96AF;
}

.checkbox {
	margin: 0px !important;
	cursor: pointer;
}

.sitemap .mainsection {
	font-size: 16px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 22px;
	margin-bottom: 5px;
}

.sitemap .childsections {
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.sitemap .childsections .section {
	float: left;
	display: table;
	width: 100%;
	width: 33%;
}

.sitemap .childsections .section div {
	margin-bottom: 10px;
}

.sitemap .childsections div span {
	font-size: 12px;
}

div .video_options {
	position: absolute;
	margin-top: -30px;
	text-align:center;
	width:100%;	
}