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

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 800px;
}
#wrapper {
	background-color: #B7A458;
	text-align: left;
	padding: 0;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	position: relative;
}
#navigation {
	background-image: url(images/nav_bg.jpg);
	width: 800px;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#leftcolumn {
	float: left;
	width: 550px;
	margin-left: 25px;
}
#leftcolumn p {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 1.4;
}
#leftcolumn p a:link, #leftcolumn p a:visited {
	color: #60522b;
	text-decoration: underline;
}
#leftcolumn p a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#leftcolumn h1 {
	font-size: x-large;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#rightcolumn {
	float: right;
	width: 170px;
	margin-right: 25px;
}
.blackheader {
	color: #000000;
	font-weight: bold;
}
#rightcolumn p {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: small;
	line-height: 1.25;
}
#rightcolumn p a:link, #rightcolumn p a:visited {
	color: #60522b;
	text-decoration: underline;
}
#rightcolumn p a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#footer {
	clear: both;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #63542d;
}
#footer p a:link, #footer p a:visited {
	color: #63542d;
	text-decoration: underline;
}
#footer p a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.inline {
	display: inline;
}
#fquoterequest p {
	font-size: x-small;
	color: #60522b;
}
#wrapperindex {
	text-align: left;
	padding: 0;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 245px;
	position: relative;
}

