﻿/* CSS Document */

html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,td,tr {
  margin:0px; 
  padding:0px; 
  border:0px; 
  border-collapse:separate; 
  border-spacing:0px;
}

html{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#A3E3FE;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
}

body{

}

td.pageBG{
	background-image:url(../images/pageBG.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 405px;
}

td.tripBG{
	background-image:url(../images/tripsBG.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 405px;
}





a.indexTempBut:link, a.indexTempBut:active, a.indexTempBut:visited{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -0px 0px;
	height: 50px !important;
	width: 131px;
}
a.indexTempBut:hover{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -0px -50px;
	height: 50px !important;
	width: 131px;
}

a.indexBut:link, a.indexBut:active, a.indexBut:visited{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -0px 0px;
	height: 50px !important;
	width: 131px;
}
a.indexBut:hover{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -0px -50px;
	height: 50px !important;
	width: 131px;
}

a.aboutBut:link, a.aboutBut:active, a.aboutBut:visited{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -131px 0px;
	height: 50px !important;
	width: 125px;
}
a.aboutBut:hover{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -131px -50px;
	height: 50px !important;
	width: 125px;
}

a.lakesBut:link, a.lakesBut:active, a.lakesBut:visited{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -256px 0px;
	height: 50px !important;
	width: 125px;
}
a.lakesBut:hover{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -256px -50px;
	height: 50px !important;
	width: 125px;
}

a.baitBut:link, a.baitBut:active, a.baitBut:visited{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -381px 0px;
	height: 50px !important;
	width: 125px;
}
a.baitBut:hover{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -381px -50px;
	height: 50px !important;
	width: 125px;
}

a.tripsBut:link, a.tripsBut:active, a.tripsBut:visited{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -506px 0px;
	height: 50px !important;
	width: 125px;
}
a.tripsBut:hover{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -506px -50px;
	height: 50px !important;
	width: 125px;
}

a.contactBut:link, a.contactBut:active, a.contactBut:visited{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -631px 0px;
	height: 50px !important;
	width: 144px;
}
a.contactBut:hover{
	display: block;
	background: url(../images/navButsBoth.jpg) no-repeat center;
	background-position: -631px -50px;
	height: 50px !important;
	width: 144px;
}




