﻿.sectionHeader
{
    font-weight: bold;
    background-color: whitesmoke;
    font-size: 1.2em;
    color: #404040;
    padding: 5px;
}

body
{
    font-family: arial;
	font-size: 10pt;
    margin: 0;
	text-align: center;
}

.Normal
{
	font-family: arial;
	font-size: 10pt;
    margin: 0;
}

.requiredField
{
    color: red;
}

.ghostField
{
	color: #a8a8a8;
}

.warningField
{
	background-color: Orange;
	font-weight: bold;
	display: block;
	padding: 5px;
}

.hintField
{
    color: #a8a8a8;
}
   
img
{
	border: 0;
} 

table
{
	font-size: 10pt;
}

h1
{
	color: #a00830; 
	font-size: 19pt;
	font-family: serif;
	font-weight: bold;
	margin: 0 0;
}
    
h2
{
	color: #a00830; 
	font-size: 15pt;
	font-family: serif;
	font-weight: bold;
	display: block;
	margin: 15px 0 0;
}

h3
{
	font-size: 13pt;
	margin: 0 0;
}

h4
{
	font-size: 13pt;
	font-family: arial;
	font-weight: bold;
    color: white;
    display: inline;
    padding-right: 1em;
    padding-left: 1em;

}

h4 a:link, h4 a:visited, h4 a:hover
{
	color: white;
	text-decoration: none;
}

.smallText
{
	font-size: 0.8em;
}

.FAQQuestion
{
	font-weight: bold;
	width: 750px;
	margin: 10px auto 0;
}

.FAQAnswer
{
	width: 750px;
	margin: 5px auto 30px;
}


#footer
{
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-top: solid 3px #b3b1b1;
}

.SkinObject
{
	font-weight: normal;
	font-size: 10pt;
}

#footer strong
{
	color: #082848;
}

#PatientServicesHeaderGradient
{
	background-image: url(../images/headergradient.gif);
    background-repeat: repeat-x; 
    height: 98px;
}

#PatientServicesBlueGradient
{
	background-image: url(../images/menubar_gradient.gif);
    background-repeat: repeat-x; 
    height: 41px;
}

#PatientServicesWrapper
{
	width: 870px; 
	margin: 50px auto;
}

#PatientServicesQuickLinks
{
	float: left;
	margin: 0 auto;
	padding-left: 15px;
	padding-top: 10px;
}

#PatientServicesQuickLinks strong
{
	color: #082848;
}

#PatientServicesQuickLinks ul
{
	margin-top: 0;
	padding-left: 15px;
	margin-left: 0;
	color: #082848;
}

#PatientServicesQuickLinks li
{
	padding-top: 3px;
}

#PatientServicesQuickLinks a:link, #PatientServicesQuickLinks a:visited
{
	color: #082848;
	text-decoration: none;
}

#PatientServicesQuickLinks a:hover
{
	color: #082848;
	text-decoration: underline;
}

#PatientServicesMenu
{
	float: left;
	width: 575px; 
	height: 398px; 
	background-image: url(../images/PatientServicesMenuGradient.gif); 
	background-repeat: repeat-x;
	background-position: 0 35px;
	padding-left: 10px;
}

#PatientServicesMenu h1
{
	font-family: Sans-Serif;
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #082848;
	background-color: #dedede;
	padding: 3px;
	margin-right: 10px;
}

a:link, a:visited
{
	color: #082848;
}
