div#topbit {
  width: 100%;
  height: 135px;
}

div#topbit p {
  clear: none;
}


div#bottombit {
  width: 100%;
  color: #373748;
  min-height: 800px;
}

div#footer {
height:100px;
 width: 100%;
 color: white;
  clear: both;
  width: 100%;
  background-image: url(images/stripeBG.gif);
}

div.contentBar {
  clear: both;
  margin: 0px 0px;
  padding: 50px 0px 50px 0px;
  position: relative;
}


div.left {
  width: 45%;
  clear: left;
  float: left;
}
div.right {
  width: 45%;
  clear: right;
  float: right;
  position: relative;
}

table {
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  border-collapse: collapse;
}

table td {
  color: #373748;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  padding: 0.5em;
}

div.widthLimit {
  width: 84%;
  max-width: 1200px;
  margin: 0 7%;
  clear: both;
}
div.widthLimit p {
  clear: both;
}


body {
  font-family: sans-serif;
  margin: 0;
  background-image: url(images/stripeBG.gif);
}


/*** LINKS ***/

div#topbit a {
text-decoration: none;
}
div#footer a {
text-decoration: none;
}

/*** MENU ***/

p#menu {
  clear: both;
  padding: 10px 0;
  margin: 0;
  color:  #373748;
}

/*** LOGO ***/

img#logo {
  float: right;
  height: 100px;
}

a p#teachometer {
  display: block;
  float: right;
  color: #373748 !important;
  font-size: 30px;
  margin: 35px 10px 0 0;
  text-shadow: 2px 2px 5px #fff;
}

span#underTeachometer {
  display: block;
  float: right;
  color: #373748;
  font-size: 10px;
  margin: 3px 0px 0 0;
text-shadow: 2px 2px 5px #fff;
  
}

/*** ORANGE TITLE ***/

h1 {
  color: #ff9900;
  padding: 50px 0 0 0;
  margin: 0 0 10px 0;
  text-shadow: 2px 2px 5px #373748;
  font-weight: normal;
  font-size: 3em;
}

/*** HEADINGS ***/


div.contentBar p {
font-size: larger;
}
div.contentBar h2 {
font-weight: 500;
font-size: 2em;
}

img.floatLeft {
float: left;
clear: none;
margin: 0 50px;
display: block;
}

img.floatRight {
float: right;
clear: none;
margin: 0 50px;
display: block;
}

iframe.floatLeft {
float: left;
clear: none;
margin: 0 50px;
display: block;
}

iframe.floatRight {
float: right;
clear: none;
margin: 0 50px;
display: block;
}

p#menu {
border-bottom: 1px solid #373748;

}




/*** IMAGES ***/

img.svg {
width: 250px;
display: block;
float: left;
}

/*** INSPECTOR ***/

div#inspector {
  float: left;
  width: 68%;
  //background: pink;
  //height: 100%;
  margin: 0 0 50 0px;
  color: white;
}

div.inspectorItem.selected {
  display: block !important;
  border: solid white;
  border-radius: 5px;
}

div.inspectorItem {
  display: none;
  height: 100%;
  padding: 30px;
}

div.inspectorItem > p {
  font-size: 1.2em;
}

/***  SELECTOR ***/
div#selector {
  display: block;
  float: left;
  width: 30%;;
  margin: 0 0% 0 0;
  color: white;
}

div#selector h2 {
  padding: 0 20px 0 0px;
}

li.featureItem.selected {
  border-bottom: solid;
}

li.featureItem {
  list-style-type: none;
  margin: 10px 0 0 10px;
  padding: 0 20px 0 0px;
  border-bottom: solid transparent;
}

/*** EXAMPAPERSBG ***/
div#exampapersBG {
  background-image: url("images/exampapersBG.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

/*** TESTIMONIALS ***/
div#testimonialDiv {
  padding: 1em;
  
  color: white;
  font-style: italic;
  font-size: 1.2em;
  font-weight: 700;
  color: #ff9900;
}

div#testimonialDiv a {
  color: lightblue !important;
  float: right;
  font-weight: 500;
}

span.testimonial {
  display: none;
  line-height: 2em;
}

span.testimonial.selected {
  display: inline !important;
}

span.doubleQuotes {
  font-size: 2em;
  line-height: 0em;
}
