@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}
#holder {
	width: 750px;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#holder #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 220px;
}
#holder #header #date {
	float: right;
	padding-top: 180px;
	font-size: 0.8em;
	padding-right: 10px;
	color: #87CC2A;
	font-weight: bold;
}
#holder  #flash {
	text-align: center;
}
#holder  #content {
	background-color: #CCCCCC;
	overflow: hidden;
	clear: both;
}
#holder  #content  h1 {
	color: #D27208;
	font-size: 1.3em;
	text-align: center;
}
#holder   #content   h2  {
	color: #0B3E13;
	text-align: center;
	font-size: 1.1em;
}
form div {
	margin: 0px;
	clear: left;
	padding-top: 0.4em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form div label {
	float: left;
	width: 30%;
	font-size: 0.9em;
}
input.txt      {
	color: #06386A;
	background-color: #CCCCCC;
	width: 150px;
	border: 1px inset #CC3399;
}
input.btn {
	background-image: url(../images/freeQuote.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	width: 300px;
	background-color: #868686;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#holder #bottomcontent {
	font-size: .8em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #CCCCCC;
}
#holder #bottomcontent ul li {
	list-style-type: square;
	list-style-image: url(../images/bullet.jpg);
	list-style-position: outside;
}
#holder  #content  #leftsquare {
	float: left;
	height: 350px;
	width: 355px;
	background-color: #868686;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#holder #content #leftsquare p {
	font-size: 0.8em;
}
#holder   #content   #leftsquare  a  {
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
}
#holder  #content  #rightsquare {
	float: right;
	height: 350px;
	width: 355px;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	clear: right;
}
#holder  #content  #rightsquare  p {
	font-size: .8em;
	padding: 5px;
}
#holder #content #rightsquare #chatnow {
	vertical-align: top;
}
#holder #bottomcontent #decoimage {
}
