@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C url(/images/core/plate/bgTrail.jpg) fixed center top;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 965px;
	background: #FFFFFF;
	margin: 0 auto; 
}


.header {
	background: url(/images/core/plate/snoHoHeader.jpg) no-repeat;
	height: 212px;
}
.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;
}
.topNavi {
	text-align: right;
	position: relative;
	top: 10px;
}
.topNavi li {
	font: small-caps 0.95em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f1f6fa;
	display: inline;
	list-style: none;
	padding: 0px 5px;
}
.topNavi a:link {
	color: #f1f6fa;
	text-decoration: none;
}
.topNavi a:visited {
	color: #C0D7E9;
	text-decoration: none;
}
.topNavi a:hover {
	color: #DAE7F1;
	text-decoration: underline;
}

.infoBar {
	float: left;
	width: 210px;
	padding-bottom: 10px;
}
.mainContent {

	padding: 10px 0;
	width: 545px;
	float: left;
}
.actionBar {
	float: left;
	width: 210px;
	padding: 10px 0;
}
.infoBar h4, .actionBar h4 {
	font: bold small-caps 0.86em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #646e76;
	background: url(/images/core/plate/btnBg.png) no-repeat;
	text-indent: 25px;
	height: 25px;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
}
.infoBar img, .actionBar img {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mainContent ul, .mainContent ol { 
	padding: 0 15px 15px 40px;
}
.mainContent h3 {
	color: #80ADD2;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
.mainContent p {
	font: 0.75em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #646e76;
	text-align: left;
	padding-left: 10px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #ADB96E;
	color: #FFF;
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
	background: url(/images/core/plate/snowBase01.jpg) no-repeat;
	position: relative;
	clear: both;
	height: 275px;
}
.footer a:link {
	color: #55697D;
	text-decoration: none;
}
.footer a:visited {
	color: #3A4958;
	text-decoration: none;
}
.footer a:hover {
	color: #161C21;
	text-decoration: underline;
}
.footer p {
	margin: 0; 
	padding: 10px 0;
}
.siteMap {
	clear:both;
	float:left;
	width:965px;
	/*border:1px solid #CCC;*/
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 3px;
}
.siteMap dl {
	overflow:hidden;
	float:left;
	width:111px;
	padding: 10px 10px 10px 5px;
}
.siteMap dt {
	padding-bottom:5px; font-weight:bold; font-size:0.69em;
}
.siteMap dd {
	font-size:0.63em;
	background:url(/images/core/plate/bg_main.gif) no-repeat 0 -230px;
	padding: 0 0 6px 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.siteMap dl.news {
	width:60px !important;
	padding-left:10px;
}
.footerTag {
	font: bold 0.75em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #646e76;
	text-align: right;
	vertical-align: bottom;
	position: relative;
	left: 375px;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
