@charset "utf-8";
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #eaeee8;
	font-size: 10px;
	color: #656360;
}
a:link {
	color: #656360;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #656360;
}
a:hover {
	text-decoration: underline;
	color: #656360;
}
a:active {
	text-decoration: none;
	color: #656360;
}
ul {
	padding: 0px;
	margin-top: 12px;
	margin-right: 5px;
	padding-bottom: 12px;
	margin-left: 40px;
} 
ol {
	padding: 0px;
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 40px;
} 
li {
	padding-bottom: 6px;
} 
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
}
#languageBar {

}


#logoBar {
	background-color: #FFF;
}
#navBar {
}
#contentArea {
}
#footer {
	height: 89px;
	background-image: url(homeimgs/g1-footer.gif);
	background-repeat: no-repeat;
}
#copyright {
	text-align: center;
	font-size: 11px;
	padding-top: 20px;
}
/***********************************************/
/* Class styles                                */
/***********************************************/
.homeText {
	padding-top: 15px;
	padding-left: 85px;
	line-height: 14px;
}
.largeText {
	font-size: 11px;
}
.whiteText {
	color: #FFF;
}
.formLabel {
	color: #0d5c42;
	font-weight: bold;
}
.formtext {
	font-size: 10px;
}
.emailText {
	font-size: 12px;
}
.greenText {
	font-size: 12px;
	color: #0d5c42;
}
.greenText a:link {	text-decoration: none;	color: #0d5c42;}
.greenText a:visited {	text-decoration: none;	color: #0d5c42;}
.greenText a:active {	text-decoration: none;	color: #0d5c42;}
.greenText a:hover {	text-decoration: underline;	color: #0d5c42;}
.sideNav {
	font-size: 11px;
	line-height: 17px;
}
.footerText {
	font-size: 11px;
	line-height: 20px;
}
.footerText a:link {	text-decoration: none;	color: #5a471b;}
.footerText a:visited {	text-decoration: none;	color: #5a471b;}
.footerText a:active {	text-decoration: none;	color: #5a471b;}
.footerText a:hover {	text-decoration: underline;	color: #5a471b;}
.availForm {
	margin-left: 11px;
}
.packageImage {
	padding-bottom: 6px;
	padding-left: 0px;

}
.packageText {
	padding-right: 10px;
}

.var1 {
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	color: #5a471b;
}

.var2 {
	font-size: 18px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #5a471b;
}
.var3 {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #0d5c42;
}
.var4 {
	font-size: 18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0d5c42;
}
.var5 {
	font-size: 18px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #5a471b;
}
.var6 {
	font-size: 18px;
	font-family:"Courier New", Courier, monospace;
	color: #5a471b;
}
.var7 {
	font-size: 18px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #97b4a2;
}
.var8 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color: #5a471b;
}

.bookNow {
	font-size: 15px;
	color: #5a471b;
	font-weight: bold;
}
.bookNow a:link {	text-decoration: none;	color: #5a471b;}
.bookNow a:visited {	text-decoration: none;	color: #5a471b;}
.bookNow a:active {	text-decoration: none;	color: #5a471b;}
.bookNow a:hover {	text-decoration: underline;	color: #5a471b;}
/***********************************************/
/* Drop Down Navigation                        */
/***********************************************/
.grayDrop {
	position:absolute;
	visibility: hidden;
	width: 168px;
	color: #805800;
}
