/*
	ROHCG Website - Main Stylesheet
	Created by Industrial Media
	www.industrialmedia.ca
*/


/* =General
---------------------------------------------------------------------------------------------------- */

body 
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

body, div, td 
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

p
{
	margin: 0 0 15px 0;
	line-height: 1.3em;
}


/* =Layout
---------------------------------------------------------------------------------------------------- */

/*need this to get the site to center in old browsers*/
#container
{
	width: 100%;
	text-align: center;
}

#wrapper
{
	position: relative;
	text-align: left;
	width: 769px;
	margin: 10px auto 0 auto;
	padding: 0;
	border: 1px solid #CAD1D7;
	background: #FFFFFF url(../images/wrapper/background.gif) top left repeat-y;
}

#wrapper #header-bar1 {
	position: relative;
	background-color: #006CB6;
	width: 769px;
	height: 18px;
}

#wrapper #header-bar2 {
	position: relative;
	background-color: #FBC177;
	width: 769px;
	height: 5px;
	font-size: 1px;
}


#content {
	position: relative;
	margin: 19px 0 0 181px;
	padding: 0;
	width: 585px;
	/*border: 1px solid #000000;*/
}

#content-home {
	position: relative;
	margin: 30px 0 0 181px;
	padding: 0;
	/*min-height: 550px;*/
	/*border: 1px solid #000000;*/
}

#content-pad {
	padding-right: 10px;
}

#content-pad #sidebar {
	margin: 28px 0;
	padding: 0;
	float: right;
	width: 196px;
	/*border: 1px solid #000000;*/
}

#content-pad #sidebar .divider {
	margin: 8px 0 8px 0;
}

#content-pad #sidebar .divider-top {
	margin: 0 0 8px 0;
}

#content-pad #sidebar p
{
	margin-bottom: 10px;
	line-height: 1.3em;
}

#content-pad #sidebar ul
{
	margin: 0 0 10px 16px;
	padding: 0;
	list-style: outside square;
}

#content-pad #sidebar ul li
{
	margin: 0;
	padding: 0 0 6px 0;
}

#content-pad #left-column {
	width: 360px;
}

#content-home #left-column {
	position: relative;
	float: left;
	/*border: 1px solid #000000;*/
}

#content-home #right-column {
	position: relative;
	float: right;
	width: 210px;
	border-left: 1px solid #E9EDF0;
}


#home-link {
	position: absolute;
	top: 10px;
	left: 485px;
	width: 240px;
	height: 80px;
}

/* =Splash page
---------------------------------------------------------------------------------------------------- */
#splash {
	position: relative;
	text-align: left;
	width: 771px;
	margin: 100px auto 0 auto;
	padding: 0;
}

#splash .header-bar1 {
	position: relative;
	background-color: #006CB6;
	width: 771px;
	height: 18px;
}

#splash .header-bar2 {
	position: relative;
	background-color: #FBC177;
	width: 771px;
	height: 5px;
	font-size: 1px;
}

#splash #mainbar {
	position: relative;
	width: 769px;
	height: 250px;
	background: #FFFFFF url(../images/splash/splash_background.jpg) top left no-repeat;
	border-right: 1px solid #CAD1D7;
	border-left: 1px solid #CAD1D7;
}

#splash #mainbar #eng-link {
	position: absolute;
	left: 350px;
	top: 165px;
}

#splash #mainbar #fre-link {
	position: absolute;
	left: 529px;
	top: 165px;
}

/* =Headers
---------------------------------------------------------------------------------------------------- */

#wrapper #masthead-home-e, #wrapper #masthead-home-f {
	width: 769px;
	height: 249px;
}

#wrapper #masthead-home-e {
	background: #FFFFFF url(../images/headers/home-e.jpg) top left no-repeat;
}

#wrapper #masthead-home-f {
	background: #FFFFFF url(../images/headers/home-f.jpg) top left no-repeat;
}

#wrapper #masthead-common {
	width: 769px;
	height: 107px;
}

/* =Navigation
---------------------------------------------------------------------------------------------------- */
#top-nav-left {
	position: absolute;
	left: 11px;
	top: 2px;
	font-size: 11px;
	color: #FFFFFF;
}

#top-nav-left a, #top-nav-left a:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
} 

#top-nav-left a:hover {
	text-decoration: underline;
}

#top-nav-right {
	position: absolute;
	left: 575px;
	top: 2px;
	font-size: 11px;
	color: #9EB9CC;
}

#top-nav-right-f {
	position: absolute;
	left: 500px;
	top: 2px;
	font-size: 11px;
	color: #9EB9CC;
}

#top-nav-right a, #top-nav-right a:visited, #top-nav-right-f a, #top-nav-right-f a:visited {
	font-size: 11px;
	color: #9EB9CC;
	font-weight: bold;
	text-decoration: none;
} 

#top-nav-right a:hover, #top-nav-right-f a:hover {
	text-decoration: underline;
}

#left-nav {
	position: relative;
	width: 145px;
	float: left;
	margin-top: 20px;
}


#left-nav a, #left-nav a:visited {
	display: block;
	width: 100%;
	border-top: 1px solid #CAD1D7;
	padding: 10px 0 10px 12px;
	color: #006CB6;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

#left-nav a:hover {
	background-color: #FDF5EA;
}

#left-nav a.on {
	background: transparent url(../images/wrapper/background-on.gif) top left repeat-y;
	padding-bottom: 0 !important;
}

#left-nav a.no-top-border {
	border-top: 0 !important;
}

#sub-nav {
	background: transparent url(../images/wrapper/background-on.gif) top left repeat-y !important;
	width: 135px;
}

#sub-nav a, #sub-nav a:visited, #sub-nav a:active{
	display: block;
	width: 100%;
	border-top: 0;
	padding: 3px 0 3px 24px;
	color: #006CB6;
	text-decoration: none;
	text-transform: none;
	font-size: 11px;
	background: transparent url(../images/hmarrow.gif) 12px 3px no-repeat;
}

#sub-nav a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.none {

}
/* =Miscellaneous - Emergency box
---------------------------------------------------------------------------------------------------- */

#emergency-info {
	width: 156px;
	background: transparent url(../images/home-emergency-background.gif) top left repeat-y;
	text-align: center;
}

#emergency-info div {
	padding: 10px 5px;
}

#emergency-info h1 {
	text-transform: uppercase; 
	font-size: 16px; 
	font-weight: bold; 
	color: #B0CCDF; 
	margin: 0 0 3px 0;
}

#emergency-info p {
	color: #979797; 
	font-size: 11px; 
	margin: 0 0 3px 0;
}

.table-top-left { 
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
}

.table-border { 
    border: 1px solid #000000; 
}

.table-cell {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}          

/* =Miscellaneous - Home - hospital feature box
---------------------------------------------------------------------------------------------------- */

#feature-hospital {
	position: relative;
	width: 353px;
	/*height: 119px;*/
	background: transparent url(../images/home-hospital-background.jpg) top left no-repeat;
	text-align: left;
	padding: 0;
}

#feature-hospital div {
	padding: 5px 10px 5px 104px;
}

#feature-hospital h1 {
	font-size: 16px; 
	width: 240px;
	font-weight: bold; 
	color: #006CB6; 
	margin: 0 0 3px 0;
}

#feature-hospital h1.french {
	font-size: 14px; 
	width: 240px;
	font-weight: bold; 
	color: #006CB6; 
	margin: 0 0 3px 0;
}

#feature-hospital p {
	color: #648FAF; 
	font-size: 12px; 
	margin: 0 0 3px 0;
}

#feature-hospital p.french {
	color: #648FAF; 
	font-size: 11px; 
	margin: 0 0 3px 0;
}


/* =Miscellaneous - Home - news and events
---------------------------------------------------------------------------------------------------- */

#news-events {
	position: relative;
	width: 353px;
	/*height: 140px;*/
	background: transparent url(../images/home-news-background.jpg) top left no-repeat;
	text-align: left;
}

#news-events div {
	padding: 5px;
}

#news-events h1 {
	font-size: 14px; 
	font-weight: bold; 
	width: 200px;
	color: #FFFFFF; 
	padding: 2px 0 0 5px;
}


#news-events div {
	background: transparent url(../images/bullet.gif) .5em .8em no-repeat;
	padding-left: 1.3em;
	padding-bottom: 1em;
}

#news-events a, #news-events a:visited
{
	font-weight: bold; 
	color: #9D9D9D; 
	text-decoration: none;
}

#news-events a:hover {
	text-decoration: underline;
}

/* =Breadcrumb & Support our Work
---------------------------------------------------------------------------------------------------- */

#breadcrumb {
	position: relative;
	width: 360px;
	font-size: 10px;
	color: #989898;
	margin: 0 0 10px 0;
	padding-right: 10px;
}

#breadcrumb a, #breadcrumb a:visited {
	font-size: 10px;
	color: #989898;
	text-decoration: underline;
}

#support-our-work {
	position: absolute;
	left: 380px;
	top: -4px;
}

/* =Sidebar
---------------------------------------------------------------------------------------------------- */
#sidebar h1 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #006CB6;
	font-size: 16px;
	font-weight: bold;
	width: 190px;
}

#sidebar p {
	font-size: 12px;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#clear {
	clear: both;
}

#footer
{
	position: relative;
	text-align: right;
	width: 769px;
	margin: 5px auto 30px auto;
	padding: 0;
	font-size: 10px;
	color: #6A6A6A;
}


#footer a, #footer a:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #6A6A6A;
}

#footer a:hover {
	color: #AAAAAA;
}

#footer #print {
	position: absolute;
	top: -2px;
	left: 10px;
	text-align: left;
}

#footer #print a.send, #footer #print a.send:visited {
	text-decoration: none;
	font-size: 10px;
	color: #6A6A6A;
	padding-left: 17px;
	margin: 0;
	background: transparent url(../images/wrapper/send-icon.gif) top left no-repeat;
}

#footer #print a.print, #footer #print a.print:visited {
	text-decoration: none;
	font-size: 10px;
	color: #6A6A6A;
	padding-left: 16px;
	background: transparent url(../images/wrapper/print-icon.gif) top left no-repeat;
}


/* =Forms
---------------------------------------------------------------------------------------------------- */ 

.input-box {
	border: 1px solid #999999;
	height: 20px;
}

.input-button {
	border: 1px solid #999999;
	height: 20px;
	font-size: 9px;
	bgcolor: #EEEEEE;
	color: #666666;
}

.validation 
{
	color: #FF0000;
	font-weight: bold;
}

.success 
{
	color: #00CC00;
	font-weight: bold;
}
	
form 
{
	margin: 0;
	padding: 0;
}


/* =Links
---------------------------------------------------------------------------------------------------- */
a {
	color: #006CB6;
}

a:visited {
	color: ##6D91A9;
}

a:hover {
	color: #648FAF;
}

/* =Headers
---------------------------------------------------------------------------------------------------- */
h1 {
	margin: 0 0 5px 0;
	padding: 0;
	width: 360px;
	color: #006CB6;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #7D7D7D;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #7D7D7D;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #7D7D7D;
	font-size: 12px;
	font-weight: bold;
}

/* =Lists
---------------------------------------------------------------------------------------------------- */
ul
{
	margin: 0 0 10px 24px;
	padding: 0;
	list-style: outside square;
}

ul li
{
	margin: 0;
	padding: 0 0 6px 0;
}

/* =Misc: Blue & Orange Boxes
---------------------------------------------------------------------------------------------------- */

#content-pad .blue-box {
	width: 353px;
	/*height: 140px;*/
	background: transparent url(../images/blue-background.jpg) top left no-repeat;
	text-align: left;
	margin: 0 0 10px 0;
}

#content-pad .orange-box {
	width: 353px;
	/*height: 140px;*/
	background: transparent url(../images/orange-background.jpg) top left no-repeat;
	text-align: left;
	margin: 0 0 10px 0;
}


#content-pad .blue-box h1, #content-pad .orange-box h1 {
	font-size: 14px; 
	font-weight: bold; 
	width: 300px;
	color: #FFFFFF; 
	padding: 2px 0 0 5px;
}

#content-pad .blue-box p, #content-pad .orange-box p {
	margin: 0;
	padding: 5px 0 10px 0;
}

#content-pad .blue-box .photo, #content-pad .orange-box .photo {
	padding: 4px 0 4px 5px;
	float: left;
}

#content-pad .blue-box .text, #content-pad .orange-box .text {
	padding: 0 8px 0 63px;
}

#content-pad .blue-box .text-narrow, #content-pad .orange-box .text-narrow {
	padding: 0 8px 0 115px;
}

#content-pad .blue-box .text-full, #content-pad .orange-box .text-full {
	padding: 0 8px 0 8px;
}


/* =Miscellaneous
---------------------------------------------------------------------------------------------------- */

hr {
	margin: 5px 0 5px 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	size: 1px;
	border: 0;
	
}

.back-to-top {
	background: transparent url(../images/back-to-top.gif) top right no-repeat;
	text-align: right;
	margin: 0;
	padding: 0 12px 0 0;
}

.back-to-top a, .back-to-top a:visited, .back-to-top a:hover {
	font-size: 10px;
	color: #666666;
}

#glossary p {
	margin: 0;
	padding: 0;
}
#glossary .glossary-item {
	margin: 10px 0;
	padding: 0;
}

.history-photo {
	border: 1px solid #666666;
	/*background-color: #FCA73A;*/
	text-align: center;
	width: 350px;
}

.caption {
	width: 344px;
	padding: 3px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 10px;
	color: #999999;
	margin-bottom: 12px;
}

.pdf {
	background: #FFFFFF url('../images/icon-pdf.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.web {
	background: #FFFFFF url('../images/icon-web.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.vid {
	background: #FFFFFF url('../images/icon-vid.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.doc {
	background: #FFFFFF url('../images/icon-doc.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.xls {
	background: #FFFFFF url('../images/icon-xls.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

.ppt {
	background: #FFFFFF url('../images/icon-ppt.gif') 0 0 no-repeat;
	_height: 16px;
	line-height: 16px;
	min-height: 16px;
	margin-bottom: 12px;
	padding-left: 20px;
}

/* =Events Calendar
---------------------------------------------------------------------------------------------------- */ 
.EventHeader {
	color:#FFFFFF;
}

.EventCalendar {
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-bottom: 0;
	border-right: 0;
}

.EventCalendar td {
	font-size: 0.85em;
	padding: 2px;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

.EventCalendar td {
	border: 1px solid #AAAAAA;
	border-top: 0;
	border-left: 0;
}
	
.EventCalendar table td {
	border: 0;
}

a.EventLink{
   z-index: 24;
   color: #668EAF;
   text-decoration: underline;
}

a.EventLink:hover {
	z-index: 25;
	cursor: hand;
	text-decoration: underline;
}

a.EventLink span {
	display: none;
}

/* a.EventLink:hover span {
    display: block;
	font-size: 11px;
    position: absolute;
    float:right;
	left: 75px;
	width: 18em;
    border: 1px solid #336699;
    background-color: #DDE5E9;
	color: #336699;
	padding: 2px 4px;
	font-weight: normal;
	text-decoration: none;
}*/

.bgMonthListing {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #336699;
	background-color: #DDE5E9;
}

.bgDayListing {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
	
.text {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
}
	
.legend {
	border-left: 15px solid #000000;
	height: 15px;
	margin: 0;
	padding: 0;
	width: 0px;
}

.print-no {
	display: none;
}

#categoryInstructions {
	background-color: #AABFD2;
	border: 2px solid #CCCACD;
	border-bottom: 0;
	border-top: 0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.25em 0 0.25em 8px;
}

#categoryListing {
	background-color: #FFFFFF;
	border: 2px solid #CCCACD;
	border-bottom: 0;
	border-right: 0;
}
	
#categoryListing th {
	font-size: 1em;
	font-weight: bold;
	padding: 2px 8px;
	text-align: left;
}
	
#categoryListing th, #categoryListing td {
	border: 2px solid #CCCACD;
	border-left: 0;
	border-top: 0;
}
	
#categoryListing td {
	font-size: 0.92em;
	padding: 8px;
}
	
#optionsView {
	color: #000000;
	font-size: xx-small;
}

.categoryPages a, .categoryPages a:active, .categoryPages a:visited  {
	color: #666666;
	text-decoration: none;
	padding: 0 2px;
}

.categoryPages a:hover {
	color: #999999;
	text-decoration: underline;
}
	
.categoryPages a.active, .categoryPages a.active:active, .categoryPages a.active:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}

#font-adjuster {
	width: 156px;
	background: transparent url(../images/home-emergency-background.gif) top left repeat-y;
	text-align: center;
}

#font-adjuster td {
	font-size: 11px;
}
#font-adjuster a {
	display: inline;
	border-top: none;
	padding: 0;
	color: #006CB6;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	
}

