@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(/images/plate/bgTrail.jpg) no-repeat fixed center top;
	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: #000000;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
.redTrail {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #DD2E0F;
}
.orangeTrail {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FF8000;
}
.greenTrail {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #0F9;
}
.purpleTrail {
	color: #669;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.tblSubHeading {
	font: bold 0.86em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #646e76;
	text-align: center;
	font-size: 1em;
}
.tblHeading {
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #646e76;
	text-align: center;
	font-size: 1.5em;
}
.oneColLiqCtrHdr #container {
	width: 965px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: url(/images/plate/snoHoHeader.jpg) no-repeat;
	height: 212px;
}
.oneColLiqCtrHdr #header .topDate {
	font: 0.68em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #646e76;
	text-align: right;
	float: right;
	margin-top: 0.5em;
	margin-right: 0.25em;
}
.oneColLiqCtrHdr #header #topNavi {
	width: 965px;
	position: relative;
	left: 150px;
}
.oneColLiqCtrHdr #header #topNavi li {
	padding: 0px 5px;
	list-style: none;
	display: inline;
	font: small-caps 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f1f6fa;
}
.oneColLiqCtrHdr #header a:link {
	color: #f1f6fa;
	text-decoration: none;
}
.oneColLiqCtrHdr #header a:visited {
	color: #C0D7E9;
	text-decoration: none;
}
.oneColLiqCtrHdr #header a:hover {
	color: #DAE7F1;
	text-decoration: underline;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	background: #FFFFFF;
}
/*.oneColLiqCtrHdr #mainContent a:link {
	color: #5692C2;
	text-decoration: none;
}
.oneColLiqCtrHdr #mainContent a:visited {
	color: #5893C2;
	text-decoration: none;
}
.oneColLiqCtrHdr #mainContent a:hover {
	color: #80ACD0;
	text-decoration: underline;
}*/
.oneColLiqCtrHdr #mainContent h3 {
	color: #80ADD2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
.oneColLiqCtrHdr #mainContent #galleryNavi {
	width: 950px;
}
.oneColLiqCtrHdr #mainContent #galleryNavi li {
	padding: 0px 5px;
	list-style: none;
	display: inline;
	font: 0.75em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.oneColLiqCtrHdr #mainContent #galleryNavi a:link {
	color: #5692C2;
	text-decoration: none;
}
.oneColLiqCtrHdr #mainContent #galleryNavi a:visited {
	color: #5893C2;
	text-decoration: none;
}
.oneColLiqCtrHdr #mainContent #galleryNavi a:hover {
	color: #80ACD0;
	text-decoration: underline;
}


.oneColLiqCtrHdr #footer { 
	background: url(/images/plate/snowBase01.jpg) no-repeat;
	height: 275px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}
.oneColLiqCtrHdr #footer a:link {
	color: #55697D;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer a:visited {
	color: #3A4958;
	text-decoration: none;
}
.oneColLiqCtrHdr #footer a:hover {
	color: #161C21;
	text-decoration: underline;
}
.oneColLiqCtrHdr #footer .siteMap {
	clear:both;
	float:left;
	width:965px;
	/*border:1px solid #CCC;*/
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 3px;
}
.oneColLiqCtrHdr #footer dl {
	overflow:hidden;
	float:left;
	width:111px;
	padding: 10px 10px 10px 5px;
}
.oneColLiqCtrHdr #footer .siteMap dt {
	padding-bottom:5px; font-weight:bold; font-size:0.69em;
}
.oneColLiqCtrHdr #footer .siteMap dd {
	font-size:0.63em;
	background:url(/images/plate/bg_main.gif) no-repeat 0 -230px;
	padding: 0 0 6px 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.oneColLiqCtrHdr #footer dl.news {
	width:60px !important;
	padding-left:10px;
}
.oneColLiqCtrHdr #footer .footerTag {
	font: bold 0.75em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #646e76;
	text-align: right;
	vertical-align: bottom;
	position: relative;
	left: 375px;
}