/* css reset */
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, img, ins, kbd, q, s, samp, small, strike, 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: inherit;
	font-family: inherit;
	font-weight: 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;
}
html {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, p, td, ol, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
h1, .head1 {
	font-weight: bold;
	font-size: 22px;
	color: #880000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .6em 0;
	line-height: 120%;
}
h2, .head2 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #995c1d;
	margin: 1.5em 0 .8em 0;
	font-size: 13px;
	line-height:130%;
}
h3, .head3 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1.5em 0 .8em 0;
	font-size: 12px;
	color: ##880000;
	line-height:130%;
}
p, ul, ol {
	margin: 0 0 .8em 0;
	line-height: 130%;
}
ol {
	margin-left: 0px;
	padding-left: 1.5em;
}
ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.4em;
}
td {
	vertical-align: top;
}
#texttable {
	background-image: url(/images/bg.text.jpg);
	background-repeat: no-repeat;
	background-color: #fefefd;
}
#textarea table td {
	padding: 0 10px 4px 0;
}
.hangdent {
	margin: 0 0 0 1.5em;
	text-indent: -1.5em;
}
.photoright, img.wrap-right, .wrap-right {
	float: right;
	margin: 0 0 10px 14px;
}
.photoleft, img.wrap-left, .wrap-left {
	float: left;
	margin: 0 14px 10px 0px;
}
.query {
	color: #CC0033;
	font-weight: bold;
}
.moreSpaceAbove {
	margin-top: 1.5em;
}
.footer {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	padding: 4px;
}
.footer a {
	color: #e3e4ce;
}
.highlight {
	font-weight: bold;
	color: #800000;
}
.noSpaceAbove {
	margin-top: 0;
}
.noSpaceBelow {
	margin-bottom: 0;
}
.textSmall {
	font-size: 85%;
}
hr {
	border: 0;
	height: 1px;
	background-color: #98863d;
	color: #98863d;
	margin: 12px 0;
}
div.row {
	display: inline-block;
	vertical-align: top;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.col4 {
	width: 32%;
	margin-bottom: 12px;
	box-sizing: border-box;
}
div.col6 {
	width: 48%;
	margin-bottom: 12px;
	box-sizing: border-box;
}

div.cols2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	margin-bottom: 1em;
}
div.cols3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	margin-bottom: 1em;
}
div.cols2 p, div.cols3 p {
	break-inside: avoid;
}

@media screen and (max-width:800px) {
	div.col4, div.col6 {
		width: 100%;
	}
	div.cols3 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media screen and (max-width:640px) {
	div.col4, div.col6 {
		width: 100%;
	}
	div.cols2, div.cols3 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}


#homevideo {
	padding: 12px 0px 6px 10px;
	float: right;
	width: 320px;
}
#hometext hr {
	border: 0;
	height: 2px;
	background-color: #98863d;
	color: #98863d;
}
#homelinks td, #homelinks p {
	font-size: 11px;
	margin: 0 0 .5em 0;
	line-height: normal;
}
#homelinks td {
	padding: 0 10px 0 0;
}
#homelinks a {
	background-image: url(/images/arrow.mainmenu.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 10px 0 0;
	display: inline;
	margin: 0;
	border: 0;
}
#homelinks h2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #880000;
	margin: 0 0 .5em 0;
	text-transform: uppercase;
}
.spaceCells td {
	padding: 0 12px 4px 0;
}
p.textindent {
	text-indent: 4px;
	margin-left: 12px;
}
p.textindent2 {
	margin-left: 22px;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #888888;
	-webkit-transition: .2s;
	transition: .2s;
}
input[type="submit"], input[type="button"], a.textbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 1px;
	padding: 10px 14px;
	border: 1px solid #800000;
	background-color: #e1ab07;
	color: #fff;
}
input[type="submit"]:hover, input[type="button"]:hover, a.textbutton:hover {
	text-decoration: none;
	cursor: pointer;
	background-color: #d99400;
}
textarea:active, input[type="text"]:active, input[type="tel"]:active, input[type="email"]:active,
textarea:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus
 {
	background-color: #f8f3e6;
	border: 1px solid #98863d;
}
option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#textarea .formtable td, #textarea .formtable td p {
	font-size: 92%;
}
#textarea .formtable {
	border-collapse: collapse;
}
#textarea table.formtable td {
	border: 1px solid #FFFFFF;
	padding: 4px;
	background-color: #fff3d7;
}
#textarea tr.header td {
	background-color: #fed572;
	text-align: center;
	vertical-align: bottom;
}
#textarea table.formtable td .nobox {
	border: 0;
	background-color: #fff3d7;
}
.quote, p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #330066;
}

table.homepage td, #textarea table.homepage td {
	padding:0 10px 0 0;
}
body#tinymce.mce-content-body {
	max-width:700px;
}
body#tinymce.mce-content-body table td {
	padding:0 16px 0 0;
}
