﻿/* CSS layout */

body {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.top_banner {
	background-image:url('Header.png');
	position: relative;
	width: 790px;
	height: 190px;
	z-index: 1;
	left: -3px;
	top: 21px;
}

.blue_list {
	color:#339966;
	list-style-image:url('BlueDot.png');
	line-height: 150%;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

.green_list {
	color:#004400;
	list-style-image:url('GreenDot.png');
	line-height: 150%;
	font-family: Arial;
	font-size: 14px;
}

.red_list {
	color:#8000ff;
	list-style-image:url('RedDot.png');
	line-height: 150%;
	font-family: Arial;
	font-size: 14px;
}

.company_title {
	font-family: "Verdana";
	font-size: 28px;
	color: #333399;
	left: 200px;
	top: 72px;
	position: absolute;
	z-index : 1;
	width: 345px;
}

.owner_name {
	font-family: "Verdana";
	font-size: 16px;
	color: #333399;
	left: 200px;
	top: 142px;
	position: absolute;
	z-index : 1;
	width: 325px;
}

.phone_bottom {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	left: 620px;
	top: 161px;
	position: absolute;
	z-index : 1;
}

.phone_top {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	left: 620px;
	top: 80px;
	position: absolute;
	z-index : 1;
}
.moto {
	font-family: "Verdana";
	font-size: 20px;
	color: #333399;
	left: 550px;
	top: 138px;
	position: absolute;
	z-index : 1;
}

.list_title {
	font-family: Trebuchet;
	font-size: 20px;
	color: #474562;
	text-indent:42px;
	font-weight: bold;
}

.paragraph_title {
	font-family: Trebuchet;
	font-size: 20px;
	color: #474562;
	font-weight: bold;
}

.title_note {
	font-family: "Trebuchet";
	font-size: 24px;
	font-weight: bold;
	color: #8000ff;
	text-align: center;
	position: absolute;
	left: 182px;
	top: 222px;
	z-index: 1;
	width: 587px;
}

.text {
	font-family: "Arial";
	font-size: 14px;
	color: #004400;
	text-align: justify;
}

.text_italic {
	font-family: Arial;
	font-size: 14px;
	color: #004400;
	text-align: justify;
	font-style: italic;
}

.text_italic_small {
	font-family: Arial;
	font-size: 12px;
	color: #004400;
	text-align: justify;
	font-style: italic;
}

.emphasis {
	font-family: Trebuchet;
	font-size: 18px;
	font-style: italic;
}

.poem {
	font-family: Arial;
	font-size: 14px;
	color: #8000ff;
	text-align: center;
	font-weight: bold;
	line-height: 150%;
}

.address {
	font-family: Arial;
	font-size: 14px;
	color: #003333;
	font-weight: bold;
	font-style: italic;
}

.footer {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 1;
	left: 298px;
	top: 865px;
	bottom: 73px;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.footer_low {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 1;
	left: 298px;
	top: 965px;
	bottom: 73px;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.arrow_next_top_single {
	position: absolute;
	z-index: 1;
	left: 56px;
	top: 220px;
}

.arrow_next_bottom_single {
	position: absolute;
	z-index: 1;
	left: 56px;
	top: 829px;
}

.arrow_next_top {
	position: absolute;
	z-index: 1;
	left: 92px;
	top: 220px;
}

.arrow_next_bottom {
	position: absolute;
	z-index: 1;
	left: 94px;
	top: 829px;
}

.arrow_previous_top {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 220px;
}

.arrow_previous_bottom {
	position: absolute;
	z-index: 1;
	left: 8px;
	top: 829px;
}

.arrow_next_bottom_low {
	position: absolute;
	z-index: 1;
	left: 91px;
	top: 929px;
}

.arrow_previous_bottom_low {
	position: absolute;
	z-index: 1;
	left: 8px;
	top: 929px;
}
