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

/* Miscellaneous classes for reuse */
td, tr, th {
	padding: 0px;
	margin: 0px;
}
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearblock {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
h1 {
	font-size: 18px;
	color: #000000;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2 {
	font-size: 16px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #0D3509;
}
h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
}
h4, .paraheading {
	color: #14500E;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D3509;
}
.photodescription {
	font-size: 11px;
	color: #30383A;
	text-align: center;
	padding: 2px;
	line-height: normal;
}

img {
	border: 1px solid #000000;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	color: #867C6C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #968D7E;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.padded {
	padding: 5px;
}
.normaltext {
	font-size: 13px;
	font-weight: normal;
}
.xsmall {
	font-size: 11px;
}
.small {
	font-size: 12px;
}
.medium {
	font-size: 15px;
}
.big {
	font-size: 16px;
}
.xbig {
	font-size: 18px;
}
.red, .redlinks a:hover, .redlinks a:active, .redlinks a:visited, .redlinks a:link {
	color: #CC0000;
}
.red2 {
	color: #990000;
}
.black {
	color: #000000;
}
.color1 {
	color: #BE015B;
}
.color2 {
	color: #36476D;
}
.centered {
	text-align: center;
}
.liststyle1 {
	margin-top: 0px;
	list-style-position: outside;
	list-style-type: square;
	padding-top: 10px;
	padding-bottom: 15px;
}
.liststyle1 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.liststyle2 {
	margin-top: 0px;
	list-style-position: outside;
	padding-top: 0px;
	padding-bottom: 5px;
}
.liststyle2 li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.imageleft {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}
.imageright {
	margin-left: 15px;
	margin-bottom: 5px;
	float: right;
}
.breadcrumb {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #532E00;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #BCB5A9;
	border: 1px solid #6C787C;
	padding: 5px;
}
.breadcrumb em {
	font-style: italic;
	color: #915000;
	font-weight: bold;
}
.breadcrumb a {
		font-style: normal;
}
.breadcrumb a img, .breadcrumb img {
	border: none;
}
.contactinfo {
	color: #000000;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.usermessage {
	background-color: #E8ECEC;
	border: 1px solid #B5A6AD;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	overflow: visible;
	font-size: 15px;
	display: block;
}
.usermessage img {
	margin-right: 8px;
	float: left;
	margin-top: -5px;
}
.usermessage p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tableoutline {
	border: 1px solid #665F48;
	color: #000000;
}
.tableheading {
	font-weight: bold;
	font-size: 16px;
	color: #D6D1CD;
	letter-spacing: 1px;
	background-color: #2C2723;
	padding-bottom: 1px;
	padding-top: 6px;
	padding-right: 8px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-color: #776D62;
}
.tablesubheading {
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	background-color: #1F3A65;
	letter-spacing: 1px;
}
.tablerow {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #000000;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #776D62;
}
.tablerowlight, .tablerowdark {
	padding: 5px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1D7D8;
}
.tablerowdark {
	background-color: #CAD5D5;
}
.tablerowbottom {
	background-color: #EDF2FA;
	line-height: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	vertical-align: top;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #534B44;
}
.disabledtext {
	color: #999999;
}
h2.centeredhighlight {
	text-align: center;
	color: #0501BE;
	font-size: 15px;
}
.borderedbox {
	padding: 5px;
	border: 1px solid #999999;
}
.imageinputbuttons {
	margin-top: 4px;
	margin-bottom: -4px;
	margin-left: 5px;
	margin-right: 5px;
}
.noborders {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.debuggingtext {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #CCCCCC;
	display: none;
	visibility: hidden;
}
.dividerlineshort {
	height: 1px;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #53432F;
	font-size: 1px;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A38561;
}
