@charset "UTF-8";
body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: center;
	padding: 0px;
	margin: 0 0px 0px;
	background-color: #333333;
}
#frame {
	width: 980px;
	background-color: #FFFFFF;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:20px;
	padding:0px;
	text-align:left;
	top: 0px;
	z-index: 1;
	background-image: url(webBG.jpg);
	background-repeat: repeat-y;
}

#contentheader {
	height: 142px;
	width: 980px;
	padding: 0px;
	background-image: url(FiestaWebDesign.jpg);
}

#navbar {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align: center;
	top: 98px;
	position: relative;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
}
.linktext {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.01em;
	padding: 16px;
	text-align: center;
}

#leftside {
	width: 142px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 17px;
	line-height: 17px;
	color: #FFFFFF;
}
#leftside a {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftside a:hover {
	color: #017D86;
	text-decoration: none;
	background-color: #FFE902;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#ThumbnailsArea {
	text-align: center;
}
#ThumbnailsArea a {
	text-decoration: none;
}
#ThumbnailsArea a:hover {
	text-decoration: none;
	background-color: #017D86;
}


.thumbnail {
	border: 1px solid #896435;
	margin: 4px;
	text-decoration: none;
}

#mainImageArea {
	width: 560px;
	float: right;
	text-align: center;
}

.mainImage {
	margin: 10px;
}

#rightside {
	width: 774px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
}

#footer {
	clear:both;
	background-color: #CCCCCC;
	text-align: center;
	padding: 4px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 9px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	}

.footertext {
	background-color: #333333;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 4px;
	margin: 0px;
	color: #333333;
	font-weight: normal;
	}
	
h1 {
	color: #017D86;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
}

h2 {
	color: #000000;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	padding: 0px;
}

h3 {
	color: #000000;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	padding: 0px;
}
.mapiframe {
	width: 450px;
	float: right;
	margin-left: 10px;
}



p {
	margin-bottom: 20px;
	margin-top: 10px;
}
a {
	color: #017D86;
	text-decoration: underline;
	/* pulled because of issues with thumbnails and lightbox
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #017D86;
	*/
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #017D86;
}
#floatlefthighlightbox {
	float: left;
	border: 1px solid #007D84;
	width: 320px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	background-color: #AED9A3;
}
