﻿/* CSS Document */
/* Normalize margin,padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* Remove list styling 
ol, ul {
	list-style: none;
}*/
/* links */
a:link {
	color: #520100;
}
a:visited {
	color: #520100;
}
a:hover {
	color: #483318;
}
a:active {
	color: #483318;
}
#site_info a:link {
	color: #483318;
}
#site_info a:visited {
	color: #483318;
}
#site_info a:hover {
	color: #483318;
}
#site_info a:active {
	color: #483318;
}
html {
	text-align: center;
}
body {
	position: relative;
	width: 800px;
	margin: 10px auto;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #483318;
	background-color: #520100;
}
h1 {
	position: relative;
	top: 0;
	left: 0;
	height: 118px;
	width: 800px;
	background: #F7F7EF url(graphics/banner.jpg) no-repeat;
	text-indent: -9999px;
}
h2 {
	font-size: 16px;
	font-weight: 600;
	color: #520100;
}
h3 {
	font-size: 13px;
	font-weight: 600;
	color: #520100;
	text-decoration: underline;
}
.emphasis {
	font-size: 14px;
	font-weight: 600;
}
.indent {
	margin-left: 20px;
}
#content {
	position: relative;
	width: 800px;
	background-color: #F7F7EF;
}
/* content with navigation */
#right_content {
	margin-left: 140px;
	padding: 20px;
}
#main-menu {
	position: absolute;
	left: 0;
	top: 35px;
	width:140px;
	margin: 0;
	padding: 0 0 0 6px;
}
#nav {
	position: absolute;
	left: 0;
	top: 35px;
	width: 140px;
	font-size: 12px;
	font-weight: 600;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	border: none;
}
#nav li {
	margin: 0 0 8px 0;
}
#nav li a:link, #nav li a:visited {
	padding: 5px;
	color: #520100;
	text-decoration: underline;
}
#nav li a:hover {
	color: #AD9466;
}
#onlinefile {
	position: absolute;
	right: 85px;
	top: -52px;
	width: 227px;
	height: 28px;
}
#onlinefile-drake {
	position: absolute;
	right: 22px;
	top: -72px;
	width: 180px;
	height: 72px;
}
/* footer */
#site_info {
	text-align: center;
	font-size: 11px;
	color: #483318;
	background-color: #AD9466;
	padding: 4px;
	border-top: 2px solid #520100;
	border-bottom: 2px solid #F7F7EF;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 0; /* 1px solid #F7F7EF;*/
}
th, td {
	padding: 2px;
/*border: 1px solid #F7F7EF;*/
}
.pricingTable {
	border-spacing: 1px;
	border-collapse: collapse;
	border: 1px solid #D5D5AB;
}
.pricingTable td {
	border: 1px solid #D5D5AB;
}
.contactTable {
	border: 0;
}
.contactTable td {
	border: 0;
}

