@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-color: #C8C590;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#topbanner {
	height: 100px;
	width: 960px;
	background-image: url(topbanner.jpg);
	background-color: #263411;
	position: relative;
}
#topbanner #logo {
	float: left;
	height: 100px;
	width: 175px;
}
#topbanner #callnow {
	color: #E9F1D8;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: large;
	font-style: italic;
}
#navigation {
	height: 24px;
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #c0bd82;
	font-size: small;
	margin-top: 1px;
	margin-bottom: 1px;
}
#mainouter {
	height: 419px;
	width: 960px;
	background-color: #EFEFD5;
	position: relative;
}



#outer {
	position: absolute;
	height: 550px;
	width: 960px;
	top: 50%;
	margin-top: -275px;
	margin-left: -480px;
	left: 50%;
	padding: 0px;
	background-color: #f0efd6;
	border: 1px solid #8a8859;
}
#bottomaddress {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding-top: 5px;
	font-size: small;
	padding-right: 5px;
}
#outer #bottomaddress #credit a:link {
	color: #283311;
	text-decoration: none;
	font-size: x-small;
}
#outer #bottomaddress #credit a:visited {
	color: #283311;
	text-decoration: none;
	font-size: x-small;
}
#outer #bottomaddress #credit a:hover {
	color: #900;
	text-decoration: none;
	font-size: x-small;
}
#outer #bottomaddress #credit a:active {
	color: #283311;
	text-decoration: none;
	font-size: x-small;
}
#outer #bottomaddress #credit {
	padding-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main {
	height: 380px;
	width: 390px;
	position: absolute;
	top: 20px;
	right: 22px;
	overflow: auto;
}
#main h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 150%;
}
#main p {
	line-height: 180%;
	font-size: small;
}
#left {
	height: 300px;
	width: 500px;
	position: absolute;
	top: 20px;
	left: 22px;
}
#smallimages {
	position: absolute;
	left: 22px;
	bottom: 20px;
	height: 52px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#main p a:link {
	font-weight: bold;
	color: #263411;
	text-decoration: none;
}
#main p a:visited {
	font-weight: bold;
	color: #263411;
	text-decoration: none;
}
#main p a:hover {
	font-weight: bold;
	color: #263411;
	text-decoration: underline overline;
}
#main p a:active {
	font-weight: bold;
	color: #263411;
	text-decoration: none;
}
#form table {
	font-size: small;
}
#form table tr td {
	padding: 3px;
}
