﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of css reset*/
body {
	background-color: #c07e3d;
	background-image: url('images/background_grad_new.png');
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {
	width: 824px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	margin-top: 12px;
	width: 240px;
	height: 76px;
	float: left;
}
#top-nav {
	margin-top: 63px;
	height: 28px;
	float: right;
}
#top-nav li {
	float: left;
	width: 96px;
	text-align: right;
	color: #f2dbaa;
	line-height: 28px;
}
#top-nav a,#top-nav a:link,#top-nav a:visited {
	text-decoration: none;
	color: #f2dbaa;
}
#top-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#banner {
	height: 298px;
	margin-top: 12px;
}
#content {
}
.text-area {
	margin-top: 12px;
	color: #fdf9ea;
}
.text-area h2 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 35px;
	color: #000000;
}
.text-area h3 {
	color: #000000;
	font-weight: normal;
	font-size: 1.5em;
	padding-right: 20px;
	padding-left: 170px;
	padding-bottom: 10px;
}
.text-area h3 a, .text-area h3 a:link, .text-area h3 a:visited {
	color: #000000;
	margin-bottom: 10px;
}
.text-area p {
	font-size: 1.1em;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#buttons {
	margin-top: 12px;
}
.button-left {
	float: left;
	width: 400px;
	height: 300px;
	background-color: #F0DCA6;
	border-radius: 2px;
}
.button {
	float: left;
	width: 400px;
	height: 300px;
	background-color: #F0DCA6;
	margin-left: 24px;
	border-radius: 2px;
}
.button-left h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 40px;
}
.button h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 40px;
}
.clear-both {
	clear: both;
}
.spacer {
	clear: both;
	height: 24px;
}
#footer {
	height: 100px;
	margin-top: 23px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #0072AB;
}
#footer a:active {
	color: #d4af35;
}
#footer-left {
	float: left;
	width: 262px;
}
#footer-right {
	float: right;
	width: 262px;
	text-align: right;
}
#footer-middle {
	width: 300px;
	text-align: center;
	float: left;
	margin-bottom: 30px;
}
.banner-pics {
	border-radius: 2px;
}
#photo-gallery {
	background-color: #C29869;
	padding-top: 60px;
	border: 2px solid #1E0D05;
}
.pic-right {
	float: right;
	border-radius: 2px;
	margin-left: 15px;
}
.italics {
	font-style: italic;
}
.dark-text {
	color: #1e0d05;
}
