/*
--------------------------------------------------
History Services master styles
-------------------------------------------------- */

/* Body defaults
-------------------------------------------------- */
body {
	background: #baa062 url(../images/body_bg.jpg) repeat-y 50% 0;
	text-align: center;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: small;
	font-weight: normal;
	color: #442508;
	margin: 0;
	padding: 0;
}

/* Generic defaults
-------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
dl {
	margin: 0;
	padding: 0;
}
dt {
	margin: 0;
	padding: 0 0 0.7em;
}
dd {
	margin: 0;
	padding: 0 0 0.7em 10px;
}
ul, ol {
	margin: 0.6em 0 0.4em;
	padding-left: 30px;
}
li {
	margin: 0 0 0.4em;
}
p {
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 1em;
}
hr {
	display: none;
}

/* Links
-------------------------------------------------- */
a:link {
	text-decoration: none;
	color: #9b183a;
}
a:visited {
	text-decoration: none;
	color: #9b183a;
}
a:hover {
	text-decoration: underline;
	color: #9b183a;
}
a:active {
	text-decoration: underline;
	color: #9b183a;
}

/* Page layout
-------------------------------------------------- */
#main {
	width: 798px;
	background: url(../images/main_bg.png) repeat-y top left;
	text-align: left;
	margin: 0 auto;
	padding: 0 15px;
}
#header {
	height: 86px;
	background: #fff url(../images/header_bg.jpg) no-repeat top right;
	text-align: left;
}
#header h1 {
	margin: 0;
	padding: 5px 0 0 4px;
}
#header h2 {
	position: absolute;
	text-indent: -10000px;
	line-height: 0em;
	margin: 0;
	padding: 0;
}
#nav {
	background-color: #5b0118;
	text-align: right;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 93%;
	color: #fff;
	padding: 4px 11px 3px;
}
#nav p {
	padding: 0;
}
#nav a {
	color: #fff;
}
#nav span {
	padding: 0 9px;
}
#page {
	background: #b5ac95 url(../images/page_bg.gif) repeat-y top left;
	border-top: 6px solid #d8b765;
	border-bottom: 2px solid #5b0118;
}
#page:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#sidebar {
	float: left;
	width: 160px;
	background-color: #273b04;
	text-align: left;
}
#sidebar ul {
	list-style-type: none;
	font-style: italic;
	margin: 1.3em 0 1.5em;
	padding-left: 10px;
}
#sidebar li {
	margin: 0 0 1.7em;
}
#sidebar div.border {
	height: 27px;
	background: url(../images/sidebar_border.gif) no-repeat 9px 0;
}
#sidebar a {
	color: #fff;
}
#content {
	float: right;
	width: 625px;
	background: #d7c9a6 url(../images/content_bg.jpg) repeat-y top right;
	text-align: left;
}
#content div.inner {
	background: url(../images/content_inner_bg.jpg) no-repeat bottom right;
}
#body {
	padding: 1.4em 40px 4.5em 25px;
	font-size: 86%;
}
#body h3 {
	height: 55px;
	margin: 0;
	padding: 0;
}
#footer {
	clear: both;
	background-color: #d8b765;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 78%;
	color: #273b04;
	padding: 5px 0;
}
#footer p {
	padding: 0;
}
#footer span {
	padding: 0 3px;
}

/* Common body elements
-------------------------------------------------- */
div.divider {
	clear: both;
	width: 100%;
	height: 45px;
	background: url(../images/divider.gif) no-repeat 47% 2px;
}
div.dyk {
	float: right;
	margin: 0.5em 10px 2.5em 40px;
	width: 212px;
	background: url(../images/dyk_bottom.gif) no-repeat bottom left;
	padding: 0 0 32px;
}
div.dyk div.top {
	background: url(../images/dyk_top.gif) no-repeat top left;
	padding: 41px 0 0;
}
div.dyk div.text {
	background-color: #9d7f5b;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 10px 0;
}
div.dyk p {
	line-height: 1.1em;
	padding: 0 0 0.7em
}
div.order,
div.enquiry {
	background-color: #9d7f5b;
	margin: 0.5em 5px 1em;
}
div.order div.top {
	background: url(../images/order_top_left.gif) no-repeat left top;
}
div.order div.top div.inner {
	background: url(../images/order_top_right.gif) no-repeat right top !important;
}
div.order div.bottom {
	background: url(../images/order_bottom_left.gif) no-repeat left bottom;
}
div.order div.bottom div.inner {
	background: url(../images/order_bottom_right.gif) no-repeat right bottom !important;
}
div.order div.text,
div.enquiry div.text {
	text-align: center;
	text-transform: uppercase;
	padding: 20px 20px 8px;
}
div.order h3,
div.enquiry h3 {
	height: auto !important;
	font-size: 150%;
	border-bottom: 1px solid #c3ab8d;
	margin: 0 15px 0.7em !important;
	padding: 0 0 0.3em !important;
}
div.order a,
div.enquiry a {
	color: #fff;
}
div.enquiry {
	background-color: #d8b765;
}
div.enquiry div.top {
	background: url(../images/enquiry_top_left.gif) no-repeat left top;
}
div.enquiry div.top div.inner {
	background: url(../images/enquiry_top_right.gif) no-repeat right top !important;
}
div.enquiry div.bottom {
	background: url(../images/enquiry_bottom_left.gif) no-repeat left bottom;
}
div.enquiry div.bottom div.inner {
	background: url(../images/enquiry_bottom_right.gif) no-repeat right bottom !important;
}
div.enquiry h3 {
	border-bottom: 1px solid #d4c9a2;
}
img.left {
	float: left;
	margin: 0.5em 40px 2.5em 10px;
}
img.right {
	float: right;
	margin: 0.5em 10px 2.5em 40px;
}
span.cap {
	line-height: 1em;
	font-size: 200%;
}

/* Styled form fields
-------------------------------------------------- */
textarea {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	padding: 3px;
	color: #444;
}
