/* CSS Document */

/* Centers the content */
body {
	text-align:center;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	}
	
#wrap, #wrapPrint {
	padding: 0px;
	margin: 0 auto;
	text-align:left;
	background:#FFFFFF;
	min-height: 20px;
	}
	
#wrap:after {
	display:block; clear:both; content:" ";
	}

#wrap {
	width: 981px;	
	}
	
#wrapPrint {
	width: 646px;
	}

#topBar {
	text-align:right;
	clear:both;
	width:100%;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
a.topBar {
	text-decoration:none;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	}
	
a.topBar:hover {
	text-decoration:underline;
	}
		
#header {
	margin: 0px;
	width: 100%;
	height: 92px;
	z-index: 2;
	position:relative;
	}
	/* Find an Optometrist elements */
	/*Defines the shape and location of the bounding area of the Dr. Locator form.  Do not edit */	
	#DrLocator {
		height:63px;
		float:right;
		width: 300px;
		padding-top:16px;
		}
		
	/* Defines the bounding area of the right swooping border.  Do not edit. */
	#borderRight {
		width:381px;
		float:right;
		height: 29px;
		margin-top:-16px;
		top:80px;
		left:600px;
		position:absolute;
		}	

			
	/* Defines the bounding area of the right swooping border in the printer-friendly template.  Do not edit. */
	#borderRightPrint {
		width:265px;
		float:right;
		height: 29px;
		position:absolute;
		bottom:0;
		left:381px;
		}	
	/* Defines the right swooping border, minus the curved element.  The background-image attribute, which governs the branding appearance, can be found in the global-{site}.css stylesheet. */
	#RightBorder {
		background-repeat:repeat-x;
		width: 296px;
		height: 29px;
		padding-top: 0px;
		padding-left: 0px;
		float:right;
		z-index:5;
		margin: 0;
		}
	/* Defines the right swooping border, minus the curved element, in the printer-friendly template.  The background-image attribute, which governs the branding appearance, can be found in the global-{site}.css stylesheet. */
	#RightBorderPrint {
		background-repeat:repeat-x;
		width: 180px;
		height: 29px;
		padding-top: 0px;
		padding-left: 0px;
		float:right;
		z-index:5;
		margin: 0;
		}
	/* Defines the curving graphic on the bottom border.  Edit the background-image attribute to change branding.  Do not change the size of the graphic.*/
	#RightSwoop {
		background-repeat:no-repeat;
		width: 85px;
		height: 29px;
		float:left;
		z-index: 7;
		padding: 0;
		margin: 0;
		}
	/* Defines the bounding area of the Join and Login text links in the right border area.  Do not edit. */
	#RightBorderText {
		padding: 7px 0px 0px 0px;
		text-align:center;
		}
		
/* Styles the border which separates the left swoop from the right swoop.  The background-color and border-color attributes in the global brand stylesheet control the appearance. */		
#borderRule, #borderRulePrint {
	/* Defines the inner color */
	background-repeat:repeat;
	padding: 0px;
	margin: 0px;
	border-width: 2px 1px 2px 1px;
	border-style:solid;
	z-index: 6;
	white-space:nowrap;
	clear:both;
	height:18px;
	}

#borderRule {
	width: 979px;
	}
	
#borderRulePrint {
	width:644px;
	}
	
	/* Defines the right-aligned center links in the borderRule area */
	#borderRuleNav {
		float:right;
		}
		
	/* Defines the rules for the hyperlinks in the borderRule element. Color is governed by the global-{site}.css stylesheet. */
	#borderRule a, #borderRuleNav a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align:center;
		text-decoration:none;
		font-weight:bold;
		padding: 0px 7px 2px 7px;
		margin: 0px 3px 0px 0px;
		}
	
	/* Defines the rule for the hyperlinks in the borderRule element when a user hovers the mouse pointer over it.  The color attribute is in the global-{site}.css file. */
	#borderRule a:hover {
		text-decoration:underline;
		}
		
/* Lower border elements */
#borderBottom {
	clear:both;
	}
	
		/* Defines container box for lower-left border elements */
	#borderLeft {
		width:686px;
		white-space:nowrap;
		float:left;
		margin:0px;
		padding:0px;
		}	
		
	/* Defines container box for lower-left border elements in the printer-friendly template. */
	#borderLeftPrint {
		width:450px;
		white-space:nowrap;
		float:left;
		}	
	/* Defines the stright part of the left side swoop.  Contains the Affiliate drop-down box and search box.  The background-image attribute in the global brand stylesheet controls the appearance.  The background image is repeated horizonally across the element. */
	#LeftBorder, #LeftBorderPrint {
		background-repeat:repeat-x;
		height: 40px;
		padding: 0px 0px 5px 0px;
		float:left;
		z-index:5;
		overflow: hidden;
		}
		
	#LeftBorder {
		width:595px;
		}
		
	#LeftBorderPrint {
		width:359px;
		}
	/* Defines the curving graphic on the bottom border.  The background-image attribute in the global brand stylesheet controls the appearance. */
	#LeftSwoop {
		background-repeat:no-repeat;
		width: 91px;
		height: 40px;
		float:right;
		z-index: 6;
		}
	/* Defines the bounding area for the content in the left border (affiliate list and search field). Do not edit. */	
	#LeftBorderContent {
		padding: 3px 3px 3px 3px;
		margin-top: -18px;
		}
	/* Defines the placing of the Affiliate drop-down list.  Do not edit. */
	#AffiliateRoster {
		width: 100%;
		float: left;
		}
	/* Styles the Affiliate drop-down menu.  Also used to style the radius drop-down menu for Dr. Locator.  Do not edit. */
	form.Affiliate, form.Calendar {
		width: 160px;
		padding-top: 4px;
		padding-left: 4px;
		}
	
	form.Affiliate {
		float:left;
		}
		
	select.Affiliate  {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		}
		
	/* Styles the Search field. Do not edit.*/ 
	input.Search, input.SearchButton {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		float:left;
		}
	
	input.SearchButton {
		width:40px;
		}
		
	input.Search {
		width:250px;
		}
		
	#borderLeftRight {
		padding-top:8px;
		text-align: center;
		}
		
/* End lower border elements */
#main {
	padding: 0px;
	margin: 0px;
	width: 70%;
	height: 100%;
	float: left;
	background:#FFFFFF;
	}
	
#sidebar {
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 5px;
	width: 28%;
	height: 100%;
	float: right;
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-variant:normal;
	line-height: 14px;
	}


#footer, #footerPrint {
	border-width: medium;
	border-style:solid;
	height: 25px;
	padding: 3px;
	z-index: 3;
	clear:both;
	text-align:center;
	}

#footer {
	width: 967px;
	}
		
#footerPrint {
	width:633px;
	}
	
	/* Defines the hyperlinks of the footer element.  Font color defined in the global-{site} stylesheet. */
	#footer a, #footerPrint a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration:none;
		font-weight:normal;
		}
	
	/* Defines the hovering state of the hyperlinks in the footer element. */
	#footer a:hover, #footerPrint a:hover {
		text-decoration:underline;
		}	
	
	/* Defines the Copyright text at the bottom of each page.  Font color defined in the global-{site} stylesheet. */	
	#copyright {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		text-align:center;
		text-decoration:none;
		padding-top: 10px;
		padding-bottom:10px;
		}

iframe.DrLocator {
	width:700px;
	}
	
		
/*Styles the expandable/collapsible menus */	
#containerul, #containerul ul{
  text-align:left;
  margin:0px; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
  background:#FFFFFF;
  width: 251px;
  padding-top:1px;
}

/* Defines the spacing around the top-level menus (for aoa.org, in lightblue) like Vision Conditions, Eye Diseases, etc.) Background property in the branded stylesheet. */
#containerul li, #containerul li ul#tablist, #containerul li ul.tablist{
  margin:0px 0px 0px 14px; /* A left margin to indent the list items and give the menu a sense of structure. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
  padding:0px 2px 0px 2px;
  margin-bottom: 0px;
  display:block;
  width:230px;
  overflow:hidden;
}

#containerul li {
  border: 1px #FFFFFF solid;
  margin:0 0 0 22px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
  padding:0px 2px 0px 1px;
  width: 100%;
  margin-left:auto;
  margin-right:0px;
  display:block;
	}

#containerul li ul li {
	margin:0;
	padding: 0;
	width:230px;
	}
#containerul li ul li ul {
	width:210px;
	overflow:hidden;
	}	
	
#containerul li ul li ul li {
	width:210px;
	}
	
#containerul li ul li ul li ul li {
	width:180px;
	}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 70%;
  background-repeat:no-repeat;
  margin-left:5px;
  margin-top:0px;
}

/* Link styles */

/* Top-level element in the expandable/collapsible menu.  Background attribute in global-{site} stylesheet. */
span.listParent {
	text-align:center;
	padding:5px;
	margin:0px 1px 2px 0px;
	width: 247px;
	display: block;
	}
/* Font Color in the global-{site} stylesheet. */
a.listParent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	margin-left:21px;
	text-indent:-4px;
	}
a.listParent:hover {
	text-decoration:underline;
	}

#containerul li span.symbols {
	padding-top: 5px;
	padding-right:3px;
	}
	
#containerul li ul#tablist li span.symbols, #containerul li ul.tablist li span.symbols {
	padding-top: 0px;
	}
/* Defines the top-level links in the expandable/collapsible menus.  Background and color attributes in the global-{site}.css stylesheet. */ 
a.healthyVisionMenu, a.healthyVisionMenu:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	text-decoration:none;
	white-space:normal;
	display:block;
	padding: 4px 0px 6px 3px;
	}	
	
a.healthyVisionMenu:hover {
	text-decoration: underline;
	padding: 4px 0px 6px 3px;
	}
	

/* Defines the bulleted items in the expandable/collapsible menus.  Color, background, and border attributes are in the global-{site}.css stylesheet. */
#containerul li ul li a {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	white-space:normal;
	border-width:0px;
	border-style:solid;
	padding:1px 0px 2px 1px;
	margin-left:21px;
	margin-right: 0px;
	text-indent:-2px;
	}	

/* Defines the visited state of the bulleted items in the expandable/collapsible menus. Color attribute found in the global-{site}.css stylesheet. */	
#containerul li ul li a:visited {
	text-decoration: none;
	}
/* Defines the hovering action of the bulleted items in the expandable/collapsible menus. The background and border-color attributes are in the global-{site}.css stylesheet. */	
#containerul li ul li a:hover {
	text-decoration: underline;
	/* border-style: dashed; */
	/*  border-width:1px;
	padding:0px 0px 1px 0px; */
	/* margin-right attribute in page-dependent stylesheets. */
	}
	
#containerul li ul li a.current {
	font-weight:bold;
	}

.video {
	width:320px;
	height:100%;
	float:right;
	background:#f5f5f5;
	border:#003366 solid 2px;
	padding:3px;
	margin-left: 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:normal;
	}		
/* Font styles */

/* H1 tags dependent on page type and defined in their respective page-type stylesheets. */

/* Style for the titles of Center page types */

/* Font, border, and background colors in respective global brand CSS files */
h1.centerTitle {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	margin: 5px 5px 10px 5px;
	padding:7px;
	width:240px;
	font-variant:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	
/* Color for h2 found in the global-{site} stylesheet. */	
h2, .pghead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: 20px;
	}

/* Alert messaging header */
h2.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height: 16px;
	color:#FF0000;
	text-align:center;
	}

.h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	line-height:14px;
	text-decoration:none;
	color:#660000;
	}

.h2:hover {
	text-decoration:underline;
	}
		
/* Color found in the global-{site} stylesheet. */		
h3, a.h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	position: relative;
	margin: 0 8px 0 -2px;
	padding: 12px 0 2px 14px; 
	text-decoration:none;
	}

a.h3:hover {
	text-decoration:underline;
	}

/* Color found in the global-{site} stylesheet. */	
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin: 0px;
	padding: 6px 0px 18px 0px;
	}

/* Alert messaging body */
p.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height: 13px;
	color:#FF0000;
	text-align:center;
	}

/* For the headers of Contacts in Legislator's and Media Center */	
p.contact {
	width:100%;
	background:#F5F5F5;
	border:1px #003366 solid;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:2px;
	line-height:14px;
	margin-bottom:4px;
	}
	
/* Defines the burgundy bulleted lists found in the Center elements and in the expandable menus. Color found in the global-{site} stylesheet. */
ul.redMenu, #seeAlso ul.redMenu {
	list-style: square;
	padding: 4px 0px 10px 16px;
	}

ul.redMenu {
	margin:0px 2px;
	}
	
#seeAlso ul.redMenu {
	margin-left:10px;
	}
	
ul.redMenu li, #seeAlso ul.redMenu li, td.redMenu {
	padding: 2px 0px 2px 0px;
	}

td.redMenu {
	font-size:12px;
	}
		
ul.redMenu li a:link, #seeAlso ul.redMenu li a:link, ul.redMenuLogin li a:link {
	text-decoration:none;
	font-weight: normal;
	}

ul.redMenu li a:visited, #seeAlso ul.redMenu li a:visited, ul.redMenuLogin li a:visited {
	text-decoration:none;
	font-weight: normal;
	}
	
ul.redMenu li a:hover, #seeAlso ul.redMenu li a:hover, ul.redMenuLogin li a:hover {
	text-decoration:underline;
	}
	
.headerLink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bolder;
	margin-top: 7px;
	padding: 17px 10px 0px 5px;
	text-decoration:none;
	}
	
.headerLink:hover {
	text-decoration:underline;
	}
	
/* Defines the MORE >> links in various boxed elements in the site.  Font color found in global-{site} stylesheet. */
a.more {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bolder;
	text-decoration:none;
	margin-top: 4px;
	margin-bottom:4px;
	border:none;
	background:none;
	padding:0px 0px 0px 4px;
	}
a.more:hover {
/*	border: 1px #003366 dashed;*/
	background:#F5F5F5;
/*	margin-bottom:4px;
	padding:0px 0px 0px 3px;*/
	}

/* Font color attribute in default-{site} stylesheet. */
.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	text-decoration: none;
	background:none;
	}
	
.menu:hover {
	text-decoration:underline;
	}
	
.small, .smallText, li.small, .abstract {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-left: 15px;
	color:#000000;
	}

td.small {
	margin-left:0px;
	}
	
.menuHelp {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	}
	
.menuHelp:hover {
	text-decoration:underline;
	}
	
.menuHelp:visited {
	color:#F5F5F5;
	}
.small, .smallText, li.small {
	font-size:11px;
	}
	
.abstract {
	font-size:12px;
	color:#000000;
	line-height:14px;
	}

li.small {
	margin: 5px 0px 0px 0px;
	padding:0px;
	list-style-type:circle;
	}
	
/* Defines the appearance of the AOANews dates when displaying the AOANews RSS.  Color defined in the global-{site} stylesheet. */
.newsDate {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	margin-left: 5px;
	}
/*Defines the appearance of the AOANews story image when displaying the AOANews RSS.  Border color defined in the global-{site} stylesheet. */
.newsImage {
	width: 120px;
	border-style:solid;
	border-width: 1px;
	float:right;
	margin: 0px 2px 5px 5px;
	}
	
.input {
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
	}
	
.text10 {
	font-size:10px;
	}	
	
li.text10 {
	list-style-type:circle;
	margin-bottom:5px;
	}	
	
ul.pdflink {
	list-style-image:url(../images/pdficon_small.gif);
	}
	
.rtimg {
	position:relative;
	float:right;
	margin:0px 0px 10px 10px;
	}	
	
.lfimg {
	position:relative;
	float:left;
	margin:0px 10px 10px 0px;
	}	
	
.jbcpt {
	color:#006400;
	}	
	
.loggedInName {
	color:#fff;
	font-weight:normal; 
	text-decoration:none; 
	font-size:10px;
	}
.logOut {
	color:#fff;
	padding-left: 0px; 
	font-size:10px;
	font-weight:bold;
	}
		
.button150 {
	border: 1px solid;
	padding: 5px;
	margin: 10px auto;
	width: 150px;
	text-align:center;
	display:block;
}

.button100 {
	border: 1px solid;
	padding: 5px;
	margin: 10px auto;
	width: 100px;
	text-align:center;
	display:block;
}

.button150:hover, .button100:hover {
	text-decoration:underline;
	background-color:#F9F9F9;
}		

.relRight {
	position:relative;
	float:right;
}
		
.relLeft {
	position:relative;
	float:left;
}

ul.padded > li, ol.padded > li {
	padding-bottom:20px;
	}
	
ul.padded10 > li, ol.padded10 > li {
	padding-bottom:10px;
	}	
	
	
.pagebreak .left {border:none}

.alpha {list-style-type:lower-alpha}

#connectLink {background:#ff6633;color:#ffffff !important;display:inline-block;padding:2px 10px !important;position:relative;top:-2px;margin:0;cursor:pointer;*top:0px}

.pageAbstract {margin-left:10px}	



