@charset "utf-8";
/* CSS Document */

/* Sitewide Styles */
body {
	padding: 0px;
	margin: 0px;
	background: url('/static/img/bgtile.jpg') repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	margin: 0px;
	padding: 5px;
}
p {
	margin: 0px;
	padding: 5px;
	padding-top: 10px;
}
ol, ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
div.b_top {
	min-height: 900px;
	background: url('/static/img/bgtile-top.jpg') repeat-x top center;
}
a {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}

.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.u {
	text-decoration: underline;
}
.bi, .ib {
	font-weight: bold;
	font-style: italic;
}
.bu, .ub {
	font-weight: bold;
	text-decoration: underline;
}
.iu, .ui {
	font-style: italic;
	text-decoration: underline;
}
.biu, .bui, .iub, .ibu, .ubi, .uib {
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

li {
	padding-bottom: 5px;
}

/* Body Styles */
ul {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 15px; 
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
ul li ul {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 15px; 
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}






div.body {
	min-height: 900px;
	background: url('/static/img/body-bg.jpg') no-repeat top center;
}
div.body2 {
	min-height: 900px;
	background: url('/static/img/body-bg2.jpg') no-repeat top center;
}

div.content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 130px;
	min-height: 600px;
	
}

div.niagara {
	height: 80px;
	width: 350px;
	background: url('/static/img/niagara.gif') no-repeat center center;
}
div.year {
	height: 80px;
	width: 300px;
	background: url('/static/img/2010.gif') no-repeat center center;
	float: right;
}
div.when {
	height: 200px;
	background: url('/static/img/when.gif') no-repeat right center;
	margin-right: 50px;
}

div.nav {
	height: 150px;
	width: 240px;
	padding-left: 300px;
	padding-top: 50px;
	margin: 0px;
	clear: both;
	float: left;
}
div.nav2 {
	height: 150px;
	width: 240px;
	padding-left: 35px;
	padding-top: 50px;
	margin: 0px;
	clear: both;
	float: left;
}
a.nav {
	display: block;
	height: 35px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}


div.box {
	
}
div.box div.t {
	height: 22px;
	overflow: hidden;
	background: none;
}
div.box div.t div.r {
	height: 22px;
	width: 22px;
	float: right;
	overflow: hidden;
	background: url('/static/img/box/tr.gif') no-repeat top left;
}
div.box div.t div.m {
	height: 22px;
	margin-right: 22px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url('/static/img/box/t.gif') repeat-x top center;
}
div.box div.t div.l {
	height: 22px;
	width: 22px;
	float: left;
	overflow: hidden;
	background: url('/static/img/box/tl.gif') no-repeat top right;
}
div.box div.c {
	min-height: 200px;
	background: url('/static/img/box/c.gif') repeat center center;
}
div.box div.c div.r {
	min-height: 200px;
	background: url('/static/img/box/r.gif') repeat-y right center;
	padding-right: 10px;
}
div.box div.c div.l {
	min-height: 200px;
	background: url('/static/img/box/l.gif') repeat-y left center;
	padding-left: 10px;
}
div.box div.b {
	height: 22px;
	overflow: hidden;
	background: none;
}
div.box div.b div.r {
	height: 22px;
	width: 22px;
	float: right;
	overflow: hidden;
	background: url('/static/img/box/br.gif') no-repeat top left;
}
div.box div.b div.m {
	height: 22px;
	margin-right: 22px;
	margin-left: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url('/static/img/box/b.gif') repeat-x top center;
}
div.box div.b div.l {
	height: 22px;
	width: 22px;
	float: left;
	overflow: hidden;
	background: url('/static/img/box/bl.gif') no-repeat top right;
}


/* End CSS Document */
