img {
  border: 0;
}

body {
  background-color: #d7d7d7;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 5px;
}

h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
}

h3 {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: .5em;
  margin-bottom: .5em;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

#heading {
  text-align: center;
  color: #0022DD;
}

#content {
  padding: 0 15px 0 15px;
}

#icon {
 padding: 0 12px 0 2px;
}
  
#page-wrapper {
  margin-left: auto;
  margin-right: auto;
}

#center-column {
  background-color: #FFFFFF;
  border: solid 1px;
  padding: 10px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#header {
  background-color: #ffffff;
  color: black;
  text-align: center;
  margin: 20px 0 20px 0;
}

#main {
  background-color: white;
  text-align: center;
  padding-bottom: 10px;
}

#footer {
  color: #818cb0;
  float: left;
  font-size: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
}

#features {
  text-align: left;
  font-size: 100%;
  width: 100%;
  margin: 10px;
}

#video {
  float: left;
  padding: 1px;
}

#left-video {
  float: left;
  padding: 2px;
}

#right-video {
  float: right;
  padding: 2px;
}

#tab-wrapper {
  background-color: #00CC00;
}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin-left: auto;
margin-right: auto;
font-size: 150%;
border-bottom: 1px solid #000000; /* set border COLOR as desired */
list-style-type: none;
padding: 4px 4px 4px 4px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

div#tabnav li.selected a { /* settings for selected tab */
border-bottom: 1px solid #ffffff; /* set border color to page background color */
background-color: #ffffff; /* set background color to match above border color */
}

div#tabnav li.selected a { /* settings for selected tab link */
background-color: #ffffff; /* set selected tab background color as desired */
color: #0022DD; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 4px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #666; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #d7d7d7; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */


