#page{
  margin:0px auto;
  font-size: 100%;
  background: white;
  position: relative;
  min-height: 100%;
  margin-bottom: -30px; /* must match height of footer */
}

#header{
  font-size: 2em;
  color: white;
  text-align: center;
  background: #41A128; /* for non-css3 browsers */
  background-image: url('images/gradient_background.png');

   /* for IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006600', endColorstr='#41A128');
  /* for webkit browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#006600), to(#41A128));
  /* for firefox 3.6+ */
  background: -moz-linear-gradient(top,  #006600,  #41A128);

}

#header_width{
  width: 798px;
  margin: auto;
}

#top_color_bar{
  height: 10px;
  width: 100%;
  background-color: #004400;
  padding: 0px;
}

#shane_ellison{
  font-size: 2em;
  text-align: center;
  padding: 5px;
}

#cms{
  text-align: right;
  padding: 5px;
}

#navigation_background{
  background-color: #004400;
  clear: both;
}

#navigation_width{
  width:798px;
  margin: auto;
}

#navigation_list{
  margin: auto;
}

.navitem, .navcurrent {
  float: left;
  margin: auto;
  text-align: center;
  color: white;
  padding: 10px 1em 10px 1em;
  display: inline;
}

.navcurrent {
  color: yellow;
}

#page-content {
  padding-top: 30px;
  padding-bottom: 35px;
  padding-left: 10px;
  width: 798px;
  margin: auto;
}

.fontdef {
  font-family: "Verdana", sans-serif;
  font-size: 0.9em;
}

#footer {
  background: #004400;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px; /* must match height page's negative margin */
  position: relative;
  a:link: white;
  a:visited: white;
  a:hover: white;
  a:active: white;
}

#footer_text {
  color: white;
  padding: 6px;
}

#fadeshow1 {
  margin: auto;
  float: right;
}

.content-image {
  width: 300px;
  padding: 10px;
  margin: auto;
  float: right;
}

#key-image {
  height: 150px;
  float: right;
}

#about-image {
  width: 300px;
  float: right;
}

.inline-image {
  padding: 10px;
}

#rolling-image {
  float: right;
}

.case-study-header {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 20px;
}

.case-study-block {
  padding-top: 10px;
}

.case-study-img {
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
  border: 2px solid black;
}

body, html {
  margin:0px;
  height: 100%;
}

li {
  padding-bottom: 10px;
}

a.navilink:link {color:white; text-decoration: none;}      /* unvisited link */
a.navilink:visited {color:white; text-decoration: none;}  /* visited link */
a.navilink:hover {color:grey; text-decoration: none;}  /* mouse over link */
a.navilink:active {color:yellow; text-decoration: none;}  /* selected link */

div.clearer {clear: both; line-height: 0; height: 0;}

div.clearfooter {
  height: 30px;
  clear: both;
}
