/* VISX Screen CSS */


/* Overarching Tag Rules */

body {
	margin:0;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #000;
}

/*IE 5 bad dog!!!*/
/*These global selectors exist to overwrite IE 5's font rendering issues '*/
p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #000;
}

/* All H's here now for ease of use */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	margin:0 0 12px 0;
}

.disclaimer {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 6pt;
}

.form {
	color: #001a7b; 
}

.space10w {
	width: 10px;
}

.space10h {
	height: 10px;
}
	
img {
	border: 0;
}

a:link { 
	color: #001a7b; 
	text-decoration:none;
}

a:visited { 
	color: #001a7b; 
	text-decoration:none;
}


ul.sitemap {
	margin: 20px 0 0 0; 
	padding: 0; 
	list-style-type: none;
}

ul.sitemap li {
	font-weight: bold;
	margin: 0 0 20px 0; 
} 

ul.sitemap li ul {
	list-style: disc;
	margin: 0;
	padding: 0; 
}

ul.sitemap li ul li{
	font-weight: normal;
	list-style: disc;
	margin: 5px 0 5px 40px;
}

/* Main Container */

#container {
	margin-top: 0;
	margin-bottom: 20px;
	background: #fff;
	width: 6.5in;
	border: 1px solid #000;
}

/* Header */

#header {
	background: url("/images/header_bg.gif") no-repeat;
	width: 6.5in;
	height: 71px;
}

#header td.logohold {
	width: 245px;	
}

#header img.logo {
	margin: 12px 0 0 21px;
}

#header table.headernav {
	/*margin: 12px 0 0 0;*/
	display: none;
}

/* Sub header print only */ 
#subhdeading {
	border-bottom: 1px solid #000;
}

#subhdeading img {
	display: none;
}
/* Homepage Items */

#homepromo {
	background: url("/images/home_promoshad_bg.gif") repeat-x left bottom;
	width: 6.5in;
	height: 168px;
}

#homepromo img{
	margin:0;
	padding:0;
	border:0;
}

#homenav {
	width: 6.5in;
	height: 284px;
}

#homenav td.holder table{
	width: 6in;
	margin: .25in;
}

#homenav td.mainsection{
	width: 2in;
}

#homenav td.mainsection img{
	display: block;
	margin-bottom:10px;
}

#homenav td.mainsection p{
	margin: 0 0 18px 0;
	font-size: 8pt;
}

#homenav td.mainsection a{
	display: block;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: underline;
	margin: 0 0 10px 0;
}

#homenav td.dotdiv {
	/*
background: url("/images/dots_home.gif") repeat-y center;
	width: 31px;
	padding: 0;
*/
	display: none;
}

/* *** Subpages *** */

/* Subpage Container */
#subpage {
	margin-bottom: 90px;
}

/* Sub Navigation */
#subnav {
	width: 1.5in;
}

#subnav table {
	/*background: url("/images/dots_home.gif") repeat-y right;*/
	width: 1.5in;
}

#subnav table.blank{
	height: 1.5in;
}

#subnav table table {
	width: auto;
	margin: 5px 6px 0 6px;
	background-image: none;
}

#subnav table table td a{
	display: block;
	font-weight: bold;
	margin: 5px 0 5px 5px;
}

#subnav table table td.currentpage{
	background: url("/images/nav_triangle.gif") no-repeat 0px 8px;
}

#subnav table table table {
	margin: 0;
}

#subnav table table table td a{
	font-weight: normal;
	margin: 5px 0 5px 12px;
}

#subnav table table table td.currentpage{
	background: url("/images/nav_triangle.gif") no-repeat 5px 8px;
}

#subnav table table table table{
	margin: 0;
	background: #ebeefd;
}

#subnav table table table table td a{
	margin: 5px 0 5px 21px;
}

#subnav table table table table td.currentpage{
	background: url("/images/nav_triangle.gif") no-repeat 12px 8px;
}

/* Submain - "Main Content" */

#submain {
	width: 4in;
}

#submain table{
	width: 3.75in;
	margin: .25in 0 .125in .25in;
}

#submain table p{
	margin-top: 0;
	font-size: 9pt;
}

#submain table td{
	font-size: 9pt;
}

#submain table li{
	font-size: 9pt
}

#submain table table{
	font-size: 9pt
	margin:0;
	width: auto;
}

/* Submain Distributor - "Main Content" */

#submain_distributor {
	width: 5in;
}

#submain_distributor table{
	width: 4.5;
	margin: .25in .25in .125in .25in;
}

#submain_distributor table p{
	margin-top: 0;
	font-size: 9pt;
}

#submain_distributor table td{
	font-size: 9pt;
}

#submain_distributor table li{
	font-size: 9pt;
}

#submain_distributor table table{
	font-size: 9pt;
	margin:0;
	width: auto;
}

/* right side - "open section" */

#subright {
	width: 1in;
}


/* Footer */

#footer {
	width: 6.5in;
	height: 30px;
}

#footer td {
	font-size: 7pt;
}

#footer a:link { 
	color: #000; 
	text-decoration:none;
}
#footer a:visited { 
	color: #000; 
	text-decoration:none;
}
#footer a:hover { 
	color: #000; 
	text-decoration:underline;
}
#footer a:active { 
	color: #000; 
	text-decoration:underline;
}

/* Subpage additions */

#subpage h1 {
	color: #001975;
	margin: 0;
}

#subpage table.titlesub {
	width: 3.75in;
	margin-top: 0;
	margin-bottom: 6px;
}

#subpage table.titlesub h2{
	color: #000;
	font-size: 11px;
	margin: 3px 0 3px 0;
}

#subpage table.subsubnav {
	background: #ebeefd;
	width: 3.75in;
	margin-top: 0;
	margin-bottom: 6px;
}

#subpage p.spaceme {
	margin-top: 4px;
	margin-bottom: 0;
}