/* Styles for content pages */
.title_strip {
	background-image:url('../images/layout/top_banner_bg.png');
	width:1024px;
	height:134px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

.titleWrapper {
	width:1024px;margin-left:auto;
	margin-right:auto;
	position: relative;
}

.page_title:before {
	background-image:none;
	display:none;
	
}

.page_title {
	position: absolute;
	color:#3b60a9;
	right:70px;
	top:40px;
}

.page_title:after {
	display: inline-block;
	width:337px;v
	height:9px;
	background-image: url('../images/layout/tracks.png');
	content:'';
	padding-bottom: 5px;
	margin-left: 15px;
	background-repeat: no-repeat;
}

.subtitle:before {
	background-image:none;
	display:none;
}

.subtitle {
	margin-left:10px;
}

.subtitle:after {
	display: inline-block;
	width:337px;
	height:9px;
	background-image: url('../images/layout/tracks.png');
	content:'';
	padding-bottom: 5px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

.left_content {
	width:693px;
	display: inline-block;
	margin-right:50px;
}

.left_content p {
	text-align: left;
	padding-left:10px;
	margin-top:0px;
}

.left_content h2 {
	color:#3b60a9;
	text-transform: none;
	margin-left: 10px;
	margin-bottom:0px;
}
.left_content h3{
	margin-left:10px;
}

.right_content {
	width:180px;
	display: inline-block;
	vertical-align: top;
	padding:15px;
	text-align: right;
	min-height:400px;
	margin-top:20px;
	background-image:url('../images/layout/sidebar_shadow.png');
	background-repeat: no-repeat;
}

.right_content ul {
	list-style: none;
}

.right_content>a {
	display: block;
	width:206px;
	height:35px;
	padding-top:12px;
	background-repeat: no-repeat;
	color:#3b60a9;
	cursor:pointer;
	padding-right:10px;
	background-position: right center;

}


.right_content>a:hover {
	color:#ffffff !important;
	background-image:url('../images/layout/li_hover.png');
}


.selected_li {
	color:#ffffff !important;
	background-image:url('../images/layout/li_hover.png');
}

.selected_li a {
	color:#ffffff !important;
}

#map-canvas {
	width:200px;
	height:240px;
	border:1px solid black;
}

.physician {
	margin-bottom: 15px;
	text-align: center;
	color:#3b60a8;
	display: inline-block;
}

.physician_thumb {
	border: 5px solid #d0e7f2;
	border-radius: 15px;
	margin-bottom:10px;
	margin-right:5px;
	display:block;
}

.hospital{
	border-bottom:1px solid #eee;
}
.hospital h3{
	display:inline-block;
	width:250px;
}
.hospital p.location{
	display:inline-block;
	width:180px;
}
.hospital p.phone{
	display:inline-block;
	font-weight:bold;
}
.hospital.header{
	font-size:120%;
	border-bottom:1px solid #888;
}
.hospital.header>*{
	margin-bottom:0;
}