@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFBC3;
	color: #817961;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
a
{
	color: #C43207;
}
h1
{
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #68851a;
	font-weight: normal;
}
h2
{
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
}
h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9d080d;
	margin: 0 0 5px 0;
	font-weight: normal;
}
#wrapper {
	width: 922px;
	margin: 0 auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 121px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	padding: 145px 450px 0 0;
	line-height: 20pt;
}
#headtxt
{
	margin: 80px auto;
	text-align: center;
}
#top
{
	height: 50px;
	background-color: #000000;
}
#leftborder
{
	float: left;
	width: 6px;
	height: 100%;
	background-image: url(images/topleftbor.gif);
	background-repeat: repeat-y;
}
#mainmenu
{
	width: 612px;
	float: left;
	border-top: 4px solid black;
	background-image: url(images/blackgrad.gif);
	background-repeat: repeat-x;
}
#imagebtm
{
	float: left;
	width: 304px;
	height: 50px;
	background-image: url(images/top.gif);
}
#content {
	background-image: url(images/cbg.gif);
	background-repeat: repeat-y;
	padding: 7px 25px 10px 25px;
	clear: both;
}
#container
{
	background-image: url(images/div.gif);
	background-repeat: repeat-y;
	background-position: 60%;
}
#left {
	float: left;
	width: 502px;
}
#right {
	float: right;
	width: 325px;
}
#bottom {
	background-image: url(images/bottombg.gif);
	background-repeat: no-repeat;
	height: 101px;
	text-align: center;
}
.dashline {
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	clear: both;
}
.hmenu
{
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmenu li
{
	float: left;
	padding: 15px 8px;
}
.hmenu li a
{
	text-decoration: none;
	color: #FFFFFF;
}
.hmenuc
{
	position: relative;
	float: left;
	left: 50%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmenuc li
{
	position: relative;
	right: 50%;
	float: left;
	padding: 15px;
}
.hmenuc li a
{
	text-decoration: none;
}
.selected
{
	border-color: #252525;
	border-left: 2px solid;
	border-right: 2px solid;
	margin: 0 -4px 0 0;
	background-image: url(images/menutriangle.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-color: #000000;
}
.hdivider
{
	background-position: 0 50%;
	background-image: url(images/div.gif);
	background-repeat: repeat-x;
	height: 15px;
	clear: both;
}
.leftimg, .rightimg
{
	display: block;
	padding-bottom: 5px;
	border: 0 none;
}
.leftimg {
	float: left;
	padding-right: 10px;
}
.rightimg {
	float: right;
	padding-left: 6px;
}
.redbox {
	background-image: url(images/redbg.gif);
	background-repeat: repeat-x;
	border: 3px solid #ba3604;
	padding: 10px;
	color: #ffb97b;
	background-color: #ba3604;
}
.bluebox
{
	background-image: url(images/bluegrad.gif);
	background-repeat: repeat-x;
	border: 3px solid #0099FF;
	padding: 10px;
	color: #ffffff;
	background-color: #0099FF;
}
.greenbox {
	background-image: url(images/greenbg.gif);
	background-repeat: repeat-x;
	border: 3px solid #90941e;
	padding: 10px;
	color: #ffffff;
	background-color: #90941e;
}
.greenbox input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666600;
	background-color: #e2d7d3;
	border: 1px solid #e2d7d3;
	width: 220px;
	padding: 2px;
}
.deselinput
{
	opacity: 0.8;
	filter:alpha(opacity=90);
}
.selinput
{
	opacity: 1.0;
	filter:alpha(opacity=100);
}
#free
{
	height: 48px;
	background-image: url(images/sticker.gif);
	background-repeat: no-repeat;
	background-position: 69%;
	line-height: 48px;
}
#blueboximg
{
	background-image: url(images/people.gif);
	opacity: 0.05;
	filter:alpha(opacity=5);
	width: 324px;
	height: 220px;
	position: relative;
	right: 12px;
	top:30px;
}
#blueboxcont
{
	float: left;
	position: relative;
	top: -220px;
	margin-bottom: -220px;
}
#quoteform
{
	text-align: right;
	margin: 5px;
}
#quoteform input[type=text]
{
	width: 150px;
}
#quoteform select
{
	width: 156px;
}
#quoteform label
{
	font-weight: bold;
}
#submit_but
{
	float: right;
	width: 140px;
	height: 87px;
	background-image:url(images/submit.gif);
	border: 0 none;
	background-color: transparent;
	margin-top: 5px;
	font-size: 21px;
	text-align: left;
	color: black;
	cursor: pointer;
}
#contactform {
	float: left;
	width: 470px;
}
#contactform label {
	float: left;
	width: 90px;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;
}
#contactform input {
	float: left;
	font-size: 11px;
	margin-bottom: 3px;
	margin-top: 2px;
	width: 300px;
	padding: 2px;
}
#contactform textarea {
	font-size: 11px;
	margin-bottom: 10px;
	width: 300px;
	margin-top: 2px;
	float: left;
}
