/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer;display:none; }
a:link:hover, a:visited:hover { text-decoration: underline;display:none; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#header{display:none;}

/*-------
// custom styles
//-----*/

a:link, a:visited { 
	color: #2a4578;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #FFFFFF;
}
#body {
	width: 100%;
	background: #FFFFFF;
}

#page {
	width: 966px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #515252;
	background: #FFFFFF  repeat-y 0 0;
}
	#page2 {
		background: #FFFFFF no-repeat 0 0;;
		min-height: 400px;
		padding: 0 7px;
	}

#top { display:block;
	width: 100%;
	overflow: hidden;
	background:#FFFFFF;
	position: relative;
}
	#logo { display:block;
		float: left;
		padding: 20px 0 20px 12px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 354px;
			height: 86px;
		}
			#logo a:link span, #logo a:visited span { display:block;
				background: url(../img/logo-1.jpg) no-repeat 0 0;
			}

			#logo2 { display:none;
		position: absolute;
		left: 280px;
		top: 20px;
	}
				#search { display:none;
		float: right;
		height: 50px;
		overflow: hidden;
		padding: 50px 20px 0 0;
	}
		#search label { display:none;
			display: block;
			color: #73a2d5;
			font-size: 83.33%;
			font-weight: bold;
			margin: 0 0 3px;
		}
		#search input.text { display:none;
			float: left;
			margin: 0 3px 0 0;
			border: none;
			background: url(../img/input1-bg.png) no-repeat 0 0;
			width: 150px;
			height: 15px;
			padding: 5px 4px 3px 20px;
		}
		#search input.submit { display:none;
			float: left;
			border: none;
			background: url(../img/but-go.jpg) no-repeat 0 0;
			width: 42px;
			height: 29px;
			color: #FFFFFF;
			font-weight: bold;
			margin: -3px 0 0;
		}
	#menu { display:none;
		clear: both;
		width: 100%;
		height: 48px;
		font-family: Verdana, Geneva, sans-serif;
	}
		#menu ul { display:none;
		}
			#menu li { display:none;
				float: left;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: none;
					height: 48px;
					line-height: 48px;
					color: #545454;
					text-shadow: 1px 1px 1px #FFFFFF, -1px -1px 1px #FFFFFF;
					text-transform: uppercase;
					text-align: center;
					background: url(../img/menu-1.jpg) no-repeat 0 0;
					text-decoration: none;
				}
				#menu #b1 a:link, #menu #b1 a:visited { width: 120px; padding: 0 0 0 39px; }
				#menu #b1 a:link, #menu #b1 a:visited { background-position: 0 0; }
				#menu #b1 a:link:hover, #menu #b1 a:visited:hover,
				#menu #b1.active a:link, #menu #b1.active a:visited { background-position: 0 -48px; }
				#menu #b2 a:link, #menu #b2 a:visited { width: 215px; }
				#menu #b2 a:link, #menu #b2 a:visited { background-position: -159px 0; }
				#menu #b2 a:link:hover, #menu #b2 a:visited:hover,
				#menu #b2.active a:link, #menu #b2.active a:visited { background-position: -159px -48px; }
				#menu #b3 a:link, #menu #b3 a:visited { width: 114px; }
				#menu #b3 a:link, #menu #b3 a:visited { background-position: -374px 0; }
				#menu #b3 a:link:hover, #menu #b3 a:visited:hover,
				#menu #b3.active a:link, #menu #b3.active a:visited { background-position: -374px -48px; }
				#menu #b4 a:link, #menu #b4 a:visited { width: 156px; }
				#menu #b4 a:link, #menu #b4 a:visited { background-position: -488px 0; }
				#menu #b4 a:link:hover, #menu #b4 a:visited:hover,
				#menu #b4.active a:link, #menu #b4.active a:visited { background-position: -488px -48px; }
				#menu #b5 a:link, #menu #b5 a:visited { width: 156px; }
				#menu #b5 a:link, #menu #b5 a:visited { background-position: -644px 0; }
				#menu #b5 a:link:hover, #menu #b5 a:visited:hover,
				#menu #b5.active a:link, #menu #b5.active a:visited { background-position: -644px -48px; }
				#menu #b6 a:link, #menu #b6 a:visited { width: 110px; padding: 0 42px 0 0; }
				#menu #b6 a:link, #menu #b6 a:visited { background-position: -800px 0; }
				#menu #b6 a:link:hover, #menu #b6 a:visited:hover,
				#menu #b6.active a:link, #menu #b6.active a:visited { background-position: -800px -48px; }
	#links { display:none;
		position: absolute;
		right: 20px;
		top: 0;
		height: 36px;
		background: url(../img/bar1-r.jpg) no-repeat 100% 0;
	}
		#links ul { display:none;
			height: 36px;
			background: url(../img/bar1-l.jpg) no-repeat 0 0;
			padding: 0 5px;
		}
			#links li { display:none;
				float: left;
				padding: 0 2px 0 0;
				background: url(../img/bar1-sep.png) no-repeat 100% 0;
			}
			#links li.last { display:none;
				padding: 0;
				background: none;
			}
				#links li a:link, #links li a:visited {
					float: left;
					display: none;
					padding: 0 1.1em;
					line-height: 30px;
					color: #656565;
					white-space: nowrap;
				}
	#slider { display:none;
		background: #c5e0ed;
		height: 43px;
	}

#wrap {
	width: 100%;
	overflow: hidden;
	background: #FFFFFF repeat-y -7px 0;
}
	#wrapSec {
		float: left;
		width: 100%px;
		overflow: hidden;
	}
		#content {
			float: right;
			width: 700px;
			position: relative;
			font-size: 108.33%;
			padding: 15px 0 10px;
		}
		#side1 { display:none;
			float: left;
			width: 235px;
			color: #777575;
		}
	#side2 { display:none;
		float: right;
		width: 206px;
		padding: 15px 0 10px;
		color: #777575;
	}


#content h2,
#content h3,
#content h4 {
	font-family: 'Minion Pro', Georgia, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #4679bd;
	margin: 0 0 1em;
	clear: both;
}
#content h2 {
	font-size: 138%;
}
#content h3 {
	font-size: 115%;
}
#content h4 {
	font-size: 100%;
}


#content p {
	line-height: 1.4;
	margin: 0 0 1em;
}
#content ul {
	list-style: disc;
	margin: 0 0 1em 2em;
	line-height: 1.4;
}


#side1 h3,
#side2 h3 { display:none;
	font-family: 'Minion Pro', Georgia, serif;
	font-weight: normal;
	color: #212f68;
	font-size: 150%;
	text-transform: uppercase;
	margin: 0 0 .3em;
}


#footer { display:none;
	width: 100%;
	font-size: 1.1em;
	color: #515252;
	background: url(../img/footer-t.gif) repeat-x 0 0;
	color: #FFFFFF;
}
	#footer .in {
		width: 930px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0 0 10px;
	}
	#footer a:link, #footer a:visited {
		color: #FFFFFF;
	}

	#footer p.breadcrumbs { display:none;
		height: 39px;
		line-height: 39px;
		padding: 0 0 0 22px;
		background: url(../img/icon-sitemap.png) no-repeat 0 50%;
		margin: 0 0 35px;
		font-weight: bold;
	}
		#footer p.breadcrumbs a:link, #footer p.breadcrumbs a:visited {
			font-weight: normal;
			display:none;
		}
	#footer ul { display:none;
		float: left;
		line-height: 1.4;
	}
		#footer ul li.sep { display:none;
			margin: 0 0 1em;
		}
	#footer ul.links1 { display:block;
		width: 185px;
	}
	#footer ul.links2 { display:none;
		width: 350px;
	}
	#footer .right { display:block;
		float: left;
		width: 390px;
		line-height: 1.45;
	}
		#footer .right p a:link, #footer .right p a:visited { display:block;
			text-decoration: underline;
		}
		#footer .right p a:link:hover, #footer .right p a:visited:hover { display:block;
			text-decoration: none;
		}
		#footer .logos {
			margin: 55px 0 20px;
		}
			#footer .logos img {
				vertical-align: middle;
				padding: 0 15px 0 0;
				display:none;
			}





/*-------
// page-1
//-----*/

#page #utility { display:none;
	float: right;
	padding: 0 10px 10px;
	border-bottom: solid 1px #e5e7e9;
	font-size: 76.92%;
	margin: 0;
}
	#utility a:link, #utility a:visited {
		float: left;
		margin: 0 15px 0 0;
		display: block;
		padding: 0 0 0 33px;
		color: #50688c;
		line-height: 20px;
	}
	#utility a.print:link, #utility a.print:visited {
		background: url(../img/icon-print.gif) no-repeat 0 0;
	}
	#utility a.email:link, #utility a.email:visited {
		background: url(../img/icon-email.gif) no-repeat 0 0;
	}
	#utility a.bookmark:link, #utility a.bookmark:visited {
		margin: 0;
		background: url(../img/icon-bookmark.gif) no-repeat 0 0;
	}

.sep1 {
	margin: 25px 0;
	height: 1px;
	overflow: hidden;
	background: #ebeaea;
}

#page .list1 {
	list-style: none;
	margin: 0 0 2em 40px;
}
	#page .list1 li {
		padding: 0 0 0 20px;
		background: url(../img/bullet-1.jpg) no-repeat 0 .2em;
		margin: 0 0 15px;
	}


#menu2 {
	margin: 0 0 50px;
	font-size: 116.67%;
	background-color: #dedede;
}
	#menu2 ul {
		width: 100%;
		overflow: hidden;
	}
		#menu2 li {
			float: left;
		}
			#menu2 li a:link, #menu2 li a:visited {
				display: block;
				color: #2a4578;
				line-height: 1.4;
				border-bottom: solid 1px #bbbbbb;
				padding: 11px 10px 11px 20px;
				width: 204px;	
			}
				#menu2 li li a:link, #menu2 li li a:visited {
					padding-left: 40px;
					width: 184px;
				}
					#menu2 li li li a:link, #menu2 li li li a:visited {
						padding-left: 60px;
						width: 164px;
					}
			#menu2 li a:link:hover, #menu2 li a:visited:hover {
				background: #FFFFFF;
			}
			#menu2 li a.active:link, #menu2 li a.active:visited {
				background: #FFFFFF;
				width: 205px;
			}
				#menu2 li li a.active:link, #menu2 li li a.active:visited {
					width: 185px;
				}
					#menu2 li li li a.active:link, #menu2 li li li a.active:visited {
						width: 165px;
					}

.sep2 {
	background: url(../img/sep-2.jpg) no-repeat 50% 0;
	width: 220px;
	height: 8px;
	margin: 40px auto;
}
#side2 .sep2 {
	width: 100%;
	background: url(../img/sep-2a.jpg) no-repeat 50% 0;
}

.banner {
	margin: 0 0 20px;
}
	.banner a:link, .banner a:visited {
		display: block;
		text-align: center;
	}

#findDoctor {
	width: 186px;
	margin: 0 auto;
	line-height: 16px;
}
	#findDoctor h3 {
	padding-left: 33px;
	line-height: 22px;
	background-image: url(../img/icon-hospital.jpg);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	padding-top: 5px;
	}
	#findDoctor p {
		margin: 0 0 10px ;
	}
	
	.extraMargin {
	padding-left: 7px;
	}
		#findDoctor select {
			color:#666666; 
			font-size:12px; 
			font-weight:normal; 
			background-color:#FFFFFF; 
			width:100%; 
			padding: 2px; 
			border-style: solid; 
			border-color: #CCCCCC; 
			border-width: 1px;
		}
		
		#findDoctor input.text {
			color:#666666; 
			font-size:12px; 
			font-weight:normal; 
			background-color:#FFFFFF; 
			width:96%; 
			padding: 3px; 
			border-style: solid; 
			border-color: #CCCCCC; 
			border-width: 1px;
		}
		
/* original contains image bg		
		#findDoctor input.text {
			width: 176px;
			height: 15px;
			padding: 4px 5px 2px;
			border: none;
			background: #FFFFFF url(../img/input2-bg.png) no-repeat 0 0;
			color: #6e6e6e;
		}
		*/
		
		
		
		
		
	#findDoctor p.button {
		text-align: center;
	}

.submit {
	width: 91px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/but-1.jpg) no-repeat 0 0;
	border: none;
}@-moz-document url-prefix() {
	.submit {
		padding-bottom: 4px;
	}
}

#calendar {
	width: 170px;
	margin: 0 auto;
}
	#calendar h3 {
		height: 32px;
		overflow: hidden;
		line-height: 40px;
		padding-left: 40px;
		background: url(../img/icon-calendar.jpg) no-repeat 0 0;
	}
	#calendar p {
		margin: 0 0 6px;
	}

a.but1:link, a.but1:visited {
	display: block;
	margin: 0 auto;
	width: 91px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../img/but-1.jpg) no-repeat 0 0;
}


/*  NUEVAS CLASES PARA LAS DIFERENTES SECCIONES  */

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}
.line_1
{
	background-color: #FFFFFF;
	height: 1px;
	width: 100%;
	margin: 15px 0 15px 0;
	overflow: hidden;
}
.line_2
{
	background-color: #4d77aa;
	height: 1px;
	width: 100%;
	margin: 2px 0 2px 0;
	overflow: hidden;
}

.line_3
{
	background-color: #2a4578;
	height: 2px;
	width: 100%;
	margin: 2px 0 2px 0;
	overflow: hidden;
}

.line_4
{
	background-color: #E5E5E5;
	height: 1px;
	width: 100%;
	margin: 2px 0 2px 0;
	overflow: hidden;
}

.clear
{
	clear: both;
}

.txt_enlarge
{
	font-size: 11px;
	color: #50688c;
	height: 15px;
	margin-left: 340px;
}
.border_img
{
	border: 10px solid #C3C5C4;
}
.border_screen
{
	border: 10px solid #C3C5C4;
}
.margin_border_img
{
	margin-bottom: 30px;
}
.container_img
{
	text-align: center;
}
.blue_box
{
	background-color: #E5F0F6;
}
.padding_blue_box
{
display:none;
	padding: 15px 15px 15px 15px;
	width: 448px;
	background-color: #E5F0F6;
	border: thin solid #D6DFE5;
}
.white_box
{
	background-color: #FFF;
	width: 448px;
	padding: 15px 15px 15px 15px;
}
.gray_box
{
	background-color: #F3F1F2;
	width: 480px;
	padding: 10px 0 10px 0;
	border: thin solid #E5E5E5;
}
.blue_box_left
{
	float: left;
}
.blue_box_right
{
	float: right;
	width: 295px;
}
.box_images
{
	float: left;
	padding: 0 0 15px 12px;
}
.title_other
{	
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #315578;
/*	color: #2F5380;*/	
	font-weight: bold;
	margin-bottom: 10px;
}	
	
/*---------------------------------------*/

.title_box_blue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2f5380;
	margin: 0 0 15px 0;
}
.subtitle-blue
{
	margin: 10px 0 8px 0;
}

/*---------------------------------------*/

.list_box_blue li
{
	list-style-image: url(../img/icons-list.jpg);
	line-height: 25px;
	color: #315578;
	padding-left:10px;
	margin-left: 20px;
}
a.link_read_more:link, a.link_read_more:active, a.link_read_more:visited
{
	font-family:"Times New Roman", Times, serif;
	color: #3B66A6;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
a.link_read_more:hover
{
	text-decoration: underline;
	color: #162945;
}
.container_logo_awards
{
	text-align: center;
	margin: 15px 0 20px 0;
}
.line_box
{
	background: url(../img/line-box.jpg) repeat-x;
	height: 2px;
	background-color: #E5F0F6;
	width: 480px;
}
a.links_common:link, a.links_common:active, a.links_common:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #2F5380;
	font-size: 13px;
	text-decoration: none;
}
a.links_common:hover
{
	color: #162945;
	text-decoration: underline;
}
a.links_common_down:link, a.links_common_down:active, a.links_common_down:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #2F5380;
	font-size: 18px;
	text-decoration: none;
}
a.links_common_down:hover
{
	color: #162945;
	text-decoration: underline;
}
a.links_common_text:link, a.links_common_text:active, a.links_common_text:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #5077AA;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
a.links_common_text:hover
{
	text-decoration: underline;
	color: #162945;
}
.text_small
{
	font-size: 11px;
	color: #7F8184;
	margin: 8px 0 0 0;
}
a.link_box_blue:link, a.link_box_blue:active, a.link_box_blue:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4F77A9;
	font-size: 13px;
}
a.link_box_blue:hover
{
	text-decoration: underline;
	color: #4F77A9;
}



/* AWARDS - HEALTHGRADE  */

.healthgrades_title
{
	border-top: 1px solid #EAEAEA;
	padding: 10px 0 10px 0;
}
.healthgrades_description
{
	padding: 10px 0 0 30px;
}

.healthgrades_description li{
	list-style-image: url(../img/icons-list.jpg);
	line-height: 25px;
	color: #315578;
	padding-left:10px;
	margin-left: 20px;
}



a.link_web_visited:link, a.link_web_visited:active, a.link_web_visited:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3B66A6;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
a.link_web_visited:hover
{
	color: #162945;
}




/* CATHOLIC HEALTH EAST */

.column_left
{
	float: left;
	width: 225px;
}
.column_right
{
	float: right;
	width: 240px;
}
.blue_box_small
{
	background-color: #E5F0F6;
	width: 238px;
	padding: 20px 0 50px 0;
	text-align: center;
	border: thin solid #d6dfe5;
}
.txt_enlarge_catholic
{
	font-size: 11px;
	color: #50688c;
	font-weight: bold;
	padding-left: 85px;
}
.bar_left
{
	float: left;
	background-color: #666;
	color: #FFF;
	width: 370px;
	height: 30px;
	line-height: 29px;
	text-align:right;
	margin: 15px 0 0 0;
	padding-right: 10px;
}
.bar_right
{
	float: right;
	margin: 15px 0 0 0;
}
a.but2:link, a.but2:visited {
	display: block;
	margin: 0 auto;
	width: 91px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: url(../img/but-2.jpg) no-repeat 0 0;
}

/* DEVELOPMENT */

.blue_box_development
{
	float: left;
	width: 200px;
	padding-left: 15px;
}
.development_icons
{
	color: #4d77aa;
	height: 21px;	
	line-height: 21px;
	overflow: hidden;
	padding-left: 30px;
}
.gray_box_img
{
	float: left;
	padding: 10px 0 10px 15px;
}
.title_gray_box
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	padding: 0 0 0 15px; 
}
a.link_enlarge_development:link, a.link_enlarge_development:active, a.link_enlarge_development:visited
{
	height: 15px;
	margin-left: 360px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
a.link_enlarge_development:hover
{
	color: #777;
}


/* OUR HISTORY */

a.but3:link, a.but3:visited {
	display: block;
	margin: 0 auto;
	width: 91px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: url(../img/but-3.jpg) no-repeat 0 0;
	margin-top: 7px;
}	

/* SENIOR LEADER SHIP */

.txt_enlarge_senior
{
	font-size: 10px;
	color: #50688c;
	height: 15px;
}
.blue_box_right_senior
{
	float: right;
	width: 315px;
	padding-top: 40px; 
}

/* SISTER OF MERCY */

.box_sisters
{
	background-color: #E5F0F6;
	border: thin solid #d6dfe5;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.gray_box_img_sisters
{
	float: left;
	padding: 10px 0 10px 12px;
}

.txt_enlarge_sisters
{
	font-size: 11px;
	color: #50688C;
	height: 15px;
	margin: 0 0 30px 315px; 
}

/* BILLING */

.txt_enlarge_billing
{
	font-size: 11px;
	color: #50688c;
	height: 15px;
	margin: 4px 0 10px 0;
}

/* CHAPEL */

.txt_enlarge_chapel
{
	font-size: 11px;
	color: #50688c;
	height: 15px;
	margin-left: 300px;
}
.title_chapel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin: 0 0 7px 0; 
}

/*  PATIENTS - VISITORS */

.txt_enlarge_left
{
	float: left;
	font-size: 11px;
	color: #808080;
	height: 15px;
	padding: 10px 0 10px 35px;
}

.txt_enlarge_right
{
	float: right;
	font-size: 11px;
	color: #50688c;
	height: 15px;
	padding: 4px 35px 10px 0;
}

/*  INSURANCE */

.txt_enlarge_insurance
{
	font-size: 11px;
	color: #666;
	padding: 10px 0 10px 48px;
	width: 390px;
}
.txt_insurance
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F5380;
	padding-left: 30px;
}
.box_1
{
	background-color: #F2FAFD; 
	height: 30px; 
	line-height: 30px; 
	padding-left: 20px;
}
.box_2
{
	background-color: #E6F0F6; 
	height: 30px; 
	line-height: 30px; 
	padding-left: 20px;
}
.insurance_title
{
	border-top: 1px solid #EAEAEA;
	padding: 10px 0 10px 0;
}
.insurance_description_txt
{
	padding: 10px 0 0 30px;
}
.insurance_description_img
{
	padding: 10px 0 10px 0;
}

/* OUR BLOGS */

.txt_enlarge_ourblog
{
	margin: 30px 0 5px 0;
}

/* OUR FACILITIES */

.text_facilities
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: right;
	line-height: 17px;
}
.facilities_left
{
	float: left;
	width: 213px;
}
.facilities_right
{
	float: right;
	width: 240px;
}	

/* SHOP */

.shop_icons
{
	color: #666;
	height: 21px;	
	line-height: 21px;
	overflow: hidden;
	padding-left: 25px;
	height: 100%;
}

/* COMMUNITY RESOURCES  */

.subtitle_accordion_community
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2F5380;
	margin-bottom: 7px;
}

/* TELEPHONE DIRECTORY */

.abc
{
	float: left;
	width: 32px;
	text-align: center;
}
a.links_abc:link, a.links_abc:active, a.links_abc:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4F77A9;
	font-size: 27px;
	text-decoration: none;
}
a.links_abc:hover
{
	color: #162945;
}
.text-telephone-1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2C4269;
	margin-bottom: 5px;
}

.text-telephone-3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #2C4269;
	margin-bottom: 5px;
}

.text-telephone-2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2C4269;
	margin-bottom: 5px;
	line-height: 21px;
}
.results_left
{
	float: left;
}
.results_right
{
	float: right;
}
.padding_blue_box_telephone
{
	padding: 10px 15px 1px 15px;
	width: 448px;
	background-color: #E5F0F6;
}

.pagination_text{
	color:  #4a77ab;
}

.norecordsalert
{
	padding: 5px 15px 5px 15px;
	width: 448px;
	background-color: #ffcc33;
	margin: 0 auto 10px auto;
}


.pag-first{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #E5F0F6;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4D77AA;
}

.pag-previous{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #E5F0F6;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4D77AA;
}

.pag-next{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #E5F0F6;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4D77AA;
}


.pag-last{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	color: #E5F0F6;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4D77AA;
}

/*a.previousnext:link{
	color: #E5F0F6;

}

a.previousnext:visited{
	color: #E5F0F6;
}*/

.activepage{
	font-weight: normal;
	font-size: 12px;
	color: #E5F0F6;
	background-color: #4d77aa;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}


/* WHAT NEWS */

a.but_gray:link, a.but_gray:visited {
	display: block;
	margin: 0 auto;
	width: 154px;
	height: 30px;
	line-height: 22px;
	text-align: center;
	color: #15365E;
	font-size: 11px;
	background: url(../img/btn_gray.jpg) no-repeat 0 0;
}
.title_box_blue_whats
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #2f5380;
	margin: 0 0 15px 0;
}
.txt_enlarge_news
{
	float: right;
	font-size: 11px;
	color: #50688c;
	line-height: 30px;
}
.padding_blue_box_what
{
	padding: 5px 15px 1px 15px;
	width: 448px;
	background-color: #E5F0F6;
	height: 40px;
}

.featurednewsteaser {
	width: 416px;
	margin: 10px auto 10px;
	color:#666666;

}

.blue_box_news
{
	background-color: #E5F0F6;
	padding: 20px 15px 20px 15px;

}

.white_box_news
{
	background-color: #FFF;
	padding: 20px 15px 20px 15px;
}




/* VIDEO ARCHIVE */

.txt_enlarge_screen_left
{
	float: left;
	font-size: 13px;
	color: #1E1E1E;
	line-height: 45px;
	font-weight: bold;
	padding-left: 210px; 
}
.txt_enlarge_screen_right
{
	float: right;
	padding-right: 15px;
}
.padding_blue_box_video
{
	padding: 5px 15px 1px 15px;
	width: 448px;
	background-color: #E5F0F6;
	height: 24px;
}
.row-container
{
	margin-bottom: 20px;
}
.container-thumbs-video
{
	float: left;
	width: 120px;
	padding: 0 0 0 30px;
}
.border_video
{
	border: 2px solid #E0E0E0;
}
.container_link_video
{
	margin: 7px 0 15px 0;
}
a.link_video:link, a.link_video:active, a.link_video:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #1A5397;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.link_video:hover
{
	color: #162945;
}


/* FIND A DOCTOR  */ 

.text_find_doctor
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2C4269;
	margin-bottom: 5px;
	line-height: 21px;
}
.container_find_doctor
{
	margin-bottom: 10px;
}
.find_doctor_left
{
	float: left;
}
.find_doctor_left_date
{
	float: left;
	padding: 19px 0 0 6px;
}
.find_doctor_right
{
	float: right;
}
.find_doctor_left_2
{
	float: left;
}
.box_of
{
	float: left;
	height: 25px;
	padding: 20px 8px 0 8px; 
	font-weight: bold;
}
.title_select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
}
.select_find_doctor_1{

			color:#666666; 
			font-size:11px; 
			font-weight:normal; 
			background-color:#FFFFFF; 
			width:200px; 
			padding: 2px; 
			border-style: solid; 
			border-color: #CCCCCC; 
			border-width: 1px;
}

.input_find_doctor_1 {
			color:#666666; 
			font-size:11px; 
			font-weight:normal; 
			background-color:#FFFFFF; 
			width:200px; 
			padding: 3px; 
			border-style: solid; 
			border-color: #CCCCCC; 
			border-width: 1px;
		}

.select_find_doctor_2{

			color:#666666; 
			font-size:11px; 
			font-weight:normal; 
			background-color:#FFFFFF; 
			width:177px; 
			padding: 2px; 
			border-style: solid; 
			border-color: #CCCCCC; 
			border-width: 1px;
}

.input_find_doctor_2{
			color:#666666; 
			font-size:11px; 
			font-weight:normal; 
			background-color:#FFFFFF; 
			width:74px; 
			padding: 3px; 
			border-style: solid; 
			border-color: #CCCCCC; 
			border-width: 1px;
		}

.select_find_doctor_date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 60px;
}

.column_img
{
	float: left;
}
.column_date
{
	float: left;
	margin: 0 0 0 30px;
}
.text-date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F6B92;
	font-weight: bold;
}

/* EVENTS CALENDAR */

.text_find_calendar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2C4269;
	margin-bottom: 5px;
	line-height: 21px;
}
.container_find_calendar
{
	margin-bottom: 10px;
}
.find_calendar_left
{
	float: left;
}
.find_calendar_left_date
{
	float: left;
	padding: 19px 0 0 6px;
}
.find_calendar_right
{
	float: right;
}
.find_calendar_left_2
{
	float: left;
}
.box_of
{
	float: left;
	height: 25px;
	padding: 20px 8px 0 8px; 
	font-weight: bold;
}
.title_select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d77aa;
	padding-bottom: 5px;
	font-weight: bold;
}
.select_find_calendar_1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
}
.input_find_calendar_1
{
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	background-color: #FFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}
.select_find_calendar_2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 177px;
}
.input_find_calendar_2
{
	font-family: Arial, Helvetica, sans-serif;
	width: 74px;
	background-color: #FFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}
.select_find_calendar_date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 60px;
}

.column_img
{
	float: left;
}
.column_date
{
	float: left;
	margin: 0 0 0 30px;
}
.text-date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F6B92;
	font-weight: bold;
}


/* HISTORY SLIDE */

.history_slider_stage_border
{
	background-color: #C3C5C4;
	width: 350px;
	padding: 10px 0 10px 0;
}
#history_slider_stage
{
	width: 330px;
	height: 262px;
	overflow: hidden;
	position: relative;
}
#history_slider_list 
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
}
#history_slider_list a.theme 
{
	list-style: none;
	float: left;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
}
#history_slider_list a.theme:hover
{

}
#history_btn_back
{
	cursor: pointer;
}
#history_btn_next
{
	cursor: pointer;
}


/* OUR FACILITIES SLIDE */

.ourfacilities_slider_stage_border
{
	background-color: #C3C5C4;
	width: 474px;
	padding: 10px 0 10px 0;
}
#ourfacilities_slider_stage
{
	width: 454px;
	height: 265px;
	overflow: hidden;
	position: relative;
}
#ourfacilities_slider_list 
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
}
#ourfacilities_slider_list a.theme 
{
	list-style: none;
	float: left;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
}
#ourfacilities_slider_list a.theme:hover
{

}
#ourfacilities_btn_back
{
	cursor: pointer;
}
#ourfacilities_btn_next
{
	cursor: pointer;
}


/* LOCATION AND VICINITY SLIDE */

.lv_slider_stage_border
{
	background-color: #C3C5C4;
	width: 473px;
	padding: 10px 0 10px 0;
}
#lv_slider_stage
{
	width: 453px;
	height: 265px;
	overflow: hidden;
	position: relative;
}
#lv_slider_list 
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
}
#lv_slider_list a.theme 
{
	list-style: none;
	float: left;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
}
#lv_slider_list a.theme:hover
{

}
#lv_btn_back
{
	cursor: pointer;
}
#lv_btn_next
{
	cursor: pointer;
}


/* OUR BLOGS SLIDE */

.blogs_slider_stage_border
{
	background-color: #C3C5C4;
	width: 421px;
	padding: 10px 0 10px 0;
}
#blogs_slider_stage
{
	width: 401px;
	height: 242px;
	overflow: hidden;
	position: relative;
}
#blogs_slider_list 
{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
}
#blogs_slider_list a.theme 
{
	list-style: none;
	float: left;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
}
#blogs_slider_list a.theme:hover
{

}
#blogs_btn_back
{
	cursor: pointer;
}
#blogs_btn_next
{
	cursor: pointer;
}


/* DIRECTIONS AND PARKING */

.parking_title
{
	border-top: 1px solid #EAEAEA;
	padding: 10px 0 10px 0;
}
.parking_description
{
	padding: 10px 0 0 30px;
}
.parking_description_img
{
	padding: 10px 0 10px 0;
}
.container_links_map
{
	background-color: #FFF;
	height: 300px;
	padding: 20px;
}
.title_container_links_map
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2F5380;
	margin: 0 0 0 5px;
}
a.link_map:link, a.link_map:active, a.link_map:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4F77A9;
	font-size: 12px;
	text-decoration: none;
	margin: 15px 0 0 10px;
}
a.link_map:hover
{
	color: #162945;
}
.separator_line
{
	background-color: #efeeee;
	height: 1px;
	margin: 8px 0 8px 10px;
}

/* E - NEWSLETTERS */

.txt_enlarge_newsletters
{
	font-size: 11px;
	color: #50688c;
	height: 15px;
	margin-left: 230px;
	margin-top: 5px;
}

/* ------------ SECTION SERVICES -------------- */


.accordion_title
{
	border-top: 1px solid #EAEAEA;
	padding: 10px 0 10px 0;
}

.accordion_description
{
	padding: 10px 0 0 30px;
}



/* BARIATRICS */
.txt_enlarge_bariatrics
{
	font-size: 11px;
	color: #666;
	height: 15px;
	margin-left: 150px;
	margin-top: 5px;
}


/* CANCER */
.txt_enlarge_cancer
{
	font-size: 11px;
	color: #666;
	height: 15px;
	margin-left: 35px;
	margin-top: 5px;
}


/* DIAGNOTICS IMAGES */
.txt_enlarge_diagnostic
{
	font-size: 11px;
	color: #666;
	height: 15px;
	margin-left: 178px;
	margin-top: 5px;
}


/* EMERGENCY */
.txt_enlarge_emergency
{
	font-size: 11px;
	color: #50688c;
	height: 15px;
	margin-left: 285px;
}


/* FAMILY WELLNESS */
.txt_enlarge_family
{
	font-size: 11px;
	color: #666;
	height: 15px;
	margin-left: 145px;
	margin-top: 5px;
}

/* HEALTH PLEX */
.list_white li
{
	list-style-image: url(../img/icons-list-white.jpg);
	line-height: 20px;
	color: #2f5380;
	margin-left: 20px;
}
.txt_enlarge_healthplex
{
	font-size: 11px;
	color: #666;
	height: 15px;
	margin-left: 265px;
	margin-top: 5px;
}


/* HEART */
.txt_enlarge_heart
{
	font-size: 11px;
	color: #666;
	height: 15px;
	margin-left: 130px;
	margin-top: 5px;
}

/* HEART RESEARCH  */
.txt_enlarge_research
{
	font-size: 11px;
	color: #666;
	height: 15px;
	margin-left: 80px;
	margin-top: 5px;
}


/* HOME HEALTH */
.blue_box_homehealth_l
{
	float: left;
	width: 225px;
	padding-left: 7px;
}
.blue_box_homehealth_r
{
	float: left;
	width: 190px;
	padding-left: 15px;
}


/* ORTHOPEDICS */
.txt_enlarge_orthopedics
{
	font-size: 11px;
	color: #666;
	height: 15px;
	margin-left: 165px;
	margin-top: 5px;
}


/* OUTPATIEN SERVICES */
.container_links_outpatients
{
	background-color: #FFF;
	height: 160px;
	padding: 20px;
}
.title_container_links_outpatients
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2F5380;
	margin: 0 0 0 5px;
}


/* SERVICES */
.txt_services_left
{
	float: left;
	font-size: 11px;
	color: #666;
	height: 15px;
	padding: 10px 0 10px 35px;
}
.txt_services_right
{
	float: right;
	font-size: 11px;
	color: #50688c;
	height: 15px;
	padding: 4px 35px 10px 0;
}
.txt_enlarge_services
{
	font-size: 11px;
	color: #A7989F;
	height: 15px;
	margin-left: 275px;
	font-weight: bold;
}

/* WOMENS CENTER */
.txt_enlarge_woman
{
	font-size: 11px;
	color: #666;
	height: 15px;
	margin-left: 190px;
	margin-top: 5px;
}
.blue_box_woman
{
	float: left;
	width: 219px;
	padding-left: 15px;
}
.blue_box_woman_right
{
	float: right;
	width: 190px;
	padding-left: 15px;
}



/* ------------ SECTION PHYSICIAN -------------- */
/* PHYSICIANS SECTION */ 
.txt_enlarge_physicians
{
	font-size: 11px;
	color: #50688c;
	/*height: 15px;*/
	margin-left: 307px;
}


/* PRACTICE OPPORTUNITIES */
.column_left_practice
{
	float: left;
	width: 70px;
}
.column_right_practice
{
	float: right;
	width: 390px;
}
.icons_practice
{
	margin-left: 10px;
}


/* PACS */
.txt_enlarge_pacs
{
	font-size: 11px;
	color: #50688c;
	height: 15px;
	margin-left: 225px;
}

/* MEDITECH */
.txt_enlarge_meditech
{
	font-size: 11px;
	color: #50688c;
	height: 15px;
	margin-left: 210px;
}


/* CME CALENDAR */
.column_img_calendar
{
	float: left;
	margin: 0 0 0 15px;
	width: 65px;
}
.column_date_calendar
{
	float: right;
	width: 380px;
}
.select_find_calendar_CEM
{
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	background-color: #FFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}


/* CME CALENDAR DETAILS */
.txt_enlarge_ccd
{
	font-size: 11px;
	color: #666;
	padding: 10px 0 10px 0;
	width: 390px;
}
.text_subtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #406B95;
	margin-bottom: 20px;
}


/* GENERAL */

.blue_box_contact_general_img
{
	float: left;
	background: url(../img/icons-contact.jpg) no-repeat;
	width: 64px;
	height: 25px;
}
.blue_box_contact_general_left
{
	float: left;
	width: 200px;
}
.blue_box_contact_general_right
{
	float: left;
	width: 190px;
	margin-left: 10px;	
}
.contact_text
{
	color: #30537D;
	height: 21px;	
	line-height: 21px;
	padding-left: 5px;
}
.blue_box_contact
{
	background-color: #E5F0F6;
	padding: 10px 0 10px 0;
}
.white_box_calendar
{
	padding: 20px 17px 35px 17px;
}
.blue_box_calendar
{
	background-color: #E5F0F6;
	padding: 20px 17px 35px 17px;
}



.separatespaginationfromlist
{
	padding: 10px 17px 10px 17px;
}



/* USEFUL LINKS */
.box_white_cme_link
{
	padding: 15px 0 7px 15px;
}
.box_blue_cme_link
{
	padding: 15px 0 7px 15px; 
	background-color: #F4F9FD;
}


/* PHISICIANS DETAIL PAGE */
.phisicians_detail_left
{
	float: left;
	width: 280px;
	height: 235px;
	margin: 25px 0 0 0;
}
.phisicians_detail_right
{
	float: right;
	margin: 25px 0 0 0;
}



/* FOR ASSOCIATES */


/* EDUCATIONAL ASSITANCE */
.blue_box_contact_general_left_lc
{
	float: left;
	width: 380px;
	height: 40px;
}
.contact_text_lg
{
	color: #30537D;
	height: 21px;	
	line-height: 21px;
}

/* MEDICAL LIBRARY */
.list_left
{
	float: left;
	width: 200px;
}
.list_box_lc li
{
	list-style-image: url(../img/icons-list-white.jpg);
	line-height: 20px;
	margin-left: 20px;
}


/* UNIVERSITY */
.txt_enlarge_university
{
	font-size: 11px;
	color: #666;
	height: 15px;
	margin-left: 210px;
	margin-top: 5px;
}


/* ASSOCIATE WELLNESS */
.list_white li
{
	list-style-image: url(../img/icons-list-white.jpg);
	line-height: 20px;
	margin-left: 20px;
}
#accordion .accordion_title
{
	cursor:pointer;
	display:block;
	padding: 10px 0 10px 30px;
	border-top: 1px solid #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	color: #2F5380;
	font-size: 18px;
	text-decoration: none;
	background : url(../img/icons-more.jpg) no-repeat left center;
}
#accordion .accordion_title a:hover 
{
	color: #162945;
}
#accordion .accordion_description
{
	padding: 10px 0 0 30px;
}
#accordion .header_note
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F5380;
}
