@charset "utf-8";
a:link {
	color: #A8DE4E;
}
a:visited {
	color: #4A6A20;
}
a:hover {
	color: #BFE77E;
}

.style4 {
	font-size: 10px;
	color: #999999;
}
.style6 {
	color: #8BC53F
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #384538;
	background-image: url(../lakematheson.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-attachment: fixed;
	position: relative;
	
	
}
.thrColFixHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-repeat: no-repeat;
}
.thrColFixHdr #header {
	padding: 0;
	height: 230px;
	width: auto;
	position: relative;
	z-index: 5;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/newheader1.png);
	background-position: center top;
	margin: 0px;
}
.thrColFixHdr #headersmall {
	padding: 0;
	height: 136px;
	width: auto;
	position: relative;
	z-index: 5;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/smallheader1.png);
	background-position: center top;
	margin: 0px;
}

.thrColFixHdr #headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 385px;
	padding: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	z-index: 5;
	letter-spacing: 1pt;
	text-align: left;
}
.thrColFixHdr #headertext a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.thrColFixHdr #headertext a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.thrColFixHdr #headertext a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #navbartophome {
	background-position: top;
	margin: 0px;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
	z-index: 30;
	padding: 0px;
	top: -30px;
}
.thrColFixHdr #navbartopindepend {
	background-position: top;
	margin: 0px;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #0036B4;
	position: relative;
	z-index: 5;
}
.thrColFixHdr #navbartopgroup {
	background-position: top;
	margin: 0px;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #007800;
	position: relative;
	z-index: 5;
}
.thrColFixHdr #navbartopbackpack {
	background-position: top;
	margin: 0px;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #DF7E00;
	position: relative;
	z-index: 5;
}
.thrColFixHdr #navbarform {
	height: 20px;
	/*filter: alpha(opacity=90);


 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity:0.90;*/
	background-color: #000000;
	margin: 0px;
	font-size: 10pt;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	top: -30px;
}

.thrColFixHdr #navbarform a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.thrColFixHdr #navbarform a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.thrColFixHdr #navbarform a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
	
.thrColFixHdr #leftcontent {
	color:#fff;
	padding-left:1%;
	padding-right:1%;
	text-align: left;
	top: 0%;
	right: auto;
	left: 0%;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #000000;
	font-size: 12pt;
	position: absolute;
	z-index: 0;
	top: 258px;
	
	/*filter: alpha(opacity=90);


 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity:0.90;*/
}
.thrColFixHdr #sidebar1small {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #000000;
	font-size: 12pt;
	position: absolute;
	z-index: 0;
	top: 160px;	
	/*filter: alpha(opacity=90);


 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity:0.90;*/
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 10px;
	border: none;
	margin-bottom: 40px;
	padding: 0px;
	filter: alpha(opacity=75);


 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:0.75;
	background-color: #000000;
	text-align: left;
	font-size: 95%;
	color: #FFFFFF;
	position: relative;
	top: -30px;
}
.thrColFixHdr #sidebar2 H2 {
}
.thrColFixHdr #sidebar2 H3 {
}
.thrColFixHdr #sidebar2 H4 {
}

.thrColFixHdr #menu{
	position: absolute;
	z-index: 200;
	width: 140px;

}
.thrColFixHdr #menusmall{
	position: absolute;
	z-index: 200;
	width: 140px;
	top: 175px;

}
.thrColFixHdr #mainContent {
	margin-bottom: 40px;
	margin-left: 165px;
	padding: 0;
	top: -20px;
	filter: alpha(opacity=75);




 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:0.75;
	background-color: #000000;
	border: none;
	width: 475px;
	position: relative;
	text-align: left;
	z-index: 1;
}
.thrColFixHdr #news {
	padding: 5px;
	background-color: #638C2B;
}
.thrColFixHdr #footer {
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border: none;
	filter: alpha(opacity=75);

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:0.75;
	background-color: #000000;
	position: relative;
	top: -30px;
}
.myBox {
}
.myBoxbottom {
}
.pacificlogo {
	position: relative;
	top: 70px;
	right: 10px;
}
.innerDIV {
	padding:10px;
	font-weight: normal;
}
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.style1 {
	color: #FFFFFF;
	background-image: none;
	margin-top: 400px;
}
table.around_table {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 375px;
	background-color: #666666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 42px;
	margin-top: 10px;
}
table.around_table td {
	background-color: #000000;
	padding: 4px;
	text-align: left;
	border: 1px #fff solid;
}
table.around_table td.hedtravel {
	background-color: #794D2B;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12pt;
	font-weight: bold;
}
table.around_table td.hedgroup {
	background-color: #006AAD;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12pt;
	font-weight: bold;
}
table.around_table td.hedactivities {
	background-color: #E4861C;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12pt;
	font-weight: bold;
}
table.around_table td.hedaccommodation {
	background-color: #006600;
	color: #fff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-size: 12pt;
	font-weight: bold;
}
