#page-wrapper {
  padding-top: 0px;
  width: 1256px;
  margin: auto;
}

body {
  background: #f5f5f5;
}
/*
.divider {
  content: '';
  display: block;
  width: 100%;
  height: 0.75em;
  background-color: #37c0fb;
  background-image: url("images/bg01.png");
}
*/

/* 2017-10-15 - changed divider to Stepve Legge's instructions */
.divider {
  content: '';
  display: block;
  width: 100%;
  background-color: #37c0fb;
  background-image: url("images/bg01.png");
  height: 2em;
  overflow: hidden;
  padding: 2px;
}

#header {
  width: 100%;
  height: 170px;
  display: block;
  padding: 6px 6px 6px 6px;
  text-align: left;

  /*background-image: url("images/15-ninja-blue-pattern.jpg"); */
  background-image: url("images/banner-top.jpg");

  background-size: inherit;
  background-repeat: repeat-x;
  text-shadow: 2px 2px #000000;
  color: orange;
}

#header h1 {
  padding: 45px 0 1.75em 150px;
}

div#header > h3 {
  text-align: center;
}

#midcolheader > p {
  margin-bottom: 1.25em;
}

#header-ax {
  float: right;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
}

.row.* {
  margin: 0 0 0 0;
}

#grid {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 906px;
}

#gridcol1 {
  width: 300px;
  height: 250px;
  text-align: center;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 0px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; /* #37c0fb; */
}

.container {
  width: 100%;
}

#mainrow {
  margin-left: 0px;
}

#csidebar1, #csidebar1-alt {
  float: left;
  padding: 6px 6px 6px 6px;
  margin-left: 0px;
  width: 175px;
}

#csidebar1-alt {
  display: none;
  float: left;
  padding: 6px 6px 6px 6px;
  margin-left: 0px;
  width: 175px;
}

#csidebar2 {
  float: left;
  padding: 6px 6px 6px 6px;
  margin-left: 0px;
  width: 175px;
}
#ccontent {
  float: left;
  width: 906px;
  padding: 0 0 0 0;
}

.wrapper.style1 {
  padding: 0 0 0 0;
  overflow: hidden;
}

#midcolheader {
  padding-left: 0px;
}

input[type="submit"], input[type="reset"], input[type="button"], .button {
  min-width: 160px;
  padding: 0 0 0 0;
}

#adchoices {
  height: 15px;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #a7a7a7;
}

#aboutcontent {
  /* min-height: 200px; removed 2017-06-22 */
  padding-right: 45px;
  /*background-image: url("images/6-showcase-2-rev-279x240.png"); removed 2017-06-22 */
  background-repeat: no-repeat;
}

#aboutcontent > h2 {
  /* margin-left: 216px; removed 2017-06-22 */
  margin-bottom: 0.5em;
}

#aboutcontent > p {
  /* margin-left: 216px; removed 2017-06-22 */
}

#contentend {
  /* min-height: 225px; removed by mike 2018-0408 */ 
 /* background-image: url("images/9-happy-rev-223x240.png"); removed by mike 2017-0918 */
  /*background-image: url("../../images/80-puzzle-smaller.fw.png"); removed by mike 2018-0408 */ 
 /* background-position: bottom right;  removed by mike 2018-0408 */ 
 /* background-repeat: no-repeat;  removed by mike 2018-0408 */ 
   text-align: center;

}

#footer .copyright {
  margin-top: 0px;
}

#footer div#links.copyright {
  margin-top: 1em;
}

#links > ul.menu {
  margin-bottom: 0px;
}


#footer {
  background-color: #e5e5e5;
}

#footer {
  padding: 2em 0 0 0;
}

body, input, select, textarea {
  color: #474747;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.65em;
}

@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    color: #474747;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16pt;
    font-weight: 300;
    line-height: 1.65em;
  }

  #header h1 {
    padding: 45px 0 1.75em 75px;
  }

  div#header > h3 {
    padding-top: 15px;
  }

  #footer {
    padding: 2em 0 0 0;
  }
}

@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    color: #474747;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14pt;
    font-weight: 300;
    line-height: 1.65em;
  }
/*
  #page-wrapper {
    width: 1096px;
  }
*/
/* mike changed this 2017-07-25 */
  #page-wrapper {
    width: 1200px;
  }

  #header h1 {
    padding: 40px 0 1.75em 22px;
  }

  div#header > h3 {
    padding-top: 0px;
  }

  #footer {
    padding: 2em 0 0 0;
  }
/* mike added 2017-07-28 */
#ccontent {
  width: 850px;
}
}

@media screen and (max-width: 1100px) {
  body, input, select, textarea {
    color: #474747;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14pt;
    font-weight: 300;
    line-height: 1.65em;
  }

  #logoText {
	display: none;
  }

  #contentend {
    display: none;
  }

  #page-wrapper {
    width: 936px;
  }

  #csidebar1 {
    display: none;
  }

  #csidebar1-alt {
    display: block;
  }

  .container {
    width: 95% !important;
  }

  #footer {
    padding: 2em 0 0 0;
  }
}


@media screen and (max-width: 960px) {
  body, input, select, textarea {
    color: #474747;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14pt;
    font-weight: 300;
    line-height: 1.65em;
  }

  #logoText {
	display: none;
  }
  #page-wrapper {
    width: 634px;
  }

  #csidebar1 {
    display: none;
  }

  #ccontent {
    width: 604px;
    float: none;
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
  }

  #grid {
    width: 604px;
  }

  #header-ax {
    display: none;
  }

  #header h1 {
    padding: 30px 0 30px 0;
    text-align: center;
  }

  #aboutcontent {
    padding-right: 0px;
  }

  .container {
    width: 95% !important;
  }

  #footer {
    padding: 2em 0 0 0;
  }
}

@media screen and (max-width: 736px) {
  #logoText {
	display: none;
  }
  #page-wrapper {
    width: 100%;
  }

  .container {
    width: 95% !important;
  }

  #csidebar1-alt, #csidebar2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #footer {
    padding: 2em 0 0 0;
  }
}


@media screen and (max-width: 660px) {
  #logoText {
	display: none;
  }
  #page-wrapper {
    width: 100%;
  }

  .container {
    width: 95% !important;
  }

  #ccontent {
    width: 95% !important;
    float: none;
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
  }

  #grid {
    width: 302px;
  }

  #csidebar1-alt, #csidebar2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #contentend {
    background-position: bottom center;
  }

  #footer {
    padding: 2em 0 0 0;
  }
}


@media screen and (max-width: 400px) {
  #logoText {
	display: none;
  }

  #aboutcontent {
    min-height: 275px;
    padding-right: 0px;
    background-position: top center;
  }

  #aboutcontent > h2 {
    text-align: center;
    padding-top: 250px;
    margin-left: 5px;
    margin-bottom: 0.5em;
  }

  #aboutcontent > p {
    text-align: center;
    margin-left: 5px;
  }

  div#header > h3 {
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
  }

  #contentend {
    background-position: bottom center;
  }

  #csidebar1-alt, #csidebar2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #footer {
    padding: 2em 0 0 0;
  }
}

/* These are the mike overrides */
	a {
		color: #3757fa;
		text-decoration: underline;
	}

	a:hover {
	    /*background: white; */
    	color: black;
		text-decoration: underline;
	}

	ul.links li {
		line-height: 1.2em;  
		font-size: .8em;   
	}

    .worksheettextlink {
		font-weight: bold;
		text-decoration: none;
	}


	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		background-color: #afe7ff; 
	}

	#midcolheader {
	  padding-left: 0px;
      font-size: .9em;   
	}

	#midcolheader > p {
      font-size: 1em;   
	}

	body, input, select, textarea {
	  line-height: 1.2em;
	}
	
	.Breadcrumb {
      font-size: .7em;   
	}

	.SheetName {
      font-size: .7em;   
	}
	
/* 2017-09-08 changed H2 from 1.3em to 1.2em */
h2 {
      font-size: 1.2em;   
}

/* 2017-09-08 added <p> adjustments for font size and line height */
p {
      font-size: .85em;   
	  line-height: 1.2em;
		margin: 0 0 .75em 0;  /* 2017-09-10 - mv - changed from default value of "margin: 0 0 2em 0" in main.css */
}

#rightSideContent p {
      font-size: .75em;   
	  line-height: 1.2em;
}


.SiteMapLevel1 {
	font-size: .8em;
	color: #000000;
	font-weight: bold;
}
.SiteMapLevel2 {
	font-size: .8em;
	color: #000000;
}
.SiteMapLevel3 {
	font-size: .8em;
	color: #000000;
}
.SiteMapLevel4 {
	font-size: .8em;
	color: #000000;
}
.SiteMapLevel5 {
	font-size: .8em;
	color: #000000;
}
.CategoryListItemInBodyOfSheet {
	font-size: .8em;
	line-height: .8em;
}

#gridcol2 {
  width: 280px;
  height: 250px;
  text-align: center;
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 0px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; /* #37c0fb; */
}
