.cap {

float: left;
font-size: 40px;
line-height: 25px;
font-weight: normal;
color:#CCC;
font-family: georgia, times;
padding-right:3px;

}


body {
 background-color: #417CAC;/**/
 background-image: url(gradientBG.jpg); 
 background-repeat: repeat-x;
 background-position: 0px 0px;
 margin:0px;
}

/* this class is used in the body tag on the home page,
where the logo is a darker blue */
.homeLogo
{
 background-color: #417CAC;/**/
 background-image: url(homePageLogo.jpg);
 background-repeat: no repeat;
 background-position: 0px 0px;
 margin:0px;
}

/* this class is used in the For Doctors Section - no BG */
.forDoctors
{
 background-color: #FFFFFF;
 background-image: none;
 }
 
/* h1 is for menu items on top of each page  */
h1 
{ 
font-size:12px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
font-variant:small-caps;
color:#339; /* was 006 */
}

/* th is used in the database admin page.
It is the same as h3, plus bold*/
th
{
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:bold;
color:#006;
}

/* this is for the main content table cell, with the blue background  */
.mainContent
{
 background-color: #417CAC;
 background-image: none;
 padding-top:16px;
 padding-bottom:0px;
 padding-left:16px;
 padding-right:16px;
}

/* Padding only on the left here to avoid too much spacing  */
.OurPhysHeader
{
 background-color: #417CAC;
 background-image: none;
 padding-top:16px;
 padding-bottom:0px;
 padding-left:16px;
 padding-right:0px;
 }

/* h2 is for section titles on each page  */
h2
{ 
font-size:11.5px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:bold;
font-variant:small-caps;
color:#fff;
margin-top:2px;
margin-bottom:16px;
}

/* used with the h2 tag for the possible gradient intro graphic
at the top - delete if this is not used */
.introGraphic
{
margin-top:15px;
margin-bottom:0px;
}


/* h3 is for body text  */
h3
{ 
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
color:#fff;
}


/* h4 is for the footer  */
h4 
{ 
font-size:10px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
color:#fff;
}


/* h5 is for FAQ questions within the body of the document. questionList
is used for top-level listing of questions */
h5
{
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:bold;
font-style:italic;
color:#fff;
margin-top:20px;
margin-bottom:0px;
}

/* h6 is for FAQ answers */
h6
{
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;;
color:#fff;
margin-top:6px;
margin-bottom:0px;
margin-left:25px
}

/* for top level FAQ questions. Normal spacing between paragraphs */
.questionList
{
margin-top:0px;
margin-bottom:12px;
margin-left:25px;
}

/* this is used as a class of the h5 tag (FAQ question in body) */
.faqReturnTop
{
font-weight:normal;
font-style:normal;
text-align:center;
}

a:link
{
text-decoration:none;
color:#FFFF99;
}

a:visited
{
color:#CCFFFF;/*#fc6*/
text-decoration:none;
}

a:hover
{
color:#E5E58D;
}

/* for navigation in top, white part of the page */
a.topNav:link
{
text-decoration:none;
color:#339;
}

a.topNav:visited
{
color:#339;/* was #CC6600*/
text-decoration:none;
}

a.topNav:hover
{
color:#66c;
}


/* this is for h1 tags on the home page,which are slightly larger */
.homeNav
{ 
font-size:12.5px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
font-variant:small-caps;
color:#fff;
}

a.homeNav:link
{
text-decoration:none;
color:#fff;
}

a.homeNav:visited
{
color:#CCFFFF;
text-decoration:none;
}

a.homeNav:hover
{
color:#ddd;
}

/* used for the headings in the patient guide and about us panels */
.panelHeading
{
font-weight:bold;
margin-top:0px;
margin-bottom:0px;
}

/* used for the side panels in the patient guide
and on the 'about us page' */
.indentSide
{
margin-left:14px;
margin-top:8px;
margin-bottom:0px;
}

/* for top level insurance company listing. same as questionList, but w less spacing between paragraphs */
.insList
{
margin-left:45px;
margin-top:-6px;
}

/* used whenever ad hoc bold is needed */
.b
{
font-weight:bold;
}


/* used whenever ad hoc italic is needed */
.i
{
font-style:italic;
}


/* indented with normal spacing */
li
{
font-size:11px;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
margin-top:8px;
margin-left: 55;
color:#fff;
}

/* listing of subspecialty areas in the patient guide
and key contacts on the 'about us' page */
.pulloutTable { border-style:solid; border-width:2px; border-color:#000033; padding:5px; }

.navImage
{
padding-left:19px;
}
