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

body {
	text-align:center;
	margin: 0 0 0 0;
	background-color:#212458;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
h2 {
	font-size:16px;
	font-weight:bold;
	}
	
a {
	font:Verdana, Arial, Helvetica, sans-serif;
	}

#main {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	margin:0 auto;
	width:1024px;
	text-align:left;
	}
	
#header {
background-color:#212458;
height:187px;
margin-top:20px;
width:1024px;
}
	
#menu {
	width:960px;
	text-align:right;
	color:#9a9a99;
	font-size:18px;
	height:25px;
	margin-top:5px;
	margin-bottom:5px;
	}
	
#bodyCont {
	width:960px;
	height:auto;
	margin-left:32px;
	overflow:visible;
	display:inline-block;
	margin-bottom:25px;
	}
	
#sidebar {
	width:224px;
	margin-right:18px;
	float:left;
	background-color:#fccb92;
	padding-left:8px;
	padding-right:8px;
	height:auto;
	}
	
#body {
	width:680px;
	height:auto;
	float:left;
	}
	
#slideshow {
	width:680px;
	height:270px;
	background-image:url(../images/mainImage.jpg);
	}
	
#bodyCopy {
	width:680px;
	margin-top:20px;
	}
	
#advertisement {
	width:680px;
	height:130px;
	background-color:#CCCCCC;
	}

#footer {
	height:40px;
	width:1024px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	font:Verdana, Arial, Helvetica, sans-serif;
	padding-top:25px;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
	}
#slider {
    width: 220px; /* important to be same as image width */
    height: 220px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 220px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	padding: 0 0 0 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 200px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

#trip {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	}
