.topBanner {
	float: left;
	height: 75px;
}
#pageContent {
	float: left;
	width: 100%;
	background-color: white;
	border-left: 3px solid rgb(62,72,54);
	border-right: 3px solid rgb(62,72,54);
	border-bottom: none;
	padding-bottom: 15px;
}
#pageContent p, h1 {
	padding-left: 15px;
}
#pageContent h1 {
	font-size: 1.5em;
}
#round_cap_content {
	float: left;
	width: 706px;
	padding: 0px;
	margin: 0px;
	height: 22px;
	background-image: url(http://www.ontarioparks.com/images/content_footer_bg.jpg);
	background-repeat: no-repeat;
}
#landing { /*landing div is specific to base landing pages for the menu*/
	float: left;
	padding: 0px;
	margin: 0px;
}
#landing ul {
	padding: 15px;
	padding-top: 0px;
	text-indent: 0px;
	list-style-type: none;
}
#landing ul a {
	color: #3366CC;
	text-decoration: underline;
}
#landing ul a:hover {
	color:#3399FF;
	text-decoration: none;
}
#landing ul ul {
	padding: 0px;
}
#landing ul ul li {
	padding-left: 30px;
}
#landing ul ul li a {
	color:#006600;
}/*end of landing page div styles*/
#content {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: rgb(35,35,35);
	font-size: 1.1em;
}
#content p {
	text-indent: 0px;
}
#content p.noindent {
	text-indent: 0px;
}
#content h1 {
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	font-family: arial rounded MT bold, arial, sans-serif;
}
#content h2 {
	color: rgb(77,110,164);
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	clear: left;
}
#content form.locatorSearch {
	width: 673px;
}
#content form input.largefont {
	font-size: 1.5em;
}
#content a {
	color: rgb(0,75,210);
}
/*#welcomecontent {
	float: left;
	padding-top: 15px;
}
#welcomecontent p {
	text-indent: 15px;
}
#welcomecontent h2 {
	font-size: 1.3em;
	padding-top: 5px;
}*/
.locateCategory {
	float: left;
	margin: 3px;
	padding: 5px;
	width: 322px;
	border: 1px solid #ccc;
}
.locateCategory img.searchImg {
	float: left;
	border: 2px solid rgb(77,110,164);
	margin-right: 10px;
}
.locateCategory h2 {
	margin: 0px;
	margin-bottom: 10px;
}
.noindent {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
.divider { /*allows boxes on locator page to appear at different heights*/
	width: 673px;
	margin: 3px;
	height: 1px;
	border: 1px solid #ccc;
	float: left;
}
.locatorSubText {
	float: left;
	clear: left;
	width: 670px;
}
.floatRight {
	float: right;
}
.welcomesection {
	margin: 0px;
	padding: 3px;
	margin-left: 40px;
	border: 1px solid #ccc;
	width: 580px;
	float: left;
	font-size: 1.2em;
	margin-bottom: 15px;
	height: auto;
}
.welcomesection img.img-right {
	float: right;
	border: 2px solid rgb(77,110,164);
}
.welcomesection img.img-left {
	float: left;
	border: 2px solid rgb(77,110,164);
	margin-right: 35px;
}
.welcomesection ul {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
}
.welcomesection li {
	list-style: url(../images/welcome-list.gif);
}
.oversizetext {
	font-size: 1.2em;
}
.centermessage {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.noticemessage {
	font-weight: bold;
	/*color: rgb(164,0,0);*/
	color: rgb(0,0,0);
	font-size: 1.2em;
}
h1.brontemaple {
	text-align: center;
}
/*used to position flash video player on standard template pate, ie, nqi.html */
.videowrapper {
	padding-left: 10px;
}