body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background:url(images/bg.gif) ;
	margin: 0;
	padding: 0;
}

hr{
	color: #D4D2C0;
	margin: 10px 0 10px 0;
	background-color: #D4D2C0;
}

p, li{
	color: #5F443F;
	font-size: 12px;
}

.pageborder{
	width: 830px;
	background:url(images/horz-fade.gif) repeat-y center center;
	background-size: 100%;
	margin: auto;
	height: 100%;
}

.content{
	width: 750px;
	margin: auto;
}

/*header footer styles*/

.navigation li{
	display: inline;	
	padding-left: 0px;
  	padding-right: 5px;
	font-size: 10px;
	text-align: center;
}

*html .navigation li{
	padding-left: 6px;
}

.contactbutton img{
	border: 0;
	margin-top: 10px;
	margin-right: 20px;
}

.weather{
	text-align: center;
}

.weathertable{
	font-size: 10px;
	padding: 0;
	margin: 0;	
}

.weather{
	width: 10%;
	padding: 0;
	margin: 0;
}

.header table{
	width: 100%;
}
	
	

.headerlinks{
	text-align: center;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0pt;
}

.headerlinks li {
	border-right: 1px solid #3B3B3B;
	text-align: right;
	}

.headerlinks A:link {
	color: #3B3B3B;
	text-decoration: none;
}

.headerlinks A:visited {
	color: #3B3B3B;
	text-decoration: none;
}

.headerlinks A:active {
	color: #3B3B3B;
	text-decoration: none;
}

.headerlinks A:hover {
	color: #3B3B3B;
	text-decoration: none;
}

.footer{
	clear: both;
	font-size:10px;
	text-align: center;
}

.footer p{
	font-size:10px;
}

.footerlinks {
	margin: 0px;
	padding: 0;
}

.footerlinks li {
	border-right: 1px solid #D6B088;
	text-align: right;
}

.footerlinks A:link {
	color: #D6B088;
	text-decoration: none;
}

.footerlinks A:visited {
	color: #D6B088;
	text-decoration: none;
}

.footerlinks A:active {
	color: #D6B088;
	text-decoration: none;
}

.footerlinks A:hover {
	color: #D6B088;
	text-decoration: none;
}
 
.copyrightlinks{
	margin: 5px;
}

.copyrightlinks li {
	border-right: 1px solid #BABABA;
	text-align: right;
	}

.copyrightlinks A:link {
	color: #BABABA;
	text-decoration: none;
}

.copyrightlinks A:visited {
	color: #BABABA;
	text-decoration: none;
}

.copyrightlinks A:active {
	color: #BABABA;
	text-decoration: none;
}

.copyrightlinks A:hover {
	color: #BABABA;
	text-decoration: none;
}

.footer p{
	color: #777777;
	padding-bottom: 20px;
	margin: 0px;
}

#lastlink {
	border-right: 0px;
	padding: 0;
}

*html #lastlink {
	border-right: 0px;
	padding-left: 6px;
}
/* end of header footer styles*/
/* homepage styles*/
.imagemail{
	float: left;
	width: 160px;
}

*html .imagemail{
	margin-top: 5px;
}

.container{
	line-height: 110%;
	margin-left: 315px;
}

*html .container{
	margin-left: 313px;
}

#emailform{
	margin: 0px;
}
.emailsignup{
	width: 290px;
	background-color: #D8E5BD;
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	border: 1px #ABB899 double;
}

#emailsignup{
	width: 200px;
	background-color: #EBE590;
	border: 1px #ABB899 double;
	color: #000000;
	text-align: center;
	font-size: 10px;
}

.emailtitle {
	color: #DB6D21;
	font-weight: bold;
	font-size: 14px;
}

.emaildesc {
	color: #62665C;
	font-size: 10px;
}

.sectionbox {
	background-color: #EBEAE7;
	border: double 1px #E0E1DE;
	width: 387px;
	margin: 5px 0;
	padding: 10px;
}

.sectiontitle{
	color: #B4672D;
	font-weight: bolder;
	font-size: 14px;
}

.sectiondesc{
	color: #5F5F60;
	font-size: 12px;
}

.sectionpackage{
	background-color: #F5F4F1;
	color: #5F5F60;
	font-size: 12px;
	margin: 2px;
	padding: 5px;
}

.packagetitle{
	color: #5D6B3D;
	font-weight: bold;
	text-decoration:underline;
}

.sectionevents{
	font-size: 10px;
}

.sectionevents ul{
	margin: 0px;
	padding: 0 0 0 10px;
}

.sectionevents li{
	list-style: square outside;
	color: #A6520D;
	margin: 0 0 10px 0;
}

.eventtitle{
	color: #71716F;
	font-weight: bold;
}

.eventcontact{
	color: #5D6B3D;
}

/* end of homepage styles */
/* subpages styles*/

.breadcrumbs{
	font-size: 10px;
	color: #9E6721;
	margin-bottom: 10px;
}

.breadcrumbs A:link {
	color: #9E6721;
}

.breadcrumbs A:visited {
	color: #9E6721;
}

.breadcrumbs A:active {
	color: #9E6721;
}

.breadcrumbs A:hover {
	color: #9E6721;
}

.navsubpages{
	width: 150px;
	background: #EFEFEC repeat-y 50% 0;
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
	padding-bottom: 35%;
}

.navsubpages ul{
	margin: 10px 0 0 20px;
	padding: 10px 0 10px 0;
}

*html .navsubpages ul{
	margin-top: 0px; 
}

.navsubpages li{
	padding: 15px 0 0 0 ;
}

.navsubpages A:link {
	color: #53372D;
	font-size: 10px;
	font-weight: bold;
}

.navsubpages A:visited {
	color: #53372D;
	font-size: 10px;
	font-weight: bold;
}

.navsubpages A:active {
	color: #53372D;
	font-size: 10px;
	font-weight: bold;
}

.navsubpages A:hover {
	color: #53372D;
	font-size: 10px;
	font-weight: bold;
}

.containersubpages{
	margin-left: 165px;
}

.contentsubpages{
	color: #5F443F;
	font-size: 10px;
	width: 500px;
	margin: 0 0 0 30px;
}

p.contentsubpages {
	color: #5F443F;
	font-size: 10px;
	width: 500px;
	margin: 0 0 0 30px;
}

.subpagesmenus {
	margin-left: 5px;
}

*html .subpagesmenus {
	margin-left: 50px;
}

.subpagesmenus li{
	list-style-type: square;
	color: #9F6324;
}

.subpagesmenus A:link {
	color: #5F443F;
	font-size: 10px;
	text-decoration: none;
}

.subpagesmenus A:visited {
	color: #5F443F;
	font-size: 10px;
	text-decoration: none;
}

.subpagesmenus A:active {
	color: #5F443F;
	font-size: 10px;
	text-decoration: none;
}

.subpagesmenus A:5F443F {
	color: #53372D;
	font-size: 10px;
	text-decoration: none;
}

.mailinglist {
	BORDER: #EE982C 1px solid; 
	WIDTH: 200px; 
	BACKGROUND-COLOR: #ffffff
}

.errormsg{
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

.addemail{
	text-align: center;
	font-weight:: bold;
}

.removeemail{
	font-weight:: bold;
}

.contactheading{
	color: #5F443F;
	font-size: 11px;
	background-color: #F6F1E9;
	font-weight: bold;
	width: 160px; 
	text-align:right
}

.contactlist {
	list-style-type: none;
}

.contactform{
	color: #5F443F;
	font-size: 11px;
}

.errormsg{
	color: #FF0000;
	font-weight: bold;
}
