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

*{
	margin:0;
	padding:0;
}

body{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background-color: #ffffcc;
}

p{
	font-size:1.0em;
	padding: 10px 0 5px 0;
	line-height: 1.5em;
	color: #333333;
	width: 350px;
}


/* Main Layout Settings */

#container{
	background-image: url(/images/layout/content.gif);
	background-position: top center;
	background-repeat: repeat-y;
	position: relative;
	width: 980px;
	min-height: 100%;
	margin:0 auto;
	padding: 0px;
}

#header{
	width: 980px;
	height: 249px;
	background-image: url(/images/layout/header.jpg);
	background-repeat: no-repeat;
}

#content{
	width: 900px;
	height: auto;
	padding: 20px 50px 30px 50px;
}

#box{
	float: left;
	width: 400px;
	height: auto;
	padding: 10px;
}

#footer{
color: #FFFFFF;
float: left;
width: 980px;
height: 61px;
text-align: center;
padding-top: 120px;
background-image: url(/images/layout/footer.jpg);
}

#nav{
	float:left;
	margin: 209px 0px 0px 50px;
}

.btnHome {
	float: left;
	width: 78px;
	height: auto;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0;
	background-image:url(/images/layout/home_btn_dwn.gif);
	background-repeat: no-repeat;
}

.btnHome a {
	display: block;
	width: 78px;
	height: auto;
	float: left;
	text-decoration: none;
}

.btnHome img { border: 0px;}
.btnHome a:hover {visibility:visible}
.btnHome a:hover img{visibility:hidden}

.btnServices {
	float: left;
	width: 103px;
	height: auto;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0;
	background-image:url(/images/layout/services_btn_dwn.gif);
	background-repeat: no-repeat;
}

.btnServices a {
	display: block;
	width: 103px;
	height: auto;
	float: left;
	text-decoration: none;
}

.btnServices img { border: 0px;}
.btnServices a:hover {visibility:visible}
.btnServices a:hover img{visibility:hidden}
.btnGallery {
	float: left;
	width: 91px;
	height: auto;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0;
	background-image:url(/images/layout/gallery_btn_dwn.gif);
	background-repeat: no-repeat;
}

.btnGallery a {
	display: block;
	width: 91px;
	height: auto;
	float: left;
	text-decoration: none;
}

.btnGallery img { border: 0px;}
.btnGallery a:hover {visibility:visible}
.btnGallery a:hover img{visibility:hidden}

.btnTrips {
	float: left;
	width: 72px;
	height: auto;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0;
	background-image:url(/images/layout/trips_btn_dwn.gif);
	background-repeat: no-repeat;
}

.btnTrips a {
	display: block;
	width: 72px;
	height: auto;
	float: left;
	text-decoration: none;
}

.btnTrips img { border: 0px;}
.btnTrips a:hover {visibility:visible}
.btnTrips a:hover img{visibility:hidden}

.btnContact {
	float: left;
	width: 96px;
	height: auto;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0;
	background-image:url(/images/layout/contact_btn_dwn.gif);
	background-repeat: no-repeat;
}

.btnContact a {
	display: block;
	width: 96px;
	height: auto;
	float: left;
	text-decoration: none;
}

.btnContact img { border: 0px;}
.btnContact a:hover {visibility:visible}
.btnContact a:hover img{visibility:hidden}



/* Links */

:link,:visited{
color: #0066FF;
}

:link:hover, 
:visited:hover, 
:link:active, 
:visited:active{
color: #0033FF;
}



/* Text Settings */

h1{
	color: #0066FF;
	font-size: 1.6em;
}

h2{
	color: #0066FF;
	font-size: 1.4em;
	margin: 10px 0 8px 0;
}



/* Image Settings */

.flt_rt{
	float: right;
}

.image{
	float: left;
	margin: 20px 60px;
	border: 1px #CC0000 solid;
}

ul{
	margin: 4px 0px 10px 0px;
	}

li{
	margin-left: 40px;
}

.clear{
	clear: both;
}

.essio{
	text-align: center;
	}