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

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #4f0305;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #3e0200;
	display: inline;
	font-weight: 100;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3e0200;
	font-style: italic;
	display: inline;
	font-weight: 100;
	line-height: 20px;
}

table.bg_content {
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a1818;
	line-height: 17px;
}

td.bg_top {
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	height: 53px;
}

td.bg_pattern {
	background-image: url(images/bg_pattern.gif);
}

td.bg_footer {
	background-image: url(images/bg_footer.gif);
	height: 48px;
}

td.bg_nav {
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
	width: 314px;
	height: 273px;
}

td.footer {
	background-image: url(images/bg_footcopy.jpg);
	text-align: center;
	background-repeat: no-repeat;
	width: 987px;
	height: 48px;
	font-weight: bold;
	color: #d0a66a;
	vertical-align: middle;
	font-size: 9px;
}	

div.main_copy {
	padding-top: 50px;
	width: 90%;
	text-align: left;
}

div.quote {
	padding-top: 30px;
	padding-left: 15px;
}

div.nav {
	width: 162px;
	padding-top: 110px;
	padding-left: 50px;
}

div.cpad {
	padding-bottom: 10px;
}

div.deco {
	display: inline;
	background-image: url(images/bg_deco.gif);
	background-repeat: repeat-x;
	width: 90%;
	height: 12px;
	border: 1px solid 000;
}

ul li {
	padding-top: 7px;
}

ul.perf li {
	list-style: disc;
	padding-top: 0;
}

ol.perf li {
	list-style-type: lower-roman;
}

input {
	border: 1px solid #ebd6bf;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 2px;
	background-color: #c38e58;
	color: #000000;
}

input.submit {
	text-transform: uppercase;
	background-color: #790c0c;
	color: #d6b687;
	font-weight: bold;
}

textarea {
	border: 1px solid #ebd6bf;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 1px 1px 1px;
	background-color: #c38e58;
	color: #000000;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.red {
	font-size: 10px;
	color: #CC0000;
}

/*--------------------- link styles ---------------- */

a.body:link {
	color: #a60004;
	text-decoration: none;
}

a.body:visited {
	color: #a60004;
	text-decoration: none;
}

a.body:active {
	color: #a60004;
	text-decoration: none;
}

a.body:hover {
	color: #a60004;
	border-bottom: 1px dotted #a60004;
}
