@charset "utf-8";
/* CSS Document */

body { 
	background-image: url(../images/background.jpg);
	font-smooth: always;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	width: 100%;
}

img#logo, img#logoInside{
	border: 0;
}

div#nav, div#nav a {
	/* font-family: 'Gochi Hand', cursive; */
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #ba1717;
	text-decoration: none;
}

div#focus a:visited, div#focus a {
	color: #ba1717;
}

div#focus a:hover {
	color: #D36666;
}

div#nav a:hover, h3 a:hover {
	text-decoration: underline;
	color: #D36666;
}

div#bannerCaption {
	color: #355456;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
}

span#thumbnailCaption {
	color: #6A7E7F;
}

div#focusHome {
	color: #6A7E7F;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}

div#focus {
	color: #313C3C;
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}

div#ribbonFraserHealth {
	background-color: #F7FBFA;
}

div#ribbonFooter {
	background-color: #C6E2D6;
}

div#ribbonCopyright {
	background-color: #B0CCBF;
}

div#ribbonFraserHealthCaption {
	color: #1A5B4F;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
}

div#ribbonCopyrightCaption, a#copyrightLink {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #446466;
	text-decoration: none;
}

a#copyrightLink:hover {
	color: #111E1C;
	text-decoration: underline;
}

a#breadcrumb, span#breadcrumb {
	color: #6A7E7F;
	text-decoration: none;
}

a#breadcrumb:hover {
	text-decoration: underline;
	color: #104238;
}

div#footer3Pcaption {
	color: #407C70;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

a#footerColumnHeader, h2, h3, h4 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #104238;
	text-decoration: none;
}

img#locationMap, img#thumbnail {
	border: 1px solid #C6E2D6;
	background-color: white;
}


div#focusBox {
	border-bottom: 1px solid #EDF5F3;	
}

div#formBox {
	border-bottom: 1px solid #EDF5F3;	
}


div#focusBoxBold {
	border-bottom: 1px solid #C6E2D6;	
}

h3, h3 a {
	color: #ba1717; 
	text-decoration: none;
}

a#footerLink, a#footerLink a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #407C70;
	text-decoration: none;
}

span#footerComingSoon {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #79B5AA;
	text-decoration: none;
}

div#footerCol1 a:hover, div#footerCol2 a:hover, div#footerCol3 a:hover {
	text-decoration: underline;
	color: #111E1C;
}


table.schedule {
	border-color: #C6E2D6;
	background-color: white;
}
table.schedule th {
	border-color: #C6E2D6;
	background-color: #E8F3EF;
}
table.schedule td {
	border-color: #C6E2D6;
	background-color: white;
}


table.rates {
	border-color: #C6E2D6;
	background-color: white;

}
table.rates th {
	border-color: #C6E2D6;
	background-color: #E8F3EF;
}
table.rates td {
	border-color: #C6E2D6;
	background-color: white;
}

#slideshow { 
}

#slideshow > div { 
}