/*-------------------------------------------------------------
Base styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
RESET STYLE SHEET
---------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
   margin: 0;
	padding:0; 
	} 
	
table { 
	   border-collapse:collapse; 
	   border-spacing:0; 
	} 
	
fieldset,img {  
	border:0; 
	}
	 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
	}
	 
ol,ul { 
	list-style:none; 
	}
	 
caption,th { 
	text-align:left; 
	} 

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
	}
	 
q:before,q:after { 
	content:''; 
	}
	 
abbr,acronym { 
	border:0; 
		} 

/* -------------------------------------------------------
END RESET STYLE SHEET
---------------------------------------------------------*/



body {
	color: #333;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
text-align: center;
	}

a:link, a:active {
	color: #2694c1;
	text-decoration: underline;
	outline: none; 
	}
	
a:visited {
	color: #669;
	text-decoration: underline;
	outline: none; 
	}
	
a:hover, a:focus {
	color: #f90; 
	text-decoration: underline;
	outline: none; 
	}

.img {
    border: 0px;
    margin: 0px; 
text-align: left;
}

#wrapper {
	width: 980px;
	margin: 10px auto 0;
	position: relative;
text-align: left;
	}

/* THIS IS THE HEADER WITH THE SEARCH AND TOP NAVS */
	
#banner1 {
	height: 83px;
	position: relative;
	background: #f5f5e9;
	}

#homebutton {
	position: absolute;
	top: 18px;
	left: 25px;
	z-index: 3;
	}

/* SECONDARY NAV */
	
#navsecondary {
	width: 100%;
	text-align: right;
	position: absolute;
	top: 5px;
	left: 0;
	padding: 5px 0 0 0;
	}
	
#navsecondary ul {
	height: 15px;
	margin: 0 12px 0 0;
	}
	
#navsecondary li{
	display: inline;
	}
	
#navsecondary a:link, #navsecondary a:active, #navsecondary a:visited {
	color: #3f4225;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0 10px 0 9px;
	border-right: 1px #babaae dotted;
	}
	
#navsecondary a:hover, #navsecondary a:focus {
	color: #c60;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
	padding: 0 10px 0 9px;
	}
	
#navsecondary .noborder a {
	border: 0;
	}
	
/* END SECONDARY NAV */

/* Layout ----------------------------------------------*/
		
#sidebar-a {
			float: left;
			width: 278px;
			margin: 0;
			padding: 160px 20px 20px 40px;
border: 0px solid red;
display: inline;
			}
#content {
		       width: 565px;
                       padding: 146px 20px 20px 40px;
                       float: left;
                       border: 0px solid purple;
display: inline;
			}

/* MAIN NAV */

.nav {
    width: 980px;
    height: 34px;
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat;
    position: absolute;
    top: 83px;
    left: 0;
}

.nav li {
	display: inline;
}

.nav li a:link, .nav li a:visited {
	height: 34px;
	text-indent: -9000px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10;
}

/* NAV HEALTH INFO */

.nav .nav1 a:link, .nav .nav1 a:visited {
    left: 8px;
    width:167px;
    }
    
.nav .nav1 a:hover {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -8px -34px;
    left: 8px;
    width:175px;
    }
    
.nav .nav1 a:focus {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -8px -34px;
    border-bottom: 3px #437c8d solid;
    width: 167px;
    left: 8px;
    }
    
.nav .nav1 a:active {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -8px -68px;
    left: 8px;
    }
    
.current-nav1 .nav1 a:link, .current-nav1 .nav1 a:visited {
		background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -8px -102px;
		cursor: default;
	}
    
.nav-nav1, .nav-nav1-click{
	width: 175px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 8px;
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -8px -34px;
}

.nav-nav1-click {
		background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -8px -68px;
		width: 175px;
    	left: 8px;
	}
    
/* NAV PATIENTS AND VISITOR */
    
  
.nav .nav2 a:link, .nav .nav2 a:visited {
    left: 184px;
    width: 219px;
    }
    
.nav .nav2 a:hover {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -184px -34px;
    }
    
.nav .nav2 a:focus {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -184px -34px;
    width: 210px;
    border-bottom: 3px #437c8d solid;
    }
    
.nav .nav2 a:active {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -184px -68px;
    }
    
.current-nav2 .nav2 a:link, .current-nav2 .nav2 a:visited {
		background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -184px -102px;
		cursor: default;
	}
    
.nav-nav2, .nav-nav2-click {
	width: 219px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 184px;
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -184px -34px;
}

.nav-nav2-click {
		background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -184px -68px;
	}
    
/* NAV SPECIALTIES AND SERVICES */
 
.nav .nav3 a:link, .nav .nav3 a:visited {
	width: 221px;
    left: 403px;
    }
    
.nav .nav3 a:hover {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -403px -34px;
    }
    
.nav .nav3 a:focus {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -403px -34px;
    border-bottom: 3px #437c8d solid;
    width: 212px;
    } 
    
.nav .nav3 a:active {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -403px -68px;
    }
    
.current-nav3 .nav3 a:link, .current-nav3 .nav3 a:visited {
		background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -403px -102px;
		cursor: default;
	}
    
.nav-nav3, .nav-nav3-click{
	width: 221px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 403px;
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -403px -34px;
}

.nav-nav3-click {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -403px -68px;
}
    
/* NAV LOCATIONS */
    
.nav .nav4 a:link, .nav .nav4 a:visited {
	width: 109px;
    left: 624px;
    }
    
.nav .nav4 a:hover {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -624px -34px;
    }
    
.nav .nav4 a:focus {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -624px -34px;
    width: 100px;
    border-bottom: 3px #437c8d solid;
    }   

    
.nav .nav4 a:active {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -624px -68px;
    }
    
.current-nav4 .nav4 a:link, .current-nav4 .nav4 a:visited {
		background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -624px -102px;
		cursor: default;
	}
    
.nav-nav4, .nav-nav4-click {
	width: 109px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 624px;
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -624px -34px;
}

.nav-nav4-click {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -624px -68px;
}
    
/* DOCTORS */
    
.nav .nav5 a:link, .nav .nav5 a:visited {
    left: 733px;
    width: 140px;
    }
    
.nav .nav5 a:hover {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -733px -34px;
    }
    
.nav .nav5 a:focus {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -733px -34px;
    width: 131px;
    border-bottom: 3px #437c8d solid;
    }
    
.nav .nav5 a:active {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -733px -68px;
    }
    
.current-nav5 .nav5 a:link, .current-nav5 .nav5 a:visited {
		background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -733px -102px;
		cursor: default;
	}
    
.nav-nav5, .nav-nav5-click {
	width: 140px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 733px;
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -733px -34px;
}

.nav-nav5-click {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -733px -68px;
}


/* ABOUT */
    
.nav .nav6 a:link, .nav .nav6 a:visited {
    left: 873px;
    width: 107px;
    }
    
.nav .nav6 a:hover {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -873px -34px;
    }
    
.nav .nav6 a:focus {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -873px -34px;
    width: 96px;
    border-bottom: 3px #437c8d solid;
    }
    
.nav .nav6 a:active {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -873px -68px;
    }
    
.current-nav6 .nav6 a:link, .current-nav6 .nav6 a:visited {
		background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -873px -102px;
		cursor: default;
	}
    
.nav-nav6, .nav-nav6-click {
	width: 107px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 873px;
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -873px -34px;
}

.nav-nav6-click {
    background: url(/export/system/galleries/webresources/hospital/images/navbg.gif) no-repeat -873px -68px;
}

#bannertitle h2 {
	color: #b84f1a;
	font-size: 28px;
	font-weight: bold;
	width: 600px;
	height: 75px;
	padding: 25px 0 0 26px;
	position: absolute;
	top: 114px;
	left: 0;
	z-index: 2;
	line-height: 31px;
	}
	
#bannerbg {
	width: 978px;
	height: 100px;
	position: absolute;
	top: 117px;
	left: 0;
	z-index: 1;
	background: url(/export/system/galleries/images/hospital/bg1.jpg) no-repeat top right;
	border-bottom: 1px solid #bfbfbf;
	}



/* entries ----------------------------------------------- */

.entryTitle {
    font-weight: bold;
    font-size: 130%;
}



p.entryInfo {
margin: -8px 0 0 0;
padding: 0 0 3px 0;
line-height: 14px;
border: 0px solid blue;
color: #666;
font-size: 11px;
}

div.dayTitle {
    font-size:13px;
    font-weight:bold;
    text-align:left;
    line-height:17px;
    padding:3px 5px 4px 5px;
    margin-top:19px;
    margin-bottom:15px;
    color:#fff;
    background:#6fb5b5;

}
div.dayBox {
    margin-bottom: 10px;
}
div.next-previous {
    font-size: 13px;
    text-align: left;
margin: 5px 0 -13px 0;
    padding: 4px 0 4px 0;
	color: #666;
/*background: #f8d7ab;*/
text-align: center;
font-weight: bold;

}

.comments-head {
	color: #b84f1a;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 16px;
}

/* CATEGORY CHOOSER ----------------------------------------------- */

.category-chooser {
    margin: -50%;
    width:100%;
}
.rCategory li {
    font-size: 80%;
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}
li.selected {
    font-weight: bold;
}

/* OTHER LISTS ----------------------------------------------- */

ul.rNavigationBar, ul.rMenu, ul.rFolder, ul.rFeeds, ul.rReferersList, ul.rEntriesList {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 13px;
}

ul.rNavigationBar li {
padding: 0 0 4px 0;
}

ul.rFeeds li {
    background-image: url(http://www.chop.edu/blog/images/feed-icon-12x12.gif);
    background-repeat: no-repeat;
    background-position: 0 .3em; 
    padding-left: 1.4em;
    line-height: 1.5em;
}

/* CALENDAR ----------------------------------------------- */

#calendar{
padding: 9px 10px 5px 10px;
margin-bottom: 15px;
background: #f5f5e9;
border-top: 3px solid #e5e5d1;
}

#calendar table {
margin: 0px auto 5px;
}

.hCalendarDay{
    text-align : center;
font-family: arial, verdana, serif;
}
th.hCalendarDayNameRow {
	color: #036;
	font-weight: bold;
	padding: 5px 6px 5px 6px;
	border: 0;
	text-align: center;
font-size: 13px;
}
td.hCalendarDayCurrent {
	padding: 5px 6px 5px 6px;
	vertical-align: top;
	border: 0;
	text-align: center;
font-size: 13px;
color: #333;
}
td.hCalendarDayLinked {
    text-align : center;
    font-weight: bold;
color: #333;
}

#calendar table td{
padding: 3px 4px 3px 4px;
color: #333;
border: 3px solid #f5f5e9;
}

.hCalendarNavBar {
  font-size: 14px;
padding: 0;
margin: -10px 0 0 0;
}

		#calendar a {
			font-weight:bold;
			}
		.hCalendarMonthYearRow, .dCalendarMonthYearRow
			{ 
			font-size:15px;
			font-weight:bold;
			text-align:left; 
			}

#calendar .hCalendarMonthYearRow {
			color: #8e2127;
			}
		.hCalendarDayNameRow, .dCalendarDayNameRow
			{
			font-weight:bold;
			}
		.hCalendarDayRow, .dCalendarDayRow
			{
			font-weight:normal;
			}
		.hCalendarDayLinked, .dCalendarDayLinked
			{
			background-color: #c7ebeb;
			}
		.hCalendarDayCurrent, .dCalendarDayCurrent
			{
			background-color:#dcd9b3;
			}

/* comments ----------------------------------------------- */

div.comments-form span.status {
    display: block;
    background: white;
    color: green;
    border: 1px solid green;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

span.error {
    display: block;
    background: white;
    color: #c00;
    border: 1px solid #c00;
    margin: 10px 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}

p.comment-details {
    font-size: 11px;
    color: #999;
line-height: 15px;
padding: 0 0 15px 0;
}
.comments-syntax-indicator {
    font-weight: bold;
}
.comments-syntax-indicator span.enabled {
    background: transparent;
    color: green;
    font-style: italic;
}
.comments-syntax-indicator span.disabled {
    background: transparent;
    color: red;
    font-style: italic;
}





/*-------------------------------------------------------------
Brushedmetal theme styles
--------------------------------------------------------------*/
	

	/* General--------------------------------------------- */


	/*Banner--------------------------------------------- */
		#banner {
			margin-bottom: 155px;
			text-align:center;
			line-height:120%;
			}
		#banner a {
			text-align:center;
			text-decoration:none;
			}
		.tagline {
			color:#FFF;
			font-size:11px;
			text-shadow: 2px 2px 5px Black;
			line-height:120%;
			}      
	/* NewsItems--------------------------------------------- */
		.newsItemTitle {
			font-size:16px;
			font-weight:bold;
			padding:5px 0px 5px 0px;    
			margin:0px;
			} 
		.newsItemDesc {
			padding: 5px 0px 15px 0px;
			border-bottom:1px solid #ddd;
			margin-bottom:25px;
			}
		.newsItemFooter {
			text-align:right;
			font-size:10px;
			}
	/* Navigation--------------------------------------------- */
		.navLink {
			padding: 3px 8px 3px 8px;
			margin-bottom:8px;
			border:1px solid #A3A3A3;
			text-align:center;
			}
	/* Main Column--------------------------------------------- */
		.title  { 
			font-size: 18px; 
			line-height:150%;
			font-weight:bold; 
			text-align:left;
			color: #000; 
			padding-bottom:15px;
			}  
		.date  { 
			font-size:12px;
			font-weight:bold;
			text-align:left;
			line-height:120%;
			padding:3px 5px 4px 3px;
			margin-top:10px;
			margin-bottom:22px;
			color:#FFF;
			background:#5A5A5A;
			border:1px solid #A3A3A3;
			}
		#footer{
			font-size:10px;
			line-height:130%;
			font-weight:normal;
			padding-top:10px; 
			margin-top:26px; 
			border-top:1px solid #A3A3A3;
			}
	


	/* Discussion--------------------------------------------- */
		.dlHeader{
			padding:4px;
			}
		.dlCountReadsTitle, .dlSubjectTitle, .dlCountMessagesTitle, .dlPostedTitle, .dlMessageLinkTitle, .dlAuthorTitle
			{
			padding:4px;
			}
		.dlSubject, .dlCountMessages, .dlPosted, .dlCountReads, .dlAuthor, .dlMessageLink
			{
			padding:4px;
			}
		.discussHeader {
			font-weight:normal;
			line-height:120%;  
			}    
		.discussResponceList {
			padding:10px 10px 10px 10px;  
			margin-top:10px;
			border-top:1px dotted #999;  
			} 
	/* Misc--------------------------------------------- */
		hr {
			background:#A3A3A3;
			border-top:0px solid #A3A3A3;
			border-bottom:0px solid #A3A3A3;
			border-left:0px solid #A3A3A3;
			border-right:0px solid #A3A3A3;
			height:1px;
			}
		td {
			font-size:12px;
			font-family:Geneva, Arial, Helvetica, san-serif;
			line-height:140%;
			color:#FFF;
			}

/* SEARCH */
	



form ul{ position: relative; list-style: none; width: 100%; }

form li{ line-height: 2em; margin: 0; padding: 1px 1px 6px 0; }

form li.focused{ background-color: #fff7c0 !important; }

form li p{ font-size: 9px; line-height: 13px; }

/*form li{ display: inline-block; }*/

form[id] li{ display: block; }

/*form li div{ display: inline-block; }*/

form[id] li div{ display: inline; }

form .left{ float: left !important; margin: 0; }

form .right{ float: right !important; margin: 0; }

form .clear{ clear: both; } 

form li div p{ margin: 0 0 5px 0; }

form div.left{ margin-right: 2px !important; }

form div.left[class]{ margin-right: 4px !important; }

form div.left img{ margin: 0 0 -2px 0; }

form h2{ font-size: 1.8em; clear: left; } 

form .info{ display: inline-block; margin: 0 0 10px 0; padding: 0 0 4px 0; border-bottom: 1px dotted #ccc !important;}

form .info[class]{ display: block; }

form .info p{ font-size: 1em; line-height: 1.3em; margin: 0 0 8px 0; }

textarea.textarea{margin-bottom: 1px; border: 1px solid blue;}

textarea.textarea[class]{font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif; 1px;}

select.select{ padding: 1px 0 0 0; margin: 1px 0 3px 0; }

select.select[class]{ margin: 0; padding: 1px 0 1px 0; }

form .small{ width: 70px; }

form .medium{ width: 170px; }

form .large, form textarea.textarea{ width: 340px; }

form .tags{ width: 320px; }

form textarea.small{ height: 5.5em; }

form textarea.medium{ height: 10em; }

form textarea.large{ height: 20em; }

/*.choices input{ width: 200px; margin-right: 3px; }*/

.choices ol{ margin: 10px 0 0 0; }

.choices[class] ol{ margin: 0 !important; }

.choices img{ margin: 0 0 1px 0; }

fieldset ol li{ display: list-item !important; margin: 0 5px 2px 3px !important; padding: 0 !important; list-style: inside decimal; }

input.button, button { width: 6em; padding: 2px 2px 0 0; /* fix for IE */ }

/* revert to normal for Firefox */

li>input.button, li>button, input.button>input.button, button>button { padding: 2px; }
label.desc{
    margin: 4px 0 3px 0;
    border: 0;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
    font-weight: bold;
}
input.text, input.number, input.url, input.email, input.password, input.file, 
textarea.textarea, select.select{
    font-size: 1.2em;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
}
input.text, input.number, input.url, input.email, input.password, input.file{ padding: 2px; }
input.currency{ text-align: right; }
input.checkbox, input.radio{
    display: block;
    line-height: 1.4em;
    margin: 8px 0 0 3px;
    width: 13px;
    height: 13px;
}
input.focus, textarea.focus { background: #ffd; color: #000; }
label.choice{
    display: block;
    line-height: 1.4em;
    margin: -19px 0 0 25px;
    padding: 4px 0 5px 0;
    width: 80%;
}


#mainsearch {
	height: 30px;
	position: absolute;
	top: 44px;
	left: 570px;
	}

 #mainsearch input.field {
	font-size: 13px;
	width: 280px;
	height: 17px;
	margin: 0;
	padding: 1px;
	vertical-align: bottom;
	}
	
#mainsearch input.button {
	font-size: 13px;
	margin: 3px 6px 2px 6px;
	padding: 0 5px 0 2px;
	vertical-align: bottom;
	height: 22px;
	width: 59px;
	}

h1 {
	color: #575a2f;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 3px 0;
	line-height: 22px;
	}

 h2 {
	color: #575a2f;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 7px 0;
	line-height: 21px;
	}
	
h3 {
	color: #b84f1a;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	line-height: 18px;
	}
	
 h4 {
	color: #b84f1a;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
	line-height: 16px;
	}
	
 h5 {
	color: #8e2127;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0 0 0;
	}
	
 h6 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 0;
	}


p  {
padding: 3px 0 5px 0;
line-height: 17px;
font-size: 13px;
border: 0px solid red;
}



p.entryContent {
font-size: 13px;
margin: 1px 0 9px 0;
}

.readmore {
padding: 0 2px 0 2px;
}

/* FOOTER STYLES */

 #footerx {
padding: 4px 0 0 0;
border-top: 1px solid #ccc;
clear: both;
}
	
#footerx a:link, #footerx a:active, #footerx a:visited {
	color: #666;
	font-size: 11px;
	}
	
#footerx a:hover, #footerx a:focus {
	color: #f90; 
	font-size: 11px;
	}
	
#footer1 {
	width: 190px;
	padding: 10px 20px 20px 20px;
	position: relative;
	float: left;
	display: inline;
	}
	
#footer1 ul li, #footer2 ul li {
	padding: 0 0 3px 0;
	line-height: 14px;
	}
	
#footer1 h6, #footer2 h6 {
	color: #838173;
	font-size: 13px;
	font-weight: bold;
	}
	
#footer1 ul {
	margin: 0 0 8px 0;
	}
	
#footer2 {
	width: 455px;
	padding: 10px 0 20px 15px;
	position: relative;
	float: left;
	display: inline;
border: 0px solid red;
	}
	
#footer2 ul {
	margin: 0 25px 6px 0;
	position: relative;
	float: left;
	width: 120px;
	}
	
#footer2 ul li {
	padding: 2px 0 5px 0;
	line-height: 12px;
	}
	
#footer3 ul {
	margin: 0 0 6px 0;
	}

#footer3 {
	color: #838173;
	font-size: 11px;
	text-align: left;
	width: 250px;
	padding: 10px 25px 0 0;
	position: relative;
	float: right;
	line-height: 16px;
	display: inline;
border: 0px solid green;
	}

strong {
	font-weight: bold;
	}
	
.icn_share {
	font-size: 13px;
	background: none;
	background: url(/export/system/galleries/webresources/hospital/images/sm-plus.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
	margin: 0 0 12px 0;
	line-height: 16px;
	}
	
/* END FOOTER STYLES */


