@media print {
	.noprint {
		display: none;
	}
}

body {
	background-color: #183c62;
	text-align: center;
	margin: 10px auto;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #33c;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #933;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #63c;
}

form {
	padding: 0;
	margin: 0;
}

.editTable {
	background-color: #fff;
}

.editTable th {
	white-space: nowrap;
	font-family: Arial;
	font-size: 10pt;
	background-color: #fff;
	padding: 5px;
}

.editTable td {
	white-space: nowrap;
	font-family: Arial;
	font-size: 9pt;
	background-color: #eee;
	padding: 5px;
}

.editTable select, textarea {
	width: 100%;
	font-family: Arial;
	font-size: 10pt;
}

.statsTable TH {
	text-align: left;
	vertical-align: top;
	font-family: Garamond, Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	color: #00004e;
	white-space: nowrap;
	padding: 5px;
}

.statsTable TD {
	text-align: left;
	vertical-align: top;
	font-family: Garamond, Times New Roman;
	font-size: 12pt;
	font-weight: normal;
	color: #183c62;
	padding: 5px;
}

.photoStrip {
	padding: 4px;
	margin: 0;
}

.photoStrip LI {
	padding: 3px;
	display: inline;
	vertical-align: middle;
}

.splashHome {
	position: relative;
	display: block;
	padding: 0 0 0 32px;
	text-align: left;
	vertical-align: middle;
	height: 229px;
	background: url('/images/homeSplash.jpg') no-repeat 50% 50%;
}

.splashMain {
	position: relative;
	display: block;
	padding: 0 0 0 32px;
	text-align: left;
	vertical-align: middle;
	height: 229px;
	background: url('/images/tahoePan.jpg') no-repeat 50% 50%;
}

.splashLake {
	position: relative;
	display: block;
	padding: 0 0 0 32px;
	text-align: left;
	vertical-align: middle;
	height: 199px;
	background: url('/images/tahoePan.jpg') no-repeat 50% 50%;
}

.title48 {
	position: absolute;
	top: -1px;
	left: -1px;
	color: #000;
}

.title48drop {
	position: absolute;
	font-family: Segoe Script, Garamond, Times New Roman, Serif;
	font-size: 40pt;
	font-style: italic;
	color: #ccc;
}

.title36 {
	position: absolute;
	top: -1px;
	left: -1px;
	color: #000;
}

.title36drop {
	position: absolute;
	font-family: Segoe Script, Garamond, Times New Roman, Serif;
	font-size: 30pt;
	font-style: italic;
	color: #ccc;
}

.experience {
	height: 20px;
	text-align: center;
	font-family: "Segoe Script" , Georgia, "Times New Roman" , serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}

.meat {
	/*	position:relative;*/
	padding: 24px;
	background-color: #fff;
	font-family: Georgia;
	font-size: 12pt;
	color: #00004e;
	text-align: justify;
}

.meat h1 {
	text-align: center;
	font-family: Georgia, Times New Roman;
	font-size: 18pt;
	font-weight: bold;
	color: #002060;
	text-decoration: underline;
}

.meat h2 {
	text-align: center;
	font-family: Garamond, Times New Roman;
	font-size: 14pt;
	font-weight: bold;
	color: #002060;
}

.meat h3 {
	margin: 0;
	text-align: left;
	font-family: Georgia, Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	color: #034b0f;
}

.meat h4 {
	margin: 0;
	text-align: left;
	font-family: Georgia, Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	color: #002060;
}

.row1 {
	background-color: #fff8e8;
}

.row0 {
	background-color: #efe8d8;
}

.yellowBox {
	position: relative;
	text-align: center;
	width: 180px;
	height: 78px;
	border: 2px solid #000;
	padding: 5px;
	background-color: #f4ce53;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
}

.subMenuTab {
	float: left;
	margin-right: 4px;
	cursor: pointer;
	padding: 6px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #eee;
	border-right: 1px solid #888;
}

.subMenuTabInactive {
	float: left;
	margin-right: 4px;
	cursor: pointer;
	padding: 6px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #ccc;
	border-right: 1px solid #888;
}

.subMenuTabDisabled {
	float: left;
	margin-right: 4px;
	cursor: pointer;
	padding: 6px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	background-color: #ccc;
	border-right: 1px solid #888;
}

.navMenu {
	list-style-type: none;
	height: 229px;
	width: 180px;
	margin: 0;
	padding: 0 0 0 6px;
	background-image: url('/images/navBackAlpha75White.png');
	display: block;
}

.navMenu li {
	padding: 4px 10px;
	white-space: nowrap;
}

.navMenu a {
	font-family: Georgia, "Times New Roman";
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #00004e;
	display: inline-block;
}

.navMenu a:visited {
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #00004e;
}

.navMenu a:hover {
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #307BC0;
}

.homeTile {
	font-family: Georgia, Times New Roman;
	font-size: 10pt;
	color: #00004e;
	text-align: center;
	padding: 6px;
	margin-bottom: 12px;
}

.homeTile h1 {
	font-family: Segoe Script, Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #00004e;
	margin: 0;
}

.homeTile a {
	margin: 5px 57px 5px 57px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 54px;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-family: Times New Roman;
	font-size: 20pt;
	text-decoration: none;
}

.homeTile a:hover {
	color: #fff;
	text-decoration: none;
	font-weight:bolder;
}

#maCounties {
	position: relative;
	width: 495px;
	height: 309px;
	background-image: url(images/massachusetts_map.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-size: 8pt;
	margin: auto;
}

.resultsTile {
	width: 100%;
	background-image: url(/images/tileBack.gif);
	background-repeat: repeat-x;
	background-color: #9d9dbd;
	background-position: 0% 50%;
	height: 116px;
	border: 1px solid #000;
	margin-bottom: 20px;
}

.resultsTile td {
	font-family: Garamond;
	font-size: 12pt;
}

.featuredTile {
	width: 100%;
	background-image: url(/images/featuredBack.gif);
	background-repeat: repeat-x;
	background-color: #b09e51;
	background-position: 0% 50%;
	height: 116px;
	border: 1px solid #000;
	margin-bottom: 20px;
}

.featuredTile td {
	font-family: Garamond;
	font-size: 12pt;
}

.lakeFacts {
	font-family: Garamond;
	font-size: 14pt;
	color: #002060;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.lakeFacts a {
	font-size: 11pt;
}

.lakeFacts h1 {
	text-align: center;
	font-family: Impact;
	font-size: 28pt;
	font-weight: normal;
	color: #002060;
}

.lakeFacts h2 {
	text-align: left;
	font-family: Garamond;
	font-weight: bold;
	font-size: 16pt;
	color: #002060;
}

#popup {
	z-index: 2;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px;
	background: url(/images/alpha75.png);
}

#popup iframe {
	border: 1px solid #000;
	width: 100%;
	height: 100%;
}

span.cool {
	border-bottom: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	display: inline-block;
	vertical-align: middle;
}

span.cool span {
	background: none repeat scroll 0 0 #eee;
	border-color: #ccc #999 #999 #ccc;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
}

span.cool button {
	height: 25px;
	border: none;
	border-top: 1px solid #fff;
}

span.cool input {
	height: 24px;
	border: none;
	border-top: 1px solid #fff;
	font-family: Verdana;
	font-size: 10pt;
}
