body {
	background-color: #060d1f;
	background-image: url('../_images/bg-tile.png');
	background-repeat: repeat-x;
	margin: 0px;
}

#content {
	margin: 0 auto;
	width: 1020px;
	position: relative;
}

.leftgrad {
	min-height: 600px;
	width: 13px;
	background-image: url('../_images/bg-drop-left.png');
	background-repeat: repeat-y;
	float: left;
}

.rightgrad {
	min-height: 600px;
	width: 13px;
	background-image: url('../_images/bg-drop-right.png');
	background-repeat: repeat-y;
	float: left;
}

.main
{
	width: 964px;
	color: #FFF;
	float: left;
	padding: 20px 15px;
	font-family: Helvetica,Arial,"Trebuchet MS",Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	position: relative;
}

a,
a:visited,
a:link {
	text-decoration: none;
}

.header {
	width: 964px;
	display: inline-block;
}

.header .logo-site
{
	float: left;
}

.header .logo-corp
{
	margin: 20px 0 0 550px;
	float: left;
}

.main-nav {
	margin-top: 10px;
	background-image: url('../_images/nav-bg.gif');
	background-repeat: no-repeat;
	color: #151433;
	height: 22px;
	position: relative;
	clear: both;
}

.main-nav .nav-item a,
.main-nav .nav-item a:visited,
.main-nav .nav-item a:link {
	color: #151433;
	font-size: 13px;
}

.main-nav .nav-item a:hover {
	color: #FFFFFF;
}

.main-nav .item1 {
	position: absolute;
	left: 15px;
	top: 5px;
}

.main-nav .item2 {
	position: absolute;
	left: 212px;
	top: 5px;
}

.main-nav .item3 {
	position: absolute;
	left: 383px;
	top: 5px;
}

.main-nav .item4 {
	position: absolute;
	left: 534px;
	top: 5px;
}

.breadcrumb {
	width: 964px;
	font-size: 10px;
	color: #6ba0c8;
	padding: 10px 0;
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:active {
	color: #6ba0c8;
}

.breadcrumb a:hover {
    color: #FFFFFF;
}

.breadcrumb .pipe {
	color: #192658;
}

.breadcrumb .active {
	color: #FFFFFF;
}

.flash-header {
	width: 964px;
}

.home-bugs {
	width: 964px;
	background-color: #000000;
	text-align: center;
}

.home-bugs img {
	margin: 20px 8px;
}

.footer {
	height: 67px;
	text-align: center;
	font-size: 12px;
	color: #1b75bb;
	clear:both;
	padding-top: 10px;
}

.footer.home {
	background-image: url('../_images/footer-bg.jpg');
	background-repeat: repeat-x;
}

.footer a,
.footer a:visited,
.footer a:link {
	color: #1b75bb;
}

.footer a:hover {
	color: #FFFFFF;
}

.single {
	text-align: center;
	display: inline-block;
	padding-left: 10px;
}

.single-header {
	background-image: url('../_images/boiler-header.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 24px;
	padding: 20px 0 0 10px;
	width: 916px;
	text-align: left;
	letter-spacing: 4px;
	height: 34px;
	display: inline-block;
	float: left;
}

.single-txt {
	text-align: left;
	background-color: #FFF;
	font-size: 12px;
	line-height: 1.6em;
	color: #0092d0;
	width: 906px;
	padding: 10px;
	margin-left: 0px;
	display: inline-block;
	float: left;
}

.single-txt .map-node
{
  float: left;
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  width: 30%;
  height: 100px;
  font-weight: bold;
}

.single-txt .map-node ul
{
  list-style: circle inside;
  font-weight: normal;
}

.single-txt .map-node a
{
  color:#0092D0;
  text-decoration: none;
}

.single-foot {
	background-image: url('../_images/boiler-foot.gif');
	background-repeat: no-repeat;
	width: 926px;
	height: 40px;
	display: inline-block;
	float: left;
}

#inner {
    width: 964px;
    display: inline-block;
    padding-bottom: 10px;
}

#inner #leftnav {
    float: left;
    width: 180px;
    margin-left: 15px;
}

#inner .nav {
    background-color: #FFFFFF;
    width: 160px;
    color: #0092d0;
    font-size: 12px;
    padding: 10px;
    margin-bottom: -2px;
}

#inner .nav a,
#inner .nav img {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0092d0;
    display: inline;
}

#inner .nav a.active {
    color: #192658;
}

#inner #maincontent {
    float: left;
    width: 716px;
    display: inline-block;
    margin-left: 30px;
}

#inner #maincontent .header {
    width: 716px;
    height: 38px;
    background-image: url('../_images/content-header.gif');
    background-repeat: no-repeat;
    color: #0092d0;
    font-size: 24px;
    padding: 15px 0 0 15px;
}

#inner #maincontent .header strong {
    font-weight: normal;
    color: #FFFFFF;
}

#inner #maincontent .txt {
    background-color: #FFFFFF;
    width: 656px;
    padding: 30px;
    color: #0092d0;
    font-size: 12px;
    line-height: 1.6em;
    display: inline-block;
}

#inner #maincontent .txt h1
{
  font-size: 16px;
  margin-bottom: 10px;
}

#inner #maincontent .txt strong
{
  color: #009;
}

#inner #maincontent .txt.landing {
    padding: 7px;
    width: 702px;
}

#inner #maincontent .txt .landing {
    float: left;
    margin-right: 7px;
    margin-bottom: 20px;
    border: 0px;
    width:229px;
    height:181px;
}

#inner .landing
{
  float: left;
  margin-right: 7px;
  margin-bottom: 20px;
  border: 0px;
  width:229px;
  height:181px;
}

#inner #maincontent .txt .landing.last {
    margin-right: 0px;
}

.footnote
{
   font-size: 10px;
}
