﻿/* CSS Document */

body {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	border:0;
}

/********** legacy styles *********/

.style1 {
	color: #02669A
}

.style2 {
	font-size: 24px;
	color: #02669A;
	font-weight: bold;
}

.style3 {
	color: #02669A;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.style4 {
	font-family: "Times New Roman", Times, serif;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
}

.style6 {
	color: #02669A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/********** main syles ***********/

#container {
	margin: 0 auto;
	text-align: left;
	width: 698px;
	height: 550px;
}

/********** tabs ***********/

#tabContainer {
	display: block;
	float: left;
	position: relative;
	width: 57px;
	height: 550px;
}

#tabTop {
	display: block;
	float: left;
	position: relative;
	width: 57px;
	height: 270px;
}

#tabBtm {
	display: block;
	float: left;
	position: relative;
	width: 57px;
	height: 280px;
}

/********** middle ***********/

#middleContainer {
	display: inline;
	float: left;
	position: relative;
	width: 175px;
	height: 550px;
	background-image:url("slices/mapBack02.jpg");
	background-repeat: no-repeat;
}

#middleTop {
	display: inline;
	float: left;
	position: relative;
	width: 165px;
	height: 50px;
	top: 18px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: white;
	line-height: 25px;
}

#middleBtm {
	display: inline;
	float: left;
	position: relative;
	width: 155px;
	height: 430px;
	top: 40px;
	left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #02669a;
}

/********** main ***********/

#content {
	display: inline;
	float: left;
	position: relative;
	width: 466px;
	height: 550px;
}

#contentSplash01 {
	display: inline;
	float: left;
	position: relative;
	width: 375px;
	margin-top: 150px;
	left: 60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #02669a;
}

#contentSplash02 {
	display: inline;
	float: left;
	position: relative;
	width: 375px;
	margin-top: 30px;
	left: 60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #02669a;
}

#contentPlans {
	display: block;
	float: left;
	position: relative;
	width: 400px;
	left: 40px;
	background-color: red;
}


