@charset "UTF-8";
/* CSS Document */

#container
{
	margin: 0 auto;
	width: 975px;
	background:#fff;
	font-family:Arial;
	font-size:13px;
}

#header
{
	padding: 0px;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 905px;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid#fff;
}

#navigation li a:hover { background:#0C808D; }

#content
{
	clear: left;
	padding: 20px;
}

#content h2
{
	color:#000;
	font-size:10px;
	padding-bottom:5px; padding-left:5px; padding-right:5px; padding-top:5px;

}

#content p {
	line-height: 1.5em;
}

#footer
{
	background:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:center;
	font-size:10px;
	color:#818181;
	padding: 20px;
	height: 1%;
}

/* *************** */
/*   Link Styles   */
/* *************** */
A:link {
	color: #018b99;
	font-style: bold;
	text-decoration:none;
	
}
A:visited {
	color: #018b99;
	font-style: bold;
	text-decoration:none;
}
A:hover {
	color: #018b99;
	font-style: bold;
	text-decoration:underline;
}
A:visited:hover {
	color: #018b99;
	font-style: bold;
	text-decoration:underline;
}

#left-text
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	padding-top:33px;
	padding-left:23px;
	padding-right:0px;
	width:205px;
}

#left-background
{
	background-image:url(images/left-background.gif);
	background-repeat:no-repeat;
	height:33px;
	width:448px;
	font-family:Arial;
	font-size:19px;
	color:#FFFFFF;
}

#facility-background
{
	background-image:url(images/facility-background.gif);
	background-repeat:no-repeat;
	width:322;
	height:101;
}

#facility-background-white
{
	background-image:url(images/faciltiy-background-white.gif);
	background-repeat:no-repeat;
	width:321;
	height:101;
}

#facility-text
{
	color:#000000;
	padding-top:0px;
	float:inherit;
	vertical-align:top;
	font-size:13px;
}


#numbers
{
	background-image:url(images/number-bg.gif);
	background-repeat:no-repeat;
	width:111;
	padding-left:0px;
	padding-top:15px;
}

#no-numbers
{
	width:111;
	height:74;
	padding-left:0px;
	padding-top:15px;
}

#homepage-clock
{
	background-image:url(http://www.carolinasmedicalcenter.org/edwait/images/teal-background-homepage.gif);
	background-repeat:no-repeat;
	width:191px;
	height:215px;
	font-family:Arial;
	font-size:19px;
	color:#FFFFFF;
}


/* ALA Form Styles */

form.cmxform fieldset {
  margin-bottom: 10px;
  margin-right:15px;
}
form.cmxform legend {
  padding: 0 4px;
  font-weight: bold;
  color: #333333;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  /*display: block;*/
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 190px; /* Width of labels */
  text-align:right;
  margin-right: 10px;
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


#box-table-a
{
	font-size: 12px;
	margin: 45px;
	width: 225px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	background-image:images/teal-top.gif;
}
#box-table-a td
{
	font-size: 13px;
	padding: 8px;
	border-top: 4px solid #A8DBDF;
	border-bottom: 1px solid #fff;
	color: #000000;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #D5E3E4;
	color: #000;
}
