@media screen {

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 15px;
	color:#000;
	margin: 0;
	padding: 0;
	background-color:#fff;
	background-image:url(images/bg.gif);
	background-position: top left;
	background-repeat:repeat-x;
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;

}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}


h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;

}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img {
	display:block;
	border:0;
	margin:0;
}




a:link {
	color:#922272;
	text-decoration: underline;
}

a:visited {
	color:#9C4082;
	text-decoration: underline;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#922272;
	text-decoration: underline;
}



#container {
	margin: 0 auto;
	margin-top: 16px;
	padding: 0;
	width:761px;
	min-height: 600px;
}


#header {
	padding-top:20px;
	width: 760px;
	text-align:center;
	height:154px;
}

#home_header {
	padding-top:20px;
	width: 760px;
	text-align:center;
	height:246px;
}
#header img {
	display: inline;
}

#nav {
	width:761px;
	height:56px;
	padding:0;
	margin:0;
}

#nav img {
	display: inline;
}

#contentcontainer {
	width: 761px;
	border-top: 1px solid #CDD1D8;
	border-bottom: 1px solid #CDD1D8;
	margin-bottom: 20px;

}


#home_left {
	width: 400px;
	float: left;
	border-right: 1px solid #CDD1D8;
}

#home_right {
	width: 360px;
	float: right;
}

#left_content {
	width: 430px;
	float: left;
	border-right: 1px solid #CDD1D8;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left:15px;
	padding-right:15px;
}


#right_content {
	width: 260px;
	float: right;
	margin-bottom:20px;
	margin-top: 20px;
	padding-right: 20px;
}

#right_content img {
	display: inline;
}

#right_content ul {
	padding-left:0;
	margin-left:0;
	list-style: none;
	margin-top:5px;
}

#right_nav img {
	display:inline;
}

#right_nav a:link {
	text-decoration:underline;
}

#right_nav a:visited {
	text-decoration:underline;
}

#right_nav a:hover {
	text-decoration:underline;
}

#right_nav a:active {
	text-decoration:underline;
}

#find_doctor {
	float: right;
}

#welcome {
		margin-top:10px;
		padding-left:41px;
		border-bottom: 1px solid #CDD1D8;
}

#locations {
	margin-top:10px;
	padding-left: 27px;
}

#locations h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #000000;
	padding: 10px 0 0 0;
	margin:0;
}

#footer {
	margin: 0 0 10px 0;
	padding:0;
	width:761px;
	height:27px;
	text-align:center;
	padding-top: 5px;
	border-top: 7px solid #7B95CA;
	color: #003366;
	font-size:10px;
	line-height:14px;
}


#footer a:link {
	color:#003366;
	text-decoration:underline;
}

#footer a:visited {
	color:#01468A;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a:active {
	color:#003366;
	text-decoration:underline;
}


#hiddenfooter {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}


.hiddenfooter {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}

.alt {
	display:none;
}

.hr {
	height:0;
	border-top: 1px solid #CDD1D8;
	line-height:0;
	
}

.location {
	margin-top: 5px;
	height: 104px;
}

.location img {
	float: left;
	display:inline;
	margin-right:21px;
}

.location p {
	float: right;
}

.greybox {
	border: 1px solid #CDD1D8;

}

.blue {
	margin: 5px 0 5px 0;
	padding: 5px;
	width: 400px;
	background-color:#C9DDFF;
}

.white {
	padding: 5px;
	width: 400px;
	margin: 5px 0 5px 0;
}

.info {
	float:left;
}

.phone {
	float:right;
	text-align:right;
}

.center {
	text-align: center;
}


}

@media print {
	body {
		font-family: Verdana, Arial, sans-serif;
		font-size:12px;
		color:#000000;
		background-color: #ffffff;
	
	}

	#nav {
		display: none;
	}

	#right_content {
		display: none;
	
	}
	
	#footer {
		display:none;
		
	
	}
	
	#header {
		display:none;
	}

	
	#container {
		width: 780px;
	
	}
	
	#left_content {
		width:80%;
		float:none !important;
	
	}
	.alt {
		display:none;
	}
}