body {
	text-align: center;
	margin: 30px auto;
	background: url(images/fade_blue_bg.jpg) repeat-x;
}

a, a:visited, a:active, a:hover {
	color: #aaa;
	text-decoration: none;
}

p.copyright {
	color: #305393;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin: 5px;
}

p.copyright a{
	color: #0000FF;
	text-decoration: none;
}

p.copyright a:hover{
	color: #305393;
	text-decoration: underline;
}

div.background {
	position: relative;
	width: 800px;
	height: 600px;
 	margin: 0px auto;
	text-align: left;
	background: url(images/sablepoint_800x600.jpg) no-repeat;
	border: 1px solid #999;
	z-index: 0;
}

div.background2 {
	position: relative;
	width: 800px;
	height: 600px;
 	margin: 0px auto;
	text-align: left;
	background: url(images/mosquitobeach_800x600.jpg) no-repeat;
	border: 1px solid #999;
	z-index: 0;
}

div.background3 {
	position: relative;
	width: 800px;
	height: 600px;
 	margin: 0px auto;
	text-align: left;
	background: url(images/mosquitobeach2_800x600.jpg) no-repeat;
	border: 1px solid #999;
	z-index: 0;
}

div.background4 {
	position: relative;
	width: 800px;
	height: 600px;
 	margin: 0px auto;
	text-align: left;
	background: url(images/grand_marais3_800x600.jpg) no-repeat;
	border: 1px solid #999;
	z-index: 0;
}

div.background5 {
	position: relative;
	width: 800px;
	height: 600px;
 	margin: 0px auto;
	text-align: left;
	background: url(images/sandpoint_800x600.jpg) no-repeat;
	border: 1px solid #999;
	z-index: 0;
}

div.background6 {
	position: relative;
	width: 800px;
	height: 600px;
 	margin: 0px auto;
	text-align: left;
	background: url(images/mosquitobeach3_800x600.jpg) no-repeat;
	border: 1px solid #999;
	z-index: 0;
}

div.transbox {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 600px;
	height: 490px;
	background-color: #ffffff;
	border: 1px solid #aaa;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
	/* older Gecko browsers */
	-moz-opacity: 0.75;
	z-index: 2;
}

div.transbox p {
	margin: 20px 40px;
	color: #669EFD;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: normal;
}

div.transbox p.small {
	color: #305393;
	font-style: normal;
	font-size: 16px;
	line-height: 150%;
}

div.transbox p.smallbold {
	color: #305393;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
}

div.transbox p.large {
	color: #669EFD;
	font-style: italic;
	font-size: 24px;
}

div.transbox p.largeitalic {
	color: #669EFD;
	font-style: italic;
	font-size: 32px;
}

div.transbox p a, div.transbox p a:visited, div.transbox p a:active {
	color: #305393;
}

div.transbox p a:hover {
	color: #000;
}

div.transtitle {
	position: absolute;
	top: 15px;
	left: 100px;
	width: 600px;
	height: 45px;
	border: 1px solid #aaa;
}

div.transtitle p {
	margin: 0px;
	color: #aaa;
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 24px;
}

div.transtitle p a {
	display: block;
	width: 600px;
	height: 45px;
	background-color: #ffffff;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	/* older Gecko browsers */
	-moz-opacity: 0.80;
}

div.transtitle p a:hover {
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
	/* older Gecko browsers */
	-moz-opacity: 0.90;
}
  
/* div.contact {
	position: absolute;
	bottom: 13px;
	right: 13px;
	width: 50px;
	height: 50px;
	background-color: #aaa;
	border: 1px solid #aaa;
} */

/*correction for FF div placement*/
html > body div.contact {bottom: 20px; right: 20px;}

img.thumb {
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #696969;
}

img.floatleft{
	float: left;
	margin: 4px;
}

img.floatright {
	float: right;
	margin: 4px;
}

div.div1 {
	position: absolute;
	top: 0;
	left: 0;
}

div.div2 {
	position: absolute;
	top: 100px;
	left: 0;
}

div.div3 {
	position: absolute;
	top: 200px;
	left: 0;
}

div.div4 {
	position: absolute;
	top: 300px;
	left: 0;
}

div.divx {
	position: absolute;
	top: 250px;
	left: 0;
	border-top: 1px dotted #777;
	border-bottom: 1px dotted #777;
	padding: 10px;
}

div.bodytext {
	padding: 0px 0px 10px 0px;
}

div.bodytext a, div.bodytext a:visited, div.bodytext a:active{
	color: #0000FF;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}

div.bodytext a:hover {
	text-decoration: underline;
}

ul.disc {
	list-style: disc inside;
	padding: 5px 20px;
}

div.div1 a, div.div2 a, div.div3 a, div.div4 a, div.divx a, div.div1 a:visited, div.div2 a:visited, div.div3 a:visited, div.div4 a:visited, div.divx a:visited, div.div1 a:active, div.div2 a:active, div.div3 a:active, div.div4 a:active , div.divx a:active{
	color: #0000FF;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
}

div.div1 a:hover, div.div2 a:hover, div.div3 a:hover, div.div4 a:hover , div.divx a:hover{
	text-decoration: underline;
}

div.table_viz {
	position: absolute;
	top: 170px;
	left: 140px;
	width: 520px;
	height: 400px;
/*	margin: 0px 50px;*/
	background-color: transparent;
	color: #305393;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 120%;
	overflow: auto;
	/*padding: 10px 0px;*/
	/* for IE */
/*	filter:alpha(opacity=100);*/
	/* CSS3 standard */
/*	opacity:1.0;*/
	/* older Gecko browsers */
/*	-moz-opacity: 1.0;*/
/*	border: 1px solid #000;*/
	z-index: 100; /* put this div on TOP */
}

div.table_viz span.bold {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}

div.table_viz span.underline {
	text-decoration: underline;
}

div.table_viz span.boldunderline {
	text-decoration: underline;
	font-weight: bold;
}

div.table_viz span.bolditalic {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

div.contact a {
	width: 50px;
	height: 50px;
	background: url(images/red-phone.jpg) 0 0 no-repeat;
	float: left;
	outline: none;
	text-indent: -9999px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.60;
	/* older Gecko browsers */
	-moz-opacity: 0.60;
}

div.contact a:hover {
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	/* older Gecko browsers */
	-moz-opacity: 0.85;
}

div.contact a.activesheet {
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
	/* older Gecko browsers */
	-moz-opacity: 0.90;
}

/* Start of styling for horizontal tab menu */
div.tabnavhoriz {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 77px; /*for ie6 div placement*/
	left: 100px;
	width: 600px;
	height: 25px;
	z-index: 1;
}

/*correction for FF div placement*/
html > body div.tabnavhoriz {top: 76px;}

ul.tabshoriz a {
	float: left;
	outline: none;
	text-indent: -9999px;
}

div.tabnavhoriz ul.tabshoriz {
	position: absolute;
 	height: 25px;
	width: 600px;
	list-style: none;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

div.tabnavhoriz ul.tabshoriz a {
	width: 100px;
	height: 25px;
	/* for IE */
	filter:alpha(opacity=45);
	/* CSS3 standard */
	opacity:0.45;
	/* older Gecko browsers */
	-moz-opacity: 0.45;
}

div.tabnavhoriz ul.tabshoriz a:hover {
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
	/* older Gecko browsers */
	-moz-opacity: 0.90;
}

div.tabnavhoriz ul.tabshoriz a.activepage {
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	/* older Gecko browsers */
	-moz-opacity: 0.85;
}

div.tabnavhoriz ul.tabshoriz a#home_btn {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(images/home_btn_25.gif) 0 0 no-repeat;
}

div.tabnavhoriz ul.tabshoriz a#services_btn {
	position: absolute;
	left: 100px;
	bottom: 0px;
	background: url(images/services_btn_25.gif) 0 0 no-repeat;
}

div.tabnavhoriz ul.tabshoriz a#portfolio_btn {
	position: absolute;
	left: 200px;
	bottom: 0px;
	background: url(images/portfolio_btn_25.gif) 0 0 no-repeat;
}

div.tabnavhoriz ul.tabshoriz a#rates_btn {
	position: absolute;
	left: 300px;
	bottom: 0px;
	background: url(images/rates_btn_25.gif) 0 0 no-repeat;
}

div.tabnavhoriz ul.tabshoriz a#about_btn {
	position: absolute;
	left: 400px;
	bottom: 0px;
	background: url(images/about_btn_25.gif) 0 0 no-repeat;
}

div.tabnavhoriz ul.tabshoriz a#contact_btn {
	position: absolute;
	left: 500px;
	bottom: 0px;
	background: url(images/contact_btn_25.gif) 0 0 no-repeat;
}

/* div.tabnavhoriz ul.tabshoriz a#flyer_btn {
	position: absolute;
	left: 200px;
	bottom: 0px;
	background: url(images/flyer_btn.gif) 0 0 no-repeat;
} */
/* End of styling for horizontal tab menu */

/* Start of styling for the Portfolio floating menu */
div.portfolionav {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 130px;
	left: 680px; /*for ie6 div placement*/
	width: 100px;
	z-index: 100;
}

ul.portfoliotabs a {
	float: left;
	width: 100px;
	/*outline: 1px solid #CCC;*/
	border: 1px solid #6D9DCB;
	border-left: 5px solid #6D9DCB;
	border-right: 5px solid #6D9DCB;
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: #A7A08E;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 1px;
}

div.portfolionav ul.portfoliotabs {
	position: absolute;
	width: 100px;
	list-style: none;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

div.portfolionav ul.portfoliotabs a {
	width: 100px;
/*	height: 25px;*/
	background-color: #FFF;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.50;
	/* older Gecko browsers */
	-moz-opacity: 0.50;
}

div.portfolionav ul.portfoliotabs a:hover {
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
	/* older Gecko browsers */
	-moz-opacity: 0.90;
}

div.portfolionav ul.portfoliotabs a.activepage {
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	/* older Gecko browsers */
	-moz-opacity: 0.85;
}
/* End of styling for the Portfolio floating menu */

div.servicebtn {
	position: absolute;
	top: 125px; /*for ie6 div placement*/
	left: 430px;
	z-index: 100;
}
/*correction for FF div placement*/
html > body div.servicebtn {top: 130px;}

/* Start of styling for service button */
div.servicebtn a{
	height: 30px;
	text-align: center;
	padding: 6px;
	border: 1px solid #6D9DCB;
	border-left: 5px solid #6D9DCB;
	border-right: 5px solid #6D9DCB;
	color: #A7A08E;
	background-color: #FFF;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* for IE */
	filter:alpha(opacity=55);
	/* CSS3 standard */
	opacity:0.55;
	/* older Gecko browsers */
	-moz-opacity: 0.55;
}

div.servicebtn a:hover{
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
	/* older Gecko browsers */
	-moz-opacity: 0.90;
	color: #A7A08E;

}
/* End of styling for service button */

/* Start of styling for vertical tab menu (not currently used) */
div.tabnav {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 70px;
	left: 700px; /*for ie6 div placement*/
	width: 38px;
	height: 500px;
	z-index: 1;
}

/*correction for FF div placement*/
html > body div.tabnav {left: 700px;}

ul.tabs a {
	float: left;
	outline: none;
	text-indent: -9999px;
}

div.tabnav ul.tabs {
	position: absolute;
 	height: 480px;
	width: 38px;
	list-style: none;
	top: 15px;
	margin: 0px;
	padding: 0px;
}

div.tabnav ul.tabs a {
	width: 38px;
	height: 112px;
	/* for IE */
	filter:alpha(opacity=40);
	/* CSS3 standard */
	opacity:0.40;
	/* older Gecko browsers */
	-moz-opacity: 0.40;
}

div.tabnav ul.tabs a:hover {
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
	opacity:0.85;
	/* older Gecko browsers */
	-moz-opacity: 0.85;
}

div.tabnav ul.tabs a.activepage, div.contact a.activepage {
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.70;
	/* older Gecko browsers */
	-moz-opacity: 0.70;
}

div.tabnav ul.tabs a#web_btn {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(images/web_btn.gif) 0 0 no-repeat;
}

div.tabnav ul.tabs a#papers_btn {
	position: absolute;
	left: 0px;
	top: 112px;
	background: url(images/papers_btn.gif) 0 0 no-repeat;

}

div.tabnav ul.tabs a#brochures_btn {
	position: absolute;
	left: 0px;
	top: 224px;
	background: url(images/brochures_btn.gif) 0 0 no-repeat;

}

div.tabnav ul.tabs a#props_btn {
	position: absolute;
	left: 0px;
	top: 336px;
	background: url(images/props_btn.gif) 0 0 no-repeat;

}
/* End of styling for vertical tab menu (not currently used) */