/* CSS Document */
/* Maple in the County - Main style */
/* Author: Craig Smith For Scout Design - www.scoutdesign.ca */
/* Main site styling - these affect parents */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #976817;
}

.header {
	clear: both;
	text-align: center;
}

div.pos {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 832px;
}

.sidesponsors {
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* Heading and text styles without affecting parent tags. To add a style copy 
and paste one from below and change the name but ensure to keep period in front of name */
.primaryHeader{
	color: #342810;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 20px;
	}
	.subpageHeader{
	color: #624818;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.con{
	background-image: url("images/mainbkgrd.jpg");

}

.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-align: right;
	background-repeat: no-repeat;
	}
	/* Link styles to be applied to spans throughout specific areas. To add a style copy 
and paste one from below and change the name but ensure to keep period in front of name */

#menu {
	background-image: url("images/menubkgrd.jpg");
	font-size: 12px;
}

#hhome #menu a.home {
	color: white;
}

#aabout #menu a.about {
	color: white;
}

#aaccommodation #menu a.accommodation {
	color: white;
}

#ssponsors #menu a.sponsors {
	color: white;
}

#ppartner #menu a.partner {
	color: white;
}

#mmap #menu a.map {
	color: white;
}

#pproducers #menu a.producers {
	color: white;
}

#hhall_fame #menu a.hall_fame {
	color: white;
}

#wwristbands #menu a.wristbands {
	color: white;
}

#sschedule #menu a.schedule {
	color: white;
}

#ccontact #menu a.contact {
	color: white;
}

#menu a:link {
color: #333333;
text-decoration: none;
}

#menu a:visited {
color: #333333;
text-decoration: none;
}

#menu a:hover {
color: #FFFFFF;
text-decoration: underline;
}

#menu a:active {
color: #333333;
text-decoration: none;
}

.bodyLinks {
color: #333333;
}
	/*Navigation - This section deals with the look and functions of the navigation sections*/
#Navigation {
	font: 12px Arial;
	margin: 6px;
	padding-left: 6em;
	list-style-type: none;
}
#copyRight {
	font: 10px Arial;
	margin-right: 10px;
	padding-right: 6em;
	list-style-type: none;
}
.CurrentPage {
color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
