﻿/*
	-------------------------------------------------------
	(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: #9c9664;
	}

/*
	-------------------------------------------------------
	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: #9c9664;
	}
	#BaseBarLeft {
		width: 147px;
		height: 18px;
		float: left;
		padding-top: 2px;
		border-right: 1px solid #ffffff;
		text-align: center;
	}
	#BaseBarCenter {
		width: 400px;
		float: left;
		padding-top: 2px;
		margin-left: 16px;
	}
	#BaseBarRight {
		width: 180px;
		float: right;
		padding: 2px 0 0 0;
		margin-left: 65px;
		text-align: right;
		/* background-color: #eecc00; Debug */
	}
	#BaseBarHolder a:link,
	#BaseBarHolder a:visited,
	#BaseBarHolder a:hover, #BaseBarRight {
		font-size: 11px;
		line-height: 15px;
		color: #9c9664;
		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: #9c9664;
		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 */
	}


.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#side-logo {
	float: left;
	width: 150px;
}

#side-header {
	width: 670px;
	float: right;
	height: 75px;
	background: url(../../images/banner_primary-new.jpg) no-repeat;
	padding: 15px;
}

.slogan-title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #5c963f;
	font-size: 20px;
	letter-spacing: -1px;
	float: left;
	padding-top: 55px;
}

.contact-details {
	width: 300px;
	float: right;
	text-align: right;
	color: #6c6632;
	font-style: italic;
	font-size: 15px;
	padding-top: 28px;
	line-height: 24px;
	font-weight: bold;
}

.green-text {
	color: #47802a;
	font-weight: bold;
	text-decoration: none;
}

a.green-text:hover {
	color: #6c6632;
}

.phone-no {
	font-size: 20px;
	color: #47802a;
	font-weight: bold;
}

.header-image {
	width: 530px;
	height: 219px;
	float: left;
}

#form-area {
	height: 219px;
	float: left;
	/*padding: 0px 0 0 10px;*/
	padding-left: 10px;
	width: 160px;
	background: #2E5D17;
}

#form-area h1 {
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
	/*margin:0;
	padding:0;*/
}

#form-area input, #form-area textarea {
	width: 150px;
	height: 18px;
	line-height: 18px;
	border: solid 1px #C7C6C7;
	font-family: Arial, Tahoma, Verdana, Times New Roman;
	font-size: 12px;
	color: #4f4f4f;
	margin-bottom: 3px;
	clear: both;
}

#form-area textarea {
	width: 150px;
	height: 65px;
}

#form-area fieldset, #form-area legend {
	margin: 0;
	padding: 0;
	border: none;
}

#form-area label {
	font-family: Arial, Tahoma, Verdana, Times New Roman;
	font-size: 11px;
	color: #4f4f4f;
	clear: both;
}

#form-area .submit-button {
	background: #47802a;
	border: solid 1px #2e5d17;
	width: 150px;
	text-align: center;
	font-family: Arial, Tahoma, Verdana, Times New Roman;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 0;
	cursor: pointer;
	color: #ffffff;
}

#form-area .submit-button:hover {
	background: #549234;
}

.social-links {
	display: block;
	float: left;
	width: 36px;
	height: 37px;
	text-decoration: none;
	padding: 0 5px 0 5px;
	margin-top: 15px;
}

.facebook {
	background: url(../../images/facebook.png) top no-repeat;
	padding-left: 7px;
}

.twitter {
	background: url(../../images/twitter.png) top no-repeat;
}

.you-tube {
	background: url(../../images/you-tube.png) top no-repeat;
}

.facebook:hover {
	background: url(../../images/facebook.png) bottom no-repeat;
}

.twitter:hover {
	background: url(../../images/twitter.png) bottom no-repeat;
}

.you-tube:hover {
	background: url(../../images/you-tube.png) bottom no-repeat;
}
