/* CSS Document for St. John's Riverside Hospital Maternity Unit
/* Code by Sean Flanagan of Red Flannel. http://www.redflannelgroup.com
/* Copyright (c) 2009 St. John's Riverside Hospital and Red Flannel. All rights reserved.
/* Fully commented for your browsing pleasure. Thanks for stopping by the source code!
*/

/*////////////////////////////////////////////
/* TABLE OF CONTENTS
/* 1. General Layout
/*   a. Body and Container
/*   b. Major Layout Elements
/* 2. Individual Styles
/*   a. Minor Layout Elements
/*   b. Column Styles
/* 3. Text Styles
////////////////////////////////////////////*/

/*////////////////////////////////////////////
/* 1. General Layout
////////////////////////////////////////////*/

/* 1.a Body and Container */

body {
	text-align: center; /* Centers layout for IE and other non-standards-compliant browsers. */
	font-size: 12px; /* Sets global em size. */
	font-family: "Times New Roman", Times, serif; /* Use Times New Roman by default. Global setting. */
	font-weight: normal;
	padding: 0px;
	padding-top: 25px;
	margin: 0px;
	background: url(../images/bg/wp_beige.gif) repeat top center;
}
	/* IE 6 */
	* html body {
		padding-top: 37px;
	}
#container {
	position: relative; /* Allows absolute positioning of child elements */
	width: 972px; /* Static width for precise module sizes. */
	margin: 0px auto; /* Centers layout for standards-compliant browsers. */
	padding: 12px 24px 0px 24px;
	background: url(../images/bg/shadow_top.png) no-repeat top center;
	text-align: left; /* Reset text alignment for IE centering. */
	overflow: hidden;
	clear: both;
}
	/* IE 6 */
	* html #container {
		background: none;
	}
#container2 {
	position: relative; /* Allows absolute positioning of child elements */
	width: 972px; /* Static width for precise module sizes. */
	margin: 0px auto; /* Centers layout for standards-compliant browsers. */
	padding: 0px 24px 48px 24px;
	background: url(../images/bg/shadow_bottom.png) no-repeat bottom center;
	text-align: left;
	overflow: hidden;
	clear: both;
}
	/* IE */
	* html #container2 {
		padding-bottom: 24px;
		margin-bottom: 48px;
		background: none;
	}

/* 1.b Major Layout Elements */

#global {
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 24px;
	background: white;
	border-bottom: 1px solid rgb(151,151,151);
	z-index: 999;
}
	* html #global {
		position: absolute;
		left: 0px;
	}
	#globalHome {
		display: block;
		position: absolute;
		top: 0px;
		left: 24px;
		height: 24px;
		width: 160px;
		text-indent: -9999px;
		background: url(../images/nav/logo2.gif) no-repeat top left;
	}
	#globalCenter {
		display: block;
		position: absolute;
		top: 0px;
		right: 18px;
		padding: 6px;
		color: rgb(151,151,151);
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
	}
		#globalCenter:hover {
			color: black;
		}

#header {
	display: block;
	position: relative;
	width: 948px;
	height: 135px;
	margin: 12px auto 0px auto;
	text-indent: -9999px; /* Background image text replacement technique */
	background: url(../images/header.png) no-repeat top left;
}
	/* IE 6 */
	* html #header {
		background: url(../images/header.gif) no-repeat top left;
	}
#footer {
	position: absolute;
	clear: both;
	bottom: -12px;
	right: 0px;
}
#tour {
	display: block;
	position: relative;
	float: left;
	width: 672px;
	height: 396px;
	background: url(../images/bg/wp_gray.gif) repeat top left;
}
	#tour1, #tour2, #tour3, #tour4, #tour5 {
		display: block;
		position: absolute;
		width: 672px;
		height: 360px;
		overflow: hidden;
		cursor: crosshair;
		border-bottom: 6px solid rgb(255,248,233);
	}
		#tour1 {
			z-index: 10;
		}
		#tour img {
			position: relative;
			float: left;
		}
	#tour h2 {
		display: block;
		position: absolute;
		z-index: 900;
		top: 12px;
		left: 12px;
		color: rgb(69,98,124);
		font-size: 1.5em;
		font-style: italic;
	}
		/* Optional block for issues with IE6 */
		#sorry {
			display: none;
			position: absolute;
			width: 276px;
			height: 156px;
			top: 90px;
			left: 189px;
			padding: 12px;
			background: white;
			z-index: 999;
		}
			/* IE 6 */
			* html #sorry {display: block;}
			
			#sorry h2 {
				display: block;
				position: relative;
				top: 0px;
				left: 0px;
				margin-bottom: 12px;
			}
			#sorry p {
				display: block;
				position: relative;
				font-size: 1.2em;
				font-family: Arial, Helvetica, sans-serif;
				color: rgb(102,102,102);
				line-height: 1.25em;
			}
			#sorry a {
				color: rgb(51,51,51);
				text-decoration: none;
			}
			#sorry a:hover {
				color: black;
			}
	#tourSelect {
		display: block;
		position: absolute;
		bottom: 0px;
		padding: 0px 12px;
	}
		#tourSelect li {
			display: block;
			float: left;
			position: relative;
			height: 22px;
			color: rgb(69,98,124);
			font-size: 1.5em;
			font-style: italic;
			padding: 4px 18px;
			cursor: pointer;
		}
		#tourSelect li.selected {
			background: url(../images/bg/beige_fade.gif) repeat-x bottom left;
			color: rgb(193,39,45);
		}
		#tourSelect li.unselected {
			background: none !important;
			color: rgb(69.98.124);
		}
#counter {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	height: 396px;
	text-align: center;
	color: white;
	background: url(../images/bg/dots_salmon.gif) repeat top left;
}
#bigPicture {
	display: block;
	position: relative;
	clear: both;
	width: 972px;
	height: 264px;
}
#content {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	background: url(../images/bg/wp_gray.gif) repeat top left;
	z-index: 900;
	clear: both;
}

/*////////////////////////////////////////////
/* 2. Individual Styles
////////////////////////////////////////////*/

/* 2.a Minor Layout Elements */
#mainBody {
	display: block;
	position: relative;
	float: left;
	width: 624px;
	padding: 24px 12px 24px 24px;
	border-right: 12px solid rgb(255,248,233);
	background: url(../images/bg/expecting.jpg) repeat-y center center;
	z-index: 900;
}
	/* IE */
	* html #mainBody { padding-right: 0px;}
	
	.gallery a {
		display: block;
		position: relative;
		float: left;
		height: 156px;
		widows: 156px;
		padding: 12px;
		margin: 12px 24px 0px 0px;
		background: url(../images/bg/gal_border.gif) no-repeat bottom right;
	}
		.gallery a:hover {
			background: none;
			background: white;
		}
	
#sidebar {
	display: block;
	position: relative;
	float: left;
	width: 252px;
	padding: 24px;
	z-index: 999;
	text-align: center;
}
	#sidebar img {
		margin: 0px auto;
	}

/* 2.b Column styles */
.col {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	margin-right: 12px;
}

/*////////////////////////////////////////////
/* 3. Text Styles
////////////////////////////////////////////*/

#counter h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 6em;
	font-weight: 200;
	line-height: 1em;
	letter-spacing: -4px;
	padding-top: 100px;
}
#counter h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	padding-top: 36px;
}
#counter p {
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.2em;
	padding-top: 36px;
}

#mainBody h2 {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 3px 0px;
	margin-top: 3px;
	font-size: 1.4em;
	line-height: 1em;
	font-style: italic;
	color: rgb(193,39,45);
	border-top: 1px solid rgb(214,202,180);
	cursor: pointer;
}
	#mainBody h2 img {
		display: inline;
	}
#mainBody div {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
#mainBody p {
	font-size: 1.2em;
	line-height: 2em;
	color: rgb(51,51,51);
}
	#mainBody>p:first-line {
		color: rgb(193,39,45);
	}
#mainBody ul {
	padding-left: 12px;
}
	#mainBody ul li {
		font-size: 1.2em;
		line-height: 2em;
		color: rgb(51,51,51);
		font-style: italic;
		list-style: disc outside;
	}
	
#sidebar p {
	font-size: 1.4em;
	line-height: 1.8em;
	color: rgb(102,102,102);
	padding-top: 12px;
	text-align: left;
}
	#sidebar p:first-line {
		font-size: 1.2em;
		color: rgb(69,98,124);
		font-style: italic;
	}
	#sidebar p a {
		color: rgb(193,39,45);
		text-decoration: none;
	}
	#sidebar p a:hover {
		color: black;
	}
		


/*////////////////////////////////////////////
/* 4. Virtual Tour Styles
////////////////////////////////////////////*/

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 40%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  When positioning the mouse over one of the hot spots, the cursor should change.
	I've noticed that this varies from browser to browser though. */
	cursor: url(../images/cursors/cursor_arrow_left.cur) , w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 40%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.cur) , e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

/* NOTE: Code below this line belongs to the ThickBox script. Credits as listed in script. */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 14px;
  color: rgb(69.98.124);
}
#TB_secondLine {
  font: 12px;
  font-style: italic;
  color:rgb(193,39,45);
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:997;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(../images/bg/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 998;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:998;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}