﻿/* St. Joseph's Healthcare Hamilton - Inorbital 2007

The general layout for this site consists of four main section 
containers that span the width of the screen. Within this each 
has a inner container to properly center it's contents and apply
a fixed width.
--------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-family:  arial, verdana, serif;
	font-size: 62.5%; /* makes text size equal to 10px */
	color: #000000;
	background: #f0f0f0;
}

/********** Content ************/

#contentContainer {
	margin:0 auto 10px;
	width: 960px;
	overflow:hidden;
	background-image: url("../images/contentInner_bg.gif");
	background-repeat: repeat-y;
}

#contentInner {
	float:left;
	width: 960px;
	padding-top:8px;
	background:url(../images/content_bg.gif) no-repeat;
}

#contentInnerFloat {
	float: left;
	width: 960px;
	padding-bottom:15px;
	background:url(../images/content_bg2.gif) left bottom no-repeat;
}

#contentInner #mainContent {
	width: 738px;
	padding: 0px;
	margin: 0px;
	float: right;
	font-size: 1.3em;
}

.landingBanners {
	padding-bottom:15px;	
}

#mainContent #breadcrumbs {
	margin: 12px 15px 0px 15px;
	font-size: .75em;
}

#mainContent #breadcrumbs2 {
	margin: 12px 15px 0px 15px;
	padding: 0px;
	width: 470px !important;
	width: 460px;
	font-size: .75em;
	display: inline;
	float: left;
}

#mainContent #textsizer {
	margin: 5px 15px 0px 0px;
	padding: 0px;
	width: 83px;
	height: 24px;
	white-space: nowrap;
	font-size: 0px;
	display: inline;
	float: right;
}

#mainContent #mainContentPad {
	padding: 15px;
	margin: 0px;
}

#mainContent a {
	color: #0c4876;
	font-weight: normal;
	text-decoration: underline; 	
}

#mainContent a:hover {
	color: #21afe4;
	text-decoration: underline; 
}

#mainContent h1 {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -0.5px;
	color: #21afe4;
}

#mainContent h2 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: -0.5px;
	color: #1f95c1;
}

#mainContent h3 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: -0.5px;
	color: #1f95c1;
}

#mainContent ul.news {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#mainContent ul.news li {
	margin: 0px 0px 0px 0px;
	padding-bottom:5px;
}


#mainContent table {
	float: left;
}

#mainContent td.block {
	width: 275px;
}

.blockLeft {
	padding-right:20px;	
}

.blockRight {
	padding-left:20px;	
}

.tablePad {
	height: 10px;
	width: 10px;
}

#Locations {
	width: 275px;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	float: left;
	background: #e1f3f9 url("../images/locations_bg.gif") no-repeat top right;
	border: 1px solid #8fcde3;
}

#Poll {
	width: 275px;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	float: left;
	background: #e1f3f9 url("../images/poll_bg.gif") no-repeat top right;
	border: 1px solid #8fcde3;
}

#Featured_link {
	width: 275px;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	float: left;
	background: #e1f3f9 no-repeat top right;
	border: 1px solid #8fcde3;
}

#Locations ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#Locations li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #59c8ed;
}

#Locations a {
	color: #000000;
	font-weight: normal;
	text-decoration: none; 
}

#Locations a:hover {
	text-decoration: underline; 
}

#Featured_link ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#Featured_link li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #59c8ed;
}

#Featured_link a {
	color: #000000;
	font-weight: normal;
	text-decoration: none; 
}

#Featured_link a:hover {
	text-decoration: underline; 
}

.highlightBoxPad {
	padding: 5px 8px 5px 8px;
}

#contentFooter {
	clear: both;
	width: 708px;
	padding: 20px 0px 0px 0px;
	color: #c2c2c2;
	font-size: 0.9em;
	background: url("../images/dottedLine552.gif") 0 30px repeat-x;
}

#contentFooter p {
	padding: 8px 0px 0px 0px;
}

#contentFooter a {
	color: #004071;
	font-weight: normal;
	text-decoration: none; 
}

#contentFooter a:hover {
	color: #215c8a;
	text-decoration: underline; 
}

.categtitle {
	background: url("../images/dottedLine552.gif") repeat-x bottom left;
	margin: 0px 10px 8px 15px;
	padding: 0px;
}

.categtitle p {
	font-weight: 300;
	font-size: 1.5em;
	padding: 11px 0px 5px 0px;
	margin: 0px;
}

.categtitleplanning {
	margin: 0px 10px 8px 15px;
	padding: 0px;
}

.categtitleplanning p {
	font-weight: 300;
	font-size: 1.5em;
	padding: 11px 0px 5px 0px;
	margin: 0px;
}

.newsbox {
	padding: 10px;
	margin: 0px;
	font-weight: normal;
	border:1px solid #d5dde2;
	background-color:#e4eaee;
}

#newsbox {
	padding: 10px;
	margin: 0px;
	font-weight: normal;
	border:1px solid #d5dde2;
	background-color:#e4eaee;
}
