* {
  margin: 0;
  padding: 0;
}

ul,ol {
  margin: 0;
  padding-left: 25px;
  list-style: none;
}

body {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 0.8em;
  line-height: 1.9em;
  overflow: scroll;
  overflow-x: auto;
  overflow-y: scroll;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 13px
}

h3 {
  font-size: 1.2em;
  text-transform: uppercase
}

h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 13px
}
  
h5 {
  font-size: 1em
}

hr {
  width: 100%;
  border: none;
  margin-top: 30px;
  border-bottom: 1px solid #000;
}

blockquote {
  font-size: 1.3em;
  font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em 20px;
	padding-left: 50px;
	background: url('/images/quote.gif') no-repeat;
}

.centered {
  text-align: center;
}

#headercontainer {
  border-bottom: 1px solid #999;
}

#summarycontainer {
  float: left;
  width: 100%;
  background-color: #DFE5E1;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #999;
}

#header {
  width: 850px;
  height: 10em;
  margin: 30px auto 30px auto;
}

#header img.logo {
  float: left;
  border: 0px;
  margin-bottom: 5px;
}

#header div.cname {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 8em;
  line-height: .5em;
  color: #353B40;
  padding-bottom: 30px;
  float: left;
}

#header div.tagline {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 2.5em;
  line-height: 1em;
  color: #353B40;
  float: left;
}

#header a.header {
  color: #353B40;
}

#main, #summary {
  width: 850px;
  margin: 0 auto 0 auto;
}

#summary ul li {
  width: 230px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

#summary ul li a {
  color: #294359;
}

#summary ul li a.active {
  color: #000000;
}

#summary ul li strong {
  font-size: 1.4em;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
}

#main div.tech {
  width: 48em;
  padding-top: 10px;
  margin: 0 auto 0 auto;
}

#main div.tech div {
  float: left;
  padding: 15px;
  text-align: center;
}

#main div.tech div p {
  font-weight: bold;
}

#main ul li {
  background-image:url('/images/note.png');
  background-repeat:no-repeat;
  background-position:0px 0px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.9em;
  padding-left: 25px;
}

#contact {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 2.5em;
  line-height: 1em;
  width: 23em;
  margin: 25px auto 0 auto;
}

#contact div {
  float: left;
  padding-top: 20px;
  padding-left: 15px;
  margin-bottom: 20px;
}

#contact div a {
  color: #000;
}

#contact div img {
  float: left;
  margin-top: -12px;
  margin-right: 15px;
}

#footer {
  color: #333;
  margin: 15px auto 15px auto;
  text-align:center;
  clear:both;
}

#products, #services, #company {
  display: none;
  padding-bottom: 40px;
  border-bottom: 1px solid #999;
}

.hidden {
  display: none;
}