﻿@import url("layout.css");
#container {
	width: 100%;
	height: 100%;
	background-color: #800080;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: center;
	background-color: #800080;
	color: #FFFF00;
	text-decoration: none;
	font-family: "Arial Rounded MT Bold";
	font-size: 25px;
}
#page_content {
	position: relative;
}
#content {
	margin-left: 225px;
	padding: 10px;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #CC99FF;
	text-align: center;
	color: #000000;
}
#masthead img {
	float: left;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Styles for Navigation */
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.phonequote {
	color: #FFFF00;
	text-decoration: none;
	background-color: #800080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
}
.Contact, .Contact a, .Contact a:visited, .Contact a:hover {
	display: block;
	line-height: 26px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	background-image: url('../images/CYellBlkBar1.png');
	width: 100%;
	height: 26px;
	font-size: 14px;
	font-weight: 600;
	color: purple;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	color: #800080;
	background-image: url('../images/CYellBlkBar1.png');
	border: 4px solid #800080;
	display: block;
}
