/* 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 }

html { min-height: 100%; margin-bottom: 1px; }

body {
	margin: 0px;
	padding:0px;
	background: #d3f4fe  url(images/bodyBG.gif) repeat-x top left;
	text-align:center;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:15px;
	padding:5px 0px 10px;
	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: 19px;
	font-weight: bold;
	color: #00599C;
	padding-bottom: 10px;
}

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

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

cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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:15px;
	line-height:20px;
	color:#333333;
}

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

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

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

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

.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: 11px;
	line-height:14px;
	color: #333333;
	padding:0px 0px 5px 0px;
	margin: 0px 0px 0px 10px;
}

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

/*IE WIN - FIX WHITESPACE ON ORDERED LISTS*/
* html body .references ol {
	margin: 0px 0px 0px 20px;
	padding:0px 20px 0px 0px;
	
}

* html body .references ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	color: #333333;
	padding:0px 0px 5px 0px;
	margin: 0px 0px 0px 10px;
	list-style:decimal; 
	list-style-position:inside; 
	text-indent:-16px;
}


	


/*-----------------------WRAPPER, MAIN LAYOUT DIVS---------------------------------------------------------------------*/

.divWrapper {
	background: #d7f5fe  url(images/wrapperBG2.gif) repeat-y center top;
	width:892px;
	margin:0px auto;
	padding: 0px;
	text-align:left;
	
}
.divShadow {
	background-image: url(images/wrapperBG1.gif) ;
	background-repeat: no-repeat;
	background-position: top;
	width:892px;
	padding: 0px;
	margin:0px auto;
}
	
#divContent {
	background-color:#FFFFFF;
	float:left;
	top:0px;
	margin:0px 0px 0px 62px;
	padding:10px 0px;
	border-top:solid 8px #B4EDED;
	width: 768px;
	overflow: visible;
	clear:left;
	
}

/*WIN IE POSITIONING*/
* html body #divContent {margin-left:31px; padding-bottom:0px; margin-bottom:-10px}


/* MAC IE POSITIONING*/

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


/*-------------------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 2px;
	background-repeat:no-repeat;
}

/*-------------------HEADER AND GLOBAL NAVIGATION---------------------------------------------*/	
  
.divHeaderSplash {
	background-image: url(images/headerBG.jpg);
	margin: 0px;
	padding: 0px;
	height: 107px;
	width: 768px;
	position: relative;
	top: 0px;
	left: 62px;
}

.divHeader {
	background-image: url(images/headerBG.jpg);
	margin: 0px;
	padding: 0px;
	height: 147px;
	width: 768px;
	position: relative;
	top: 0px;
	left: 62px;
}

#logoHome {
	float:left; 
	padding:27px 0px 10px 35px;
}


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

}


/* fix IE Mac positioning on main navigation - no float*/
* html>body #divNavigation {
	position:absolute;
	left:0px;
	top:102px;
	} 
	
#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 10px 20px;
	float:left;
}

/*WIN IE ADD MORE PADDING UNDER LINK FOR DROPDOWN NAV PLACEMENT*/
* html body #divNavigation li a {padding-bottom:0px;}

 /* Fix IE Mac nav display problem \*/
  #divNavigation li a {float:none;}
  /* End IE5-Mac hack */

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

.scaleFonts {
	color:#FFFFFF;
	float:left;
	padding:0px 0px 3px 375px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:230px;
	height:20px;
	padding:2px 5px 3px 290px;
}


.scaleFonts p {	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:right;
}

.scaleFonts span {color:#5dcad5;font-weight:100;}

.scaleFonts a {color:#94ebef;font-weight:bold;}
.scaleFonts a:link {text-decoration:none;color:#94ebef;}
.scaleFonts a:active {text-decoration:none;color:#94ebef;}
.scaleFonts a:visited {text-decoration:none;color:#94ebef;}
.scaleFonts a:hover {text-decoration:underline; color: #69f7fe;}

.scaleFonts img {background:transparent; border:none;}
	
.proButton {
	background:url(images/b_pro_bg.gif) no-repeat;
	float:left;
	padding:0px 0px 0px 0px;
	width:293px; 
	height:65px; 
	margin:12px 0px 0px 233px;

}

#proBtnTxt {
	height:65px;
	}
	
#proBtnTxt p {
	color:#FFFFFF;
	margin: 25px 0px 0px 12px;
	display: block;
	font-size: 12px;
	line-height:14px;
}

* html body #proBtnTxt p {padding-bottom:2px;}

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

* html>body .scaleFonts {
	width:230px;
	height:20px;
	float:right;
	padding:2px 5px 3px 0px;
}

* html>body .proButton {
	width:293px; 
	height:65px; 
	position:absolute; 
	left:242px; 
	top:26px;
	background:url(images/b_pro_bg.gif); 
	background-repeat:no-repeat; 
	background-position:bottom left;
	}

#proBtnTxt a {font-weight:bold; color:#FFFFFF}
#proBtnTxt a:link {text-decoration:underline}
#proBtnTxt a:active {text-decoration:underline}
#proBtnTxt a:visited {text-decoration:underline}
#proBtnTxt a:hover {text-decoration:none; color: #9dfcfa;}


/*--------------------------FOOTER AREA--------------------------------------------------------------------------*/


#divFooter {
	background-image: url(images/footerBG.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	width: 794px;
	left: 49px;
	text-align: left;
	
	}


#footerBand {
	height: 50px;
	width: 738px;
	border-top:solid 1px #429BE2;
	position: relative;
	top: 0px;
	left: 13px;
	margin-top: 0px;
	background: #FFFFFF url(images/footerBG.gif) no-repeat center bottom;
	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:0px;

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

#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: 15px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left:0px;
}

.email2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	background-image: url(images/icon_email.gif);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	top: -5px;
	left: -30px;
	padding-left: 18px;
	margin-top:-20px;
	overflow:visible;
}

* html .email2 {margin-top: 15px;top: -10px;}


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


#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	
	
 }
 
  #subnav a {
	display: block;
	text-decoration:none;
	background-image: url(images/subnavBG.jpg);
	background-repeat: repeat-y;
	padding:9px 11px;
	border: 1px solid #429BE2;
	margin:5px 0px;
	width: 173px;

  }	

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

#subnav a:link, #subnav a:active, #subnav a:visited  {color: #429BE2;}
#subnav a:hover {
	background: url(images/subnavBGsel.jpg) repeat-y;
	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: url(images/subnavBGsel.jpg);
	background-repeat: repeat-y;
	padding:9px 11px;
	border: 1px solid #035D9F;
	margin:5px 0px;
	width: 173px;
  }	
  
 #subnav .current a span {
  	font-size: 14px;
	font-weight: bold;
	margin:0px;
	display:block;
	background:url(images/icon_subnav_arrow.gif) no-repeat right;
	
}

/*--------------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: 13px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	
 }
 
.subnav a {
	display: block;
	text-decoration:none;
	background: url(images/subnavBG.jpg) repeat-y;
	padding:9px 13px;
	border: 1px solid #429BE2;
	margin:5px 0px;
	width: 169px;

  }	
  
.subnav a span {
	font-size: 14px;
	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: url(images/subnavBGsel.jpg) repeat-y;
}

.subnav .current a:link, .subnav .current a:active, .subnav .current a:visited {
	color: #035D9F;
	display: block;
	text-decoration:none;
	background: url(images/subnavBGsel.jpg) repeat-y;
	padding:9px 13px;
	border: 1px solid #035D9F;
	margin:5px 0px;
	width: 169px;
  }	
  
.subnav .current a span {
  	font-size: 14px;
	font-weight: bold;
	margin:0px;
	display:block;
	background:url(images/icon_subnav_arrow.gif) no-repeat right;
}

.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: 12px; 
	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: 12px; 
	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: 19px;
	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: 15px;
	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;
	display:inline;
}

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

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

#col2InteriorNN {
	float: left;
	width: 520px;
	margin:10px 0px 0px 20px;
	display:inline;
}

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

#col1Interior {
	float: left;
	width: 682px;
	margin:10px 0px 0px 32px;
	display:inline;
}

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

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

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

#col2Interior span {font-weight: bold;}

#col3Interior blockquote {padding-left: 30px;}


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

#FBintSmall {
	background-image: url(images/FB_int_sm_top.gif);
	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: 14px;
	line-height: 110%;
	background: url(images/dividerine.gif) repeat-x bottom;	
	padding: 8px 8px 8px 12px;
	margin:0px 3px;
}

#FBintSmallbott {
	background: url(images/FB_int_sm_bott.gif) no-repeat left bottom;
	padding:5px 10px 15px 15px;
	width: 175px;
	
}

#FBintSmallbott p {
	display:block;
	font-size: 14px;
	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: url(images/SB_int_sm_top.jpg);
	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: 14px;
	line-height: 110%;
	background: url(images/dividerine.gif) repeat-x bottom;	
	padding: 8px 8px 8px 12px;
	margin:0px 3px;
}


#sidebarFloatbott {
	background: url(images/SB_int_sm_bott.gif) no-repeat left bottom;
	padding:5px 10px 15px 15px;
	width: 175px;
	
}

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

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

 
	
#sidebarFloatbottMd p {
	display:block;
	font-size: 14px;
	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: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #00599C;
}

#sidebarFloat form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	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: 18px;
	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 H3 overflow visibiilty*/

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

}

#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: 15px;
}

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

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

}

#additionalInformation  {
	margin: 15px 0px;
}

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

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

#infoSign form span {
	color: red;
}

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

#infoSign .list2col ul {
	float: left;
	width: 500px;
}

#infoSign .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: 15px;
}

#userInformation {margin: 15px 0px 30px 0px;}

#userInformation input {
	margin: 0px 0px 10px 0px;
	display:block;
	width:300px;
}

/*NEXT TWO STYLES ARE FOR TMT VALIDATOR FORM*/
#userInformation input.invalid, textarea.invalid {
	background-color: #FFE813;
	border: 0.1em;
	border-color: #BB0000 !important;
	border-style: solid;
	
}

#userInformation input.invalid:focus, textarea.invalid:focus {
	background-color: #FFE813;
	border: 0.2em;
	border-color: #BB0000 !important;
	border-style: solid;
	
}
	
#infoSign form .arrowbulletSB li {margin-left:30px;}

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

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

#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;

}

#surveyQuestions {margin: 15px 0px 30px 0px;}

/*-----------------SCREENER AND POPUP BOX STYLES-------------------------------------------------------------------------------------*/
#screener label {

	font: italic normal 12px Arial, Helvetica, sans-serif;
	color: #429BE2;
	display:inline;
}

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

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

#screener form {
	width: 495px;
	background-color: #F7FEFF;
	padding: 8px 15px 20px 25px;
	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;
}


#screenerPop {
	width: 620px;
	padding: 8px 20px 20px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

#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: 15px;
}
#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;
	text-align: left;
}


#divPopMedium {
	width:600px;
	background-color:#FFFFFF;
	border-top:solid 10px #43a4c8;
	border-bottom:solid 20px #035d9f;
	text-align: left;
}

#contentPopMedium {
	width: 560px;
	padding: 8px 20px 20px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

#divPopScreener {
	width:100%;
	background-color:#FFFFFF;
	border-top:solid 10px #43a4c8;
	border-bottom:solid 20px #035d9f;
	text-align: left;
}


#divPopLarge {
	width:640px;
	background-color:#FFFFFF;
	border-top:solid 10px #43a4c8;
	border-bottom:solid 20px #035d9f;
	text-align: left;
}

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

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

#largePopContent {
	width: 630px;
	padding: 0px 5px 10px 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#largePopContent p {padding:10px 0px 10px 15px;}

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

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

#screenerPop .emailBox form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	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: 14px;
	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: 15px;
}

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

#rebatecert {
	padding-left: 20px;
}
#rebatecert h3 {
	color: #43A4C8;
	font-weight: bold;
}
#rebatecert ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 10px 0px 10px 25px;
	line-height: 18px;
}

#rebatecert ul li {background-image:none}

#rebatecert blockquote {
	padding-left: 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: 14px;
	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: 14px;
	line-height: 16px;
}

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

.ECPresults h1 	{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 15px;
	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: 14px;
	font-weight: bold;
	color: #00599C;
	padding-bottom: 0px;
	display: block;
	padding-top: 5px;
}

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

#MTMRlogin .notelink {
	font-size:11px;
	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: 14px;
	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: 14px;
	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: url(images/track_top.gif) no-repeat left top;
	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: url(images/track_bottom.gif) no-repeat left bottom;
	padding:5px 10px 15px 15px;
	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: 15px;
	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:15px;
	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: 12px;
	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: 12px;
	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: 12px;
	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: 15px;
	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, #col2Home .arrowbulletSB  {
	margin:0px;
	padding:0px;
}

#col2Interior .arrowbulletSB li, #col2Home .arrowbulletSB li{
	padding-left: 15px;
	list-style: none;
	background: url(images/arrow_box_sm.gif) no-repeat left 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	color:#333333;
}

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

#col1Interior ul li, #col2Interior ul li, #col3Interior ul li,  ul li {
	padding:3px 0px 3px 15px;
	background: url(images/arrow_box_sm.gif) no-repeat left 5px;
	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;
	background: url(images/arrow_bullet_sm.gif) no-repeat 3px 7px;
	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;
	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;}

/*USE I FOR MTMR WHEN ALL CAPS, USE EM FOR ANYTHING ELSE THAT NEEDS TO BE ITALICIZED*/
i sup {
	font-size: 100%;
	font-style: normal;
	display: inline;
	padding-left: 3px;
}

#coupon {
	margin-left: 10px;
}

.callout {
	border-top: 1px solid #429BE2;
	border-bottom: 1px solid #429BE2;
	margin:10px 10px 10px 0px;
	background-color: #F7FEFF;
	padding:5px;
}

#rule {
	background: url(images/dividerine.gif) repeat-x bottom;
	margin: -10px 0px 5px 0px;
	width:325px;
}



/*-------------------------------------ACTIONNAIRE STYLES-----------------------------------------------------------*/

#screener h2 {
	text-transform: none;
}
#screener h3 {
	font: italic normal 12px Arial, Helvetica, sans-serif;
	color: #429BE2;
	margin: 0px;
	padding: 5px 0px 0px;
}
#screener form li {
	font-size: 14px;
	color: #429BE2;;
	font-style: italic;
}

#screener h4 {
	font: italic bold 12px Arial, Helvetica, sans-serif;
	color: #429BE2;
	margin: 0px;
	padding: 0px 0px 5px;
}
#screener span {
	float: left;
	margin-left: -15px;
	margin-right: -14px;
}

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

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

/*--------------------------THIS IS THE DROP DOWN MENU STYLES-----------------------------------------------------------*/


#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #43a4c8;
	width: 242px;
	padding:0px;
	margin-left:-11px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		
}

#nav li ul li {
	background: url(images/navSubBG.gif) left repeat-y #43a4c8; 
	border-bottom:1px solid #7ac2c2; 
	width:235px;
	padding:5px; 
	margin:0px
}

#nav li ul li a {padding:3px 0px 0px 5px;}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-image:none;
}

/* A fix the IE7 problem with the dropdowns sticking */
#nav li:hover, #nav li.hover {
    position: static;
}


/*--------------------------GATEWAY STYLES-----------------------------------------------------------*/

#col2Home {
	width:516px;
	display: inline;
	float:left;
	margin:10px 0px 0px 10px;
	padding: 0px;
}

#colLeftHome {
	width:204px;
	margin:10px 10px 0px 15px;
	float:left;
	display:inline;
}

#colLeftHome img {padding-bottom:5px;}

#homeButton {margin:5px 0px 10px 0px}

#divSplashTop {
	float: left;
	height: 7px;
	width: 768px;	
}

.divSplashHeader {
	background-image: url(images/headerBG.jpg);
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 768px;
	position: relative;
	top: 0px;
	left: 62px;
}

#divSplash {
	width:746px;
	height:238px; 
	background:url(images/splash_bg.jpg) left top no-repeat; 
	margin:0px 11px 10px 11px;
}


#splashLeft {
	float:left; 
	padding-right:10px
}

#splashRight {padding:12px 0px 0px 0px}

#divGate {
	width:726px;
	margin:0px 0px -5px 24px;
	float:left;
	display:inline;
}

* html #divGate {margin-bottom:-10px;}

#divGate li {
	padding:1px 0px 1px 15px;
	background: url(images/arrow_box_sm.gif) no-repeat left 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	color:#333333;
	
}

#divGate h1 {font-size: 20px; font-weight:200; padding-bottom: 10px;}

#divGate .buttonTop {padding-top:9px;}


#gateA {
	width:218px; 
	padding:0px 16px 0px 0px;
	float:left; 
	background:url(images/vert_rule.gif) right no-repeat;
	
}

#gateB {
	width:216px; 
	padding:0px 17px 0px 18px;
	float:left; 
	background:url(images/vert_rule.gif) right no-repeat;
}


#gateC {
	width:216px; 
	padding:0px 0px 0px 17px;
	float:left;
}


/*-------------------------TAN HACKS FOR IE 5-------------------------------------------------------------------------------------------*/

* html #divContentSB {width: 768px; w\idth: 758px;}
* html #footerBand img {margin: 13px 15px;ma\rgin:0px;}  
* html #subnav a {width:200px; w\idth: 173px;}
* html #subnav .current a:link, #subnav .current a:active, #subnav .current a:visited {width:200px; w\idth: 173px;}
* html .subnav a {width:201px; w\idth: 169px;}
* html .subnav .current a:link, .subnav .current a:active, .subnav .current a:visited {width:201px; w\idth: 169px;}
* html #FBintSmallbott {width:200px; w\idth: 175px;}
* html #sidebarFloatbott {width:200px; w\idth: 175px;}
* html #sidebarFloatbottMd {width:200px; w\idth: 175px;}
* html #sidebarFloat h2 {width:188px; w\idth: 174px;}
* html #trackerboxBott {width:263px; w\idth: 238px;}
* html #imgLeft {margin: 5px 5px 5px 0px;ma\rgin:0px;} 
* html #imgRight {margin: 5px 0px 5px 5px;ma\rgin:0px;} 



