@charset "UTF-8";
/* CSS Document */

/*
TABLE OF CONTENTS:

A_global
B_header -  branding, navSecondary, navPrimary, header_image
C_navPrimary
D_navSecondary
E_body (home page) - content_container, column1 (with navTertiary), column2, column3
F_navTertiary
G_footer - disclaimer, copyright
H_navExtras


COLOR PALETTE:

a8bac9 - light blue (backgroud)
3e6db2 - medium blue (links)
3e6db2 - dark blue (media)

ededee - light gray (content backgroud)
a8adc3 - med gray
4d4d4f - dark gray (text)

e8decb - light orange (bg color)
c8934f - orange (headings)

*/


/* -------------------- A_global -------------------- */
a, a:link, a:visited {
outline:none;
color:#3e6db2;
text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#3e6db2;
}

body {
background:#a8bac9;
}

hr.gray {
border-bottom:#a8adc3 solid 1px;
padding:0 0 0 0;
margin:0 0 3px 0;
}

.box-button {
clear:both;
margin:0 0 20px 0;
padding:2px;
}
.box-button:hover {
clear:both;
border:#a8adc3 2px solid!important;
padding: 0 0 0 0;
}

.image {
padding:10px 0 10px 0;
}
.no-margin {
margin:0;
}

.button-orange a {
border:;
background:#c8934f;
display:inline;
color:#fff!important;
font-weight:bold;
font-size:10px;
margin:5px;
padding:2px 10px 2px 10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-decoration:none;
text-transform:uppercase;
}
.button-blue a {
border:;
background:#3e6db2;
display:inline;
color:#fff!important;
font-weight:bold;
font-size:10px;
margin:5px;
padding:2px 10px 2px 10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
text-decoration:none;
text-transform:uppercase;
}
.button-blue a:hover, .button-orange a:hover {
background:#4d4d4f;
color:#fff;
border:none!important;
}


.container {
background:#ededee;
}

.prepend-half {
	padding-left: 20px;
}

.blue-right-side-line {
	border-right:#a8adc3 solid 1px;	
	margin-right: 0px;
	padding-right: 15px;
}

/* -------------------- B_header -------------------- */
#header {
margin:0 auto;
background:#ededee;
width:100%;
height: 223px;
}

#home #header {
	height: 291px;
}

#header_container {
margin:0 auto;
width:950px;
position: relative;
}


#branding {
float:left;
}
#branding h1 {
height:67px;
width:390px;
display:block;
text-indent:-9999px;
}
#branding h1 a {
background:url(../images/Mission_Regional_Medical_Center_logo.gif);
height:100%;
width:100%;
display:block;
position:relative;
top:15px;
margin:0;
padding:0;
}


/* ---------- D_navSecondary ---------- */
#navSecondary {

height:40px;
width:450px;
position:absolute;
right: 0;
margin: 0;
}
#navSecondary li {
display:inline;
padding:0 10px 0 10px;
font-size:11px;
}
#navSecondary li a {
color:#3e6db2;
text-decoration:none;
}
#navSecondary li a:hover {
	text-decoration: underline;
}


/* ---------- H_navExtras ---------- */
#navExtras {
padding:0;
margin:0;
width:270px;
position: absolute;
right: 0;
top: 30px;
height:20px;
color:#3e6db2;
}
#navExtras table img {
padding:0;
margin:0;
}
#navExtras table tr td{
padding:0;
}


/* ---------- C_navPrimary ---------- */
#navPrimary {
	height:28px;
	width: 514px;
	background: url(../images/nav.png) no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 57px;
	right: 0px;
}

#healthcare-services #navPrimary {
	background-position: 0 -28px;
}

#patients-visitors #navPrimary {
	background-position: 0 -56px;
}

#physicians #navPrimary {
	background-position: 0 -84px;
}
#employees #navPrimary {
	background-position: 0 -112px;
}
#healthcare-services #np1 a,
#patients-visitors #np2 a,
#physicians #np3 a,
#employees #np4 a {
	color: #fff;
}

#navPrimary ul {
	height: 23px;
	list-style: none;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-top: 5px;
}
#navPrimary li {
	margin:0; padding:0;
	display:xinline;
	position:relative;
	height: 23px;
	float: left;
	text-align: center;
	
}
#navPrimary li a {
	color:#3e6db2;
	text-decoration:none;
	position:relative;	
	margin:0;
	height: 18px;
	padding-top: 5px;
	display: block;
	font-weight: bold;
}
#navPrimary li a:hover {
	text-decoration: underline;
	
}

#np1 {
	width: 137px;
}
#np2 {
	width: 147px;
}
#np3 {
	width: 110px;
}
#np4 {
	width: 107px;
}

#header-image {
	background: #e8decb url(../../images/header-maternity.jpg) no-repeat center;
	height:200px;
	width:100%;
	border-top:#a8bac9 solid 6px;
	margin:0 auto;
	text-align: center;
}

#header-image img {
	margin: 0 auto;
	width: 950px;
}



/* -------------------- E_body -------------------- */

h2.orange {
font-weight:bold;
color:#c8934f;
margin:0 0 0 0;
font-size:17px;
}

h2.blue, h2.blue a {
font-weight:bold;
color:#3e6db2;
margin:0 0 0 0;
font-size:17px;
text-decoration: none;
}


h2.white {
font-weight:bold;
color:#fff;
margin:0 0 0 0;
font-size:17px;
}

h2.blue a:hover {
	text-decoration: underline;
}

.bold-blue {
font-weight:bold;
color:#3e6db2;
font-size:14px;
text-transform:uppercase;
margin:0;
padding:0;
}
.blue {
font-weight:normal;
color:#3e6db2;
font-size:11px;
text-transform:none;
margin:0;
padding:0;
}

.bold-orange {
font-weight:bold;
color:#c8934f;
font-size:14px;
text-transform:uppercase;
margin:0;
padding:0;
}

#column3 .bold-orange {
	font-size: 10px;
	letter-spacing: .1px;
}

#column3 h3 {
	color:#3e6db2;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

.orange {
font-weight:normal;
color:#c8934f;
font-size:11px;
text-transform:none;
margin:0;
padding:0;
}

p, ul, .column2-table, #column2 td  {
color:#4d4d4f;
line-height:1.3em;
font-size:11px;
}


/*
#content_container {
padding:300px 0 0 0;
}
*/


#column1, #column2, #column3 {
padding: 20px 0 0 0px;
margin: 0 auto;
}

#home #column1, #home #column2, #home #column3 {
	width: 280px;
}

.sub #column1 {
	width: 240px;
	margin-left: 15px;
}

.sub #column2 {
	width: 435px;
	padding-right: 15px;
}

.sub #column3 {
	width: 230px;
	margin-right: 15px;
}

.breadcrumbs {
	font-size: 8pt;
}

.breadcrumbs a {
	color: #000;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs-left {
	padding-left: 20px;
	padding-top: 7px;
	background: #e8decb;
	padding-bottom: 7px;
	border-bottom:#a8adc3 solid 1px;
}



/* ---------- F_navTertiary ---------- */
#navTertiary {
/*
background:#e8decb;
border:#cdcecf solid 8px;
margin:0 0 20px 0;
-moz-border-radius:10px;
-webkit-border-radius:10px;
*/
background: url(../images/sub_page_sub_menu_top.png) no-repeat;
width: 214px;
margin-bottom: 20px;
}

#home #navTertiary {
	width:279px;
	background: url(../images/home_sub_menu_top.png) no-repeat;
	margin-bottom: 20px;
}

#navTertiary .navWrapper {
	padding: 10px 10px 5px;
}
#home #navTertiary table {
	/*
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	*/
}
#navTertiary ul {
list-style:none;
margin:0;
padding:0 0 0 10px;
margin-top: 6px;
}
#navTertiary li {
line-height:1.2em;
margin-bottom:6px;
}
#navTertiary li a {
color:#4d4d4f;
text-decoration:none;
font-size:11px;
}
#navTertiary li a:hover {
color:#3e6db2;
text-decoration: underline;
}
#navTertiary li.here a {
	color: #c8934f;
}
#navTertiary li.here ul li a {
	color: #4d4d4f;
}

#navTertiary hr.gray {
	border-bottom:#a8adc3 solid 1px;
	padding:0 5px 0 5px;
	margin:0 auto 3px auto;
	text-align: center;
	width: 95%;
}

#navTertiary h2 {
	padding:0 0 0 5px;
}

#navTertiary .sub-level-0 ul {
	display: none;
}

#navTertiary .sub-level-0.parent-here ul,
#navTertiary .sub-level-0.here ul {
	display: block;
}

#column1 li a {
	color:#4d4d4f;
	text-decoration:none;
	font-size:11px;
	line-height:1.8em;
}

#column1 li a:hover {
	color:#c8934f;
}


#column2 {
background:#;
overflow:visible;
}
#home #column2 ul {
list-style-type:disc;
font-size:9px;
margin:0 0 0 0;
padding:0 0px 0 12px;

}
#column2 #home-news li a {
color:#4d4d4f;
text-decoration:none;
font-size:11px;
line-height:1.8em;
}
#column2 li a:hover {
color:#c8934f;
}

.column2-table td {
	padding-bottom: 20px;
}

#column2 img {

}

#video-box {
	width: 280px;
}

#video-box-wrapper {
	background: url(../images/video_box_top.png) no-repeat;
	padding: 5px 10px;
}

#video-links a {
	color: #000;
	cursor: pointer;
}

#table-video-chooser {
	margin-bottom: 0;
}

#table-video-chooser td {
	background-color: #fff;
	font-size: 10px;
}

#table-video-chooser .current {
	
	background-color: #A8BAC9;

}

/* -------------------- G_footer -------------------- */
#footer {
clear:both;
text-align:center;
padding:12px 0 0 0;
}
#footer li {
display:inline;
}
#footer li a, #footer p, #footer a {
color:#4d4d4f;
font-size:11px;
padding:0 8px 0 2px;
text-decoration:none;
}
#footer li a:hover, #footer a:hover {
color:#c8934f;
}

/*---News---*/
.subtitle {
	font-style: italic;
}

.news-date {
	color: #4D4D4F;
	vertical-align:top;
	width:100px;
}

/*---BANNERS---*/
/*
#header-image {
	background-repeat: no-repeat;
}
#maternity #header-image,
#maternity #header-image,
#maternity #header-image {
	background-image: url(../images/MRMC_Maternity-bnr.jpg);
}
*/
.sub #header-image {
	height: 132px;
	background: #fff;
}
#home #header-image {
	xbackground-color: #9ccfeb;
}

.maternity #header-image {
	background-color: #fff;
}

.orthopedics #header-image {
	background-color: #CBBD9F;
}

.imaging #header-image {
	background-color: #fff;
}

.weight-loss #header-image {
	background-color: #fef4c9;
}

.lithotripsy #header-image {
	background-color: #5b2414;
}

.neonatal-care #header-image {
	background-color: #fff;
}

.breast-care-center #header-image {
	background-color: #fff;
}

.pediatric-unit #header-image {
	background-color: #fff;
}

.laboratory #header-image {
	background-color: #8d9490;
}

.cardiopulmonary #header-image {
	background-color: #fff;
}

.wound-care-center #header-image {
	background-color: #fff;
}

.rehabilitation-unit #header-image {
	background-color: #fff;
}

.surgery #header-image {
	background-color: #fff;
}

.emergency-department #header-image {
	background-color: #fff;
}

.nutrition #header-image {
	background-color: #fff;
}

#employees #header-image {
	background-color: #fff;
}

#contact #header-image,
#thank-you #header-image,
#suggestions #header-image,
#disclaimer #header-image,
#privacy-policy #header-image,
#directions-parking #header-image {
	background-color: #ffe1d6;
}

#amenities #header-image {
	background-color: #D5E2E4;
}

.go-button {
	display: inline;
	vertical-align: middle;
}



/*---CALENDAR---*/
.calendarBG {
 width: 200px;
 margin: 0 auto;
}

.calendarBG th {
	text-align: center;
}

.calendarBlank { 
 background-color: #FFFFFF;
 color: #cccccc;
 text-align: center;
}

.calendarHeader { 
 font-weight: bold; 
 color: #000000; 
 text-align: center;

}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #1E75BB; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 xcolor:             #000;
 background-color: 	#fff;
 padding: 4px 4px 4px 4px;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
 padding: 4px 4px 4px 4px;
}

.calendarCell a {
 color: #1E75BB;
 text-decoration:   none;
 background-color:  #ebd6a6;
 padding: 4px 4px 4px 4px;
}
  
.calendarCell a:visited {
 color: #1E75BB;
 text-decoration:   none;
 background-color:  #ebd6a6;
}

.calendarCell a:hover {
 color: #1E75BB;
 text-decoration:   none;
 background-color:  #ebd6a6;
}

.event {
	margin-bottom: 10px;
}

.event-list h4 {
	border-bottom: 1px solid #a8adc3;
	margin-bottom: 5px;
	font-weight: bold;
}

#ie-message {
background:#C00;
text-align:center;
border-bottom:1px solid #900;
color: #fff;
position:relative;

top:0;
padding:5px;
width:100%;
}
#ie-message a {
color: #fff;
}

.pink-page #column2 {
	width: 680px;
	padding-right: 0;
	margin-right: 15px;
}
body.pink-page {
	background: #f796bc;
}
.pink-page .container {
	background: #f7e5ef;
}
.pink-page #navTertiary {
	background-image: url(../images/pink_sub_page_sub_menu_top.png);
}
.pink-page #navTertiary .navWrapper {
	padding-top: 15px;
	padding-bottom: 0;
}
.pink-page #navTertiary ul {
	margin: 0 10px;
	padding: 0;
}
.pink-page #navTertiary ul li {
	text-align: center;
	border-bottom: 2px solid #f796bc;
	margin: 2px 0 2px 0;
}
.pink-page #navTertiary ul li.last {
	border-bottom: 0;
}
.pink-page #navTertiary ul li a,
.pink-page #navTertiary ul li a:visited  {
	color: #4c4d4f;
	font-size: 16px;
}
.pink {
	color: #ce336e;
	font-weight:bold;	
	margin:0 0 0 0;
	font-size:17px;
	text-decoration: none;
}

#pink-registration td {
	padding: 0;
	
}
#pink-registration input[type=text],#pink-registration select {
	padding: 3px;
}
#pink-registration table {
	margin-bottom: 10px;
}
#pink-registration p {
	margin-bottom: 10px;
}
#pink-registration label {
	font-size: 13px;
}
#pink-registration label span {
	font-size: 11px;
	color: #999;
}
.pink-page h3 {
	color: #CE336E;
	font-weight: bold;
	font-size: 12px;
}




