body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

h1 {
	font-family: /* Century Gothic, */ Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: 500;
	color: #f63;
	line-height: 1em;
}

h2 {
	font-family: /* Century Gothic, */ Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 500;
	color: #f63;
	line-height: 1em;
}

h3 {
	font-family: /* Century Gothic, */ Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: 500;
	color: #f63;
	line-height: 1em;
}

p {
	padding-bottom:	4px;
	font-size: 14px;
}

a {
	color: #003;
	text-decoration: none;
}

table {
	border-collapse: collapse;	/* ie doesn't honor... */
}

table th {
	color: #fff;
	background-color: #096;
}

a:link 	{
	color:#36c;
	text-decoration: none;
}

a:active {
	color:#36c;
	text-decoration: none;
}

a:visited {
	color:#36c;
	text-decoration: none;
}

a:hover {
	color:#36c;
	text-decoration: none;
}

a:focus {
	color:#36c;
	text-decoration: none;
}

.odd {
	font-size: 14px;
	padding-bottom:	10px;
	background-color: #f4f7f1;
}

.even {
	font-size: 14px;
	padding-bottom:	10px;
	background-color: #fff;
}

.faq {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
}

.mmax th {
	color: #fff;
	background-color: #096;
        padding-left: .5em;
        padding-right: .5em;
}

.mmax td {
        text-align: right;
        padding-left: .5em;
        padding-right: .5em;
}

.infoCenter h3 {
	font-size: 1em;
	font-weight: bold;
}

.infoCenter td {
	font-size: 11px;
	vertical-align: top;
	background-color: #eee;
}

#header {
	position: relative;
	margin: 0 auto 0 auto;
	width: 760px;
	padding: 0;
	border: 0;
	height: 150px;
}

#header_blurb {
	width: 180px;
	height: 120px;
	position: absolute;
	left: 580px;
	/* background-color:#ddd; */
}

#db911 {
	width: 180px;
	height: 25px;
	position: absolute;
	left: 580px;
        top: 125px;
	text-align: right;
	font-weight: bold;
}

#feature {
	border-top: 1px solid #97b36e;
	border-bottom: 1px solid #97b36e;
}

#container {
	/* margin: 0 auto 0 auto; */
	margin: 0 10 0 10;
	width: 760px;
        color: #000;
	background-color: #fff;
	border: 0;
	/* border: 10px solid #fff; */
}

#content {
	font-size: .75em;
	line-height: 2em;
}

#left {
	float: left;
	text-align: left;
	width: 530px;
	border: 10px solid #fff;
}

#right {
	float: right;
	text-align: right;
	width: 200px;
}

ul#nav {
	top: 100px;
	width: 760px;
	/* height: 60px; */
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
/*
	margin-left: 0px;
	padding-left: 0px;
	border-bottom: 1px;
 */
	background-color: #36c;		/* #003; is much darker... */
	font-weight: bold;
	list-style: none;
	float: left;
}

ul#nav li {
	float: left;
}

ul#nav a {
	display: block;
	padding: 0;
	margin: 0;
	width: 95px;
	/* width: 108px; */ /* 7 elements */
        /* 115px; */
	/* width: 126.667px; */
	/* height: 60px; */
	height: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

ul#nav li a:hover {
	color: #fff;
	background-color: #f63;
}

ul#nav li a:active {
	color: #fff;
	background-color: #f63;
}

/* Main navigation "active tabs"
------------------------------------------------------------------*/
/* #096; = green... */
body.home-page ul#nav li#home a {
	background-color: #006;
}

body.home-page ul#nav li#home a:hover {
	background-color: #f63;
}

body.services-page ul#nav li#services a {
	background-color: #006;
}

body.services-page ul#nav li#services a:hover {
	background-color: #f63;
}

body.contact-page ul#nav li#contact a {
	background-color: #006;
}

body.contact-page ul#nav li#contact a:hover {
	background-color: #f63;
}

body.about-page ul#nav li#about a {
	background-color: #006;
}

body.about-page ul#nav li#about a:hover {
	background-color: #f63;
}

body.news-page ul#nav li#news a {
	background-color: #006;
}

body.news-page ul#nav li#news a:hover {
	background-color: #f63;
}

body.demo-page ul#nav li#demo a {
	background-color: #006;
}

body.demo-page ul#nav li#demo a:hover {
	background-color: #f63;
}

/* Footer
------------------------------------------------------------------*/

#footer {
	text-align: center;
	padding: 0px;
	clear: both;
	margin: 0 auto 0 auto;
	margin-top: 10px;
	width: 780px;
	font-size: .75em;
	line-height: 2em;
}

#footer a {
	border: 0;
	text-decoration: none;
}

/* Misc.
------------------------------------------------------------------*/

div.float {
	float: left;
	width: 68px;
	height: 83px;
	border: 1px solid #fff;
	margin: 3px;
}

div.float p {
	text-align: center;
}

div.author {
	width: 250px;
}

div.spacer {
	clear: both;
}

/* sidenav
------------------------------------------------------------------*/

#sn-sidenav {
	background-color: #f4f7f1;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	padding: 10px;
}

#sn-sidenav ul {
	padding:0 0 1px 0;
	margin: 0;
	list-style-type: none;
	line-height:1.25em;
}

#sn-sidenav ul li {
	border-bottom: 1px solid #dbded8;
}

#sn-sidenav ul li a {
	color:#464646;
	display:block;
	padding:5px 5px 5px 5px;
	text-decoration:none;
}

#sn-sidenav ul li a:hover {
	background:#e8eae5;
	}					

#sn-sidenav a em {
	color:#0079c2;
	font-style:normal;
}

#sn-sidenav a span,

#sn-sidenav a:link span,

#sn-sidenav a:visited span {
	color: #fff;
	font-size:.94em;
}

#partners ul {
	padding:10px 0px 0px 0px;
	margin: 0;
	list-style-type: none;
	text-align:center;
}
	
#partners li {
	padding:10px 0px 0px 0px;
}
	
 /* blockquote
------------------------------------------------------------------*/

blockquote {
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.25em;
	color: #757575;
	background: #f4f7f1;
	border:0px dotted #80a944;
	padding:10px;
}
	
blockquote.rightquote {
	float: right;
	width: 200px;
	margin: 10px 10px 10px 10px;
	padding: 10px;
	color: #333;
	text-align: center;
}
	
blockquote em{
	font-size:.65em;
	color: #db7d3c;
	line-height:1em;
}

 /* address
 --------------------------------------------------------------*/

#address {
	font-style:normal;
	font-weight:bold;
	background-color:#f4f7f1;
	padding:5px;
}

#address {
	border:1px solid #dbded8;
	margin:10px 10px 10px 0px;
}

#contact_left {
	float: left;
	text-align: left;
	width: 50%;
}

#contact_right {
	float: right;
	text-align: left;
	width: 50%;
}

 /* plans
 --------------------------------------------------------------*/

#plans table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.95em;
	color:#464646;
	line-height:1.25em;
	margin-bottom:10px;	
	font-size: 1em;
	text-align:left;
	background-color:#ffffff;
	}

#plans td  {	
	font-family: Arial, Helvetica, sans-serif;	
	border-bottom:1px solid #dbded8;
	padding:5px 5px 5px 5px;
	line-height:1.25em;
	}

#plans th {
  background-color:#0079c2;
	text-align:center;
	padding:5px 5px 5px 5px;
	line-height:1em;
	color:#ffffff;
  }

#coverage {	
	text-align:center;
	}
	
#category {	
	background-color:#f4f7f1;
	}

 /* configTbl
 --------------------------------------------------------------*/

.configTbl table {
	font-family: Arial, Helvetica, sans-serif;
	color:#464646;
	line-height:1.25em;
	margin-bottom:10px;
	border:1px;	
	font-size: 1em;
	text-align:center;
	background-color:#ffffff;
	}

.configTbl td  {	
	font-family: Arial, Helvetica, sans-serif;	
	border-bottom:1px solid #dbded8;
	padding:5px 5px 5px 5px;
	text-align:center;
	font-size:12px;
	line-height:1.25em;
	}

.configTbl th {
  background-color:#0079c2;
	text-align:center;
	padding:5px 5px 5px 5px;
	line-height:1em;
	color:#ffffff;
  }

