html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #0082c8;
	line-height: normal;
	margin: 0 0 10px 0;
}

STRONG{
	font-weight: bold;
	color: #0082c8;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0082c8;
	line-height: normal;
	margin: 0 0 5px 0;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0082c8;
	line-height: normal;
	margin: 0 0 5px 0;	
}

p {
	margin: 10px 0;
}

img.left {
	float: left; 
	margin: 0 10px 0 0;
	padding: 5px;
}

img.border {
	margin: 30px 0 20px 0;
	border: 1px solid #909090;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

    UL.disc {
        list-style: disc;
        margin-bottom: 1em;
        margin: 1em 0 1em 1em;
    }

li {
	padding: 0;
}

li ul li {
	padding: 0 0 10px 20px;
}

.top-nav {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #79c4e5;
	line-height: normal;
}

.top-nav a {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #7d7d7d;
	text-decoration: none;
}

.top-nav a:hover {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #7d7d7d;
	text-decoration: underline;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #272727;
	line-height: 25px;
}

.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0082c8;
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
}

.content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0082c8;
	text-decoration: none;
	background-color: #f1f9fc;
	display: inline-block;
}

.footer {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #a4a4a4;
	border-top: 1px solid #e2e2e2;
}

.footer a {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #0082c8;
	text-decoration: none;
}

.footer a:hover {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #0082c8;
	text-decoration: underline;
}

.errmsg {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: red;
}

.ip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #272727;
	border: solid 1px #909090;
	padding: 4px 4px;
}

.ip option {
	border: none;
}

.bordered {
	border: dashed 1px #365f91;
}

H1.search-results
{
	text-transform: uppercase;
	border-bottom: solid 1px #0082c8;
}

.medical-provider
{
    border-bottom: solid #655f91 1px;
    padding: 0.5em;
}

.medical-provider .blue
{
	color: #0082C8;
}

.medical-provider:first-child
{
    border-top: solid #655f91 1px;
    margin-top: 0.5em;
}

.medical-provider.even
{
	background-color: #eee;
}

.medical-provider:nth-child(even)
{
	background-color: #eee;
}

.medical-provider > .name
{
    font-weight: bold;
    color: #0082C8;
}

#Pager
{
	white-space: nowrap;
	border-top: 1px dotted #655f91;
	margin-top: 1em;
}

#Pager A
{
	font-family: Verdana;
	font-size: 10px;
	display: inline-block;
	padding: 1px 3px;
	width: 1.5em;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

#Pager A:hover
{
	background-color: #d8d8d8;
	font-weight: bold;
}

#Pager A.pager-page-on
{
	font-weight: bold;
	font-size: 12px;
}

#Pager A.pager-page-on:hover
{
	background-color: #fff;
}

tr.alert {
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

tr.alert > td > span {
    color: #c00000;
}

tr.alert > td > a {
    text-decoration: none;
    color: inherit;
}

tr.alert > td > a:hover {
    text-decoration: underline;
}


#google_translate_element {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top: 20px;
    margin-bottom: 24px;
}