/* undohtml.css */
/* (CC) 2004 Tantek Celik.
Some Rights Reserved. */
/* http://creativecommons.org/ licenses/by/2.0 */
/* This style sheet is licensed under a Creative 
Commons License. */
/* Purpose: undo some of the default styling of 
common (X)HTML browsers */
/* link underlines tend to make hypertext less readable, 
because underlines obscure the shapes of the lower 
halves of words */
:link,:visited { text-decoration:none }
/* no list-markers by default, since lists are used more 
often for semantics */
ul,ol,dl { list-style:none }
/* avoid browser default inconsistent heading font-sizes */
h1,h2,h3,h4,h5,h6 { font-size:1em; }
/* remove the inconsistent (among browsers) default ul,ol 
padding or margin */
/* the default spacing on headings does not match nor align 
with normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, 
blockquote as well */
/* form elements are oddly inconsistent, 
and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,
blockquote,fieldset,input
{ margin:0; padding:0 }

@import url("formStyles.css");

body {
	margin: 0px;
	padding:0px;
	background: #FFFFFF;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:13px;
	padding:5px 0px;
	color:#333333;
	}
a {
	color: #429BE2;
	text-decoration: underline;
}
a:link {text-decoration: underline;}
a:active {text-decoration: underline;}
a:visited {color:#429BE2;text-decoration: underline;}
a:hover {color:#59B6B1;text-decoration: none;}

 h1 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00599C;
	padding-bottom: 10px;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00599C;
	padding: 10px 0px 0px;
	text-transform: uppercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight:bold;
	padding-top: 10px;
}

cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:130%;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style:normal;
	display:block;
}

sup {
	font-size: 80%;
	vertical-align: text-top;
}

dl {
	padding:5px 10px 5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333333;
}

dt {
	font-weight:bold; 
	padding:0px 0px 5px 20px;
	font-size:13px;
	line-height:18px;
}

dd {
	font-style:normal; 
	padding: 0px 0px 25px 0px;
	font-size:13px;
	line-height:18px;
}
	
em {padding-right:.1em}	

.references {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	color: #333333;
	font-style:normal;
	margin:25px 0px 0px 0px;
}

.references h4 {font-weight:bold;font-size: 10px;}

.references ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0px 0px 0px 20px;
	padding:0px 20px 0px 0px;
}

.references ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:13px;
	color: #333333;
	padding:0px 0px 5px 0px;
	margin: 0px 0px 0px 10px;
}

.references p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	color: #333333;
	font-style:normal;
	
}



/*WRAPPER, MAIN LAYOUT DIVS*/

.divWrapper {
	background-color:#FFFFFF;
	background:none;
	width:768px;
	margin:0px;
	padding: 0px;
	
}
.divShadow {
	background-color:#FFFFFF;
	background:none;
	width:768px;
	margin:0px;
	padding: 0px;
}
	
#divContent {
	background-color:#FFFFFF;
	background:none;
	float:left;
	top:0;
	margin:0px 0px 0px 0px;
	padding:10px 0px 20px 0px;
	border-top:solid 8px #B4EDED;
	width: 768px;
	overflow: visible;
	clear:both;
}

/*WIN IE POSITIONING*/

* html body #divContent {
	position:relative;
	top:0;
	left:0px;
	margin-left:0px;
	}

/* MAC IE POSITIONING*/

* html>body #divContent {
	float: left;
	margin-left:0px;
	clear:none;
}


#divContentSB {
	background-color:#FFFFFF;
	background:none;
	float:left;
	top:0;
	margin:0px 0px 0px 0px;
	padding:10px 0px 20px 10px;
	border-top:solid 8px #B4EDED;
	width: 768px;
	overflow: visible;
	clear:both;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 758px;
}

/*WIN IE POSITIONING*/

* html body #divContentSB {
	position:relative;
	top:0;
	left:0px;
	margin-left:0px;
	}

/* MAC IE POSITIONING*/

* html>body #divContentSB {
	float: left;
	margin-left:0px;
	clear:none;
}


/* Win IE lose top margin so navigation bottom border will show without a gap */
* html body #divContentSB {
	margin-top: 0px;
}
* html body #divContent {
	margin-top: 0px;
}

/*SET SECTION SELECTED*/

body.Home #aHome,
body.LearnAboutRestasis #aLearnAboutRestasis,
body.WhatIsCDE #aWhatIsCDE,
body.AskYourDoctor #aAskYourDoctor,
body.KeysToSuccess #aKeysToSuccess {
	color: #9dfcfa;
	background-image:url(images/navIndicator.gif);
	background-position:0px;
	background-repeat:no-repeat;
}

/*HEADER AND GLOBAL NAVIGATION*/	
  
.divHeader {
	background-image: url(images/headerBG.jpg);
	margin: 0px;
	padding: 0px;
	height: 147px;
	width: 768px;
	position: relative;
	top: 0px;
	left: 0px;
}
#logoHome {
	float:left; 
	padding:27px 0px 20px 35px;
}

* html body #logoHome {
	float:left; 
	padding:27px 0px 20px 10px;
}

	
#divNavigation {
	float: left;
	height: 47px;
	width: 768px;
	background-color: #035d9f;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	border-bottom:solid 5px #43a4c8;

}

* html body #divNavigation {
	width: 720px;


}

/* fix IE Mac positioning on main navigation - no float*/
* html>body #divNavigation {
	position:absolute;
	left:0px;
	top:102px;
	} 
	
* html body #divNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

 * html body #divNavigation li {
	display: inline;
	float:left;
	padding: 5px;
	height: 25px;
	padding:5px 10px 5px 15px;
	background: url(images/navDivider.gif) left no-repeat;
	text-align:left;
	}

* html body #divNavigation li a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding:0px 0px 0px 15px;
	float:left;
}


#divNavigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#divNavigation li {
	display: inline;
	float:left;
	padding: 10px;
	height: 25px;
	padding:5px 30px 5px 15px;
	background: url(images/navDivider.gif) left no-repeat;
	text-align:left;
	}

#divNavigation #noBGimage  {
	background-image:none;
	margin-top:8px;

}
#divNavigation li a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding:0px 0px 0px 20px;
	float:left;
}
 /* Fix IE Mac nav display problem \*/
  #divNavigation li a {float:none;}
  /* End IE5-Mac hack */

#divNavigation li a:hover {
	color: #9dfcfa;
}

.scaleFonts {
	display:none;
	visibility:hidden;
}

.scaleFonts p {	
	display:none;
	visibility:hidden;
}

	
.proButton {
	display:none;
	visibility:hidden;
}


/*FIX MAC IE POSITIONING ON SCALE FONT AND CONSUMER TOGGLE BUTTONS*/

* html>body .scaleFonts {
	display:none;
	visibility:hidden;
}

* html>body .proButton {
	display:none;
	visibility:hidden;
}



/*FOOTER AREA*/

#divFooter {
	background:none;
	position: relative;
	width: 794px;
	left: 0px;
	text-align: left;
	}

#footerBand {
	height: 50px;
	width: 738px;
	background-color: #FFFFFF;
	border-top:solid 1px #429BE2;
	padding:0px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-left: 15px;
	

}


#footerBand img {
	padding-left: 15px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 15px;
	float: left;
	margin: 13px 15px;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin:0px;

}
#footerBand p {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	width: 550px;
	font-size:11px;
	line-height:150%;
	
}

#footerBand a:visited {color:#429BE2;}


#divFooter #disclaimer {
	width:680px;
	display:block;
	margin-bottom: 30px;
	overflow: hidden;
	margin-left:45px;
	margin-top:15px;
}

/* Win IE remove disclaimer margin */

* html body #divFooter #disclaimer {
	margin-bottom: 0px;
}

#divFooter #disclaimer p {
	line-height: 130%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:0px;
	padding-right:0px;
}
#divFooter #disclaimer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left:0px;
}

.email2 {
	display:none;
	visibility:hidden;
}

/*HOME PAGE*/

#colHomeLft {
	width: 222px;
	margin-right: 13px;
	margin-left:2px;
	float:left;
	overflow: hidden;
}
#colHomeCnt {
	width: 290px;
	margin-right: 12px;
	float:left;
	overflow: hidden;
	margin-top:5px;
}
#colHomeSidebar {
	width: 208px;
	float:right;
	overflow: hidden;
}

/* IE Mac increase top padding on sidebar */
*>html #colHomeSidebar {
	margin-top:18px;
	}
	
#FBhomeSmall {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
#FBhomeSmall h1 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color: #00599C;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 110%;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
}
#FBhomeSmall img {
	padding-left: 5px;
}
#FBhomeSmallbott {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	width:220px;
	
}
#FBhomeSmallbott p {
	display:block;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#colHomeCnt  h1 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color: #00599C;
	font-size: 16px;
	background-image: url(images/icon_arrow_lrg.gif);
	background-repeat: no-repeat;
	padding-left: 27px;
	margin:5px 0px;
	overflow:visible;
}

#iconCapt {
	float: left;
	margin-right: 8px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	width: 91px;
}
#iconCapt a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height:100%;
}
#colHomeSidebar object {
	margin-left: 10px;
}
#HomeSidebar {
	background-color: #FFFFFF;
	width: 208px;
	border-top: 1px solid #429be2;
	border-bottom: 1px solid #429be2;
	margin:10px 0px;
}

#HomeSidebar h1{
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color: #00599C;
	text-transform: uppercase;
	font-size: 12px;
	background: url(images/dividerine.gif) repeat-x bottom;
	padding: 5px 5px 5px 10px;
	margin-bottom:5px;
	
}

#HomeSidebar h2{
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color: #00599C;
	text-transform: uppercase;
	font-size: 12px;
	background: url(images/dividerine.gif) repeat-x bottom;
	padding: 5px 5px 5px 10px;
	margin-bottom:5px;
	background-color:#e6fafc;
}

#HomeSidebar p {
	display:block;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	padding:5px 10px;
}
#HomeSidebar form {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#HomeSidebar label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-bottom: 0px;
	display: block;
	padding-top: 5px;
}
#HomeSidebar form p {
	display: block;
	margin: 0px 0px 10px;
	padding: 10px 0px 0px;
}

h1 a:link {text-decoration: none; color: #00599C;}
h1 a:active {text-decoration: none; color: #00599C;}
h1 a:visited {text-decoration: none; color: #00599C;}
h1 a:hover {text-decoration: none; color: #59B6B1;}

#colHomeCnt blockquote {
	width: 190px;
	float:left;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 16px;
	display: block;
	margin-bottom: 8px;
	overflow:visible;	
}



/*-------------------------INTERIOR NAVIGATION STYLES------------------------------------------------------------*/


#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px 0px 5px 10px;
}

#subnav {
	float:left;
	width:205px;
	margin:0px;
	padding:0px;
	
	}

 #subnav li {
 	list-style-type: none;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	
	
 }
 
  #subnav a {
	display: block;
	text-decoration:none;
	background-image: none;
	background-repeat: repeat-y;
	width: 200px;
	padding:9px 11px;
	border: 1px solid #429BE2;
	margin:5px 0px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 173px;

  }	

#subnav a span {
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	display:block;
}

#subnav a:link, #subnav a:active, #subnav a:visited  {color: #429BE2;}
#subnav a:hover {
	background-image: none;
	text-decoration: none; 
	color: #035D9F;
}

#subnav .current a:link, #subnav .current a:active, #subnav .current a:visited {
	color: #035D9F;
	display: block;
	text-decoration:none;
	background-image: none;
	background-repeat: repeat-y;
	width: 200px;
	padding:9px 11px;
	border: 1px solid #035D9F;
	margin:5px 0px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 173px;
  }	
  
 #subnav .current a span {
  	font-size: 12px;
	font-weight: bold;
	margin:0px;
	display:block;
	background-image: none;
	
}

/*--------------MY TEARS MY REWARDS SECTION SUBNAV CLASS-------------------------------------------------------------*/

.subnav {
	float:left;
	width:205px;
	margin:0px;
	padding:0px;
	
	}

.subnav li {
 	list-style-type: none;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	
 }
 
.subnav a {
	display: block;
	text-decoration:none;
	background-image: none;
	width: 201px;
	padding:9px 13px;
	border: 1px solid #429BE2;
	margin:5px 0px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 169px;

  }	
  
.subnav a span {
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	display:block;
}
  

.subnav a:link, .subnav a:active, .subnav  a:visited  {color: #429BE2;text-decoration: none;}
.subnav a:hover {
	text-decoration: none; 
	color: #035D9F;
	background-image: none;
}

.subnav .current a:link, .subnav .current a:active, .subnav .current a:visited {
	color: #035D9F;
	display: block;
	text-decoration:none;
	background-image: none;
	width: 201px;
	padding:9px 13px;
	border: 1px solid #035D9F;
	margin:5px 0px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 169px;
  }	
  
.subnav .current a span {
  	font-size: 12px;
	font-weight: bold;
	margin:0px;
	display:block;
	background-image: none;
}

.subnav dl {
	margin:0px;
	padding:0px;
}

.subnav dt {
	margin:0px;
	padding:0px 5px 0px 0px;
}


/*----------------------TERTIARY NAV FOR MTMR PAGES--------------------------------------------------------------------*/

 #tertnav dl {
   font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height:110%;
	font-weight:bold;
	}
 
 #tertnav dt a {
	color:#429BE2; 
	border:none; 
	width:177px; 
	padding:3px 5px 8px 10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height:110%;
	font-weight:bold;
	background:url(images/dividerine.gif) bottom left repeat-x;

  }	
 #tertnav #last a {background:none;}
 #tertnav dt a:link,  #tertnav dt a:active,  #tertnav dt a:visited  {color: #429BE2;}
 #tertnav dt a:hover {
	text-decoration: none; 
	color: #035D9F;
}

 #tertnav #current a {color:#035D9F;}
 #tertnav #lastCurrent a {background:none; color:#035D9F;}	
 
 #MTMR h1 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color: #00599C;
	font-size: 16px;
	background-image: url(images/icon_arrow_lrg.gif);
	background-repeat: no-repeat;
	padding-left: 27px;
	margin:5px 0px;
	overflow:visible;
}

 #MTMR blockquote {
	width: 200px;
	float:left;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	line-height: 16px;
	display: block;
	margin-bottom: 8px;
	overflow:visible;	
}

/*-----------------INTERIOR PAGE COLUMNS, FEATURE BOXES AND TEXT LAYOUT---------------------------------------------------*/
  	
#col3Interior {
	float: left;
	width: 326px;
	margin:10px 0px 0px 10px;
}

#col3InteriorTrack {
	float: left;
	width: 268px;
	margin:10px 0px 0px 10px;
}

#col2Interior {
	float: left;
	width: 540px;
	margin:10px 0px 0px 10px;
}

#col2InteriorNN {
	float: left;
	width: 530px;
	margin:10px 0px 0px 20px;
}

* html body #col2InteriorNN {
	float: left;
	width: 510px;
	margin:10px 0px 0px 20px;
}

#col1Interior {
	float: left;
	width: 670px;
	margin:10px 20px 0px 20px;
}

#intSidebar {
	float: left;
	width: 200px;
	margin-left: 14px;
}

#intSidebar object {
	display:block;
	margin-bottom:10px;
}

#intSidebar img {
	margin-bottom:7px;
}

#col2Interior span {font-weight: bold;}

/*-----------------INTERIOR FEATURE BOXES--------------------------------------------------------------------*/

#FBintSmall {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	width:200px;
	overflow:visible;
	float: left;	
}

#FBintSmall h1 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color: #00599C;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 110%;
	background: url(images/dividerine.gif) repeat-x bottom;	
	padding: 8px 8px 8px 12px;
	margin:0px 3px;
}

#FBintSmallbott {
	background: none;
	width:200px;
	padding:5px 10px 15px 15px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 175px;
	
}

#FBintSmallbott p {
	display:block;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	padding:5px 0px;
	margin:0px;

}
.divSidebarFloat {
	width:200px;
	overflow:hidden;
	float: right;
	margin:0px 0px 10px 10px;
	display:block;
	background-color: #FFFFFF;
}

#sidebarFloat {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	width:200px;
	overflow:hidden;
	float: right;
	margin:0px 0px 10px 0px;
	display:block;
	background-color: #FFFFFF;
}

#sidebarFloat h1 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color: #00599C;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 110%;
	background: url(images/dividerine.gif) repeat-x bottom;	
	padding: 8px 8px 8px 12px;
	margin:0px 3px;
}


#sidebarFloatbott {
	background: none;
	width:200px;
	padding:5px 10px 15px 15px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 175px;
	
}

#sidebarFloatbottMd {
	background: none;
	width:200px;
	padding:5px 10px 15px 15px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 175px;
	
}
#sidebarFloat h2{
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color: #00599C;
	text-transform: uppercase;
	font-size: 12px;
	background: url(images/dividerine.gif) repeat-x bottom;
	padding: 5px 5px 5px 10px;
	background-color:#e6fafc;
	border-top:solid 1px #429be2;
	display: block;
	width: 188px;
	margin:5px -8px 5px -10px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 174px;
}

#sidebarFloatbott p {
	display:block;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	padding:5px 5px 5px 0px;
	margin:0px;
}

 
	
#sidebarFloatbottMd p {
	display:block;
	font-size: 12px;
	line-height: 120%;
	text-align: left;
	padding:5px 5px 5px 0px;
	margin:0px;

}

#intSidebar p {padding:10px 0px 10px 0px;}

#imgRightSB {
	float:right; 
	padding: 5px 2px 5px 0px;	
	margin: 0px;
	clear:both;
	border:none;
	}
	
#sideImgLeft {
	float: left;
	padding-right: 5px;
	clear:both;
	border:none;
}

.divSidebarFloat  label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #00599C;
}

#sidebarFloat form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}

.divSidebarFloat object {
	margin-bottom: 15px;
	float:left;
}
	

/*-----------------SIGN UP FORM STYLES-------------------------------------------------------------------------------------*/

#infoSign form h3 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00599C;
	display:block;
	padding: 5px 0px 5px 5px;
	margin:10px 10px 10px -5px;
	text-transform: uppercase;
	background: #e6fafc url(images/dividerine.gif) repeat-x bottom;	
	border-top:solid 1px #00599C;
	overflow:hidden;
}
/*fix IE Mac H# overflow visibiilty*/

* html>body #infoSign form h3 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00599C;
	padding: 5px 0px 5px 5px;
	margin:10px 10px 10px -5px;
	text-transform: uppercase;
	border:none;
	background: none;
	overflow:hidden;
}

#infoSign form {
	font: 13px/120% Arial, Helvetica, sans-serif;
	color:#333333;
	margin-bottom:20px;
	}

#infoSign form li {
	display: block;
	list-style-type: none;
	padding-bottom:3px;
}

#infoSign form ul {
	padding:0px;
	margin: 10px 10px 10px 30px;
}

#infoSign label {
	font-weight: bold;
	color: #00599C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#infoSign input {
	margin-right: 3px;
}

#additionalInformation input {
	float: left;
	margin-bottom:5px;

}

#infoSign p {
	margin-right: 10px;
	margin-left: 0px;
}

#infoSign .note {
	font-size:10px;
	color: #00599C;
	font-weight: bold;
	line-height: normal;
}

#infoSign form span {
	color: red;
}

#infoSign #firstsection {
	margin-top: 5px;
}

.list2col ul {
	float: left;
	width: 400px;
}

.list2col li {
	float: left;
	width: 200px;
}

.hilite {
	color: #0098FE;
	margin-top: -10px;
	margin-bottom: 10px;
}
#map {
	display: block;
	margin-top: -15px;
}

#textHilite {
	color: #0098FE;
}
form label {
	display: block;
	font-weight: bold;
	color: #00599C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
	
#userInformation {margin: 15px 0px 30px 0px;}

#userInformation input {
	margin: 0px 0px 10px 0px;
	display:block;
	width:300px;
}
	
#infoSign form .arrowbulletSB li {margin-left:30px;}

#infoSign select {
	display: block;
	margin-bottom: 10px;
}

#userInformation .note {
	font-size:10px;
	color: #00599C;
	font-weight: bold;
	line-height: normal;
	display:block;
	margin:-5px 0px 10px 0px;
}

/*-----------------SCREENER AND POPUP BOX STYLES-------------------------------------------------------------------------------------*/

#infoSign form ul li {
	display: block;
	list-style-type: none;
	padding-bottom:3px;
	background:none;
}

#infoSign form ul {
	padding:0px;
	margin: 10px 10px 10px 30px;

}

#screener label {
	color: #33333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display:inline;
}

#screener input {
	margin-right: 3px;
}

#infoSign form .hilite {border:solid 1px #00599C; background:#e6fafc;}

#screener form {
	width: 450px;
	background-color: #F7FEFF;
	padding: 8px 20px 20px 20px;
	border: 1px solid #429BE2;
	margin-top: 10px;
	margin-bottom: 10px;
}

#screener form ul li {
	display: block;
	list-style-type: none;
	padding-bottom:3px;
	background:none;
}


#divPopMedium {
	width:600px;
	background-color:#FFFFFF;
	border-top:solid 10px #43a4c8;
	border-bottom:solid 20px #035d9f;
}
#screenerPop {
	width: 550px;
	padding: 8px 20px 20px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#screenerPop li {
	display: block;
	list-style-type: none;
	padding-bottom:3px;
	background:none;
}

#screenerPop span {
	font-weight:bold;
}

#screenerPop ul {
	padding:0px;
	margin: 10px 10px 10px 30px;

}
#screenerPop label {
	color: #33333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#screenerPop input {
	margin-right: 3px;
}

#infoSign form .hilite {border:solid 1px #00599C; background:#e6fafc;}

.divSidebarFloat img {
	margin-bottom: 10px;
}

#divPopSmall {
	width:400px;
	background-color:#FFFFFF;
	border-top:solid 10px #43a4c8;
	border-bottom:solid 20px #035d9f;
}

#smallPopContent {
	width: 350px;
	padding: 8px 20px 15px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#smallPopCopy {
	padding:15px 20px 15px 26px;
}

.emailBox {padding:20px 0px 0px 25px;}

.emailBox form {margin-top: 10px;}

#screenerPop .emailBox form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #035D9F;
	float: left;
	width: 170px;
	height: 20px;
	text-align: right;
	display: block;
	margin:5px 0px;
	padding: 0px;
}

#screenerPop .emailBox form input {
	float: left;
	width: 250px;
	margin:5px 0px 5px 5px;
	height: 20px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
	padding: 0px;
}
#screenerPop .emailBox .submitButton {
	display: block;
	width: 300px;
	padding-top: 15px;
	
}

#screenerPop .emailBox .submitButton input {
	height: 18px;
	width: 73px;
	padding-left:170px;
    padding-top: 20px;
}

* html body #screenerPop .emailBox .submitButton input {padding-top:0px;}


#smallPopContent form label {
	font-weight: bold;
	color: #00599C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#screenerPop blockquote {margin: 10px 20px;}

/*-----------------ECP LOCATOR STYLES-------------------------------------------------------------------------------------*/

.ECPbox {
	width: 315px;
	border-top: 1px solid #429BE2;
	border-bottom: 1px solid #429BE2;
	margin:10px 0px 10px 0px;
	background-color: #F7FEFF;
}

#ECP form {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#ECP label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 0px;
	display: block;
	padding-top: 5px;
}
#ECP form p {
	display: block;
	margin: 0px 0px 10px;
	padding: 10px 0px 0px;
}

.ECPresults {
	display:block;
	margin-bottom:10px;
	padding:10px 0px 30px 0px;
}

.ECPresults p {
	text-transform:uppercase;
	padding:0px;
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
}

.ECPresults span {
	text-transform:uppercase;
	font-weight:bold;
}

.ECPresults h1 	{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00599C;
	text-transform: uppercase;
	border-bottom:solid 1px #CCCCCC;
	padding: 0px;
	margin: 0px 0px 5px;
	}
	
#viewMap {
	float: left;
	padding-top: 10px;
	height: 20px;
}
#viewMap a {
	font-size: 10px;
	color: #429BE2;
	font-weight:bold;
	text-decoration: none;
	padding:2px 3px 2px 3px;
	border: 1px solid #429BE2;
	
}

#viewMap a:hover {
	color: #59B6B1;
	background-color: #EBFAFA;
	border: 1px solid #59B6B1;
}	

.counterBox {
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #429BE2;
	border-top: 1px solid #429BE2;
	padding: 5px 0px 5px 0px;
	margin-top:20px;
	font-size:12px;
}

/*-----------------STYLES FOR MY TEARS, MY REWARDS SECTION--------------------------------------------------------------------*/

#MTMRlogin form {
	padding:-5px 0px 5px 0px;
}

#MTMRlogin label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00599C;
	padding-bottom: 0px;
	display: block;
	padding-top: 5px;
}

#MTMRlogin img {
	display:block;
	padding-top:10px;
}

#MTMRlogin .notelink {
	font-size:10px;
	margin-bottom:5px }

#MTMRContact table tr {padding-bottom: 10px;}

#MTMRContact table td {padding-bottom: 5px;}

.MTMRhome {
	width:320px; 
	padding:0px 5px 5px 0px;
	margin:5px 0px 5px 0px; 
	float:left;
}

.MTMRhome h2{
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color: #00599C;
	text-transform: uppercase;
	font-size: 12px;
	background: url(images/dividerine.gif) repeat-x bottom;
	padding: 5px 5px 5px 3px;
	background-color:#e6fafc;
	border-top:solid 1px #429be2;
	display: block;
	margin:5px 0px 5px 0px;
}

.MTMRhome h3 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color: #00599C;
	text-transform: uppercase;
	font-size: 12px;
	background: url(images/dividerine.gif) repeat-x bottom;
	padding: 5px 5px 5px 3px;
	background-color:#FFFFFF;
	border-top:solid 1px #429be2;
	display: block;
	margin:15px 0px 5px 0px;
}

.segmentHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00599C;
}

.logout {
	text-align:right; 
	margin:-10px 10px 0px 0px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
	color: #333333;
}



/*-----------------MY TEARS, MY REWARDS TRACKER BOX STYLES---------------------------------------------------*/

.divTrackerbox {
	width:263px;
	overflow:hidden;
	float: right;
	margin:0px 0px 10px 10px;
	display:block;
	background-color: #FFFFFF;
}

#trackerbox {
	background-image: none;
	width:263px;
	overflow:hidden;
	float: right;
	margin:0px 0px 10px 0px;
	display:block;
	background-color: #FFFFFF;
}

#trackerbox h1 {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: normal;
	color: #00599C;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 110%;
	background: url(images/dividerine.gif) repeat-x bottom;	
	padding: 8px 12px 8px 12px;
	margin:0px 5px;
}

#trackerboxBott {
	background-image: none;
	width:263px;
	padding:5px 10px 15px 15px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 238px;
}

#trackerbox p {
	display:block;
	font-size: 12px;
	line-height: 110%;
	text-align: left;
	padding:5px 5px 5px 0px;
	margin:0px;
}

#trackerbox label {margin:5px 0px;}

#trackerboxline {
	background: url(images/dividerine.gif) repeat-x left top;
	margin: 3px 0px 3px 0px;
}

#trackerbox img {padding:8px 0px;}

#trackEntry h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00599C;
	background: url(images/dividerine.gif) repeat-x left top;
	display: block;
	margin-top: 5px;
	padding:5px 0px 8px 0px;
}

#col2Interior #trackEntry ul { 
	margin: 0px;
	padding-left: 0px;
}

#col2Interior #trackEntry li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 120%;
	background:none;
	padding:1px 0px;
}

#trackEntry a {
	font-size: 10px;
	color: #429BE2;
	font-weight:bold;
	text-decoration: none;
	padding:2px 3px 2px 3px;
	border: 1px solid #429BE2;
	text-transform:uppercase;
	margin:10px 0px 5px 0px;
	display:inline;
	
}

#trackEntry a:hover {
	color: #035D9F;
	background-color: #EBFAFA;
	border: 1px solid #035D9F;
}	

#liTrackBtn {margin-top:5px;}

#trackEntry {
	display: block;
	margin:5px 0px 15px 0px;
}
	
/*-----------------SITEMAP STYLES-----------------------------------------------------------------------------*/

.sitemap ul {
	width:308px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
	font-size:13px;
	color:#333333;
}

.sitemap li {
	padding:5px 25px 15px 0px;
}

.sitemap li span {
	display:block;
	font-weight:bold;
}
.sitemap li a {color: #429BE2; text-decoration:underline;}
.sitemap li a:link, .sitemap li a:active, .sitemap li a:visited  {color: #429BE2; text-decoration:underline;}
.sitemap li a:hover {
	text-decoration: none; 
	color: #59B6B1;
}

/*-----------------BACK TO TOP LINK-----------------------------------------------------------------------------*/

#backTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	background-image: url(images/icon_up_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#backTopDL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	background-image: url(images/icon_up_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left:0px;
}

* html body #backTopDL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	background-image: url(images/icon_up_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left:-40px;
}

/*----------------ORDERED AND UNORDERED LISTS - DEFAULT AND INLINE SPECIALIZED----------------------------*/

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	padding: 10px 0px 5px 10px;
}

ol li {
	padding-top: 5px;
	margin-left:20px;
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: decimal;
}

#col2Interior .arrowbulletSB {
	margin:0px;
	padding:0px;
}

#col2Interior .arrowbulletSB li {
	padding-left: 15px;
	list-style: none;
	background: url(images/arrow_box_sm.gif) no-repeat eft 5px;
	line-height:16px;
}

#col1Interior ul, #col2Interior ul, #col3Interior ul {
	margin: 10px 0px 15px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333333;
	padding-left: 20px;
}

#col1Interior ul li, #col2Interior ul li, #col3Interior ul li {
	padding:3px 0px 3px 15px;
	list-style:square;
	list-style-position:outside;
	margin-bottom: 2px;
}

* html body #col1Interior ul li, * html body #col2Interior ul li, * html body #col3Interior ul li {background-position: left 8px;}

#col1Interior ul ul li, #col2Interior ul ul li, #col3Interior ul ul li {
	padding:0px 0px 0px -15px;
	list-style:disc;
	list-style-position:outside;
	margin-bottom: 2px;
	margin-left:-20px;
}

* html body #col1Interior ul ul li, * html body #col2Interior ul ul li, * html body #col3Interior ul ul li {
	padding:0px 0px 0px -25px;
	margin-bottom: 2px;
	margin-left:-35px;
}



/*-----------------IMAGES, LINES AND MISCELLANEOUS STYLES-----------------------------------------------------------------------------*/

#imgLeft {
	float:left;
	padding: 5px 5px 5px 0px;
	margin: 0px;
	clear:both;
	border:none;
}
#imgRight {
	float:right; 
	padding: 5px 0px 5px 5px;	
	margin: 0px;
	clear:both;
	border:none;
}
	
#accentHeaderBG{
	background-color:#e6fafc;
	background: url(images/dividerine.gif) repeat-x top;
}

#dashed {
  background: #fff url(images/dividerine.gif) repeat-x bottom;
  height:1px;
  margin:0px 3px;
  padding:0px;
}
#dashedFooter {
  background: #fff url(images/dividerine.gif) repeat-x bottom;
  height:1px;
  margin:0px 30px;
  padding:0px;
}
div.hr {
  height: 15px;
  background: #fff url(images/dividerine.gif) repeat-x bottom;
}

div.hr hr {display: none;}

.clearer {
	clear:both;
	line-height:0px;
	height:0px;
	font:1px;
}

.red {color: #FF0000;}

#coupon {
	margin-left: 10px;
}
