/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	}

/* MAIN TAGS */

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	}
h1 {
	font-size: 18px;
	color: #105899;
	font-weight: bold;
	margin: 10px 20px -5px 20px}
h2 {
	font-size: 14px;
	color: BA8640;
	margin: 10px 20px 5px 20px
	}
h3 {
	font-size: 12px;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	margin:20px 200px 0px 15px;
	}
h4 {
	font-size:14px;
	font-weight: bold;
	color: #105899;
	margin: 5px 20px 10px 20px;
	}
h5 {
	font-size:12px;
	font-weight: bold;
	color: #105899;
	margin: 12px 20px 8px 20px;
	}
h6 {
	font-size: 12px;
	color: #996600;
	margin: 10px 20px 5px 20px
	}
p {
	font-size: 12px;
	color: #333333;
	line-height:18px;
	margin: 5px 20px 10px 20px;
	}
p#parSpace {
	margin-top: -15px;
	}
a:link, a:visited {
	color: #105899;
	text-decoration:underline;
	}
a:hover {
	color: #644126;
	text-decoration:underline;
	}
	
	
/* UNORDERED LISTS */
	
	
ul.global {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 18px;
	list-style-image:     url("/i/icons/arrowblue.gif");
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 60px;
	margin-right: 25px;
	}
ul.heart {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 18px;
	list-style-image:   url("/i/icons/heartred_sm.gif");
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 60px;
	margin-right: 25px;
}

/* ORDERED LISTS */
	
	
ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	list-style-type: decimal;
	margin-right: 25px;
	margin-left: 60px;
	}
	
	
/* TABLES */

table.sampledaymenu {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 554px;
	margin:5px 20px 20px 20px;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.sampledaymenu td {
	text-align:left;
	border-bottom: 1px solid #9CF;
	border-top: 0px;
	color: #404040;
	background-color: #fafafa;
	padding: 5px;
}

table.misc {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #105899;
}
table.forms {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* TABLES ARCHIVES */

table.archives {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table.archives td {
	font-size: 11px;
	color: #105899;
}
.bodylink {
	font-size: 11px;
	color: #35477e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
a.bodylink {
	font-size: 11px;
	color: #35477e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}
a.bodylink:hover {
	text-decoration: underline
}
a.bodylink_noline {
	font-size: 11px;
	color: #105899;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.bodylink_noline:hover {
	text-decoration: none;
}



/* FORMS */

form {
	padding: 2px 2px 2px 2px;
}
input.txt {
	color: #000000;
	background-color: #E6E6E6;
	border: 0px;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 4px 2px 4px;
	height:20px;
}
input.btn {
	color: #000000;
	background-color: #E6E6E6;
	border: 1px outset #105899;;
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
}
select {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #105899;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	width: 200px;
	height: 100px;
	color:#000000;
	background-color:#FFFFFF;
	border: 1px #105899;
	padding: 5px 5px 5px 5px;
}

/* BLOCK QUOTES */
	
	
.quotes {
	color: #0241AA;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	background-color: #F2F2F2;
	height: auto;
	margin-left: 20px;
	padding: 8px 8px 8px 13px;
	border: 1px solid #CCCCCC;
	display: none;
}
.quoteHeading {
	text-indent: -20px;
	padding-left: 20px;
}


/* TESTIMONIALS */

.testimonials {
	color: #105899;
	padding: 10px 30px 10px 40px;
	font: italic 15px/20px "Times New Roman", Times, serif;
	text-align: justify;
	margin-bottom: 0px;
}


/* RIGHT COLUMN */

p#news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #49311D;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
}
p#news a:link, p#news a:visited, p#news a:active {
	color: #49311D;
	text-decoration: none;
}
p#news a:hover {
	text-decoration:underline;
}

/* CALL OUT BOXES */
	
.boxtitle {
	color: #00529C;
	margin: 0px 5px 0px 5px;
	line-height: 14px;
	font-weight: bold;
	font-size: 12px;
}
.boxfont {
	font-size: 11px;
	margin: 5px 5px 0px 5px;
	line-height: 14px;
}	
.boxmaintitle {	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #105899;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-bottom: 3px;
	padding-top: 3px;}


/* FOOTER */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	line-height: 12px;
	padding: 4px 0px 4px 0px;
}
.footer#Program {
	color: #0241AA;
}
.footer#Resort {
	color: #6F4C30;
}
.footer#Items {
	color: #333333;
	text-align: left;
	font-weight: normal;
}
.footer#Items a:link, .footer#Items a:visited, .footer#Items a:active {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.footer#Items a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #0241AA;
	text-decoration: none;
	text-align: center;
}

/* BREADCRUMBS */

.newsletterHead p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #0241AA;
	text-align: left;
	text-decoration: none;
	word-spacing: normal;
	border-bottom: 1px solid #0241AA;
	border-top: 1px solid #0241AA;
	padding: 5px 2px 5px 2px;
	margin: 2px 20px 10px 20px;
}
.newsletterHead a:link {
	text-decoration: none;
	color: #663300;
}
.newsletterHead a:visited {
	text-decoration: none;
	color: #663300;
}
.newsletterHead a:hover {
	text-decoration: underline;
	color: #990000;
}

/* SPECIAL LINKS */

#print {
	font-size: 10px;
	color: #0241AA;
	text-align: right;
	position:absolute;
	left: 400px;
	width: 150px;
	top: 15px;
}
#print a:link, #print a:visited {
	text-decoration: none;
	color: #0241AA;
	}
#print a:hover, #print a:active {
	text-decoration: underline;
	color: #990000;
	}
.articlelist {
	font-weight: bold;
	color: #000000;
}
.references {
	font-size: 9px;
	line-height: 12px;
	color: #105899;
}
