﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

    NEW HOSPITAL STYLE SHEET

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#top-information 
{
    height:285px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    color:#79131A;
    position:relative;
    width:700px;
    background-image:url(../images/newhospital.jpg);
    background-repeat:no-repeat;
    background-position:center;
}
#top-information-memorial
{
    text-align:center;
    position:absolute;
    top:0;
    right:50%;
    height:4em;
    font-size:4em;
    font-weight:900;
    font-family:georgia;
    font-variant:small-caps;
    width:50%;
    padding:0 1.5% 0 0;
}
#top-information-hospital
{
    text-align:center;
    position:absolute;
    top:0;
    right:0%;
    height:4em;
    font-size:4em;
    font-weight:900;
    font-family:georgia;
    font-variant:small-caps;
    width:40%;
    padding:0 1.5% 0 0;
}

#top-information-caring
{
    text-align:center;
    position:absolute;
    top:65px;
    right:50%;
    font-size:1.5em;
    font-weight:900;
    font-family:Lucida Calligraphy;
    color:#000000;
    padding:0 1.5% 0 0;
    width:50%;
}
#top-information-close
{
    text-align:center;
    position:absolute;
    top:65px;
    right:0;
    font-size:1.5em;
    font-weight:900;
    font-family:Lucida Calligraphy;
    color:#000000;
    padding:0 1.5% 0 0;
    width:40%;
}

#top-information-honor
{
    text-align: center;
    position: absolute;
    top: 285px;
    right: 50%;
    font-size: 1.5em;
    font-weight: 900;
    font-family: Lucida Calligraphy;
    color: #79131A;
    padding: 0 1.5% 0 0;
    width: 50%;
}
#top-information-ensure
{
    text-align:center;
    position:absolute;
    top:285px;
    right:0;
    font-size:1.5em;
    font-weight:900;
    font-family:Lucida Calligraphy;
    color:#79131A;
    padding:0 1.5% 0 0;
    width:50%;
}

#content-two-column
{
    width:700px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    padding:15px;   
}

#content-nav-two-column
{
    width:125px;
    float:left;   
    color:#79131A;
    font-variant:small-caps;
    font-size:.7em;
    text-align:center;
    padding-top:30px;
    position:fixed;
}

#content-main-two-column
{
    width:550px;
    float:right;   
    font-size:1.2em;
}

#content-nav-two-column a:link
{
    color:#79131A;
    text-decoration:none;   
}
#content-nav-two-column a:visited
{
    color:#79131A;
    text-decoration:none;   
}
#content-nav-two-column a:hover
{
    color:#79131A;
    text-decoration:underline;   
}
#content-nav-two-column li.current
{
    color:#79131A;
    text-decoration:underline;   
}
#content-header
{
    font-size:1.3em;
    color:#79131A;
    text-align:center;
    font-family:Lucida Calligraphy;
    padding-top:20px;
    padding-bottom:20px;
}
#question-header
{
    font-size:.9em;
    color:#000000;
    font-weight:900;
    font-family:Georgia;
    padding-bottom:20px;
    text-align:left;   
}
#campaign
{
    padding-bottom:20px;
    padding-left:42%;
    font-size:.8em;
}
#campaign td
{
    width:100px;
    height:10px;
}
#campaign img
{
    height:10px;
}

div.testimonial
{
    font-size:.8em;
    color:#000000;
    text-align:justify;
    font-family:Georgia;
    padding-bottom:20px;
    font-weight:normal;   
}
img.testimonial
{
    height:auto;
    width:150px;
    padding-left:10px;
    padding-bottom:5px;    
}

div.content
{
    font-size:.8em;
    color:#000000;
    text-align:justify;
    font-family:Georgia;
    padding-bottom:20px;
    font-weight:normal;
}

div.author
{
    font-weight:800;    
    
}
div.constImages
{
  margin: 2px;
  height: auto;
  width: auto;
  float:left;
  text-align: center; 
  text-decoration:none;     
}

div.donors
{
    font-size:.8em;
    text-align: center; 
    text-decoration:none;     
    font-family:Georgia;
    font-weight:normal;
}

div.constImages img
{
  display:inline;
  margin: 3px;
  border:1px #ffffff;
}

body 
{
    background-color:#CCCCCC;
}

