/*******************************************************
TITLE: Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
DATE: 20070807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
	margin:0px;
	padding:0;
	height:100%;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
}
html body div div {
	line-height: 1.6em;
	left: 0;
}
h2 {
	margin:0;
	padding: 0px;
}
a {
	color:#00c;
	text-decoration: underline;
}
a img{
	border:none;
}
blockquote {
	margin:1em;
	padding:.5em;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
blockquote p {
	margin:.2em;
}
em {
	font-style:italic;
}
#container {
	margin:0 auto;
	padding:0;
	width:100%;
	vertical-align: middle;
}

/* commented out 2010-06-08 Ryan McGreal
#container a:after {
   content: " (http://www.hcf.on.ca/" attr(href)") ";
   font-size: 80%;
   }
#container a[href^="mailto"]:after, #container table a:after {
	content: "";
}
#container a[href^="http://"]:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }
*/

#header {
	display:none;
	margin:0;
	padding:0;
}
#searchbox {
	display: none;
}
/*#navbar {
	position: relative; 
	height: 37px;
	background: url(../../images/navbar_bg.gif) repeat-x #6f8c43;
	width:600px;
	left: 0;
}*/
#photo img {
	border:none;
	/*
	border-top: .5pt solid #e3e2dd;
	border-left: .5pt solid #e3e2dd;
	border-right: .5pt solid #e3e2dd;
	border-bottom: .5pt solid #e3e2dd;
	*/
}
#Menu1i, #Menu2i, #Menu3i, #Menu4i, #Menu5i, #Menu6i, #Menu7i, #Menu8i, #Menu9i, img[src='/images/SpryMenuBarDown.gif'], noscript + div, #footer ul {
	display: none;
	}
#leftColumn {
	float:left;
	margin-top:10px;
	padding:0px 20px 0px 30px;
	width:200px;
}
#leftColumn p {
	font-size: .7em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.gold {
	font-size: 1.4em;
	color: #bb9100;
}
.green {
	font-size: 1.2em;
	color: #749446;
}
#leftColumn h3 {
	font-weight: bold;
	color: #bb9100;
	font-size:.7em;
	margin-top: 1em;
	line-height: 1.6em;
}
#leftColumn ul {
	margin:0 0 0 0;
	list-style:none;
}
#leftColumn li {
	margin:4px 0 5px 10px;
}
#leftColumn li a {
	text-decoration:underline;
}
#leftColumn li a:hover {
	text-decoration:none;
}
#centerColumn {
	margin:0px 0px 0px 260px;
	padding:10px 30px 0px 10px;
}
#centerColumn p, .sitemap, #centerColumn ul, #centerColumn ol, #centerColumn h4, #centerColumn dd{
	font-size: 10pt;
	line-height: 1.6em;
	margin-top: .9em;
}
#centerColumn dd {
	display: block !important;
	/*visibility: visible !important;*/
	 }
#centerColumn dd ul li  {
	font-size: 1em;
	line-height: 1.6em;
	/*margin-top: .9em;*/
}
#centerColumn dd p {
	font-size: 1em;
	line-height: 1.6em;
}

#centerColumn ul {
	list-style: disc outside none;
	margin-left: 20px;
}
#centerColumn ul.list {
	margin: .9em 0 0 0;
	list-style: none;
}
#centerColumn ul.list ul {
	margin: 0 0 0 20px;
	list-style: none;
}
#centerColumn ol {
	list-style:decimal outside none;
	margin-left: 20px;
}
#centerColumn ol.alpha {
	list-style: lower-alpha outside none;
}
#centerColumn ul li ul, #centerColumn ul li ol {
	font-size: 1em;
	margin-top: 0;
	list-style: square outside none;
}
#centerColumn h3, #centerColumn dl dt {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.2em 0 -.5em 0;
}
#centerColumn h4 {
	font-weight: bold;
	margin-bottom:-.9em;
	}
#centerColumn table {
	margin-top: .9em;
	font-size: .7em;
	border: 1.5pt solid #ccc;
	border-collapse: collapse;
}
#centerColumn th {
	font-weight: bold;
	border-right: 1.5pt solid #ccc;
	border-top: 1.5pt solid #ccc;
	border-bottom: 1.5pt solid #ccc;
	text-align:center;
	line-height: 1.6em;
	border-collapse: collapse;
	padding: 3px;
}
#centerColumn td {
	padding: 3px;
	border-right: .5pt solid #ccc;
	border-bottom: .5pt solid #ccc;
	border-collapse: collapse;
	line-height: 1.6em;
}
#centerColumn td ul {
	font-size: 1em;
	margin-top: 0;
}
#centerColumn td.indent {
	padding-left: 20px;
}
#centerColumn td.border {
	border: 1px solid #ccc;
}
#centerColumn td.bordertop {
	border-top: 1px solid #ccc;
}
.row {
	clear: both;
}
.smallbox{
	float: left;
	width: 150px;
}
.bigbox{
	float: left;
	width: 250px;
	padding: 0 10px;
}
.spacer {
	clear: both;
	line-height: 1px;
}
.sitemap {
	line-height: 2em;
}
#centerColumn p.mice {
	font-size: .6em;
}
a[href$='.pdf'] {  /* Adds pdf and word icons to all links to those types of files */
	padding: 5px 25px 5px 0;
	background: transparent url(../../images/highlight_pdf-small.gif) no-repeat center right;
}
a[href$='.doc'] { 
	padding: 5px 25px 5px 0;
	background: transparent url(../../images/icon_wordsmall.gif) no-repeat center right;
}
table a[href$='.doc'], table a[href$='.pdf'] { 
	padding: 0;
	background: none;
}
ul.sitemap ul {
	padding-left: 2em;
	line-height: 1.6em;
}
.highlight {
	float: right;
	width: 160px;
	border-top: .5pt solid #e3e2dd;
	border-left: .5pt solid #e3e2dd;
	border-right: .5pt solid #e3e2dd;
	border-bottom: 2pt solid #e3e2dd;
	margin: 0px 0px 10px 60px;
	padding: 10px 5px 5px 5px;
	background: #fff;
	font-size: .7em;
	line-height: normal;
}
.highlight h4 {
	color: #bb9100;
	font-weight: bold;
	font-size: .85em;
	margin: 5px 0px 0px 5px;
}
div.highlight p {
	margin-left: 5px;
}
#leftColumn div.highlight {
	float:none !important;
}
#footer {
	position:relative;
	bottom:0;
	margin: 0;
	padding-top:20px;
	height:60px;
	line-height:1.5em;
	text-align:center;
	font-size:.8em;
	clear: both;
}
.left {
	float: left;
}
.right {
	float:right;
}
.noprint{
	display:none;
}
