/* CSS Document */
.incomplete {
	color: Fuchsia;
	font-variant: small-caps;
	font-weight: bold;
}
a.incomplete img {
	border: 1px solid Fuchsia;
}
body {
	color: #666;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
table#shell {
	width: 700px;
	border: none;
	color: #666;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
}
div#thawte {
  float: right;
  width: 68px;
  height: 60px;
}

/*--------------------------------------------------------------*/
/*    general styles    */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
	margin-top: 1em;   /* note margin on TOP */        /* for no margin - do not use <P> */
	margin-bottom: 0;  /* note margin on BOTTOM */
}
p.bottomMargin {
	margin-bottom: 1em;   /* note margin on BOTTOM (inherits margin on TOP) */
}
.indented {
	margin: 0px 0px 0px 25px;
}
p.indented:first-line {
	font-weight: bold;
}
.headline {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
a {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a img {
	border: none;
}
big {
  font-size: 13pt;
}
ul {
	margin: 0 10px 0 1.5em;
	padding: 0;
	list-style: disc;
	list-style-position: outside;
}
ul p {
	font-weight: bold;
	text-indent: -1.5em;
}
ul p span {
	text-transform: uppercase;
}
ul li {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0 10px 0 1.6em;
	padding: 0;
	list-style: decimal;
	list-style-position: outside;
}
ol li {
	margin: 0;
	padding: 0;
}

.input {
	width: 200px;
}
small {
	font-size: 7pt;
}
div.clearBoth {
	clear: both;
}
td.copywrite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5pt;
	color: #666;
	padding-left: 1px;
	padding-top: 17px;
	text-align: left;
}
.disclamer {
	font-size: .8em;
}
/*--------------------------------------------------------------*/
/* nav area styles */
td#idNavArea {
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #EBEBEB;
}
img#logo {
	width: 175px;
	height: 108px;
	margin: 0;
	margin-bottom: 30px;
}
img#since1957 {
	width: 106px;
	height: 106px;
	margin: 55px 34px 20px 34px;
}

#idNavArea ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
}
#idNavArea ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EBEBEB;
	text-transform: capitalize;
}
#idNavArea ul a {
	display: block;
	margin: 0;
	padding: 5px 0px 4px 24px;
	color: #666;
	text-decoration: none;
}
#idNavArea a:hover {
	color: black;
}
#idNavArea ul li div {
	padding: 5px 0px 4px 9px;
	color: black;
}
#idNavArea ul ul {
	margin: 0;
	margin-top: -4px;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#idNavArea ul ul li {
	color: #666;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EBEBEB;
}
#idNavArea ul ul a {
	display: block;
	margin: 0;
	padding: 0px 0px 0px 24px;
	color: #666;
	text-decoration: none;
}
#idNavArea ul ul a:hover {
	color: black;
}
#idNavArea ul ul li div {
	padding: 0px 0px 0px 9px;
	color: black;
}
#idNavArea ul ul ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #EBEBEB;
}
#idNavArea ul ul ul a {
	display: block;
	margin: 0;
	padding: 0px 0px 0px 24px;
	color: #666;
	text-decoration: none;
}
#idNavArea ul ul ul a:hover {
	color: black;
	text-decoration: none;
}
#idNavArea ul ul ul li div {
	padding: 2px 0px 1px 9px;
	color: black;
}
/*-------------------------------------------------------------------*/
/*    main content styles   */
td#idMainArea {
	width: 525px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-align: left;
}
div.content {
	margin: 22px 0px 0px 12px; /* 525px - 12px = 513px wide */
}
div.content div.noOutline {
	padding: 0 5px 8px 10px;
}
div.content div.outline {
	border: 1px solid #CCC;
	margin: 0px 0px 15px 0px;
	padding: 10px 5px 8px 10px;
}
p.fakeList {                /* bold first line with bullet added maually */
	margin: 1em 0 1em 7px;    /* indented text aligned to first char of first line */
	text-indent: -7px;
}
p.fakeList:first-line {
	font-weight: bold;
}
.properName {
	font-weight: bold;
	font-style: italic;
}
td.componentPic {
	width: 140px;
	vertical-align: top;
}
td.componentText {
	width: 373px; /* 513 - 140 = 373 */
}
td.GroupHead {
	color: black;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
/*---------------------------------------------------------------*/
/* styles for forrms */
.formHead {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.formLable {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 10px;
}
.input  {
  width: 150px;
}
.invalid {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
/*---------------------------------------------------------------*/
/* styles for images */
#idTopBar	{
	width: 100%;
	height: 4px;
	margin: 0;
	margin-bottom: 2px;
}
img.hRule {
	width: 100%;
	height: 1px;
	margin: 3mm 0 3mm 0;
	clear: both;
	background-color: #ccc;
}
img.miniRule {
	width: 100%;
	height: 1px;
	margin: 5px 0;
	clear: both;
}
img.miniTopRule {
	width: 100%;
	height: 1px;
	margin: 5px 0 1px 0px;
	clear: both;
}
img.miniBottomRule {
	width: 100%;
	height: 1px;
	margin: 1px 0 5px 0;
	clear: both;
}

img.divider {
	width: 100%;
	height: 2px;
	margin-top: 10px;
}
img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}
/*---------------------------------------------------------------*/
/*  styles for inner tables  */
.bar {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	line-height: 1em;
	height: 3em;
	margin: 0;
	padding: 1em 5px 1em 13px;
}
div.leftBar {
	width: 230px;
	float: left;
	padding: 10px;
	font-size: 9pt;
	color: White;
	text-align: center;
}
div.leftBar a{
	display: block;
	text-decoration: none;
	color: White;
	text-align: center;
}
div.leftBar a:visited{
	color: white;
	text-decoration: none;
}
div.rightBar {
	width: 230px;
	float: right;
	padding: 10px;
	font-size: 9pt;
	color: White;
	text-align: center;
}
div.rightBar a{
	display: block;
	text-decoration: none;
	color: White;
	text-align: center;
}
div.rightBar a:visited{
	color: white;
	text-decoration: none;
}
td.packageContains {
	width: 246px;
	padding: 5px 0 8px 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	text-transform: capitalize;
}
p.packageHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	margin: 0;
}
p.packageStart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: black;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}
p.packagePrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}
td.vertRule {
	width: 1px;
	background-color: #CCC;
}
td.vertPadding  {
	width: 12px;
}
table.pricing {
  margin-top: 5px;
}
table.pricing td {
	padding: 5px 5px 0px 5px;
}
tr.pricingHeader td{
	text-align: center;
}
tr.pricing td {
	text-align: center;
	color: black;
	border-bottom: 1px solid #CCC;
}
input.buyNow {
	vertical-align: middle;
	color: #C00;
}
/*---------------------------------------------------------------*/
/* classes for validator */
.tfvHighlight
{color: #C60;padding-right: 10px;}
.tfvNormal
{color: #666;padding-right: 10px;}
.inputHighlighted
{color: #C60;padding-right: 10px;}
.inputNormal
{color: #666;padding-right: 10px;}