@charset "utf-8";
/* CSS Document */


/* all the font and link styling done here as well as removal of the outline around links and hotspots */
body {
	
	nt-family: Verdana, Geneva, sans-serif;
	background-color:#ffffff;
	padding-bottom:10px;
	text-align: left;
	font:Verdana;
	font-size:12px;
	outline:none;
	ie-dummy: expression(this.hideFocus=true);

	
		
}

a {
	font-family: Verdana, Geneva, sans-serif;
	color: #8f8c8b;
	font-size: 12px;
	outline:none;
	ie-dummy: expression(this.hideFocus=true);
	border: none;
}

a:focus{
outline:none;
	ie-dummy: expression(this.hideFocus=true);
	border: none;
}

a:link {
	text-decoration: none;
	color: #8f8c8b;
	outline:none;
	ie-dummy: expression(this.hideFocus=true);
	border: none;
}
a:visited {
	text-decoration: none;
	color: #8f8c8b;
	outline:none;
	ie-dummy: expression(this.hideFocus=true);
	border: none;
}
a:hover {
	text-decoration: none;
	color: #8f8c8b;
	outline:none;
	ie-dummy: expression(this.hideFocus=true);
	border: none;
}
a:active {
	text-decoration: none;
	color: #8f8c8b;
	outline:none;
	ie-dummy: expression(this.hideFocus=true);
	border: none;
}
td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

map area {
outline:none;
ie-dummy: expression(this.hideFocus=true);
}

area { 
outline:none; 
ie-dummy: expression(this.hideFocus=true);
}

/* the main page areas styling done here */

div.menu {
	background-image:url(../images/topmenu.png);
	width:916px;
	height:234px;
	margin-bottom:-10px;

	
	
}

div.content {
	background-color:#ffffff;
	max-width:916px;
	height:auto;
	overflow-x:hidden;
	margin-bottom:-10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	
	
}

div.footer {
	background-color:#fff;
	width:916px;
	overflow:auto;
	height:auto;
	overlflow-x:hidden;
	margin-bottom:-15px;
	text-align:justify;
	
	
} 

div.address {
	background-color:#fff;
	width:916px;
	height:auto;
	margin-bottom:-10px;
	padding-bottom:5px;
	color: #8f8c8b;
	text-align: center;
	
}

div.text {
	color:#8f8c8b;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	width:890px;
	text-align: justify;
	font-weight: bold;

}

div.center {
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	width:890px;
}


/* CSS for slides - Remember this applies to all the slideshows on the site */
#slideshow {
    position:relative;
    height:439px;
	width:916px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* Floating social buttons */
#btn_twitter_float {
	border: 0;
	position: fixed; 
	top: 190px; 
	right:0; 
	z-index: 9998;
}
#btn_facebook_float {
	border: 0;
	position: fixed;  
	top: 226px; 
	right:0;
	z-index: 9997;
	}
#btn_pinterest_float {
	border: 0;
	position: fixed;  
	top: 262px; 
	right:0;
	z-index: 9996;
	}
#btn_instagram_float {
	border: 0;
	position: fixed;  
	top: 298px; 
	right:0;
	z-index: 9995;
	}
	
#btn_trip_float {
	border: 0;
	position: fixed;  
	top: 334px; 
	right:0;
	z-index: 9994;
	}
	
* html #btn_twitter_float, * html #btn_facebook_float {position: absolute;}


/* end of floating social buttons */

	
	
