﻿/* CSS layout */
#masthead {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}
#top_left {
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: "Bookman Old Style";
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}
#header {
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000080;
	text-align: center;
	position: absolute;
	letter-spacing: normal;
	font-family: Arial;
}
#TopRight {
	font-size: small;
	font-weight: bold;
	font-family: Arial;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	position: absolute;
}
#container {
	position: relative;
	width: 750px;
	top: 18px;
}
#left_col {
	border-width: medium;
	border-color: #000000;
	width: 200px;
	position: absolute;
	left: 5px;
	top: 0px;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000080;
	border-top-style: solid;
	border-right-style: solid;
}
#PageContent {
	margin-left: 5px;
	border-top-style: solid;
	border-top-width: medium;
	position: relative;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	left: 100px;
	width: 650px;
}
#TableFooter {
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	left: 5px;
	top: 20px;
	margin-top: 10px;
}
.LotPricingTable {
	border: 1px solid #000000;
}
.TopPhoneNumber {
	margin-top: 10px;
}
.Masthead {
	margin-bottom: 0px;
}
.Logo {
	font-family: "Bookman Old Style";
	font-size: large;
}
.HeaderTagFontSmall {
	font-size: small;
}
.CenteredContentHeader {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000080;
	text-align: center;
}
.ContentHeader {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000080;
}
.RightImage {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.LeftImage {
	margin: 3px 5px 3px 0px;
}
.NormalContent {
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.RedText {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF0000;
}
.CenterJustify {
	text-align: center;
}
.RightJustify {
	text-align: right;
}
.LeftJustify {
	text-align: left;
}
.BlueText {
	color: #000080;
}
