/* Global FHN screen styles */

* {
    margin: 0
}

BODY {
    background: url(../images/fadeback.jpg) repeat-x #eff7fa;
    line-height: 140%;
    font-size: 71%;
}


BODY, TEXTAREA {
    font-family: Arial, sans-serif;
}

IMG {
    border: 0
}

H1, .blueH1 {
    font-size: 1.5em;
    text-transform: uppercase; 
    margin-bottom: 0.7em
}  

H2 {
    font-size: 1.05em
}

H2.blueH2, H2.blackH2 {
    font-size: 1.2em
}

H3 {
    font-size: 1.1em
} 

H1, H2, H3 {
    color: #00a49a;
} 

.blueH1, .blueH2, .blueDiv, .blackH2 {
    text-transform: none; 
    color: #004065;
}

.blackH2 {
    color: #000;
}

P {
    margin-bottom: 0.7em
}

DIV > P:last-of-type {
    margin-bottom: 0
}

INPUT, SELECT {
    font-size:1em
}

A, A:link {
    text-decoration: none;
    color: #1778bd
}

A:hover, A:visited:hover, .linkList A:hover {
    text-decoration: underline;
    color: #857a61
}

A:visited {
    color: #5a8cbb
}

.linkList A {
    color: #000
}

#mainContent {
    margin: 30px auto;
    width: 972px;
}

#pgBody {
    padding: 0 12px 19px 12px;
    background: #fff;
    /* IE6 hack so content isn't clipped */
    height: 1%;
    overflow: auto;
    _zoom: 1;
}

/* 
#pgBody DIV {
   overflow: visible;
    position: relative; 
} */

#pgBody P, #pgBody TD, #pgBody UL, #pgBody UL UL, #pgBody OL, #pgBody OL OL, #pgBody TEXTAREA * {
    font-size: 13px;
    margin-bottom: 1.1em;
    line-height: 140%
}

#pgBody UL UL, #pgBody OL OL {
    font-size: 1em;
}

.imgRight {
    float: right; 
    margin: 0 0 12px 12px
}

.imgLeft {
    float: left; 
    margin: 0 12px 12px 0
}

#pgBody P.Quotation {
    font-family: 'Times New Roman', serif;
    font-size: 1.3em;
    font-style: italic;
    color: #82755f
}

.intColBreak {
    clear: both; 
}

.intColOne, .intColTwo {
    float: left; 
    width: 46%; 
}

.intColOne {
    margin-right: 4%;
    width: 47%;
}



/* A column with teaser buttons, such as the locations page */
#navBtnsLeft {
    float: left;
    width: 300px;
    margin-right: 27px;
}

#navBtnsLeft IMG, #navBtns IMG {
    padding-left: 21px;
    display: block;
    width: 279px;
    margin-bottom: 20px;
}

#cntRight {
    float: left;
    width: 621px;
}

/* A narrower left column, such as the location details page */
#lftCol250, #lftCol624 {
    float: left;
    width: 250px;
    margin-right: 24px;
}

#lftCol624 { /* A wider left column for ~2/3 of the page, such as the specialties pages */
    width: 624px;
}

#lftCol170 { /* A very narrow, such as the providers page */
    float: left;
    width: 170px;
    margin-right: 20px;
}

#wrapMidRtCols { /* Span two right columns totaling 674px */
    float: left;
    width: 674px;
}

.midCol350 { /* Middle column at 350px wide */
    float: left;
    width: 350px;
    margin-right: 24px;
}

.midCol438 { /* Middle column at 438px wide (Providers) */
    float: left;
    width: 438px;
    margin-right: 20px;
}

.rtCol300 { /* Middle column at 300px wide */
    float: left;
    width: 300px;
}

#ltCol2_1 { /* Left column for a roughtly 2:1 layout */
    width: 65%;
    margin-right: 4%
}

#rtCol2_1 { /* Right column for a roughtly 2:1 layout */
    width: 31%;
}

#ltCol2_1, #rtCol2_1 {
    float: left; 
    margin-top: 19px
}

#leftNav { /* Typical sub-navigation, such as About Us pages, nav is 250px wide */
    float: left; 
    width: 228px;
    margin-right: 18px;
    padding: 11px;
    background: url(../images/left-nav-bkgd.jpg) repeat-x #fff;
    min-height: 460px;
}

#leftNav P {
    background: url(../images/left-nav-rule.jpg) no-repeat left bottom;
    padding: 5px 0 6px 0;
    margin: 0;
    color: #857a61;
    font-weight: bold
}

#leftNav P:first-of-type {
    padding-top: 0;
}

#leftNav A, #leftNav A:visited { 
    font-weight: normal;
    text-decoration: none;
    color: #004065;
}

#leftNav A:hover { 
    text-decoration: underline;
    color: #857a61;
}

#leftNav A.currSub, #leftNav A.currSub:visited {
    color: #857a61;
    font-weight: bold
}

#leftNav IMG {
    display: block; 
    padding-left: 16px; 
    width: 212px; 
    margin: 12px 0;
}

#cntDefault { /* Remainder of page for typical sub-nav pages, such as About Us */
    float: left; 
    width: 680px;
}


/* HEADER STYLES */
#roundedTop {
    height: 24px;
    background: url(../images/roundedtop.gif) no-repeat
}

#header {
    height: 90px;
    background: #fff;
    position: relative;
}

#logo {
    position: absolute;
    top: 0px;
    left: 13px;
}

/*
#frmSearch {
    position: absolute;
    top: 5px;
    right: 11px;
    padding: 0;
    margin: 0
}

#frmSearch INPUT.searchBox {
    border: 1px solid #5a8cbb;
    background: #dce8ef;
    text-align: center;
    width: 141px;
    padding: 0.3em;
    color: #857A61;
}
*/
