/* this is the blue color scheme */
body {
   margin: 10px;
   background-color: #013161;
   /*background-position: top left;*/
   font-family: sans-serif;
   text-align: center;
   padding: 0px;
}
h3.cool {
   background-color: #cccccc;
   color: black;
   text-align: center;
}
table.width100 {
   border: 0px;
   padding: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
   background-color: #cccccc;
   width: 100%;
}
td.width30 {
   text-align: left;
   vertical-align: text-top;
   width: 25%;
   color: black;
}
td.width5 {
   text-align: left;
   width: 5%;
   /*background-color: #013161;*/
}
.certImg {
   border-style: solid;
   border-color: black;
   border-width: 1px;
}
.beginner {
   padding: 5px;
   background-color: #ccffcc;
}
.advanced {
   padding: 5px;
   background-color: #ffffcc;
}
.ecom {
   padding: 5px;
   background-color: #deedff;
}
.allplans {
   padding: 5px;
   background-color: #ffeebb;
}
.centered {
   margin: auto;
}
a:link {
   color: black;
   text-decoration: none;
}
a:visited {
   color: black;
}
a:hover {
   color: red;
}
h1 {
   text-align: center;
   color: white;
} 
ul {
   position: relative; right: -30px;
}
img.inText{
   padding: 5px;
   margin: 5px;
}
div.insideBody {
   position: relative; top:0; left:0; right:0;
   background-image: url("../images/bkgnd3.png");
   background-color: white;
   width: 800px;
   margin-left:  auto;
   margin-right:  auto;
   padding-bottom: 10px;
   text-align: center;
   z-index: 20;
   border-style: solid;
   border-color: black;
   border-width: 3px;
}
div.header {
   position: relative; top: 0; left: 0;
   width: 100%;
   height: 280px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0px;
   padding-bottom: 0px;
   z-index: 20;
}
div.pitchContainer {
   /* 281px down from top of page */
   position: relative; top: 0px; left: 0; right: 0;
   /*position: relative; top: 0px;*/
   margin-top:  0px;
   margin-left:  auto;
   margin-right:  auto;
   border-color: blue;
   border-style: ridge;
   background-color: black;
   padding-top: 0px;
   padding-bottom: 5px;
   padding-left: 0px;
   padding-right: 0px;
   color: white;
   width: 700px;
   text-align: center;
   z-index: 10;
}
div.pitch {
  /* position: absolute; top: 81px; left: 0; right: 0;*/
   position: relative;
   background-color: #f5f5f5;
   color: black;
   outline-color: yellow;
   text-align: left;
   margin-left: 15px;
   margin-right:15px;
   /*margin-bottom:5px*/
   padding-left: 2%;
   padding-right: 2%;
   padding-top: 2px;
   padding-bottom: 10px;
   z-index: 20;
}
div.pitchList {
   position: relative;
   border-color: blue;
   border-style: ridge;
   background-color: #013161;
   background-color: #013161;
   color: white;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   padding-left: 20px;
   padding-right: 20px;
   z-index: 30;
}
div.skills {
   position: relative; /*top:400;*/
   color: black;
   background-color: black;
   border-color: blue;
   border-style: ridge;
   width: 85%;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}
div.contact {
   position: relative; /*top:500;*/
   text-align: center;
   color: black;
}
div.logos {
   position: relative; /*top: 600;*/
   text-align: center;
}

/* for menus */
div.menu {
   padding: 0px;
   margin: 0px;
   z-index: 100;
}
* {
  margin: 0;
  padding: 0;
}

/* Layout */

#navigation {
  float: left;
  height: 30px;
  list-style-type: none;
  font: normal 12px Arial, Tahoma, Verdana, sans-serif;
  background: red;
  z-index: 200;
  width: 100px;
  position: relative; top: -30px; left: 600px;
}

#navigation li {
  display: inline;
  float: left;
  height: 30px;
  position: relative;
  list-style: none;
  margin: 0px;
  z-index: 200;
  border: 1px solid red;
  width: 100px;
}

#navigation li a {
  display: block;
  padding: 6px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  z-index: 200;
}

#navigation ul {
  display: block;
  position: absolute;
  left: -10px;
  top: 30px;
  width: 140px;
  padding: 1px 8px 8px 8px;
  z-index: 200;
}

#navigation ul li {
  float: left; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
  margin: 0;
  padding: 0;
  line-height: normal;
  height: 30px;
  width: 160px;
  z-index: 200;
}

#navigation ul li a {
  display: block;
  margin: 0;
  padding: 8px;
  font-weight: normal;
  background: black;
  text-align: left;
  line-height: normal;
  z-index: 200;
}

#navigation ul li a:hover {
  color: #f0f0f0;
  background: #0a4395;
  z-index: 200;
}



