﻿/* Generic Selectors */
body {
	color: #000000;
	background-color: #E0E0E0;
	text-align: center;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
table {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0 none #000000;
	margin-left: auto; /*center the table*/
	margin-right: auto;
}
form {
	margin: 0;
}
p {
	margin: 0;
	padding: 0 0 8px 0;
}
h1 { 
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #3A617E;
}
h1 span{ /*sub heading for h1*/
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding: 0;
}
h2 { 
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: #3A617E;
}
h2 span{ /*sub heading for h2*/
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding: 0;
}
h3 { 
	margin: 0;
	padding: 15px 0 5px 0;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #3A617E;
}
h3 span{ /*sub heading for h3*/
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding: 0;
}
h4 {
	margin: 0 0 6px 0;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #3A617E;
}
img {
	border: 0 black none;
	margin: 0;
	padding: 0;
}
a {
	color: #3C4482;
}
a:visited {
	color: #3C4482;
}
a:hover {
	color: #DF4800;
}
a:visited:hover {
	color: #DF4800;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 18px;
}
li {
	background: url('bullet_gr.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 7px 12px;
}

/* Site Masthead */
#masthead {
	width: 900px;
	height: 160px;
	background-image: url('masthead.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

/* Site Menu Bar*/
#menu-panel {
	width: 900px;
	height: 33px;
}
#menu-panel div.left{
	margin: 0;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
}
#menu-bar {
	width: 900px;
	height: 33px;
	float: left;
	font-size: 10pt; 
	display: block;
	background-color: #000000;
	background: url("menu-panel-bknd.jpg");
}
#menu-bar ul {
	margin: 0;
	padding: 0;
	/*padding: 0 10px 0 0;*/
	list-style: none;
}
#menu-bar li {
	display: inline;
	margin: 0;
	padding: 0;
}
#menu-bar a {
	float: left;
	background: url("menu-btn-left.jpg") no-repeat left top;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
}
#menu-bar a span {
	float: left;
	display: block;
	background: url("menu-btn-right.jpg") no-repeat right top;
	padding: 8px 13px 4px 6px;
	color: #24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu-bar a span {
	float: none;
}
#menu-bar a span img {
	padding: 0 0 0 3px;
	margin: 0;
}
/* End IE5-Mac hack */
#menu-bar a:hover span {
	color: #24618E;
	text-decoration: none;
}
#menu-bar a:hover {
	background: url("menu-btn-left-hov.jpg") no-repeat left top;
}
#menu-bar a:hover span {
	background: url("menu-btn-right-hov.jpg") no-repeat right top;
}

/* Dropdown Menu */
#dropmenudiv {
	position: absolute;
	background-color: #F2F2F2;
	border-top: 1px #8CB8FC solid;
	border-left: 1px #6A90B5 solid;
	border-right: 1px #6A90B5 solid;
	border-bottom: 1px #6A90B5 solid;
	line-height: 20px;
	font-size: 9pt;
	font-weight: bold;
	font-variant: normal;
	z-index: 10000;
	margin-top: 2px;
	margin-left: 3px;
}
#dropmenudiv a {
	background-color: #F2F2F2;
	color: #3667BF;
	width: 100%;
	display: block;
	text-indent: 12px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
#dropmenudiv a:hover {
	color: #FFFFFF;
	background-color: #6A90B5;
}
#dropmenudiv span {
	width: 100%;
	display: block;
	line-height: 14px;
	background: #F2F2F2 url("menuspacer.gif") repeat-x left;
}

/* Site Page Footer */
#page-footer {
	width: 900px;
	height: 26px;
	padding: 0;
	margin: 0;
	background-color: #000000;
	background: url("footer-bknd.jpg");
	color: #F8F8FF;
	font-size: 8pt;
}
#page-footer div.left {
	margin: 0;
	text-align: left;
	padding-left: 5px;
	padding-top: 8px;
	float: left;
}
#page-footer div.right {
	margin: 0;
	text-align: right;
	padding-right: 5px;
	/*margin-top: -14px;*/
	padding-top: 8px;
	float: right;
}
#page-footer div.right a {
	color: #F8F8FF;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
}
#page-footer div.right a:hover {
	color: #FECB01;
	text-decoration: underline;
}
#site-designer {
	width: 900px;
	margin: 2px 0 0 0;
	padding: 0;
}
#site-designer p {
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: right;
}
#site-designer a {
	color: gray;
}
#site-designer a:hover {
	color: black;
}

/* Slideshow */
.slideshowcontainer {
	margin: 0 0 20px 0;
	padding: 0;
	width: 676px;
	height: 250px;
	background-color: #E4E4E4;
	border: 1px #CEDDFF solid;
}
.fadeslidedescdiv {
	text-align: center;	
}
.close {
	visibility: hidden;
}

/* Site Content Area */
#workarea {
	width: 870px;
	margin: 0;
	padding: 20px 14px 14px 14px;
	background-color: #FFFFFF;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	text-align: left;
}
#page-content {
	width: 678px;
	min-height: 800px;
	padding: 0 10px 0 0;
	margin: 0;
}

.product-table {
	margin: 0;
	width: 100%;
}
.product-table th {
	width: 232px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
.product-table td {
	vertical-align: top;
}
.product-table h1 { 
	margin: 0;
	padding: 0 0 6px 0;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: #3A617E;
}
.product-table h2 {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #3A617E;
}
.product-table h2 span{ /*sub heading*/
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding: 0;
}
.product-table h3 {
	margin: 0;
	padding: 00;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: #3A617E;
}
.product-table .center {
	padding: 4px 0 4px 0;
	text-align: center;
}
.product-table .caption {
	padding: 7px 12px 0 0;
	text-align: center;
	font-size: 8pt;
}
.product-table .btnblock {
	text-align: center;
	padding-top: 3px;
}
.product-table .btnblock img {
	padding: 0 2px 0 2px;
}

.product-body {
	border-left: 1px #FEC8AA solid;
	margin: 0;
	padding: 45px 0 0 10px;
	text-align: left;
}
.product-body .detail {
	margin-left: 16px;
	font-size: 10pt;
}
.product-body .fineprint {
	font-size: 8pt;
}
.product-finale {
	margin: 0;
	padding: 0;
	height: 20px;
	background: url('bot_or.gif') left top no-repeat
}
.product-finale-vert {
	margin: 0;
	padding: 0;
	width: 3px;
	height: 40px;
	background: url('bot_or_vert.gif') left top no-repeat
}

/* ---- Product screen shot with caption on right ----------------- */
.prodimgblock {
	margin: 0;
	padding: 0;
	text-align: center;
}
.prodimgblock table {
	width: auto;
}
.prodimgblock td {
	width: auto;
	margin: 0;
	padding: 0;
}
.prodimgblock p {
	color: #3A617E;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
}
.prodimgblock p.right-align {
	padding: 0;
	margin: 0;
	text-align: left;
}
.prodimgblock p.heavy {
	font-size: 11pt;
	font-weight: bold;
}
.prodimgblock p.left-align {
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 2px #C5BAC8 solid;
	text-align: right;
}

/* ---- Product tour table ---- */
.product-tour-block {
	padding: 10px 0 10px 0;
	margin: 0;
	color: #3A617E;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}
.product-tour-block table {
	width: 100%;
}
.product-tour-block td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.product-tour-block td.left-align {
	text-align: left;
}
.product-tour-block td.right-align {
	text-align: right;
}
.product-tour-block p {
	margin: 0;
	padding: 0 0 12px 0;
}

/* Bullet point table */
.bullet-table {
	font-size: 10pt;
	margin: 7px auto 7px auto;
	padding: 0;
	border-left: 0;
}
.bullet-table td {
	text-align: left;
	border-left: 0;
	padding-left: 0;
}

/* ---- Horizontal Tab Menu ---- */
#tabs {
	width: 99%;
	float: left;
	font-size: 9pt;
	padding: 0 0 1px 0;
	background: transparent url('tab_tail.gif') no-repeat left bottom; 
	display: block;
}
#tabs ul {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
}
#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs a {
	float: left;
	background: url("tab_left.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
}
#tabs a span {
	float: left;
	display: block;
	background: url("tab_right.png") no-repeat right top;
	padding: 8px 15px 4px 9px;
	color: #24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}
/* End IE5-Mac hack */
#tabs a:hover span {
	color: #24618E;
	text-decoration: underline;
}
#tabs a:hover {
	background-position: 0% -62px;
}
#tabs a:hover span {
	background-position: 100% -62px;
}
#tabs p {
	font-size: 9pt;
	float: left;
	background: url("tab_left.png") no-repeat left top;
	background-position: 0% -31px;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
}
#tabs p span {
	float: left;
	display: block;
	background: url("tab_right.png") no-repeat right top;
	background-position: 100% -31px;
	padding: 8px 15px 4px 9px;
	color: #000000;
}

/* Sidebar - information bar displays on left or right side of page */
#sidebar {
	margin: 0;
	padding: 0;
	width: 164px;
	float: right;
	text-align: left;
	color: black;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
#sidebar h1 {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	color: gray;
}
#sidebar p {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 8pt;
	text-align: left;
}
#sidebar p img {
	float: left;
	padding: 5px 5px 0 0;
}
#sidebar a {
	text-decoration: underline;
	font-weight: bold;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar .indent {
	margin: 2px 0 0 8px;
	padding: 0 0 6px 0;
}
#sidebar .datestamp {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
	color: #3C4482;
}
#sidebar .infobox {
	margin: 14px 0 0 0;
	padding: 4px;
	background-color: #E4E4E4;
	border: 1px #CEDDFF solid;
}
#sidebar .infobox h1 {
	color: #3A617E;
}
#sidebar .option {
	margin: 0 0 0 8px;
	padding: 1px 0 0 20px;
	height: 22px;
	line-height: 16px;
	vertical-align: middle;
	font-weight: normal;
}
#sidebar .option2 {
	margin: 0;
	padding: 1px 0 0 20px;
	height: 22px;
	line-height: 16px;
	vertical-align: middle;
	font-weight: normal;
}
#sidebar .home {
	background-image: url('homeglyph.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sidebar .buynow {
	background-image: url('buyglyph.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sidebar .contact {
	background-image: url('contactglyph.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sidebar .upgrade {
	background-image: url('upgradeglyph.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sidebar .download {
	background-image: url('downloadglyph.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sidebar .patch {
	background-image: url('patchglyph.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sidebar .help {
	background-image: url('helpglyph.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sidebar .privacy {
	background-image: url('privacyglyph.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sidebar .earth {
	background-image: url('earthglyph.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#sidebar .map {
	background-image: url('mapglyph.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.break {
	margin: 0 0 10px 0;
	padding: 0;
	border-top: 1px #D8D8D8 dashed;
}
.break2 {
	margin: 6px 0 10px 0;
	padding: 0;
	border-top: 1px #D8D8D8 dashed;
}
.break3 {
	margin: 20px 0 24px 0;
	padding: 0;
	border-top: 1px #C0C0C0 dashed;
}

/* Sidebar Purple Block - info block with purlple-themed tab */
.info-pur {
	border-left: 1px solid #C7BAC8;
	padding: 0 0 0 7px;
}
.finale-pur {
	margin: 0;
	padding: 0;
	height: 20px;
	background: url('bot_pr.gif') left top no-repeat
}
.finale-pur-vert {
	margin: 0;
	padding: 0;
	width: 3px;
	height: 40px;
	background: url('bot_pr_vert.gif') left top no-repeat
}
.tab_pur {
	font-size: 9pt;
	text-align: left;
	overflow: hidden;
}
.tab_pur ul {
	margin: 0;
	padding: 0;
	height: 38px;
	list-style-type: none;
	overflow: hidden;
}
.tab_pur li {
	padding-left: 8px;
	height: 38px;
	line-height: 31px;
	background: url(tab_purple_left.gif) left top no-repeat;
}
.tab_pur li span {
	float: left;
	padding: 0 34px 0 3px;
	background: url("tab_purple_right.gif") no-repeat right top;
}

/* Sidebar Blue Block - info block with blue-themed tab */
.info-blu {
	border-left: 1px solid #C2DAFE;
	padding: 0 0 0 7px;
}
.finale-blu {
	margin: 0;
	padding: 0;
	height: 20px;
	background: url('bot_bl.gif') left top no-repeat
}
.finale-blu-vert {
	margin: 0;
	padding: 0;
	width: 3px;
	height: 40px;
	background: url('bot_bl_vert.gif') left top no-repeat
}
.tab_blu {
	font-size: 9pt;
	text-align: left;
	overflow: hidden;
}
.tab_blu ul {
	margin: 0;
	padding: 0;
	height: 38px;
	list-style-type: none;
	overflow: hidden;
}
.tab_blu li {
	padding-left: 8px;
	height: 38px;
	line-height: 31px;
	background: url(tab_blue_left.gif) left top no-repeat;
}
.tab_blu li span {
	float: left;
	padding: 0 34px 0 3px;
	background: url("tab_blue_right.gif") no-repeat right top;
}

/* Sidebar Orange Block - info block with orange-themed tab */
.info-or {
	border-left: 1px #FEC8AA solid;
	padding: 0 0 0 7px;
}
.finale-or {
	margin: 0;
	padding: 0;
	height: 20px;
	background: url('bot_or.gif') left top no-repeat
}
.finale-or-vert {
	margin: 0;
	padding: 0;
	width: 3px;
	height: 40px;
	background: url('bot_or_vert.gif') left top no-repeat
}
.tab_or {
	font-size: 9pt;
	text-align: left;
	overflow: hidden;
}
.tab_or ul {
	margin: 0;
	padding: 0;
	height: 38px;
	list-style-type: none;
	overflow: hidden;
}
.tab_or li {
	padding-left: 8px;
	height: 38px;
	line-height: 31px;
	background: url(tab_orange_left.gif) left top no-repeat;
}
.tab_or li span {
	float: left;
	padding: 0 34px 0 3px;
	background: url("tab_orange_right.gif") no-repeat right top;
}

/* Sidebar Brown Block - info block with brown-themed tab */
.info-br {
	border-left: 1px #EDCEAC solid;
	padding: 0 0 0 7px;
	margin: 0;
}
.finale-br {
	margin: 0;
	padding: 0;
	height: 20px;
	background: url('bot_br.gif') left top no-repeat
}
.finale-br-vert {
	margin: 0;
	padding: 0;
	width: 3px;
	height: 40px;
	background: url('bot_br_vert.gif') left top no-repeat
}
.tab_br {
	font-size: 9pt;
	text-align: left;
	overflow: hidden;
}
.tab_br ul {
	margin: 0;
	padding: 0;
	height: 38px;
	list-style-type: none;
	overflow: hidden;
}
.tab_br li {
	margin: 0;
	padding: 0 0 0 8px;
	height: 38px;
	line-height: 31px;
	background: url(tab_brown_left.gif) left top no-repeat;
}
.tab_br li span {
	float: left;
	padding: 0 34px 0 3px;
	background: url("tab_brown_right.gif") no-repeat right top;
}

/* Special Quote Formatting */
#quote {
	font-size: 9pt;	
}
#quote p {
	/* quote body */
	margin: 0;
	padding: 0 0 3px 0;
	color: #333333;
	font-size: 9pt;
	font-style: italic;
	background: url('openquote.gif') no-repeat left top;
	text-indent: 12px;
}
#quote p strong { /* place a <strong>&nbsp;</strong> tag at the end of the quote body for close quote graphic */
	padding: 0 0 0 10px;
	width: 14px;
	height: 12px;
	background: url('closequote.gif') no-repeat right top;
}
#quote h1 {  /* quote's author */
	margin: 0;
	padding: 0 0 6px 0;
	color: #3A617E;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
}

/* ---- Image w/Caption ---- */
.imagecap {
	font-size: 8pt;
	color: #3A617E;
	text-align: left;
	width: auto;
}
.imagecap p {
	padding-top: 2px;
	text-align: center;
}
.imagecap .framed {
	border-left: 1px #E0E0E0 solid;
	border-right: 1px silver solid;
	border-top: 1px #E0E0E0 solid;
	border-bottom: 1px #808080 solid;
	background-color: white;
	padding: 5px;
}
.imagecap.right {
	float: right;
	margin-top: 6px;
	margin-left: 10px;
}
.imagecap.left {
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}
.imagecap.center {
	float: none;
	margin: 12px 0 6px 0;
	text-align: center;
}

/* ---- Product Logo Table ---- */
#logotable {
	margin: 10px 0 6px 0;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
	color: #525D9C;
	font-style: italic;
	text-align: left;
	width: 500px;
}
#logotable th {
	padding-right: 10px;
}
#logotable td {
	text-align: left;
	border-left: 2px #C5BAC8 solid;
	padding-left: 10px;
	margin-left: 10px;
}

/* ---- Patch Table ---- */
.patch-table {
	width: 100%;
	margin-left: 0; 
	margin-right: auto;	
	border-top: 1px gray solid;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
}
.patch-table th {
	width: 95px;
	margin: 0;
	padding: 6px;
	background-color: #FEC8AA;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px gray solid;
	border-right: 1px gray solid;
}
.patch-table th span {
	font-weight: normal;
}
.patch-table td {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
	border-bottom: 1px gray solid;
}
.patch-table p {
	margin: 0;
	padding: 6px 0 0 0;
}

/* ---- Dealer Table ---- */
.dealer-table {
	width: auto;
}
.dealer-table td {
	vertical-align: top;
}
.dealer-table p {
	margin-left: 16px;
}
.dealer-table .inset {
	margin-left: 16px;
}

/* ---- Contact Table ---- */
.contact-table {
	width: 100%;	
	margin-left: 24px;
}
.contact-table th {
	vertical-align: middle;
	height: 58px;
	width: 60px;
}
.contact-table td {
	vertical-align: middle;
}

/* ---- Store Logo ---- */
.storelogo {
	margin-bottom: 12px;
	font-size: 8pt;
	color: #3A617E;
}
.storelogo img {
	float:left;
	padding-right:10px;
}

/* ---- Order Table ---- */
.order-table {
	width: 100%;
}
.order-table td {
	vertical-align: top;
	border-bottom: 1px #D8D8D8 dashed;
	padding: 14px 0 14px 0;
}
.order-table .divider {
	background-image: url('vert-div.gif');
	background-position: center;
	background-repeat: repeat-y;
}
.order-table a {
	color: #3A617E;
}
.order-table img {
	float: left;
}
.order-table p {
	margin: 0;
	padding: 0 0 5px 148px;
}
.order-table small {
	font-size: 8pt;
}
.order-table h1 {
	margin: 0;
	padding: 0 0 5px 148px;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #3A617E;
}
.order-table div {
	width: 158px; /*IE 5/6 hack */
	background-color: #E4E4E4;
	padding: 4px;
	margin: 0 0 6px 148px;
	border: 1px #CEDDFF solid;
}
.order-table .specialoffer {
	margin-left: 0;
}
.order-table div form {
	float: right;
	margin: 0;
	padding: 0;
}
.order-table div p {
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #3A617E;
	margin: 0;
	padding: 0;
}
.order-table div h2 {
	margin: 0;
	padding: 4px 0 1px 0;
	font-size: 12pt;
	font-weight: bold;
	color: #3A617E;
}
.order-table .break {
	height: 1px; /*IE 6 hack */
	margin: 0 0 6px 148px;
	padding: 0;
	border: 0;
	background-color: white;
	border-top: 1px #D8D8D8 dashed;
}
.order-table .break2 {
	margin: 0 0 6px 0;
	padding: 0;
	border: 0;
	background-color: white;
	border-top: 1px #D8D8D8 dashed;
}
.order-table .sale {
	color: #B70000;
}

/* ---- Special Order Table ---- */
.specialorder-table {
	width: 100%;
}
.specialorder-table th {
	width: 120px;
	text-align: right;
	font-weight: normal;
	vertical-align: middle;
}
.specialorder-table td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

/* ---- Order Misc. ---- */
.orderbyphone {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 7pt;
	color: gray;
}
.orderbyphone strong {
	font-size: 9pt;
	font-weight: bold;
	color: #3A617E;
} 

/* ---- Download Table ---- */
.download-table {
	width: 100%;
}
.download-table td {
	vertical-align: top;
	border-bottom: 1px #D8D8D8 dashed;
	padding: 14px 0 14px 0;
}
.download-table .divider {
	background-image: url('vert-div.gif');
	background-position: center;
	background-repeat: repeat-y;
}
.download-table a {
	color: #3A617E;
}
.download-table img {
	float: left;
}
.download-table p {
	margin: 0;
	padding: 0 0 5px 148px;
}
.download-table small {
	font-size: 8pt;
	color: #3A617E;
	line-height: 12px;
}
.download-table h1 {
	margin: 0;
	padding: 0 0 5px 148px;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #3A617E;
}
.download-table div {
	width: 134px;
	margin: 0 0 6px 148px;
	text-align: center;
}
.download-table div img {
	float: none;
	padding: 6px 0 1px 0;
}
.download-table .break {
	margin: 8px 0 1px 148px;
	padding: 0;
	border-top: 1px #D8D8D8 dashed;
}

/* --- Files Table --- */
.files-table {
	width: 100%;
	margin: 5px 0 10px 0;
	border-top: 1px #C0C0C0 solid;
	border-left: 1px #C0C0C0 solid;
	background-color: #F0F0F0;
}
.files-table th {
	border-bottom: 1px #C0C0C0 solid;
	border-right: 1px #C0C0C0 solid;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
.files-table th p {
	color: #3A617E;
	font-size: 11pt;
	font-weight: bold;
}
.files-table th small {
	color: black;
	font-size: 8pt;
	font-weight: normal;
}
.files-table td {
	width: 138px;
	border-bottom: 1px #C0C0C0 solid;
	border-right: 1px #C0C0C0 solid;
	text-align: center;
	vertical-align: middle;
}
.files-table img {
	padding: 0;
	margin: 0;
}
.files-table div {
	width: 138px; /*IE 5/6 hack */
	padding: 0;
	margin: 0;
}
.files-table div form {
	float: right;
	margin: 0;
	padding: 0;
}
.files-table div p {
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #3A617E;
	margin: 0;
	padding: 2px 0 0 0;
}
.files-table div h2 {
	margin: 0;
	padding: 4px 0 1px 0;
	font-size: 12pt;
	font-weight: bold;
	color: #3A617E;
}

/* ---- FAQ ---- */
.faq {
	
}
.faq a {
	text-decoration: none;
	font-size: 11pt;
}
.faq a:hover {
	text-decoration: underline;
}
.faq p {
	padding: 0 0 8px 16px;
	margin-top: -14px;
}
.faq img {
	padding: 0;
}
.faq .answer {
	margin: 0 0 14px 16px;
	padding: 2px;
	border: 1px #E0E0E0 solid;
	background-color: #FFFFDF;
}
.faq .answer a {
	font-size: 10pt;
	text-decoration: underline;
}
.faq .break {
	padding: 0 0 4px 0;
	border-top: 0;
}

/* --- Site Map Table --- */
.sitemap-table {
	width: 100%
	
}
.sitemap-table td {
	width: 50%;
	vertical-align: top;
}
.sitemap-table h1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 4px 0 2px 0;
}
.sitemap-table p {
	padding-left: 14px;
}

/* Continue Reading Tag - used at end of teaser text */
.more {
	background: url(more_or.gif) right top no-repeat;
	margin: 0 0 0 0;
	padding: 1px 15px 0 0;
	color: #3A617E;
	font-weight: bold;
	font-size: 7pt;
	font-style: normal;
	text-align: right;
	vertical-align: middle;
	height: 12px;
}
.more a {
	color: #525D9C;
	text-decoration: none;
}
.more a:hover {
	color: #DF4800;
	text-decoration: underline;
}

.top-btn {
	padding-top: 20px;
	text-align: center;
}
