/* Start of CMSMS style sheet 'BMCP - Homepage Style' */
/**********************
Simple Homepage Layout 
**********************/

/*
Set initial font styles
*/

body {
   background-image : url(images/layout/bg.gif);
   background-color: #808080;
   color: #333;
   margin:1em; /* gives some air for the pagewrapper */
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* center wrapper */
div#pagewrapper {
   border: 1px solid black;
   width: 620px;
   background-color: #800020;
   margin: 0 auto;     /* this centers wrapper */
}

div#info-box {
   border: 1px solid black;
   width: 600px;
   background-color: #eeeeee;
   margin: 0 auto;     /* this centers wrapper */
   padding: 20px;
}

div#header-logo {
   display: inline;
   float: left;
   width: 600px;
   height: 150px;
   background: url(images/layout/logo_bmcp.gif) no-repeat;
   text-indent: -999em;
}

div#extra-text {
   display: inline;
   float: left;
   width: 5px;
   height: 290px;
   background: url(images/layout/spacer.gif);
   text-indent: -999em;
}

div#family-parks {
   display: inline;
   float: left;
   width: 600px;
   height: 114px;
   background: url(images/layout/logo_family_parks.gif);
   text-indent: -999em;
}


table.home {
   width: 600px;
   padding: 0;
   margin: 0 auto;     
}

td.home {
  background-image : url(images/layout/photo_box.gif);
}

p,
ul li {
  color : #000000;
  font-size : 12px;
  line-height : 14px;
}
p.white {
  color : #ffffff;
  font-size : 12px;
  margin : 0px;
  line-height : 12px;
}
p.big {
  color : #ffc0c0;
  margin-top : 10px;
  margin-left : 12px;
  margin-right : 12px;
  margin-bottom : 0px;
  font-size : 16px;
  font-weight : bold;
}
p.home {
  color : #ffc0c0;
  font-size : 12px;
  margin-left : 12px;
  line-height : 18px;
}
a {
  font-size : 16px;
  font-weight : bold;
  color : #ffc0c0;
  text-decoration : none;
}
a:hover {
  color : #ffffff;
  text-decoration : underline;
}


/* End of 'BMCP - Homepage Style' */

