/* CSS Document */

.navigation-links {
	color:#5E0D11;
	font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	padding: 5px;
	line-height: 1.3em;
}

.navigation-links a {
	color:#5E0D11;
	text-decoration: none;
}

.navigation-links a:hover {
	color:#5E0D11;
	text-decoration: underline;
}

.top-spacer {
	padding-top: 5px;
}

.general-spacer {
	margin: 5px;
}


.section-header {
	color:#a3a274;
	font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.subheader {
	color:#626143;
	font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

.blogheader {
	color:#A77828;
	font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}


.blogheader-alt {
	color:#823303;
	/*font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


.subheader a {
	font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}


.bodytext {
	color:#626143;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.bodytext a{
	color:#5E0D11;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}

.bodytext a:hover{
	color:#5E0D11;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
}


.caption {
	color:#000000;
	font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 3px;
}


.bottom-text {
	font-family: Garamond, "Adobe Garamond", "Times New roman", Times, serif;
	font-size: 12px;
	color:#993333;
	padding-top: 5px;
}

.bottom-text a{
	text-decoration: none;
	color:#993333;
}

.bottom-text a:hover{
	text-decoration: underline;
}


SELECT, INPUT, TEXTAREA {
	padding: 1px;
	margin: 1px;
	border: 1px solid #5E0D11;
	background-color: #ffffff;

	font-weight: normal;
	font-size: 0.9em;
}

.blog-button {
	margin-top: 2px;
	border: 0px;
	background-color: #E9E8CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.invert-head {
	font-family: Garamond, "Adobe Garamond", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.invert-head a {
	color: white;
	font-size: 16px;
	text-decoration: none;
}

.invert-head a:hover {
	color: white;
		font-size: 16px;
	text-decoration: underline;
}

.home-caption {
	padding: 3px;
	color: #525137;
	font-size: 11px;
	line-height: 1em;
}