@charset "UTF-8";
/* CSS Document */

#gradient_layer {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url("/skins/pcch/gfx/sidebar.png");
	background-repeat:repeat-x;
}

#testimonials_internal_gfx {
	display: block;
	height: 25px;
	width: 167px;
	background-image: url("/skins/pcch/gfx/testimonial_internal.gif");
	background-color: #0b4a94;
	background-position: top;
	background-repeat: no-repeat;
}

h5 {

	font-size: 16px;
	/* font-weight: bold; */
	margin-bottom: 9px;
	margin-top: -5px;

}

.image_link {
	border: none;
}

#text table {
	width: 467px;
}

#titlerow  {
	font-size: 16px;
	background-color: #0b4a94;
	color: #FFFFFF;
	font-weight: normal;
}


#text table td {
	padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.last {
        text-align: right;
        padding-right: 7px;
}

/* The classes below allow the job bard to show all/none/some of the jobs available based on category. */
/* Added on: 06/27/2007 */

#physicians {
	display: table-row;
}

#nurses {
	display: table-row;
}

#administration {
	display: table-row;
}

#medical_staff {
	display: table-row;
}

#business_office {
	display: table-row;
}

/*  Internal Side_Nav Adjustments 6-27-07 */

#side_nav2 div {

        margin: 5px 10px;
		line-height: normal;
		padding-bottom: 2px;
}

#side_nav2 a {

        text-decoration: none;
        color: #0b4a94;
}

#side_nav2 a:hover {

        text-decoration: underline;
}
#text img.lefty {

	margin-right: 15px;
	border: solid 1px #0b4a94;
	float:left;
}

#text img.righty {

	margin-left: 15px;
	border: solid 1px #0b4a94;
	float:right;
}

#text img.nofloat {
	border: solid 1px #0b4a94;
}

/* For New News Release Page IMG float */

#newstext table td {
	padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}

#newstext {
        padding: 15px 20px 0 20px;
        vertical-align: top;
}

#newstext img {
	margin-left: 15px;
	border: solid 1px #0b4a94;
	float:right;
}

#newstext p {

        margin: 0px;

        margin-bottom: 15px;

}

#newstext ul {

        margin: 0;

        margin-bottom: 20px;

        padding-left: 25px;

}

#newstext ul li {

        list-style: square;

}

#newstext a {

        text-decoration: none;

        color: #656959;

}

#newstext a:hover {

        text-decoration: underline;

        color: #656959;

}