@charset "UTF-8";

body  {
	background: #D8F3FF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
}

p {
	padding-left: 10px;
}

img { padding: 8px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #4F5D80;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4F5D80;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4F5D80;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4F5D80;
}

.main a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4F5D80;
	text-decoration:underline;
}

.main a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4F5D80;
	text-decoration:underline;
}

.main a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4F5D80;
	text-decoration:underline;
}

.main a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #4F5D80;
	text-decoration:underline;
}

.clinicName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #4F5D80;
	text-transform: uppercase;
	font-weight: bold;	
}

.clinicAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #4F5D80;
}

.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #4F5D80;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #4F5D80;
	font-weight: bold;
}

.nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration:none;
	color: #4F5D80;
	font-weight: bold;
}

.nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration:none;
	color: #4F5D80;
	font-weight: bold;
}

.nav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration:none;
	color: #4F5D80;
	font-weight: bold;
}

.nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #4F5D80;
	text-decoration:underline;
	font-weight: bold;
}

.subNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #4F5D80;
	font-weight: bold;
	}

.subNav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration:none;
	color: #4F5D80;
	font-weight: bold;
}

.subNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration:none;
	color: #4F5D80;
	font-weight: bold;
}

.subNav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration:none;
	color: #4F5D80;
	font-weight: bold;
}

.subNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #4F5D80;
	text-decoration:underline;
	font-weight: bold;
}


#headline { 
	padding: 15px 15px; /* top and bottom padding create visual space within this div */
	background: #9DB9FF;
	color: #4F5D80;
}

#sidebar1 {
	padding: 15px 15px; /* top and bottom padding create visual space within this div */
	background: #9BD1FA;
}

#sidebar1L {
	padding: 15px 15px; /* top and bottom padding create visual space within this div */
	background: #9DB9FF;
}

#center { 
	width: 395px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px; /* top and bottom padding create visual space within this div */
}

#centerC { 
	width: 650px; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px; /* top and bottom padding create visual space within this div */
}

#centerL { 
	width: 395px; /* since this element is floated, a width must be given */
	background: #9BD1FA; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px; /* top and bottom padding create visual space within this div */
}

#sidebar2 {
	padding: 15px 15px; /* top and bottom padding create visual space within this div */
	background: #4F5D80;
	color: #FFF;
}

table.teaser
{
border-width: 1px;
border-color: #9db9ff;
border-style: solid;
}
