#logo { margin: 60px 0 0 60px; }

#logo h1 a {
    background: url(/utility/images/logo.png) no-repeat;
    height: 147px; /*logo graphic height */
  }

h2 a, h2 a:link {
    color: #a8a9ac;
}

h2 a:hover {
    color: #A90033;
}

/* Tagline Position */
#branding h2.tagLine {
margin:0px 0 0 15px;
}
  
/* change header photo for homepage */
#home #header{
  background: transparent url(/utility/images/photo8.png) top right  no-repeat;
}

/* change header photo for interior pages */
#interior #header{
  background: transparent url(/utility/images/photo4.png) top right  no-repeat;
}


/* take away scroll bar in header of ie7 */

#header-wrap{
  overflow:hidden;
}

/* Fixes big space at the bottom of each interior page */
#interior .col.last{
  display: none;
}


/* drop cap effect - style as needed to fit */
.dropcap {
  color:#A90033;
  font-size:80px;
  line-height:50px;
  padding: 2px 0 2px 0;
  font-family: "Times New Roman", Times, serif;
}

/* ======= Widget styles ======== */


/*----------------------------------------------
= featured item
================================================ */
ul.featured-items {
  background-color: #055693;
  list-style: none;
  margin: 0px 0px 10px 0px;
}



ul.featured-items h3 {
  color: #ffffff;

}

li.featured-item1,
li.featured-item2,
li.featured-item3 {
  color: #ffffff;
  
}

li.featured-item1 {
  border-top: 8px solid #8f1d4b;
}

li.featured-item2 {
  border-top: 8px solid #9b2051;
  border-left: 1px solid #ffffff;
}

li.featured-item3 {
  border-top: 8px solid #496bb5;
  border-left: 1px solid #ffffff;
}

li.featured-item1 a:link,
li.featured-item2 a:link,
li.featured-item3 a:link {
  color: #ffffff;
}

li.featured-item1 a:visited,
li.featured-item2 a:visited,
li.featured-item3 a:visited {
  color: #deb261;
}


li.featured-item1 a:hover,
li.featured-item2 a:hover,
li.featured-item3 a:hover {
  color: #428397;
}

/*----------------------------------------------
= news listing
================================================ */  
ul.quick-links { 
  background-color: #fff; 
  margin: 0;
  padding: 5px 0 5px 0 ;   
}

/*----------------------------------------------
= news listing
================================================ */
.news-items {
  list-style: none;
}

ul.news-items {
  background-color: #fff;
  list-style: none;
  margin: 0 ;
}

ul.news-items .date,
ul.news-items .more {
  border: 0;
}

ul.news-items .date {
  margin: 0 0 5px 0;
  font-size: 11px;
  font-weight: bold;
}

#interior #content-main p.date {
  font-weight:bold;
  font-size: 12px;
  margin: 5px 0 5px 0;
}

ul.news-items li {
  background: transparent url(/design/images/template/icons/newsStory.png) no-repeat 7px 13px;
  border-bottom: 1px solid #ccc;
}

ul.news-items li {
  padding-top: 10px;
}

ul.news-items li:last-child {
  border: 0;
}


ul.news-items li p {
  font-size:12px;
  border-bottom: 0px solid #ccc;  
  
}

ul.news-items li p.more {
  border-bottom: 0px solid #ccc;  
  
}



/*----------------------------------------------
= Burgundy/gray change
================================================ */
#tabs span.action{
  background: transparent url(/utility/images/tabs-contact-buttonEF.png) no-repeat;
}

#content-sub1{
  background-color: #A90033;
}

#footer{
     background-color: #A90033;
}

/*changes the logo to EIRMC logo in the Hospital Affiliation box */
#content-sub2 {
  background: #A90033 url(/utility/images/west-valley-affiliation-logo.png) no-repeat center 90%;
  border: 2px solid #5A031D;
}

#content-sub2 h4 { margin-bottom: 2px; }
#content-sub2 .inner-box, #content-sub2 p, #content-sub1 #content-sub2 p a { margin-top: 0; }

#content-sub3 img.left { margin-bottom: 0; }
#content-sub3 p { text-align: center; }

#content-wrap { background: transparent url(/utility/images/mountain-overlayEF.png) 0 0 no-repeat; }

#content-sub2 p a { color: #eddfe4;}

#content-sub2 p a:hover { color: #afb0b4; }

#content-sub2 .inner-box { margin-bottom: 60px; }


#tabs span.action { height: 30px; padding-top: 14px; }

h1, h2, h5 { color: #A90033; }

h3, h4, h6 { color: #555555; }

h3 a,
h3 a:link{
  color:#a90033;
}

h3 a:hover, 
h3 a:focus{
  color:#a8a9ac;
}

.dropcap {color: #A90033;}

#logo h2.tagLine{
    color: #A90033;
}

#nav-main ul li a, #nav-main ul li a:visited {
    background-color: #A90033;
  border: 1px solid #d07e97;
}

#nav-main ul li a:hover {
  background-color: #D5D6D6;
  color: #A90033;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
  -o-box-shadow: 0 0 5px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
  box-shadow: 0 0 5px rgba(0,0,0,.5);
}


/* style of menu item while submenu is showing */
li.active a {
    color: #fff;
    background-color: #A90033;
    border: 1px solid #d07e97;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
  -o-box-shadow: 0 0 5px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
  box-shadow: 0 0 5px rgba(0,0,0,.5);
}

/* contains submenu */
#nav-main ul li ul {
  width: 285px;
}

#nav-main ul ul a,
#nav-main ul ul a:visited {
  background: transparent;
  border: 0;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#nav-main ul ul a:hover {
  background-color: #D5D6D6;
  color: #A90033;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#nav-main li { width: 221px; }

#site-search { padding-left: 9px; }

#bar-wrap { float: left; padding-left: 0; }

a, a:link { color: #A90033; }

a:hover, a:focus { color: #a8a9ac; }

a.btn{
  background-color:#A90033;
}

a.btn span{
  color:#fff;
}

dd{
  clear:both;
}

dd input#keyword{
  margin-bottom:20px;
}

#map_wrap_info { width: 300px; }

.gMapAdv_info_add {
  color: #999;
  font-size: 12px;
  margin: 5px 0 10px 0;
}

.gMapAdv_sv_link {
  font-size: 12px;
}

#interior #content-main #map_wrap_wrapper p {
color: #222;
margin: 0;
}

#map_wrap_info {
  color: #A90033;
  font-family: "Times New Roman", Georgia, sans-serif;
}

.gMapAdv_info_desc {
  font-family: Arial, Helvetica, sans-serif;
}

/*----------------------------------------------
= Footer - Account for five addresses
================================================ */

#footer{
  margin-bottom:0;
}

#facility-info{
  width:915px;
}

#site-info{
  float:none;
  text-align:center;
  padding-top:15px;
  padding-bottom:0;
}

.vcard{
  float:left;
  width:150px;
}

.street-address{
  width:140px;
}

/*----------------------------------------------
= Sidebar Widget
================================================ */

.sidebar {
/*  border:15px solid #95969a; */
  border:1px solid #95969a;
  width:200px;  
/*  width:155px;*/
  float:right;
  margin:0px 0px 10px 10px;
  background:#f3f3f3;
  padding:10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sidebar p,
.sidebar div{
  line-height:16px;
  margin:0 0 5px 0;
  font-size:12px;
}

#interior #content-main .sidebar ul,
#home #content-main .sidebar ul{
  margin:0;
  padding:0;
  list-style:none;
}
#interior #content-main .sidebar li,
#home #content-main .sidebar li{
    margin:5px;
}



