/* =================================================== Fonts ===================================================================== */

html {
	font-size: 12px;
	font-family: Verdana;
	margin: 0px;
	color: #5C4634;}
	
p {
	font-size: 12px;
	font-family: Verdana;
	margin: 0px;
	color: #5C4634;}

h1 {
	font-family: Verdana;
	font-size: 25px;
	color: #5C4634;
	font-weight: normal;
	margin: 0;}
	
h2, h2 a:link, h2 a:visited {
	font-family: Verdana;
	font-size: 22px;
	color: #5C4634;
	font-weight: normal;
	margin: 0;
	text-decoration: none;}
	
h2 a:hover {
	font-family: Verdana;
	font-size: 22px;
	color: #5C4634;
	font-weight: normal;
	margin: 0;
	text-decoration: underline;}	

	
h3 {
	font-family: Verdana;
	font-size: 18px;
	color: #5C4634;
	margin: 0;}
	
h4 {
	font-family: Verdana;
	font-size: 15px;
	color: #5C4634;
	margin: 0;}
	
h5 {
	font-family: Verdana;
	font-size: 13px;
	color: #5C4634;
	margin: 0;}
	
h6 {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;}
	
.normal {
	font-size: 12px;
	font-family: Verdana;
	margin: 0px;
	color: #5C4634;}
	
.subNavItem {
	font-size: 12px;
	color: #5C4634;}
	
/* =================================================== Lists ==================================================================== */

ul {
	list-style-image: url("../../images/templates/ol_ul.gif");
	list-style-position: inside;
	font-size: 12px;
	color: #5C4634;}
	
ol {
	list-style-image: url("../../images/templates/ol_ul.gif");
	list-style-position: outside;
	font-size: 12px;
	color: #5C4634;}
	
/* ================================================= Images ===================================================================== */

.imageRight {
	float: right;
	border: 1px solid #5C4634;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;}
	
.imageleft {
	float: left;
	border: 1px solid #5C4634;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;}
	
.image {
	border: 1px solid #5C4634;}

	
/* =============================================== Overall Link Setup =========================================================== */

a:link, a:visited {
	text-decoration: none;
	color: #5C4634;
	font-weight: bold;
	font-size: 12px;}
	
a:hover {
	text-decoration: underline;
	color: #5C4634;
	font-weight: bold;
	font-size: 12px;}
	
/* =============================================== Navigtaion Setup ========================================================= */

#navigation a:link, #navigation a:visited {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 12px;}
	
#navigation a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;}
	
.subNavItem a:link, .subNavItem a:visited{
	font-size: 12px;
	color: #5C4634;
	font-weight: normal;
	text-decoration: none;}
	
.subNavItem a:hover {
	font-size: 12px;
	color: #5C4634;
	font-weight: normal;
	text-decoration: underline;}
	
h6 a:link, h6 a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;}
	
h6 a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;}
	
/* =============================================== Gallery Setup ================================================================ */

.galleryImage {
	padding-bottom: 5px;
	padding-right: 3px;}
	
.galleryImage:hover {
	background: url("../../images/gallery/dropShadow.jpg") no-repeat right bottom;
	background-position: 2px 3px;
	padding-bottom: 5px;}