body { 
	background-color: #e3ebd6;
	margin: 20px 20px 40px 20px;
	padding-right: 20px;
	margin-right: 20px;
}
body, td, p, b, i, li, select, a, input, textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
}

body, td, p, b, i, li, select, input, textarea {
	color: #333333;
}

a, a:visited, a:link, a:hover { 
	text-decoration: none;
	color: #88001e; 
}

/* --- the NAV column --- */
.mailinglistColumn {
	background-color: #89ab71;
}
.unav, .unavon, .propsnav { /* these apply to the containing div of each link */
	padding-left: 35px;
	line-height: 30px;
}
div#charnews { /* hardcode a shorter line-height for 2-line link */
	line-height: 15px;
}
.unav, .unavon { 
	border-bottom: 1px #58664d solid; 
}
.propsnav {
	border-bottom: 1px #3d4931 dotted; 
}
.unav a, .unavon a, .propsnav a {
	text-transform: uppercase;
	width: 185px;
}
.unav, .unav a {
	color: #333; 
	background-color: #e3ebd6;
}
.unavon, .unavon a, .unav a:hover, .propsnav a:hover {
	color: #fff; 
	background-color: #88001e;
}
.propsnav a {
	color: #333; 
}
.propsnav {
	background-color: #b6cba3;
}

#newsletter {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
#newsletter a {
	margin-top: 24px;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
}
/* --- end NAV column --- */


/* --- 3-column content table --- */
table.homeFeatures {
	background-color: #ccdcc1;
	border-bottom: 1px #89ab71 solid;
}
table.homeFeatures td {
	vertical-align: top;
	padding-bottom: 17px;
}
table.homeFeatures td.left {
	padding-left: 15px;
	padding-right: 20px;
}
div.eventcal {
	padding-left: 15px;
	padding-right: 20px;
}
table.homeFeatures td.center {
	padding-left: 34px;
	padding-right: 20px;
}
table.homeFeatures td.right {
	padding-left: 22px;
	padding-right: 20px;
}
.sidelined {
	border-left: 1px #e3ebd6 solid;
	border-right: 1px #e3ebd6 solid;
}
.featurette {
	font-weight: bold;
	color: #3d4931;
	font-size: 11px;
}
div.container table.homeFeatures td.padtable table tbody tr td img {
	margin-right: 15px;
}
/* --- end 3-column content table --- */

br.tight {
	line-height: 6px;
}	
br.supertight {
	line-height: 2px;
}	
br.loose {
	line-height: 10px;
}	

.mainimg {
	border-left: 1px #58664d solid;
}

.container {
	width: 975px;
	margin-right: 20px;
}
.clearboth {
	clear: both;
}
.dividerHorizontal {
	background-color: #88001e;
}

.footerAddress {
	border-bottom: 1px #88001e solid;
	padding-bottom: 8px;
	margin-bottom: 10px;
	line-height: 28px;
}
#footer {
	padding-top: 20px;
	font-size: 11px;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
	/*
	list-style-image: url("/img/bullet.gif");
	*/
}
li {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}



/* ** FOR FORMS ** */
input.boxed, textarea.boxed {
	border: 1px solid #5474a3;
	color: #333;
	font-size: 14px;
	font-family: georgia, times new roman, palatino, serif;
	width: 250px;
}
.formtable td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.formtable td.leftpadded {
	padding-left: 30px;
}
.commentsfield {
	height: 8em; 
}
.addressfield {
	height: 3em; 
}
.reqd {
	color: #88001e;
}

/* --- For New Slideshow --- */
div#homeslides_container {
}
div#slideouter {
	width: 416px;
	height: 397px;
	background-image: url('/img/hp_slides/bkgd_right_edge.gif');
	background-repeat: no-repeat;
	background-position: 403px 0px;
	margin: 0;
	padding: 0;
}
div#slideinner {
	width: 403px;
	height: 397px;
	background-image: url('/img/hp_slides/bkgd_bottom_edge.gif');
	background-repeat: no-repeat;
	background-position: 0px 382px;
	margin: 0;
	padding: 0;
}
ul#homeslides {
	width: 403px;
	height: 382px;
}
ul#homeslides, ul#homeslides li {
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 382px;
}
ul#homeslides li div.slide {
	position: relative;
	height: 376px;
	margin-top: 6px;
	margin-left: 6px;
}
ul#homeslides li h4 {
	display: inline;
	background-color: #88022A;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFF;
	padding: 5px 8px;
}
img.slideimg {
	margin-bottom: 14px;
}
div.tinyicons {
	z-index: 8;
	position: absolute;
	top: 350px;
	left: 0px;
	white-space: nowrap;
}
div.tinyicons img {
	margin-right: 2px;
}
img.onslide,
div.tinyicons a:hover img,
div.tinyicons a img:hover {
	padding-bottom: 2px;
	border-bottom: 1px #666 solid;
}
img.offslide {
	padding-bottom: 2px;
	border-bottom: 1px #fff solid;
}
div.slidetext {
	padding-top: 15px;
	padding-left: 12px;
}
div.slidetext,
div.slidetext p,
div.slidetext b,
div.slidetext strong,
div.slidetext a {
	line-height: 1.5em;
	font-size: 12px;
	color: #333;
}
div.slidetext a {
	color: #88022A;
}

