﻿#outer_container
{	/*white background w/ shadow*/
	width: 958px;
	background-image: url('../images/bg-shadow.gif');
	background-repeat: repeat-y;
	padding-bottom: 10px;
}
a img
{ border:none; text-decoration: none;}
#main_content_area
{/* everything other than header/footer/left-nav 	*/
	float:left;
	width: 770px;
	padding-bottom: 25px;
	background-color: white;
}
.clearfix:after 
{
    content: "";
    display: block; 
    height: 1%; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{display: inline-block;}
/* Hides from IE-mac \*/
* html 
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------------------- HEADER ---------------------- */
#header
{/*holds everything in the header */
	padding-top: 10px;
	height: 115px;
	width:771px;
	margin-left: 175px;
}

#registration
{ /* login-registration section */
	color: #999999;
	float: left;
	width: 615px;
	height: 65px;
	font-size: 1em;
	font-weight: bold;
	padding-top: 16px;
}
#myStuff
{
	font-weight: normal;
	padding-top: 10px;
}
#user-registration
{
	width: 450px;
	height: 20px;
}
#ctl00_Header_noUser
{	
	float: left;
}
#ctl00_Header_welcomeUser
{	
	float:left;
}
.btnLogOut
{
	background-color:White;
	text-decoration: underline;
	color: #6699cc;
	cursor:pointer;
	border: none;
	font-size: 1em;
	height: auto;
	min-height: 15px;
	font-weight: bold;
}
#add-this
{	
	height: 18px;
	float:right;
	font-size: 0pt;
}
.header-label
{/* label that is changed based on page */
	font-size: 18pt;
	font-weight: bold;
	color: #837265;
	margin-top: 15px;
	padding:0;
	float: left;
	line-height: normal;
	width: 525px;
}
#right-logo
{/* right-abbott logo */	
	background-repeat: no-repeat;
	float: right;
	width: 146px;
	height: 36px;
	padding-top: 16px;
	padding-right: 8px;
}
#add-text-controls
{
	float: right;
	width: 200px;
	padding-bottom: 3px;
}
#text-resize 
{/* text-resize section/font */
	color: #6699cc;	
	height: 18px;
	float: right;
	padding-right: 5px;
}
#text-resize a
{
	text-decoration: none;
}
#bottom-header
{/*holds label, print/email page, and text-resize */
	width: 730px;
	height: auto;
	margin: 0;
	padding: 0;
}
#bottom-right-header
{/* holds text-resize, print/email */
	width: 180px;
	height: auto;
	float: right;
	margin-top: 10px;
}
#email-print
{/* holds email/print page */
	width: 200px;
	float: right;
	text-align: right;
	padding-bottom: 5px;
}
.printing
{
	padding-right: 5px;
}
#ctl00_Header_linkEmailFriend
{
	text-decoration: none;
}
#ctl00_Header_linkEmailFriend b
{
	font-weight: normal;
	text-decoration: underline;
}
#anhi-logo-header
{
	display: none;
}
#print-page-options
{
	display: none;
}

/* -------------------- END OF HEADER ---------------------- */

/* ------------------- LEFT NAVIGATION --------------------- */
#left_navigation
{/* holds entire left area */
	width: 175px;
	float: left;
	background-color: White;	
}
#logo
{
	padding-top: 10px;
	padding-left: 5px;
}
.left-logo
{/*top/header left logo */	
	width: 146px;
	height: 95px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.main-left-logo
{
	width: 146px;
	height: 95px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 26px;
}
#search
{/*holds search box/button */
	width: 128px;	
	text-align: right;
	height: auto;
	padding-bottom: 5px;
	margin-left: 18px;
	border-top: solid 1px #a2958c;
	padding-top: 5px;
}
.search-box
{ /*search text box settings */
	font: none 11pt arial;
	color: #999999;
	width: 90px;
	float: left;
	border: solid 1px #cccccc;	
}
.search-submit-button
{ /*buttons with image provided */
	width: 16px;
	height: 15px;
	border: 0;
	float: left;
	padding-left: 5px;
}

.submit-button{
border:0 none;
height:15px;
padding-left:5px;
width:16px;
}
/* ------- BEGINNING OF MENU -------- */	
#menu
{/* holds entire menu */
	width: 145px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#menu a, #menu a:link, #menu a:visited
{/* font settings for menu links */
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #8c886f;
	padding: 3px 0 3px 0;
}
#menu a:hover
{/* font/link area settings on mouse over */
	text-decoration: none;
	color: #0066cc;
	background-image: url('../images/active-menu.gif');
	background-repeat: repeat-y;
	cursor: pointer;
	display: block;	
}
#menu .active a
{/* font settings for active menu */
	text-decoration: none;
	color: #6699cc !important;
	background-image: url('../images/active-menu.gif');
	background-repeat: repeat-y;
	cursor: pointer;
	display: block;
} 
#menu li.first-item
{/* first menu item */
	border-top: solid 1px #a2958c;
	cursor: pointer;
}
#menu .first-item-active a
{/* Active first menu item */
	text-decoration: none;
	color: #0066cc !important;
	border-top: solid 1px #a2958c;
	background-image: url('../images/active-menu.gif');
	display: block;
}
#menu li.last-item
{/* last menu item */
	border-bottom: solid 1px #a2958c;
}

ul.left-nav li
{/*adds and positions arrow and lines*/
	border-bottom: solid 1px #e2dedb;
	margin-left: 0;	
	list-style-image: url('../images/nav-arrow.gif');
	list-style-position: outside;
}
ul.left-nav
{/* position for main menu to display arrows */
	display: list-item; 
 	list-style: none;	
	margin-left: 18px;
 	padding: 0;
}
ul.sub-left-nav
{/* position for sub left-nav */
	display: none;
	list-style:none;
	margin-left: 0px;
	padding: 0;
}
/*ul.sub-left-nav a
{
	color: #6699cc !important;
}*/
ul.left-nav .last
{/* last sub-menu item */
	border-bottom: 0px;
}
ul.left-nav .first
{/* first sub-menu item */
	border-top: solid 1px #e2dedb;
}

#menu ul.sub-left-nav li 
{/* sub menu li using bg img instead of list style image */
	list-style-image: none;
	padding-left: 9px;
	background-image: url('../images/nav-arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#menu ul.sub-left-nav li a 
{/* sub menu links */
	display: block;	
	width: 118px;
}
/* ---------- END OF MENU ---------- */

#abbott-global a
{
	background-color: White;
	font-weight: bold;
	color: #a2958c;
	margin-left: 20px;
	text-decoration: none;
} 

#left-tout
{ 
	margin-top: 15px;
	background-image: url('../images/misc/left-nav-tout.jpg');
	background-repeat: no-repeat;
	height: 101px;
	width: auto;
	cursor:pointer;
}

#left-tout2
{ 
	margin-top: 15px;
	background-image: url('../images/survey-image-v3.gif');
	background-repeat: no-repeat;
	height: 101px;
	width: auto;
	cursor:pointer;
}

#left-tout-holder
{
	width: 150px;
	
}

#newsletter
{
	margin-top: 15px;
	background-image: url('../images/newsletter-image-v2.gif');
	background-repeat: no-repeat;
	height: 101px;
	cursor: pointer;
}
#newsletter-holder
{
	width: 150px;
	
}
#nav-shadow
{
	background-color: White;
	background-image: url('../images/nav-shadow.gif');
	background-repeat: no-repeat;
	width: 8px;
	height: 760px;
	float: left;
}
#left-nav-holder
{
	float: left;
	background-color: White;
	width: 155px;
}
/* ---------------------- END OF LEFT NAVIGATION ------------------- */
/* ------------------------- THIRD NAVIGATION ---------------------- */
.thirdNav
{
	width: 740px;
	height: auto;
	padding: 5px 0 5px 0;
	vertical-align: top;
	border-top: solid 1px #c1b8b2;
}
.thirdNav a
{
	border-right: solid 1px #c1b8b2;
	padding: 0px 15px 0px 15px;
}
.thirdNav a.last
{
	border-right: none;
}
.thirdNav a.first
{
	border-left: 0;
}
.thirdNav li
{
	display:inline;
}
.selecteditem
{
	text-decoration: none;
	font-weight: bold;
}
#third-nav
{
	border-bottom: 0px;
	margin-left:175px;
}
/* --------------------END OF THIRD NAVIGATION --------------------- */
/* -----------------------------FOOTER------------------------------ */

#footer
{
	width: 950px;
	height: auto;
	font-size: .9em;
	background-color: #fff;
	padding-bottom: 20px;
	
}
.footer-divider
{
	width: 900px;
	background-color: White;
	border-top: solid 1px #c1b8b2;
	border-bottom: solid 1px #c1b8b2;	
	padding-top: 15px;
	padding-bottom: 8px;
	margin-left: 15px;		
}
#left-footer
{
	width: 145px;
	float: left;
	font-family: Arial;
	color: #666666;
	padding: 5px 0 15px 5px;
		
}
#right-footer
{
	width: 750px;
}
#top-footer 
{
	background-color: White;
	font-family: Arial;
	color: #666666;
	width: 725px;	
	padding-bottom: 5px;
	float: left;
}
#top-footer a
{
	text-decoration: none;
	color: #666666;
	border-left: solid 1px #666666;
	padding: 0px 5px 0px 5px;
	
}
#top-footer ul
{ 
	margin: 0; 
	padding: 0;
}
#top-footer li
{
	background-color: White;
	display: inline;
	margin: 0;
}
#top-footer a.hover
{
	text-decoration: underline;
}
#top-footer a.first
{
	border-left: 0px;
}
#bottom-footer a
{	
	color: #999999;
	text-decoration: none;
	margin: 0;
	border-left: solid 1px #999999;
	padding: 0px 5px 0px 5px;
}
#bottom-footer 
{
	padding-bottom: 10px; 
	background-color:White;
		
}
#bottom-footer a.hover
{
	color: #999999;
	text-decoration: underline;
}
#bottom-footer ul{ margin: 0; padding: 0;}
#bottom-footer li
{
	background-color: White;
	display: inline;
	width: 775px;
	margin-top: 0;
	
}
#bottom-footer a.first
{
	border-left: 0px;
}

/* ------------------------------------ END OF FOOTER ------------------------------- */