@charset "ISO-8859-1";
* {
	padding: 0;
	margin: 0;
}
body {
	margin-top: 10px;
	background-color: #430908;
}
#wrapper {
	width: 960px;
	background-image: url(../_images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #7B241B;
}
#navigation {
	margin: 0px;
	height: 600px;
	width: 200px;
	float: left;
	background-image: url(../_images/navBg.png);
	background-repeat: no-repeat;
	background-position: -16px 45px;
	text-align: center;
	padding-top: 15px;
	font-weight: 800;
	font-variant: small-caps;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 16px;
}
#navigation a:link {
	color: #D48B58;
	text-decoration: none;
}
#navigation a:active {
	color: #D48B58;
	text-decoration: none;
}
#navigation a:visited {
	color: #D48B58;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFA86A;
	text-decoration: underline;
}
#footer {
	width: 960px;
	clear: both;
	margin: 0px;
	height: 45px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
	color: #D48B58;
	padding-top: 5px;
	padding-left: 210px;
}
#contentWrapper {
	float: right;
	margin: 0px;
	width: 695px;
	display: inline;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 45px;
	padding-bottom: 0px;
	background-image: url(../_images/contentBG.png);
	background-repeat: repeat-y;
}
#contentWrapperBG {
	background-image: url(../_images/contentBGimage.png);
	background-repeat: no-repeat;
	display: block;
	min-height:500px;
}
#contentWrapperHeader {
	float: right;
	margin: 0px;
	width: 695px;
	display: inline;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 45px;
	padding-bottom: 0px;
	background-image: url(../_images/contentTopCap.png);
	background-repeat: no-repeat;
	height: 35px;
	background-position: 0px 10px;
}
#contentWrapperFooter {
	float: right;
	margin: 0px;
	width: 695px;
	display: inline;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 45px;
	padding-bottom: 0px;
	background-image: url(../_images/cotentBottomCap.png);
	background-repeat: no-repeat;
	height: 40px;
}
#content {
	float: right;
	margin: 0px;
	display: inline;
	width: 695px;
}
#content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #07512F;
	margin-bottom: 10px;
}
#content li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #07512F;
	margin-left: 10px;
}
#content h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	color: #B25126;
	font-variant: small-caps;
	font-weight: 900;
	margin-bottom: 10px;
	line-height: 26px;
}
#content h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #B25126;
	font-weight: 900;
	line-height: 36px;
}
#content h2black {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
	font-weight: 900;
	line-height: 36px;
	text-align: center;
}
#content h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: oblique;
	color: #07512F;
	margin-bottom: 5px;
}
#content h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	color: #07512F;
	margin-bottom: 5px;
	line-height: 15px;
	font-style: italic;
}
#content #insetMR {
	display: block;
	width: 270px;
	float: right;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #862E1A;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#content #insetLR {
	display: inline-block;
	width: 415px;
	float: right;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #862E1A;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#content #insetML {
	display: block;
	width: 270px;
	float: left;
	clear: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #862E1A;
}
#content #insetSL {
	display: block;
	width: 210px;
	float: left;
	clear: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#largeText {
	font-size: 22px;
	line-height: 24px;
	color: #290000;
	font-weight: bold;
}
#largeText2 {
	font-size: 16px;
	line-height: 16px;
}
a:hover {
	color: #07512F;
}
#contentWrapperFooter p {
	font-size: 14px;
	text-align: center;
	color: #07512F;
	margin-top: 5px;
}
#contentWrapperFooter a:link {
	color: #AEA388;
	margin-top: 5px;
	text-decoration: none;
}
#contentWrapperFooter a:active {
	color: #AEA388;
	margin-top: 5px;
	text-decoration: none;
}
#contentWrapperFooter a:visited {
	color: #AEA388;
	margin-top: 5px;
	text-decoration: none;
}
#contentWrapperFooter a:hover {
	color: #AEA388;
	margin-top: 5px;
	text-decoration: underline;
}
a:link {
	color: #07512F;
}
a:visited {
	color: #07512F;
}
a:active {
	color: #07512F;
}
a:hover {
	color: #07512F;
}
#disclaimerText {
	font-size: 10px;
}
#contact-wrapper {
	width:650px;
	border:1px solid #7B241B;
	padding:20px;
	background-color: #E6D8B4;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	padding:5px;
	font-size:16px;
	color:#07512F;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #FFF8D9;
	border: 1px solid #B25125;
}
form#contactform textarea {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color: #07512F;
	padding:0.6em 0.5em 0.7em;
	background-color: #FFF8D9;
	border: 1px solid #B25125;
}
#contactform #floatR {
	display: block;
	width: 270px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: left;
}
#disclaimerText {
	font-size: 12px;
}
#greenDisclaimerText {
	font-size: 16px;
	color: #07512F;
}
#tdRolloverButton {
	font-size: 16px;
	color: #07512F;
	text-align: center;
	line-height: 12px;
}
#tdRolloverButton a:link {
	text-decoration: none;
}
#tdRolloverButton a:visited {
	text-decoration: none;
}
#tdRolloverButton a:active {
	text-decoration: none;
}
#tdRolloverButton a:hover {
	text-decoration: none;
}
#formSpecial {
	font-size: 20px;
	line-height: 20px;
	color: #CA6626;
}
#photoCaption {
	font-size: 12px;
	line-height: 12px;
	color: #4C0000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	text-align: center;
	display: block;
	margin-top: 5px;
}
#content #listCol2 {
	display: block;
	width: 150px;
	float: right;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #862E1A;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#canalclub-wrapper {
	border:1px solid #7B241B;
	background-color: #E6D8B4;
	display: block;
	width: 250px;
	float: left;
	clear: left;
	margin-bottom: 20px;
	padding: 10px;
	margin-left: 0px;
	margin-right: 25px;
	margin-top: 0px;
}
.link, #SignUp .signupframe {
	color: #07512F;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	line-height: normal;
}

#SignUp .signupframe {
	border: 1px solid #E6D8B4;
	background: #E6D8B4;
}
.CanalClubLink {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 10px;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	color: #000;
	margin-bottom: 5px;
	line-height: 15px;
	font-style: italic;
}
#socialMedia {
	height: 55px;
	margin-top: 12px;
	font-size: 12px;
	line-height: 20px;
	color: #D48B58;
}

