@charset "utf-8";
/* structure */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height:1.4;
}
html {
  overflow: scroll;
}
a img {
border:none;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #313131;
	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;
}
.twoColFixRt #container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 60px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/home/base-flash.jpg);
  background-repeat:no-repeat;
  background-position:200px 481px;
  position:relative;
}
.twoColFixRt #sidebar1 {
	float: right;
	width: 361px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	xbackground: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0 0;
}
.twoColFixRt #mainContent { 
	margin: 0 361px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 45px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bfpLogo {
	margin: 0;
	padding: 20px 0 40px 0;
}
#mainpic {
	margin: 0 0 0 0;
	padding: 0 0 50px 0;
}
/* navigation*/
#navbar {
	background-color:#ED1C24;
	width: 361px;
	height: 174px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.twoColFixRt #sidebar1 #menu {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  font-weight: normal;
  xheight: 60px;
  xbackground-color: #ED1C24;
  line-height: 18px;
  padding: 12px 0px 121px 18px;
  margin: 0 0 0 0;
  xwidth: 352px;
}
.twoColFixRt #sidebar1 #menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
		}
.twoColFixRt #sidebar1 #menu li {
	display: inline;
	padding-left: 4px;
	margin: 0;
		}
.twoColFixRt #sidebar1 #menu a {
	text-decoration: none;
}
.twoColFixRt #sidebar1 #menu a:link {
	color: white;
}
.twoColFixRt #sidebar1 #menu a:visited {
	color: white;
}
.twoColFixRt #sidebar1 #menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixRt #sidebar1 #menu ul .highlight {
	color: #FFFFFF;
	font-weight: bold;
}
/*position elements*/
#container #flash {
	position: absolute;
	top: 287px;
	left:750px;
	z-index: 45;
}
#container #twofigures {
	position: absolute;
	top: 17px;
	left:314px;
	z-index: 45;
}
#container #katie1 {
	position: absolute;
	top: 60px;
	left:403px;
	z-index: 50;
}
#container #jumpingboy {
	position: absolute;
	top: 45px;
	left:476px;
	z-index: 45;
}
#container #katie2 {
	position: absolute;
	top: 60px;
	left:516px;
	z-index: 50;
}
#container #jumpinggirl {
	position: absolute;
	top: 48px;
	left:587px;
	z-index: 45;
}
#container #katie3 {
	position: absolute;
	top: 60px;
	left:628px;
	z-index: 50;
}
#container #jumpingchild {
	position: absolute;
	top: 61px;
	left:705px;
	z-index: 45;
}
/* typography */
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.3em;
  font-weight: bold;
  color: #ED1C24;
  text-align: right;
  margin: 0;
  padding: 0 30px 12px 0;
}
#sidebar1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: bold;
  color: #ED1C24;
  text-align: right;
  margin: 0;
  padding: 18px 30px 3px 0;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  xline-height: 1.5em;
  color: #000000;
  margin: 0;
  padding: 0 20px 14px 0;
}
#mainContent p a {
		color: #5B57A6;
	text-decoration: none;
}
#mainContent p a:link {
	color: #5B57A6;
}
#mainContent p a:visited {
	color: #5B57A6;
}
#mainContent p a:hover {
	color: #5B57A6;
	text-decoration: underline;
}
#mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
	font-weight: bold;
  color: #ED1C24;
  margin: 0;
  padding: 0px 0px 12px 0;
}
#mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
	font-weight: bold;
  color: #ED1C24;
  margin: 0;
  padding: 12px 0px 6px 0;
}
#mainContent h2 a, #mainContent h2 a:link  {
  color: #ED1C24;
  text-decoration: underline;
}
#mainContent h2 a:visited  {
  color: #ED1C24;
  text-decoration: underline;
}
#mainContent h2 a:hover  {
  color: #ED1C24;
  text-decoration: none;
}
#mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  xline-height: 1.0em;
	font-weight: bold;
  color: #000000;
  margin: 0;
  padding: 0px 0px 12px 0;
}
#mainContent h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  xline-height: 1.0em;
	font-weight: bold;
  color: #ED1C24;
  margin: 0;
  padding: 0px 0px 12px 0;
}
#mainContent .logotxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  color: #ED1C24;
  margin: 0;
  padding: 6px 0 0 0;
}
#mainContent .homelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.4em;
	font-weight: bold;
	font-style: italic;
  color: #5B57A6;
  margin: 0;
  padding: 0px 0px 12px 0;
}
#mainContent .homelink a {
		color: #5B57A6;
	text-decoration: none;
}
#mainContent .homelink a:link {
	color: #5B57A6;
}
#mainContent .homelink a:visited {
	color: #5B57A6;
}
#mainContent .homelink a:hover {
	color: #5B57A6;
	text-decoration: underline;
}
#mainContent .homelink2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.4em;
	font-weight: bold;
	font-style: italic;
  color: #5B57A6;
  margin: 0;
  padding: 0px 0px 3px 0;
}
#mainContent .homelink2 a {
		color: #5B57A6;
	text-decoration: none;
}
#mainContent .homelink2 a:link {
	color: #5B57A6;
}
#mainContent .homelink2 a:visited {
	color: #5B57A6;
}
#mainContent .homelink2 a:hover {
	color: #5B57A6;
	text-decoration: underline;
}
#mainContent .summerdeal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.4em;
	font-weight: bold;
  color: #5B57A6;
  margin: 0;
  padding: 0px 0 24px 0;
}#mainContent .summerdeal a {
		color: #5B57A6;
	text-decoration: none;
}
#mainContent .summerdeal a:link {
	color: #5B57A6;
}
#mainContent .summerdeal a:visited {
	color: #5B57A6;
}
#mainContent .summerdeal a:hover {
	color: #5B57A6;
	text-decoration: underline;
}
/* footer */
#copyright  {
		margin-top: 60px;
}
#copyright p  {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  xline-height: 0.9em;
 	margin: 0 0 0 0;
  padding: 0px 0 12px 0;
}
#copyright p a {
	text-decoration: none;
}
#copyright p  a:link {
	color: #5B57A6;
}
#copyright p  a:visited {
	color: #5B57A6;
}
#copyright p a:hover {
	color: #5B57A6;
	text-decoration: underline;
}
/*leaflet*/
#leaflet {
	margin: 0;
	padding: 0 0 0 30px;
}
.leaflettxt {
	text-align: right;
	font-size: 0.7em;
	margin: 0;
	padding: 18px 36px 0 0;
}
.leaflettxt a {
	text-decoration: none;
}
.leaflettxt a:link {
	color: #5B57A6;
}
.leaflettxt a:visited {
	color: #5B57A6;
}
.leaflettxt a:hover {
	color: #5B57A6;
	text-decoration: underline;
}
.pdfleaflettxt {
	text-align: right;
	font-size: 0.7em;
	margin: 0;
	padding: 18px 36px 0 50px;
}