html {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: .9em;
	background-color: #b4ddf6;
}
body {
	margin: 0px;
	background-color: #fff;
	border-bottom-color: #b4ddf6;
}
a img {
	border-style: none;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-size: 1.3em;
	font-style: italic;
  color: #6cbcdf;
	text-align: right;
}
h2 {
  font-size: 1.2em;
  color: #6cbcdf;
}
h3 {
  color: #739939;
  font-size: 1.1em;
  margin-bottom: 0px;
}
div#container_overall {
	width: 924px;
	margin: 0px auto;
	overflow: hidden;
}
span#tagline {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background: url('images/blue-bar.png');
	width: 363px;
	height: 29px;
	text-align: center;
	display: block;
	line-height: 29px;
	margin-top: 151px;
}
span#tagline_one {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	color: #2a64b0;
	margin-top: 1px;
	margin-left: 368px;
	z-index: 1;
}
div#header {
	height: 180px;
	background-color: #fff;
}
div#header img {
	display: block;
	float: left;
}
div#header div {
	float: left;
}
div#slideshow {
  width: 333px;
  height: 151px;
  float: left;
  overflow: hidden;
}
div#slideshow img {
  width: 333px;
  height: 151px
}
img#mask {
	width: 333px;
	height: 151px;
	margin-left: -333px;
	position: relative;
}
img#logo {
	margin-left: 10px;
	margin-top: 45px;
}
div#nav_top {
	background: #b6dc75 url('images/nav-top-background.png');
	width: 561px;
	height: 29px;
	line-height: 25px;
  clear: both;
  margin-left: 363px;
  margin-top: -29px;
}
div#nav_top a {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	width: 110px;
	height: 29px;
	color: #000;
	display: block;
	float: left;
	text-align: center;
	border-left: 2px solid #333;
}
div#nav_top a.first {
  border-style: none;
  width: 113px;
}
div#nav_top a:hover {
  background-image: url('images/button-hover-normal.png');
  color: #fff;
}
div#nav_top a.first:hover {
  background-image: url('images/button-hover-first.png') !important;
}
div#left {
	width: 144px;
	background-image: url('images/1x1/nav-background.svg.png');
	float: left;
}
div#nav_left {
	font-size: 12px;
	font-weight: bold;
}
div#nav_left a {
	display: block;
	text-decoration: none;
	color: #1a1a1a;
	height: 26px;
	line-height: 26px;
	padding: 0px 5px;
	overflow: hidden;
}
div#nav_left a:hover {
	background-image: url('images/nav-left-hover.png');
	color: #fff;
}
div#product_logos img {
  display: block;
  margin: 15px auto;
}
div#content {
	width: 730px;
	padding: 5px 25px;
	float: left;
}
div#content a {
  color: #005c7c;
}
img#red_dots_top {
  display: block;
  width: 195px;
  height: 5px;
  position: absolute;
  margin-top: 5px;
}
div#content.gray {
	background-image: url('images/1x1/content-background-gray.svg.png');
}
div#content.blue {
	background-image: url('images/1x1/content-background-blue.svg.png');
}
div#content.green {
	background-image: url('images/1x1/content-background-green.svg.png');
}
img#red_dots_bottom {
  display: block;
  width: 195px;
  height: 5px;
  position: absolute;
  clear: both;
  margin-left: 535px;
  margin-top: -12px;
}
div#footer {
	text-align: center;
}
div.products div {
  clear: both;
}
div.products img {
  margin-right: 10px;
  float: left;
  clear: left;
  margin-bottom: 30px;
}
div.products h2 {
  font-size: 1.2em;
  margin: 0px;
  color: #f00;
}
div.products h3 {
  font-size: 1em;
  margin: 0px;
  color: #000;
}
div.products p {
  margin: 0px;
}
div.products a img {
  clear: none;
  margin-top: 5px;
  margin-right: 0px;
}

