/*
 *
 * Design Didier Sands (Webb Design)
 * Code Benjamin Wheeler (Webb Design)
 * http://www.webbdesign.com
 *
 *excessive z-index usage is to fix the ie z-index bug
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, .main form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1em;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.invisibile {
  visibility: hidden;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
.float-left {
  float: left;
}
img.float-left {
  margin: 0px 10px 5px 0;
}
.float-right {
  float: right;
}
/*Layout*/
body {
  font-family: Verdana, Verdana, Geneva sans-serif;
}
#page {
  width: 751px;
  margin: 0 auto;
  overflow: hidden;
}
#topnav {
  background: url('/images/header.png') left top no-repeat;
  width: 100%;
  margin-top: 12px;
  min-height: 104px;
  position: relative;
  z-index: 2;
}
#logo {
  display: block;
}
#logo img {
  margin: 14px 0 0 28px;
}
#tools {
  position: absolute;
  top: 71px;
  left: 574px;
  z-index: 2;
  font-size: .6875em;
}
#nav {
  position: relative;
  z-index: 2;
  line-height: .75em;
  margin-top: 3px;
}
#main-wrapper {
  width: 100%;
  background: url('/images/main-bg-bottom.png') bottom left no-repeat;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
#main {
  width: 100%;
  background: url('/images/main-bg.png') left top repeat-y;
  min-height: 500px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#header {
  width: 749px;
  padding: 1px 0px 0px 0px;
  min-height: 123px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0px;
}
#page.home #header {
  width: 749px;
  padding: 1px 0px 0px 0px;
  height: 250px;
  padding-top: 0px;
}
#header img {
  position: absolute;
  z-index: 1;
}
#blurb {
  float: right;
  margin: 125px 70px 0 0;
  display: inline;
  z-index: 2;
  width: 310px;
  position: relative;
}

#footer {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
/*tools*/
#tools ul {
  position: relative;
  z-index: 2;
}
#tools ul li {
  position: relative;
  z-index: 2;
}
#tools ul li ul {
  position: absolute;
  padding-top: 33px;
  left: -999px;
  top: -999px;
  z-index: 2;
}
#tools ul li:hover ul,
#tools ul li.hover ul {
  left: -5px;
  top: 0px;
}

#tools ul li ul li {
  width: 153px;
  height: 20px;
  background: url('/images/tools-bg.png') left top no-repeat;
  padding: 10px 0 0 20px;
  line-height: 13px;
}
body.ie6 #tools ul li ul li {
  background: url('/images/tools-bg.gif') left top no-repeat;
}
#tools ul li ul li.last {
  height: 34px;
  background: url('/images/tools-bg-last.png') left top no-repeat;
}
body.ie6 #tools ul li ul li.last {
  background: url('/images/tools-bg-last.gif') left top no-repeat;
}
#tools ul li a {
 color: #00476c;;
 text-decoration: none;
}
#tools ul li a:hover {
  text-decoration: underline;
}
/*nav*/
#nav ul {
  color: #fff;
  text-trans.main form: uppercase;
  font-weight: bold;
  padding: 6px 0 0 20px;
  position: relative;
  z-index: 2;
}
#nav li {
  float: left;
  display: inline;
  position: relative;
  z-index: 2;
}
#nav a {
  color: #fff;
  text-decoration: none;
  font-size: .6875em;
  float: left;
  display: inline;
  padding: 6px 8px 4px 8px;
  height: 14px;
}
#nav li.active a, 
#nav li:hover a,
#nav li.hover a,
#nav li a:hover {
  background: url('/images/nav-bg.png') left top no-repeat;
  color: #00476c;
}

#nav li ul {
  font-weight: normal;
  font-size: .909em;
  z-index: 20;
  position: absolute;
  text-transform: none;
  top: 24px;
  left: -999em;
  width: 173px;
  margin: 0;
  margin-left: -3px;
  padding: 0;
  overflow: auto;
  z-index: 2;
}
#nav li:hover ul, #nav li.hover ul {
  left: 0;
}
#nav li ul li {
  min-height: 20px;
  background: url('/images/subnav-bg.png') left bottom no-repeat;
  padding: 10px 0 0 20px;
  line-height: 13px;
  display: block;
  width: 153px;
  border: none;
}
body.ie6 #nav li ul li {
  background: url('/images/subnav-bg.gif') left bottom no-repeat;
}
* html #nav li ul li {
  height: 20px;
}
#nav li ul li:hover, #nav li ul li.hover {
  border: none;
}
#nav li ul li.last {
  min-height: 20px;
  background: url('/images/subnav-bg-last.png') left bottom no-repeat;
  padding-bottom: 5px;
}
body.ie6 #nav li ul li.last {
  background: url('/images/subnav-bg-last.gif') left bottom no-repeat;
}
* html #nav li ul li.last {
  height: 20px;
}
#nav li.active ul a, #nav li:hover ul a, #nav li ul a, #nav li.hover ul a {
  color: #00476c;
  padding: 0px 8px 0px 0;
  background: transparent;
  float: none;
}
#nav li.hover ul a:hover, #nav li ul a:hover {
  background: transparent;
  text-decoration: underline;
}
/*breadcrumbs*/
#breadcrumbs-wrapper {
  background: url('/images/breadcrumbs-bg.png') top left no-repeat;
  height: 23px;
  clear: both;
  margin-left: 1px;
  font-size: .625em;
  line-height: 1.25em;
}
#breadcrumbs {
  margin-left: 26px;
  padding-top: 5px;
  overflow: hidden;
}
#breadcrumbs li {
  float: left;
}
#breadcrumbs a, #breadcrumbs a:visited {
  color: #00476c;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

/*Main content*/
h1, h2 {
  font-size: 1.125em;
  line-height: 1.5em;
  color: #ffba18;
  font-weight: bold;
}
h1 {
  margin-bottom: .5em;
}
h2 {
    font-size: .85em;
}
h3 {
  font-size: .75em;
  font-weight: bold;
  margin-bottom: .25em;
}
#content {
  padding: 20px;
  overflow: hidden;
}
.squeeze #content  {
  float: left;
  display: inline;
  width: 480px;
}
#sidebar {
  float: left;
  width: 223px;
  padding-top: 20px;
  padding-bottom: 1px;
  display: inline;
}
blockquote {
  background: transparent url("/images/blockquote.png") 0 10px no-repeat;
}
.main p.citequote {
  color: #00476c;
  line-height: 1.15em;
  margin-bottom: 2em;
}
#sidebar p.citequote {
  font-size: .6875em;
  float: right;
  display: inline;
  margin-bottom: 1em;
}
.main a {
  color: #00476c;
  text-decoration: underline;
}
.main p, .main table, .main ul, .main ol {
  color: #333333;
  font-size: .6875em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.main table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
.main table td, .main table th {
  border: 1px solid #cccccc;
  padding: 0 15px;
  line-height: 2em;
}
.maint table th {
  padding-top: 5px;
  line-height: 1.89em;
}
.main ul li {
  background: url('/images/bullet-yellow.gif') 0px 7px no-repeat;
  padding-left: 9px;
  margin-bottom: .5em;
}
.main .block ul li {
  margin-bottom: 0;
}
.main ol {
  margin-left: 20px;
}
.main ol li {
  list-style-type: decimal;
  margin-bottom: .25em;
}
#content p.highlight {
  font-size: .75em;
  color: #00476c;
  line-height: 1.5em;
}
/*expandable blocks */
.block {
  float: left;
  width: 230px;
  margin: 0 10px 20px 0;
  position: relative;
  overflow: hidden;
  display: inline;
}
#blurb p {
  color: #ffffff;
  line-height: 1.35em;
  font-size: .85em;
}
#sidebar .block {
  width: 197px;
  margin-left: 20px
}
.block-title {
  background: transparent url('/images/block-top-left.gif') left top no-repeat;
  position: relative;
  z-index: 1;
}
.block-inner {
  background: url('/images/block-border.gif') left top repeat-y;
  margin-top: -6px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  clear: both;
  width: 100%;
}

.block-content {
  background: #fff url('/images/block-border.gif') right top repeat-y;
  padding: 0 20px 1px 20px; /*1px for collapsing margin*/
  margin-left: 1px;
  overflow: hidden;
  clear: both;
}
.block-banner {
  background: #fff url('/images/block-border.gif') right top repeat-y;
  margin-right: 1px;
  margin-left: 1px;
  overflow: hidden;
  clear: both;
}
.block-banner img {
  display: block;
  margin: 0 auto;
}
.bt {
  background: url('/images/block-bot.gif') right top no-repeat;
  height: 9px;
  font-size: 0px;
  clear: both;
}
.bt div {
  height: 9px;
  background: url('/images/block-bot.gif') left top no-repeat;
  width: 9px;
  font-size: 0px;
}
.bb {
  background: url('/images/block-bot.gif') right bottom no-repeat;
  height: 9px;
  font-size: 0px;
  clear: both;
}
.bb div {
  height: 9px;
  background: url('/images/block-bot.gif') left bottom no-repeat;
  width: 9px;
  font-size: 0px;
}
.main .block h3 {
  background: transparent url('/images/block-top.gif') right top no-repeat;
  font-size: .75em;
  font-weight: bold;
  color: #fff;
  padding: 7px 0 10px 5px;
  margin-left: 9px;
}
.main .block p, .main .block ul {
  margin-bottom: 1em;
}
.last {
  margin: 0;
}
/*Footer*/
#footer p, #footer ul {
  font-size: .625em;
  color: #333333;
  line-height: 1.35em;
}
#footer ul {
  display: inline;
  list-style-type: none;
}
#footer li {
  display: inline;
  padding: 0px 10px;
  border-left: 1px solid #333333;
  background-image: none;
}
#footer li.first {
  border: none;
  padding-left: 0px;
}

#footer a {
  color: #333333;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
/*.main forms*/
.main form fieldset {
  margin-bottom: 10px;
}
.main form legend {
  padding: 0 2px;
  font-weight: bold;
  font-size: .75em;
  color: #ffba18;
}
.main form label {
  display: inline-block;
  line-height: 1.25em;
  vertical-align: middle;
}
.main form fieldset ol {
  margin: 0;
  padding: 0;
  margin-left: 1em;
}
.main form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.main form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.main form label {
  width: 85px; /* Width of labels */
}
.main form textarea {
  width: 350px;
  scrollbar: auto;
}
div.errors {
  border: 1px solid #ffba18;
  padding: 10px;
  background-color: #fcfb9a;
  margin-bottom: 1em;
}
.main div.errors p {
  margin-bottom: 0;
}
/*support plan table*/
table#plans, table#enhanced {
  width: 100%;
}
th {
  font-weight: bold;
  background-color: #fff;
}
th.plan {
  height: 29px;
  background: url('/images/th-bg.gif') top left repeat-x;
}
th.plan img {
  display: block;
  margin: 0 auto;
  margin-top: 7px;
}
img.checkmark {
  display: block;
  margin: 0 auto;
  padding-top: 2px;
  margin-bottom: -3px;
}
td.feature {
  color: #00476C;
}
th.feature {
  color: #00476C;
  font-weight: bold;
}
td.included {
  color: #008400;
  text-align: center;
}
tr.light, td.light, tr.light td {
  background-color: #ffffff;
  border-top: none;
  border-bottom: none;
}
tr.dark, td.dark, tr.dark td {
  background-color: #ececec;
  border-top: none;
  border-bottom: none;
}
a.partner {
  float: left;
  margin-right: 0px;
  width: 157px;
}