﻿/* 
  YOU CAN ADD OTHER STYLES AS USUAL ON THIS SHEET 
  
  Commented styles inside style definitions are used for visual 
  feedback when using the editor
  
  Comments before opening the style are used as caption.

  Comments after the class name and before the style declaration ({) 
    define the expression that decides wheter this 
    style should be applied or not
*/

.ignoreMe{
  
}

/* WYMeditor */

/* PARA: Date */
.date p{
  color: #ccf;
  /* background-color: #ff9; border: 2px solid #ee9; */
}

/* PARA: Hidden note */
.hidden-note p /* p[@class!="important"] */ {
     display: none;
    /* color: #999; border: 2px solid #ccc; */
}

/* PARA: Important */
.important p /* p[@class!="hidden-note"] */ {
    color: red; font-weight: bold;
    /* color: red; font-weight: bold; border: 2px solid red; */
}

.border img {
    border: 1px solid #ccc;
    /* border: 4px solid #ccc; */
}

/* LIST: Special */
.special ul,
.special ol {
    color: green;
    /** / background-color: #fc9; border: 2px solid red; /**/
}


/* /WYMeditor */


.afterThisPointRulesAreNoLongerParsedByWym{
  
}

/* YOU CAN ADD OTHER STYLES AS USUAL ON THIS SHEET */




#bd .content h6 {
	font-family:Arial, Verdana, Serif;
	font-size:10px;
	line-height:26px;
}


/* HOSPITAL LOCATIONS */

.interior .contentLocations,  .interior .contentLocationsFullWidth{
	float:left;
	width:390px;
	font-family:Arial, Verdana, Serif;
	font-size:14px;
	line-height:24px;
	padding-right:26px;
}
.interior .contentLocationsFullWidth
{
	width:100%;
}

.interior .imageLocations {
	float:right;
	font-family:Arial, Verdana, Serif;
	margin-bottom:23px;
	width:344px;
}

.interior .auxLocations {
	float:right;
	font-family:Arial, Verdana, Serif;
	margin-bottom:23px;
	width:160px;
	padding:10px;
	background-color:#ffffff;
	-moz-box-shadow: 1px 1px 5px #666;
	-webkit-box-shadow: 1px 1px 5px #666;
	box-shadow: 1px 1px 5px #666;
}


.CTA {
	float:right;
	font-family:Arial, Verdana, Serif;
	margin-bottom:23px;
	width:160px;
	padding:10px;
	background-color:#ffffff;
	-moz-box-shadow: 1px 1px 5px #666;
	-webkit-box-shadow: 1px 1px 5px #666;
	box-shadow: 1px 1px 5px #666;
}



/* CONTACT US */

contactLeadImage {
	
}

contactLeadImage .col1 {
	float:left;
	width:125px;	
}

contactLeadImage .col2 {
	float:right;
	width:575px;
}

/* ADDITIONAL CONTENT STYLES */

td {
	font-family: Arial, Verdana, Serif;
	vertical-align:top;	
	padding:10px;
}

.divider {
	height:22px;
	border-bottom:1px dotted #D5D5D5;
	clear:both;
}

.divider2 {
	height:4px;
	border-bottom:1px dotted #D5D5D5;
	clear:both;
}

.sideBarTitle {
	font-family: Verdana, arial, serif;
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	padding-bottom:8px;
	color:#3399cc;
}

.sideBarText {
	font-family: Arial, Verdana, Serif;
	font-size:13px;
	padding-bottom:8px;
	color:#333333;
}

.fontFixTitle {
	font-family:Arial, Verdana, Serif;
	font-size: 18px;
	font-weight:bold;
	line-height: 24px;
	padding-bottom:8px;
}

.fontFixCopy {
	font-family: Arial, Verdana, Serif;
	font-size: 14px;
	line-height: 24px;
}

.fontFixCopy li {
	font-size: 12px;
	list-style:inside;
	text-indent: 12px;
	line-height:22px;
}
