.special {
	margin-bottom: 0px;
	text-align: center;
	vertical-align: text-bottom;
}

.sf3 {
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #EEE9AF;
	background-position: right top;
	border: 1px dotted #000000;
	font-size: 12px;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 200;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #cfb85c;
	padding: 2px;
	left: -100px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	margin-top: -90px;
	margin-left:92px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.footer {
	width: 100%;
	height: 90px;
	background-color: #767C40;
	margin-bottom: 0px;
	clear: left;
	float: left;
	background-image: url(../image/bgfooter.jpg);
	background-repeat: repeat-x;
	padding-bottom: 11px;
	
}
.footer a {
	color: #2E270E;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.footer a:hover {
	color: #1B1607;
	text-decoration: underline;
}
.outer2 {
	margin-top: 0px;
	background-color: #cfb85c;
	
}
.outer {
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #767C40;
	margin-top: -1px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-color: #7E6C25;
	border-left-color: #7E6C25;
	margin-bottom: -22px;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262815;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 18px;
	padding-left: 8px;
}
.main a {
	color: #3A3E20;
	
}
.nav2 {
	background-image: url(../image/top_sidenav.jpg);
	height: 40px;
	width: 204px;
	float: left;
}
.nav2mid {
	width: 204px;
	float: left;
	background-image: url(../image/sidenav.jpg);
	background-position: center top;
}
.nav2bottom {
	width: 204px;
	background-image: url(../image/bottomNav.jpg);
	background-repeat: no-repeat;
	float: left;
}

.nav2mid h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #EEE9AF;
	text-decoration: none;
}
.nav2mid ul {
	list-style-image: url(../image/bullet.gif);
}
.nav2mid li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEE9AF;
	font-size: 11px;
	text-decoration: none;
	list-style-image: url(../image/bullet.gif);
	line-height: 17px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A5AD58;
}
.nav2mid li a:hover {
	color: #CFB85C;
	
}


.halfmoon{
	margin-bottom: 0em;
	margin-left: 0px;
	padding-left: -55px;
	text-align: left;
}
* html .halfmoon{
	margin-bottom: 0px;
	margin-left: -8px;
	padding-left: 0px;
	text-align: left;
}

.halfmoon ul{
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom: 1px solid #929492;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
*html .halfmoon ul{
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom: 1px solid #929492;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana;
	font-size: 8px;
	font-weight: bold;
}
.halfmoon li{
	display: inline;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
}
* html .halfmoon li{
	display: inline;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 15px;
}
.halfmoon li a{
	text-decoration: none;
	margin-right: 1px; /*distance between each tab*/
	border-left: 1px solid #DDD;
	color: #ffffff;
	font-size: 10px;
	background-color: #767c40;
	background-image: url(media/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
}
* html .halfmoon li a{
	text-decoration: none;
	margin-right: 1px; /*distance between each tab*/
	border-left: 1px solid #DDD;
	color: #ffffff;
	font-size: 10px;
	background-color: #767c40;
	background-image: url(media/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	
}
.halfmoon li a:visited{
color: black;
}
.midside2 {
	background-image: url(../image/sidenav.jpg);
	width: 204px;
	float: left;
}
.bottomsidenav {
	background-image: url(../image/bottomNav.jpg);
	background-repeat: no-repeat;
	width: 205px;
	float: left;
}
.midside2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EEE9AF;
	text-decoration: none;
	text-align: center;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.midside2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEE9AF;
	text-decoration: none;
	list-style-image: url(../image/bullet.gif);
	line-height: 22px;
	padding-right: 9px;
}
.midside2 li a {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #91984E;
	color: #EEE9AF;
}
.midside2 li a:hover {
	color: #CFB85C;
	list-style-image: url(../image/bullet2.jpg);
	
}
.halfmoon li a:hover{
	background-color: #cfb85c;
	color: #292C16;

/*.midside2 {
	background-image: url(../images/sidenav.jpg);
	float: left;
	width: 204px;
.outer2 .outer .main a {
	color: #767C40;
	text-decoration: underline;*/
}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4E4316;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

.img {
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 9px;
}
.commentbox{
	background-color: #D2C731;
	width: 420px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

.commentfooter{
	background: url(offers.jpg) 81px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 133px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #405104;
	font-weight: bold;
}
.halfmoon {
	padding-left: 0px;
	margin-left: 0px;
}
.main h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #262815;
	text-decoration: none;
}
.main h3 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #4A4F28;
	text-decoration: none;
	margin-bottom: 0px;
}

#menu1 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
#menu1 a:active {color:black;text-decoration:none;}
#menu1 a:hover {color:black;background-color:#FFFF99}
#menu1 a:visited {color:black;text-decoration:none;}

#menu2 a {color:navy;background-color:white;text-decoration:none;text-indent:1ex;}
#menu2 a:active	{color:blue;text-decoration:none;}
#menu2 a:visited {color:blue;text-decoration:none;}
#menu2 a:hover {color:navy;background-color:#f0fea8}

#menu3 a { /*Menu3 Links*/
	color:#FFFFFF;
	background-color:white;
	text-decoration:none;
	text-indent:1ex;
	font-family: "Monotype Corsiva";
	font-size: 16px;
	text-align: center;
	font-weight: bolder;
	display: block;
}
*html #menu3 a { /*Menu3 Links*/
	color:black;
	background-color:white;
	text-decoration:none;
	text-indent:1ex;
	font-family: "Monotype Corsiva";
	font-size: 16px;
	text-align: center;
	font-weight: bolder;
}
#menu3 a:hover {
color:black;background-color:#FFFF99;
}
#menu3 a:active	{color:black;text-decoration:none;}
#menu3 a:visited	{color:black;text-decoration:none;}
.img a {
	margin: 0px;
}
.img a {
	margin: 0px;
}
.commentbox h5 {
	font-family: Tahoma;
	font-size: 12px;
}
.contimage {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.itineraries {
	width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.insideitineraries {
	float: left;
	height: auto;
	width: 300px;
	background-color: #E2DA76;
}
.miditineraries {
	height: auto;
	width: 300px;
	background-color: #E2DA76;
	margin-right: auto;
	margin-left: auto;
}
.insideitineraries2 {
	float: left;
	width: 258px;
	background-color: #E2DA76;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #EEE9AF;
}
.img2 {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.scheduled {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #F4F1CC;
	width: 600px;
	background-color: #63551D;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	padding: 9px;
}
.commentbox1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCC00;
	height: auto;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.dome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #262815;
	text-decoration: none;
}
.dome a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #262815;
	text-decoration: none;
}
.main .dome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3A3E20;
	text-decoration: none;
}
.main .bolding {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #262815;
	text-decoration: none;
}
.main .bondo h3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #4A4F28;
	text-decoration: none;
}
.main .bondo a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #4A4F28;
	text-decoration: none;
}
.main h1 {
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
.Member {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
