html { font-size: 100%;}

body {
  background-color:White;
  margin: 0;
  padding: 0;
}

div.pageWideBanner {
  clear: both;
  float:none;
}



div.centeredUsedSpace {
  width: 64em; 
  display: table; 
  margin: 0 auto;
}

@media only screen and (max-width: 64em) {
	div.centeredUsedSpace {
	  width: 98%; 
	}
}



div.floatLeft100PctCol {
  float:left;
  width: 100%;
  margin: 0;
  padding: 0;
}

div.floatLeft50PctCol {
  float:left;
  width: 50%;
  margin: 0;
  padding: 0;
}

div.floatRight50PctCol {
  float:right;
  width: 50%;
  margin: 0;
  padding: 0;
}

div.floatLeft25PctCol {
  float:left;
  width: 25%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 48em) {
	div.floatLeft50PctCol {
	  width: 100%;
	}
	div.floatRight50PctCol {
	  width: 100%;
	}
	div.floatLeft25PctCol {
	  width: 50%;
	}
}

@media only screen and (max-width: 24em) {
	div.floatLeft50PctCol {
	  width: 100%;
	}
	div.floatRight50PctCol {
	  width: 100%;
	}
	div.floatLeft25PctCol {
	  width: 100%;
	}
}





div.imgAd {
  margin-right: 0.5em;
  margin-bottom: 0.25em;
  padding: 0.25em;
    background-color:White;
}

div.imgAd a img {
  max-width:100%;
  margin-top:0.25em;
  margin-bottom:0.25em;
  margin-right:0.25em;
}





div.contactInfo {
  width:100%;
    text-align: left;
}

div.contactInfo a {
    display: inline-block;
    margin-bottom : 0.25em;
  padding: 0.25em 1em 0.25em 1em;
    text-align: center;
    /*text-decoration: none;*/
    color: black;
    background-color: YellowGreen;
    border-radius: 10px;
}

div.contactInfo a:hover {
    background-color: MediumSeaGreen;
}




h1 {
  margin: 0em 0em 0.25em 0em;
  padding: 0;
  font-size:2em;
  font-family:Raleway;
}

h2 {
  margin: 0em 0em 0.25em 0em;
  padding: 0;
  font-size:1.5em;
  font-family:Raleway;
}

h3 {
  margin: 0em 0em 0.25em 0em;
  padding: 0;
  font-size:1.25em;
  font-family:Raleway;
}




div.pageLinks {
  float:none;
  background-color:White;
    margin: 0;
    padding: 0;
}

ul.pageMenuBar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.pageMenuItem {
    float: left;
}

li.pageMenuItem a {
    display: block;
    color: Black;
    text-align: center;
    margin-top:0.25em;
    margin-right:0.25em;
    margin-bottom:0.25em;
  padding: 0.25em 1em 0.25em 1em;
    text-decoration: none;
    background-color: YellowGreen;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 1.25em;
    border-radius: 10px;
}

li.pageMenuItem a:hover {
    background-color: MediumSeaGreen
}





div.pageBottomLinks {
  float:none;
  background-color:White;
    margin: 0;
    padding: 0;
}

ul.pageBottomMenuBar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.pageBottomMenuItem {
    float: left;
}

li.pageBottomMenuItem a {
    display: block;
    color: Black;
    text-align: center;
    margin-top:0.25em;
    margin-right:0.25em;
    margin-bottom:0.25em;
  padding: 0.25em 1em 0.25em 1em;
    text-decoration: none;
    background-color: YellowGreen;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 1em;
    border-radius: 10px;
}

li.pageBottomMenuItem a:hover {
    background-color: MediumSeaGreen
}






a.joinFBLink {
    display: inline-block;
  background-color:YellowGreen;
  padding:0.5em;
    color: BLACK;
    text-align: center;
    text-decoration: none;
  font-size:1em;
  font-family:Raleway;
  font-weight: bold;
    border-radius: 10px;
}

a.joinFBLink:hover {
    background-color: MediumSeaGreen;
}



a.bizoppLink {
    display: inline-block;
  background-color:YellowGreen;
  padding:0.5em;
    color: BLACK;
    text-align: center;
    text-decoration: none;
  font-size:1.5em;
  font-family:Raleway;
  font-weight: bold;
    border-radius: 10px;
}

a.bizoppLink:hover {
    background-color: MediumSeaGreen;
}




a.svImgLink {
    display: inline-block;
  background-color:YellowGreen;
  padding:0.25em;
  margin-right:0.20em;
  margin-bottom:0.20em;
    color: Black;
    text-align: center;
    text-decoration: none;
  font-size:1.25em;
  font-family:Raleway;
  font-weight: bold;
    border-radius: 10px;
}

a.svImgLink:hover {
    background-color: MediumSeaGreen;
}



a.cbLink {
    display: inline-block;
  background-color:YellowGreen;
  padding:0.5em;
    color: BLACK;
    text-align: center;
    text-decoration: none;
  font-size:1em;
  font-family:Arial;
    border-radius: 10px;
}

a.cbLink:hover {
    background-color: MediumSeaGreen;
}



