body {
	margin: 0px;
}
.maxheight {height: 100%;}
.mainborder {border: 3px solid #A73A3A;}
.subborder {border: 1px solid #A73A3A;}
.navbg {background-color: #F5F5F5;}
.headings {font-family: Vivaldi, Georgia, Time New Roman, Arial; font-size: 20px; color: #A73A3A; font-weight: bold;}

.packageshead {font-family: Georgia, Time New Roman, Arial; font-size: 14px; color: #A73A3A;}
.packagestiny {font-family: Georgia, Arial; font-size: 10px; color: #A73A3A;}

.packages {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: none;}
.packages:link {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: none;}
.packages:visited {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: none;}
.packages:hover {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: underline;}
.packages:active {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: underline;}

.packsel {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: underline;}
.packsel:link {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: underline;}
.packsel:visited {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: underline;}
.packsel:hover {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: underline;}
.packsel:active {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: underline;}

.gentext {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A;}
.gentext:link {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: none;}
.gentext:visted {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: none;}
.gentext:hover {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: none;}
.gentext:active {font-family: Georgia, Time New Roman, Arial; font-size: 12px; color: #A73A3A; text-decoration: none;}


/* Contact Form */
.message {
	font-family: Georgia, Time New Roman, Arial;
	font-size: 12px;
	color: #A73A3A;
	background-color: #ffffff;
	border: 1px #A73A3A solid;
	width: 170px;
	height: 150px;
	text-align: left;
	overflow: auto;
	padding-left: 2px;
}
.address {
	font-family: Georgia, Time New Roman, Arial;
	font-size: 12px;
	color: #A73A3A;
	background-color: #ffffff;
	border: 1px #A73A3A solid;
	width: 170px;
	height: 75px;
	overflow: auto;
	padding-left: 2px;	
}
.textfields {
	font-family: Georgia, Time New Roman, Arial;
	font-size: 12px;
	color: #A73A3A;
	background-color: #ffffff;
	border: 1px #A73A3A solid;
	width: 170px;
	height: 18;
	padding-left: 2px;	
}
.buttons {
	font-family: Georgia, Time New Roman, Arial;
	font-size: 11px;
	color: #ffffff;
	background-color: #A73A3A;
	width: 100px;
	height: 18;
	cursor: pointer;
}

#homeslideshow {width:247px; height:327px; position:relative;}
#homeslideshow #progress {
		position:absolute; right: 10px;
		color:#ddd; bottom:10px; font-size: 9px;
}



