﻿/*
	-------------------------------------------------------
	(C) Copyright 2009 MC+Co
	-------------------------------------------------------
*/
	body {
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: #44412B;
		background-image: url(../../images/back_canvas.jpg);
		background-position: left top;
		background-repeat: repeat;
	}
	
	form {
		margin: 0;
		padding: 0;
	}
	
	h1, h2, p, span, div, ul, li {
		font-family: Arial, Tahoma, Verdana, Times New Roman;
		margin: 0;
		padding: 0;
	}

	h1 {
		font-family: Times, Arial, Verdana;
		font-size: 16px;
		color: #4D7E34;
		margin: 12px 0;
	}
	
	p {
		margin: 0 0 12px 0;
		padding: 0;
		color: #64676C;
		font-size: 11px;
		line-height: 15px;
	}
	
	.navLink {
		text-decoration: none;
	}
	.navLinkMenu {
		text-decoration: none;
		background-image: url(../../images/navLink.gif);
		background-position: left top;
		background-repeat: no-repeat;
		padding-left: 10px;
	}
	.navLink:link, .navLinkMenu:link {color: #A39D69;}
	.navLink:visited, .navLinkMenu:visited {color: #A39D69;}
	.navLink:hover, .navLinkMenu:hover {color: #5A923F;}
	
	#GlobalContainer {}
	#GlobalContainerInner {}

	#SiteHolder {
		width: 850px;
		margin: 0 auto;
		text-align: left;
		border-left: 1px solid #CFCBA7;
		border-right: 1px solid #CFCBA7;
		background-color: #ffffff;
		background-image: url(../../images/back_siteMain.jpg);
		background-position: left;
		background-repeat: repeat-y;
	}
	#Header {
		height: 105px;
		margin-bottom: 1px;
	}
	
	#NavHolder {
		width: 149px;
		float: left;
	}
	#NavHolderInner {
		width: 147px;
		/* background-color: #F6F5E5; Debug */
	}
	#ContentArea {
		width: 700px;
		float: right;
		margin-right: 1px;
		/* background-color: #eecc00; Debug */
	}
	#PageContentCopy {
		width: 500px;
		float: left;
		border-top: 1px solid #ffffff;
		margin-top: 10px;
		padding: 0 10px 0 20px;
	}
	#PageContentCopy ul {
		margin: 0 0 12px 40px;
	}
	#PageContentCopy li {
		font-size: 11px;
		color: #64676C;
	}
	#PageContentRight {
		width: 150px;
		float: right;
		margin: 22px 1px 0 0;
	}
	.eventFuritureImageHolder {
		margin: 10px 0;
	}
	.assocLink {
		color: #999999;
	}
	
	.testimonialDivider {
		margin: 18px 0;
		height: 1px;
		border-bottom: dashed 1px #4D7E34;
	}
	
/* 
	---------------------------------------------------------------------------
	SieMapPath
	---------------------------------------------------------------------------
*/
	#SiteMapPath {}
	#SiteMapPath .rootNodeStyle,
	#SiteMapPath .currentNodeStyle,
	#SiteMapPath .nodeStyle,
	#SiteMapPath .pathSeparatorStyle {
		font-size: 10px;
		line-height: 10px;
		color: #BAB483;
	}

/*
	-------------------------------------------------------
	CONTACT FORM
	-------------------------------------------------------
*/
	#ContactForm fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	#ContactForm legend {
		margin: 0;
		padding: 0;
	}
	
	#ContactForm label,
	#ContactForm input,
	#ContactForm textarea,
	#ContactForm select,
	#ContactForm div,
	#ContactForm span {
		font-family: Arial, Tahoma, Verdana, Times New Roman;
		font-size: 11px;
		color: #666666;
	}
	
	#ContactForm div {
		clear: both;
		margin: 4px 0;
		/* border-top: 1px solid #efefef; */
	}
	#ContactForm label {
		display: block;
		width: 90px;
		float: left;
		margin-right: 15px;
	}
	#ContactForm input,
	#ContactForm textarea,
	#ContactForm select {
		width: 200px;
		margin: 0;
		padding : 1px;
		border: solid 1px #C7C6C7;
	}
	#ContactForm select {
		width: 204px;
	}
	#ContactForm .checkBoxList input {
		width: 18px;
		border: none;
		float: left;
		margin: 0;
		padding: 0;
	}
	#ContactForm .checkBoxList label {
		margin-left: 6px;
		padding-top: 1px;
	}
	#ContactForm .submitButton {
		margin: 10px 0 0 0;
		padding: 0;
		width: 140px;
		height: 22px;
	}
	
/* 
	---------------------------------------------------------------------------
	Base
	---------------------------------------------------------------------------
*/
	#BaseBarHolder {
		background-color: #E6E4D2;
		border-top: 1px solid #ffffff;
	}
	#BaseBarHolderInner {
	}
	#BaseBarHolder p {
		font-size: 11px;
		color: #BAB483;
	}
	#BaseBarLeft {
		width: 147px;
		height: 18px;
		float: left;
		padding-top: 2px;
		border-right: 1px solid #ffffff;
		text-align: center;
	}
	#BaseBarCenter {
		width: 500px;
		float: left;
		padding-top: 2px;
		margin-left: 16px;
	}
	#BaseBarRight {
		width: 120px;
		float: left;
		padding: 2px 0 0 0;
		margin-left: 65px;
		/* background-color: #eecc00; Debug */
	}
	#BaseBarHolder a:link,
	#BaseBarHolder a:visited,
	#BaseBarHolder a:hover {
		font-size: 11px;
		line-height: 15px;
		color: #BAB483;
		text-decoration: none;
	}
	#BaseBarHolder a:hover {
		color: #999999;
	}
	#Signoff {
		margin-top: 12px;
		font-size: 10px;
		color: #cccccc;
		text-align: center;
	}
	#Signoff a:link, 
	#Signoff a:visited, 
	#Signoff a:hover {	
		font-size: 11px;
		line-height: 15px;
		color: #BAB483;
		text-decoration: none;
	}
	#BaseSpacer {
		height: 20px;
	}
/* 
	---------------------------------------------------------------------------
	HELPERS
	---------------------------------------------------------------------------
*/
	.tight {
		margin: 0;
		padding: 0;
	}
	.tightTop {
		margin-top: 0;
		padding-top: 0;
	}
	.tightBottom {
		margin-top: 0;
		margin-bottom: 0;
	}
	.copyImageTopRight {
		float: right;
		margin: 0 0 12px 10px;
	}
	.breakFloat {
		clear: both;
		visibility: hidden;
		/* visibility: visible;height: 1px; background-color: #cc0000; debug */
	}
