/* STYLES FOR MAIN HTML LAYOUT AND STRUCTURE */

body {
	background: #00a6a6 url(/licensees/licensee222/images/background-lluch.gif) repeat-x top left;
	margin: 0px; 
	padding: 0px;
	border-collapse: collapse; }

table {
	border: 0px none;
}

td {
	border: 0px none;
}

/*Main table of the page, this table consists of 3 rows / 1 column */
/*Names of contained rows: main_row1, main_row2 and main_row3 */
table#main_1 {
	width:940px;  /* use px or % depending upon site */
	background-color:#fff;
	margin: 0 auto;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #4f4f4f;
}

/*Secondary table nested within body region of main table, consisting of 1 row / 3 columns */
/*Names of contained columns: main_column1, main_column3 and main_column3 */
table#main_2 {
	width:982px;  /* use px or % depending upon site */
	background-color:#FFFFFF;
	margin-left:9px;
	margin-right:auto;
}

/*First row of the main table, contains TOP HTML for the licensees.*/
td#main_row1, td#main_row1_P, td#main_row1_K, td#main_row1_T, td#main_row1_C {
	width:940px;  /* use px or % depending upon site */
	text-align:left;  /* controls horizontal alignment of cell */
	vertical-align:top;
	background-color:#FFFFFF;
}

/*Second row of the main table, contains secondary table which houses the LEFT HTML, MASTER PAGE BODY and RIGHT HTML.*/
td#main_row2, td#main_row2_P, td#main_row2_K, td#main_row2_T, td#main_row2_C {
	width:940px;  /* use px or % depending upon site */
	text-align:left; /* controls horizontal alignment of cell *//*
border-left: 1px solid #d7d7d7;
border-right: 1px solid #d7d7d7;
*/
	

}

/*Third row of the main table, contains BOTTOM HTML for the licensees.*/
td#main_row3, td#main_row3_P, td#main_row3_K, td#main_row3_T, td#main_row3_C {
	width:940px;  /* use px or % depending upon site */
	text-align:left; /* controls horizontal alignment of cell */
	vertical-align:top;
	background: #fff;

}

/*First column of secondary table, contains LEFT HTML for the licensees.*/
td#main_column1, td#main_column1_P, td#main_column1_K, td#main_column1_T, td#main_column1_C {
	width:202px; /* use px or % depending upon site */
	text-align:left; /* controls horizontal alignment of cell */
	vertical-align:top;
	background: url(/licensees/licensee222/images/lcBG.png) repeat-y;/*border-right: 1px solid #d7d7d7;*/
    border-bottom: 1px solid #d7d7d7;
}

/*Second column of secondary table, contains MASTER PAGE BODY table structure.*/
td#main_column2, td#main_column2_P, td#main_column2_K, td#main_column2_T, td#main_column2_C {
	width:779px; /* use px or % depending upon site */
	text-align:left; /* controls horizontal alignment of cell */
	vertical-align:top;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

/*Third column of secondary table, contains RIGHT HTML for the licensees.*/
td#main_column3, td#main_column3_P, td#main_column3_K, td#main_column3_T, td#main_column3_C {
	width:0px; /* use px or % depending upon site */
	text-align:left; /* controls horizontal alignment of cell */
	vertical-align:top;
	background: #fff;
}

/* STYLES FOR MASTER PAGE BODY CONTENT LAYOUT AND STRUCTURE */

/*This table is contained within the main_column2 column of the main_2 table. It's allows more control over the body of the content. */
/*It consists of 4 rows / 1 column */
/*The names of contained rows: mPgBody_row1, mPgBody_row2, mPgBody_row3, mPgBody_row4 */
table#mPgBody_table1 {
	width:461px; /* use px or % depending upon site */
	vertical-align: top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee222/images/spacer.gif);
	margin-left:auto;
	margin-right:auto;
}

/*This table is contained within the third row (mPgBody_row3) of the table mPgBody_table1. */
/*It displays the article content and the area for vertical side tab graphics */
/*It consists of 1 row / 2 columns */
/*The names of the contained columns: mPgBody_column1, mPgBody_column2 */
table#mPgBody_table2 {
	width:461px; /* use px or % depending upon site */
	vertical-align: top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee222/images/spacer.gif);
}

/*This is the first row of mPgBody_table1, that creates some space above the search and browse box, just below the site header area */
td#mPgBody_row1 {
	width:10px; /* use px or % depending upon site */
	height:10px;
	vertical-align:top;
}

/*This is the second row in the mPgBody_table1 where the search and browse navigation table structure gets inserted.*/
td#mPgBody_row2 {
	width:461px; /* use px or % depending upon site */
	text-align:center; /* controls horizontal alignment of cell */
	vertical-align:middle;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee222/images/spacer.gif);
}

/*This is the third row in the mPgBody_table1 table that contians mPgBody_table2 table.*/
td#mPgBody_row3 {
	width:461px; /* use px or % depending upon site */
	text-align:center; /* controls horizontal alignment of cell */
	vertical-align:top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee222/images/spacer.gif);
}

/*This is the fourth row in the mPgBody_table1 table that contains the page footer.*/
td#mPgBody_row4 {
	width:461px; /* use px or % depending upon site */
	text-align:center; /* controls horizontal alignment of cell */
	vertical-align:middle;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee222/images/spacer.gif);
}

/*This is the first column in the row of the mPgBody_table2 table that contains the article content.*/
td#mPgBody_column1 {
	width:436px; /* use px or % depending upon site */
	text-align:left; /* controls horizontal alignment of cell */
	vertical-align:top;
	background-color:#FFFFFF;
	background-image:url(/licensees/licensee222/images/spacer.gif);
}

/*This is the second column in the row of the mPgBody_table2 table that contains the side tab graphics for the article.*/
td#mPgBody_column2 {
	width:25px; /* use px or % depending upon site */
	text-align:left; /* controls horizontal alignment of cell */
	vertical-align:top;
}

/*///////////////////////////////////////////////*/
/*  END COMMON STYLES RELATED TO GENERAL LAYOUT  */
/*///////////////////////////////////////////////*/



/*/////////////////////*/
/* START CUSTOM STYLES */
/*/////////////////////*/

/* #kidshealth is used to reference any new css related to kidshealth */

#kidshealth a {
	line-height: 18px;
}

#kidshealth p {
	padding: 10px 0;
	text-align: justify;
	line-height: 15px;
}

#kidshealth h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

#kidshealth h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#kidshealth .bold, #kidshealth strong {
	font-weight: bold;
}

#kidshealth ul, ol {
	margin-left: 20px;
}

/*///////////////////*/
/* 2009 CUSTOM STYLES */
/*///////////////////*/

/* common */ 


img { border: 0; }

div.centered {
	margin-left: auto;
	margin-right: auto; 
	text-align: left; 
	width: 982px; }	

a {
	font-family: Arial, Helvetica, sans-serif;
    color: #336ead;
    font-weight: normal;
/*    text-decoration: underline; */}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
    color: #b4985a;
    font-weight: normal;
/*    text-decoration: underline; */}

.clear { clear:both; }

.hide { display: none; }

.float-left { float: left; }

.float-right { float: right; }

.left {
	clear: left;
}

#fauxHeader {
	width: 982px;
	padding-top: 29px;
	margin-bottom: -18px;
    margin-left:9px;
	height: 25px;
	background-image: url(/licensees/licensee222/images/fauxHeader.png);
}

#fH2 {   
    margin-top: -22px;
	margin-left: 211px;
	float: left;
	font: normal normal normal 13px georgia, "times new roman", serif !important;

}

*html #fH2 {   
    margin-top: -22px;
	margin-left: 28px;
	float: left;
	font: normal normal normal 13px georgia, "times new roman", serif;

}

*:first-child+html #fH2 {   
    margin-top: -22px;
	margin-left: 20px;
	float: left;
	font: normal normal normal 13px georgia, "times new roman", serif !important;

}

#fH1 {
	float: left;
	font: normal normal normal 13px georgia, "times new roman", serif !important;
	padding-left: 16px;
	margin-top: -45px;
}

*html #fH1 {
	float: left;
	font: normal normal normal 13px georgia, "times new roman", serif;
	padding-left: 16px;
	margin-top: -65px;
}

/* vertical and horizontal spacing*/
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.padtop60 { padding-top: 60px; }
.padtop2 { padding-top: 2px; }
.padtop4 { padding-top: 4px;}
.padtop5 { padding-top: 5px; }
.padtop10 { padding-top: 10px; }
.padtop15 { padding-top: 15px; }
.padtop22 { padding-top: 22px; }
.padbot5 { padding-bottom: 5px;}
.padbot7 { padding-bottom: 7px;}
.padbot10 { padding-bottom: 10px;}
.padbot20 { padding-bottom: 20px;}
.padleft2 { padding: 0 0 0 2px; }
.padleft17 { padding-left: 17px; }
.padleft20 { padding-left: 20px; }
.padleft30 { padding-left: 30px; }
.padleft22 { padding: 0 0 0 22px; }
.padleft40 { padding-left: 40px; }
.padleft42 { padding-left: 42px; }
.padleft50 { padding: 0 0 0 50px; }
.padleft60 { padding: 0 0 0 60px; }
.padright5 { padding-right:5px; }
.padright10 { padding-right:10px; }
.padright22 { padding-right: 22px; }
.padright100 { padding-right:100px; }
.pad7-11 { padding: 7px 11px; }
.pad5-10 { padding: 5px 10px; }
.pad5-15 { padding: 5px 15px; }
.pad9-15 { padding: 0px 15px; margin: -7px 0 0 -30px;} 
.pad9-16 { padding: 0px 15px; margin:-13px 0 0 -30px;}   
.pad10-15 { padding: 10px 15px; }
.pad15-10 { padding: 15px 10px; }
.padtopbot5 { padding: 5px 0; }
.padtopbot10 { padding: 10px 0; }
.padtopbot15 { padding: 15px 0; }
.padrightleft10 { padding: 0 10px; }
.padleft3-top5 { padding: 5px 0 0 3px; }
.padleft10-bot7 { padding: 0 0 7px 10px; }
.marginright50 { margin-right: 50px; }
.marginleft10n { margin-left: -10px; }
.marginleft45n { margin-left:-45px; }
.marginleft60n { margin-left:-60px; }
.marginleft63n { margin-left:-63px; }
.marginleft51 { margin-left: 51px; }
.marginleft55 { margin-left: 55px; }
.valign-mid { vertical-align: middle; }
.valign-top { vertical-align: top; }
.align-topright { vertical-align: top; text-align:right; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.width52 { width: 52px; }  
.width172 { width: 172px; }  
.width250 { width: 250px; }
.width258c { width: 258px; text-align: center; }
.width258r { width: 258px; text-align: right; }
.width259 { width: 259px; }
.width982height404 { width: 982px; height: 404px; }
/* end vertical and horizontal spacing */



/* Begin Background Styles */ 
/*#background {
	background: #4784c5 url('../images/background-llumc.gif') repeat-x top left;
	width: 100%;
	min-height: 1000px;
	}*/

#container {
	background: #fff;
	padding: 0 9px;
	margin: 0 auto; 
	/*width: 982px;*/
	}

#wrapper {
	text-align: left;
	width: 982px;
	padding: 10px 0 0 0;
	}

.offset {
	position: absolute;
	top: -1000px;
	left: -1000px; 
	}	
 End Background Styles */ 

/* Begin Header Styles */
#header { width: 982px; }

#header .logo {
	width: 320px;
	height: 60px;
	float: left;
	clear: right;
	}

#header .right-content {
	float: left;
	clear: right;
	padding: 1px 0 0 10px;
	width: 652px;
	}

#type-size {
	font-size: 12px;
	float: right;
	padding: 0 5px 0 0;
	}

#type-size ul {	display: inline; }	
	
#type-size li {
	list-style-type: none;
	display: inline;
	}

#type-size li a {
	padding: 0 0 0 5px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

#type-size a.active { text-decoration:underline; color:#8B2639; }

#type-size a.inactive { text-decoration:none; }	


#type-size li.first a { font-size: 12px; }

#type-size li.second a { font-size: 14px; }

#type-size li.third a { font-size: 16px; }	
	
#search-site { 
	float: right;
	padding: 3px 0 0 0;
	}

#search-site .left {
	background: #fff url(/licensees/licensee222/images/bg-search-site-left.gif) no-repeat top left;
	width: 5px;
	height: 32px;
	float: left;
	clear: right;
	}

#search-site .center {
	background: #fff url(/licensees/licensee222/images/bg-search-site-center.gif) repeat-x top left;
	height: 32px;
	padding: 0 10px;
	float: left;
	clear: right;	
	}


#search-site .right {
	background: #fff url(/licensees/licensee222/images/bg-search-site-right.gif) no-repeat top left;
	width: 5px;
	height: 32px;
	float: left;
	clear: right;	
	}	

#search-input {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #464646; 
	vertical-align: middle;	
	background: #ffffff url(/licensees/licensee222/images/bg-input.gif) repeat-x top left;  	
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #c3c3c3;	
	border-left: 1px solid #c3c3c3;
	border-bottom: 1px solid #dddddd; 	
	height: 16px;
	padding: 2px 5px 1px 5px;
	}

#search-input {
	width: 220px;
	float: left;
	clear: right;
	margin: 6px 5px 0 0;
	}

#btn-search {
	float: left;
	clear: right;
	margin: 3px 0 0 0;	
	}		

ul#site-wide-links {
	float: right;
	margin: 4px 5px 0 0;
	}

ul#site-wide-links li {
	list-style-type: none;
	float: left;
	clear: right;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #bebebe;
	padding: 0 7px;
	height: 15px;
	line-height: 20px;
	}

ul#site-wide-links li.first { padding: 0 7px 0 0;	}	

ul#site-wide-links li.last { 
	border: 0;
	padding: 0 0 0 7px;
	}

ul#site-wide-links li a {
	font-size: 11px;
	color: #000;
	top: -2px;
	position: relative;	
	text-decoration: underline;	
	}

ul#site-wide-links li a:hover { text-decoration: none; }
/* End Header Styles */

/* Begin Branch and Top Navigation Styles */
#wrap-topnav {
	width: 982px;
	height:80px;
	margin: -6px 0px -6px 0px;
	}
		
*html #wrap-topnav {
	width: 982px;
	margin: 0px 0px -13px -40px;
	}	
	
*:first-child+html #wrap-topnav {
	width: 982px;
	height:80px;
	margin: 6px 0px -6px 0px;
	}	
	
#wrap-topnav li {
	line-height: 20px;
}

ul#branchnav {
	width: 982px;
	height: 35px;
	overflow: hidden;
	margin-left: -40px;
	}	
	
*html ul#branchnav {
	width: 982px;
	height: 35px;
	overflow: hidden;
	margin-left: 40px;
	}		

*:first-child+html ul#branchnav {
	width: 982px;
	height: 35px;
	overflow: hidden;
	margin-left: 0px;
	}		


ul#branchnav li {
	list-style-type: none;
	float: left;
	clear: right;
	margin:  0 2px 0 0;
	}

ul#branchnav li a {
	background: url(/licensees/licensee222/images/bg-branchnav.gif) repeat-x top left;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #9f9f9f;	
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 7px 10px 0 10px;
	height: 24px;
	margin: 4px 0 0 0;
	}

ul#branchnav li.llumc a { 
	color: #326dac;
	width: 96px;
	}
   	
ul#branchnav li.lluch a { 
	color: #009898;
	width: 118px;
	}

ul#branchnav li.llubmc a { 
	color: #653656;
	width: 175px;	
	}

ul#branchnav li.llumcec a { 
	color: #435785;
	width: 85px;	
	}

ul#branchnav li.lluhsh a { 
	color: #8b2639;
	width: 158px;	
	}

ul#branchnav li.llu a { 
	color: #6d6d6d;
	width: 62px;	
	}

ul#branchnav li a:hover { text-decoration: underline; }

ul#branchnav li.llumc a.active, ul#branchnav li.llumc a.active:hover, ul#branchnav li.lluch a.active, ul#branchnav li.lluch a.active:hover, ul#branchnav li.llubmc a.active, ul#branchnav li.llubmc a.active:hover, ul#branchnav li.llumcec a.active, ul#branchnav li.llumcec a.active:hover, ul#branchnav li.lluhsh a.active, ul#branchnav li.lluhsh a.active:hover {
	font-size: 17px;
	color: #fff;
	background: url(/licensees/licensee222/bg-branchnav-active-llumc.gif) repeat-x top left;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #1b3e63;
	padding: 9px 10px 0 10px;
	height: 26px;
	margin: 0;
	}

ul#branchnav li.llumc a.active, ul#branchnav li.llumc a.active:hover { width: 115px; }

ul#branchnav li.lluch a.active, ul#branchnav li.lluch a.active:hover { width: 142px; }

ul#branchnav li.llubmc a.active, ul#branchnav li.llubmc a.active:hover { width: 209px; }

ul#branchnav li.llumcec a.active, ul#branchnav li.llumcec a.active:hover { width: 105px; }

ul#branchnav li.lluhsh a.active, ul#branchnav li.lluhsh a.active:hover	 { width: 190px; }
	
ul#topnav {
	width: 940px;
	height: 33px;
	background: url(/licensees/licensee222/images/bg-topnav-llumc.gif) repeat-x top left;  	
	border-width: 0 1px;
	border-style: solid;
	border-color: #1b3e63;
	overflow: hidden;			
	}
	
*html ul#topnav {
	width: 980px;
	height: 33px;
	background: url(/licensees/licensee222/images/bg-topnav-llumc.gif) repeat-x top left;  	
	border-width: 0 1px;
	border-style: solid;
	border-color: #1b3e63;
	overflow: hidden;			
	}	
	
	

ul#topnav li {
	height: 33px;
	list-style-type: none;
	/*background: url(/licensees/licensee222/images/bg-topnav-separator-llumc.gif) no-repeat center right;	*/
	float: left;
	clear: right;
	}
	
ul#topnav li.topnav6 { background: none; }	

ul#topnav li a {
	font-size: 15px;
	color: #fff;	
	text-decoration: none;	
	display: block;
	height: 26px;
	}	

ul#topnav li.topnav1 a { width: 28px; margin: 7px 83px 0 -10px;}		

ul#topnav li.topnav2 a { width: 94px; margin: 7px 58px 0 7px;}

ul#topnav li.topnav3 a { width: 149px; margin: 7px 55px 0 3px;}

ul#topnav li.topnav4 a { width: 165px; margin: 7px 55px 0 8px;}

ul#topnav li.topnav5 a { width: 86px; margin: 7px 60px 0 6px;}

ul#topnav li.topnav6 a { width: 62px; margin: 7px 0px 0 0;}		

/* for ie6 */
*html ul#topnav li.topnav1 a { width: 28px; margin: 7px 72px 0 20px;}		

*html ul#topnav li.topnav2 a { width: 94px; margin: 7px 58px 0 0;}

*html ul#topnav li.topnav3 a { width: 149px; margin: 7px 55px 0 5px;}

*html ul#topnav li.topnav4 a { width: 165px; margin: 7px 55px 0 4px;}

*html ul#topnav li.topnav5 a { width: 86px; margin: 7px 60px 0 5px;}

*html ul#topnav li.topnav6 a { width: 62px; margin: 7px 0px 0 3px;}	
/* for ie6 */

/* for ie7 */
*:first-child+html ul#topnav li.topnav1 a { width: 28px; margin: 7px 90px 0 30px;}		

*:first-child+html ul#topnav li.topnav2 a { width: 94px; margin: 7px 58px 0 0;}

*:first-child+html ul#topnav li.topnav3 a { width: 149px; margin: 7px 55px 0 5px;}

*:first-child+html ul#topnav li.topnav4 a { width: 165px; margin: 7px 55px 0 4px;}

*:first-child+html ul#topnav li.topnav5 a { width: 86px; margin: 7px 60px 0 5px;}

*:first-child+html ul#topnav li.topnav6 a { width: 62px; margin: 7px 0px 0 3px;}	
/* for ie7 */

ul#topnav li a:hover { text-decoration: underline; }	
/* End Branch and Top Navigation Styles */


/* left nav */
#wrap-block {
	width: 980px; 
	border: solid 1px #cacaca; 		
	background-image: url(/licensees/licensee222/images/bg-gryleftnav.gif); 
	background-repeat: repeat-y; 	
	background-color: #ffffff;
	border-left: solid 1px #cacaca; 
	padding-bottom: 40px; }

#wrap-block-2 {
	width: 980px; 
	border: solid 1px #cacaca; 		
	background-color: #ffffff;
	border-left: solid 1px #cacaca; 
	padding-bottom: 40px; }
#wrap-block-3 {
	width: 980px; 
	border: solid 1px #cacaca; 		
	background-image: url(/licensees/licensee222/images/bg-gryleftnav.gif); 
	background-repeat: repeat-y; 	
	background-color: #ffffff;
	border-left: solid 1px #cacaca; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; }

#leftnavblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; 
	font-weight: normal;	
	width: 200px;  
	text-align: left; 
	float: left;
	position: relative; }


.bg-hdr-leftnav {
	width: 170px;
	height: 21px;
	margin-bottom:-14px;
		background-repeat: repeat-x; }
.bg-hdr-leftnav a:link,
.bg-hdr-leftnav a:active,
.bg-hdr-leftnav a:visited {
	color: #000000 !important;
	text-decoration: none !important;
}

.bg-hdr-leftnav-espanol {
	font-family: Georgia, Times, serif;
	font-size: 14px; 
	color: #000000; 
	font-weight: normal; 
	width: 170px;
	height: 21px;
	margin:25px 0 0 35px;
	background-image: url(/licensees/licensee222/images/bg-hdr-patients-visitors.gif); 
	background-repeat: repeat-x; }
.bg-hdr-leftnav a:link,
.bg-hdr-leftnav a:active,
.bg-hdr-leftnav a:visited {
	color: #000000 !important;
	text-decoration: none !important;
}

.bg-hdr-leftnav a:hover {
	text-decoration: underline !important;
}
.leftnav {margin-top:5px; } 

ul.leftnav li {
    background-image: url(/licensees/licensee222/images/blt-yellow-arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 0 0 4px 10px;
    margin:0 0 0 -10px;
	list-style-type: none;
	position: relative; } 
	
ul.leftnav ul li {
    background-image: url(/licensees/licensee222/images/blt-yellow-arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    margin: 0px 0 0 -40px;
	list-style-type: none;
	position: relative; } 	
	
ul.leftnav li.arrow-open {
    background-image: url(/licensees/licensee222/images/blt-yellow-arrow-down.gif);
}
ul.leftnav ul.leftnav-submenu {
	margin-top: 5px;
}
ul.leftnav ul.leftnav-submenu li {
    background-image: none !important;
    padding: 0 0 5px 5px;
}
ul.leftnav a {
	color: #336ead;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
	text-decoration: none; }
	
ul.leftnav a:link, ul.leftnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #336ead; 
	font-weight: bold; 
	text-decoration: none;
}
ul.leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #b4985a; 
	font-weight: bold; 
	text-decoration: none; }	

.leftnav-active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; 
	font-weight: bold; }
	
a.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #336ead; 
	font-weight: bold; 
	text-decoration: none; }

a.leftnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #b4985a; 
	font-weight: bold; 
	text-decoration: none; }
/* left nav */
   
/* right content */
#rightcontentblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; 
	font-weight: normal;
	width: 779px; 
	background-color: #ffffff; 	
	float: right;
	position: relative; }

#rightcontentblock-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; 
	font-weight: normal;
	width: 980px; 
	background-color: #ffffff; 	
	float: right;
	position: relative; }

#rightcontentblock h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px; 
	color: #000000; 
	text-decoration: none;
	font-weight: bold; }

#rightcontentblock p { padding: 2px 0; }

.bg-hdr-rightcontent {
	font-family: Georgia, Times, serif;
	font-size: 13px; 
	color: #000000; 
	font-weight: normal;
	padding: 8px 15px;
	height: 14px;
	background-image: url(/licensees/licensee222/images/bg-hdr-find-doctor.gif); 
	background-repeat: repeat-x; }

#right-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000; 
	font-weight: normal; }
	
.content-photo {
	position:relative; 
	left:-5px; 
	margin-right:-7px;  }
	
#right-content a { line-height: 18px; }	
	
#right-content p { 
                padding: 5px 10px 5px 0;
                text-align: justify; 
                line-height: 16px; 
                }

#right-content li { 
	line-height: 16px; 
}
#right-content ul { padding: 5px 0; }

#right-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	color: #000000; 
	font-weight: bold; }

#right-content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #000000; 
	font-weight: bold; }

#right-content strong {
	font-weight: bold; }

#right-content ul, ol { margin-left: 20px; }

#right-content img { padding: 0 5px; }

#right-content td { padding: 2px; }



/* Begin Footer Styles */
#wrap-footer { margin: 5px 0 0 9px; }

#footer {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 980px;
	background-color: #ededed;	
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #9f9f9f;
	padding: 15px 0 0 0;
	}
	
#footer li {
	list-style-type: none;
	line-height: 22px;
	}

#footer a {
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: underline;	
	}

#footer a:hover, #footer a.active { 
	font-weight: bold;
	text-decoration: none;
	}	

#footer .aahc {	
	padding: 50px 0 0 25px;
	width: 140px;
	height: 42px;
	}

#footer .aahc a {
	display: block;
	background: url(/licensees/licensee222/images/aahc-member.gif) no-repeat top left;
	padding: 11px 0 31px 56px;
	width: 90px;
	height: 0;	
	}	
	
#footer .wrap-cols { 
	background: url(/licensees/licensee222/images/bg-footer-cols.gif) repeat-y top left;
	min-height: 132px;
	}

#footer .col1 {
	float: left;
	clear: right;
	width: 370px;
	padding: 0 15px;
	}

#footer .col2 {
	float: left;
	clear: right;
	width: 126px;
	padding: 0 15px 0 15px;
	}

#footer .col3 {
	float: left;
	clear: right;
	width: 126px;
	padding: 0 15px;
	}

#footer .col4 {
	float: left;
	clear: right;
	width: 237px;
	padding: 0 15px;
	}		

#wrap-footer .bottom-left { 
	background: url(/licensees/licensee222/images/bg-footer-bottom-left.gif) no-repeat bottom left;
	width: 20px;
	height: 20px;
	float: left;
	clear: right;
	}

#wrap-footer .bottom-center { 
	background: url(/licensees/licensee222/images/bg-footer-bottom-center.gif) repeat-x bottom left;
	width: 942px;
	height: 20px;
	float: left;
	clear: right;	
	}	

#wrap-footer .bottom-right { 
	background: url(/licensees/licensee222/images/bg-footer-bottom-right.gif) no-repeat bottom right;
	width: 20px;
	height: 20px;
	float: left;
	clear: right;		
	}	
 /*End Footer Styles */

/* Begin Copyright Styles */
#wrap-copyright { 
	font-size: 11px;
	width: 982px;
	margin: 5px 0 5px 7px;	
	}

#copyright {
	float: left;
	clear: right;
	}	

#copyright ul li {
	list-style-type: none;
	float: left;
	clear: right;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #bebebe;
	padding: 0 7px 7px 7px;
	height: 12px;
	}

#copyright ul li.last { 
	border: 0;
	padding: 0 0 0 7px;
	}

#wrap-copyright a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline; 
	}

#wrap-copyright a:hover { text-decoration: none; }

#wrap-copyright .feedback { 
	float: right;
	padding: 4px 7px;
	}	
/* End Copyright Styles*/ 



/* Begin Header Styles */
#header { width: 982px; }

#header .logo {
	width: 320px;
	height: 60px;
	float: left;
	clear: right;
	}

#header .right-content {
	float: left;
	clear: right;
	margin: 0px 0 -30px 0;
	width: 652px;
	}

#type-size {
	font-size: 12px;
	float: right;
	padding: 0 5px 0 0;
	}

#type-size ul {	display: inline; }	
	
#type-size li {
	list-style-type: none;
	display: inline;
	}

#type-size li a {
	padding: 0 0 0 5px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

#type-size li.first a { font-size: 12px; }

#type-size li.second a { font-size: 14px; }

#type-size li.third a { font-size: 16px; }	


#search-site .left {
	background: #fff url(/licensees/licensee222/images/bg-search-site-left.gif) no-repeat top left;
	width: 5px;
	height: 32px;
	float: left;
	clear: right;
	}

#search-site .center {
	background: #fff url(/licensees/licensee222/images/bg-search-site-center.gif) repeat-x top left;
	height: 32px;
	padding: 0 10px;
	float: left;
	clear: right;	
	}

#search-site .right {
	background: #fff url(/licensees/licensee222/images/bg-search-site-right.gif) no-repeat top left;
	width: 5px;
	height: 32px;
	float: left;
	clear: right;	
	}	

#search-input {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #464646; 
	vertical-align: middle;	
	background: #ffffff url(/licensees/licensee222/images/bg-input.gif) repeat-x top left;  	
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #c3c3c3;	
	border-left: 1px solid #c3c3c3;
	border-bottom: 1px solid #dddddd; 	
	height: 16px;
	padding: 2px 5px 1px 5px;
	}

#search-input {
	width: 220px;
	float: left;
	clear: right;
	margin: 6px 5px 0 0;
	}

#btn-search {
	float: left;
	clear: right;
	margin: 3px 0 0 0;	
	}		

 End Header Styles 


/* Left navigation */
ul.leftnav a, ul.leftnav a:link, ul.leftnav a:visited, ul.leftnav a:hover {
	background:none;
}
/* end Left navigation */

/* ##############################End ADAM Styles################################# */

/* ##############################fromlluch.css################################# */

/* Begin Background Styles
#background { background: #00a6a6 url('/licensees/licensee222/images/background-lluch.gif') repeat-x top left; }
 End Background Styles */

/* Begin Homepage Styles */
/* Begin Branch and Top Navigation Styles */
ul#topnav {margin-top:-12px; background: url(/licensees/licensee222/images/bg-topnav-lluch.gif) no-repeat top left; }

*html ul#topnav {margin-top:-19px; background: url(/licensees/licensee222/images/bg-topnav-lluch.gif) no-repeat top left; }

*:first-child+html ul#topnav {margin-top:-19px; margin-left:0px; width:980px; background: url(/licensees/licensee222/images/bg-topnav-lluch.gif) no-repeat top left; }

/*ul#topnav li { background: url(/licensees/licensee222/images/bg-topnav-separator-lluch.gif) no-repeat center right; }*/

ul#branchnav li.lluch a.active, ul#branchnav li.lluch a.active:hover {
	background: url(/licensees/licensee222/images/bg-branchnav-active-lluch.gif) repeat-x top left;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #006969;
	}	
/* End Branch and Top Navigation Styles */
.currentKHSection, .currentKHSection a, .currentKHSection a:link, .currentKHSection a:visited, .currentKHSection a:hover {
color: #000 !important;
}
/*///////////////////*/
/* END CUSTOM STYLES */
/*///////////////////*/