@charset "UTF-8";

.oneCol #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	min-height: 100%;
	height: auto 
	height: 100%;
	margin: 0 auto -30px;               /* <-- Footer Height */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneCol #header {
	padding: 0;
	text-align: left;
}
.oneCol #mainContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/logOnBG.png);
	background-repeat: no-repeat;
}
.oneCol #introContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/introHomeBG.png);
	background-repeat: no-repeat;
}
.oneCol #homeContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/homeBG.png);
	background-repeat: no-repeat;
}
.oneCol #businessContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/businessHomeBG.png);
	background-repeat: no-repeat;
}
.oneCol #terminologyContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/terminologyHomeBG.png);
	background-repeat: no-repeat;
}
.oneCol #cultureContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/cultureHomeBG.png);
	background-repeat: no-repeat;
}
.oneCol #firstNationsContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/firstNationsHomeBG.png);
	background-repeat: no-repeat;
}
.oneCol #metisContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/metisHomeBG.png);
	background-repeat: no-repeat;
}
.oneCol #inuitContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/inuitHomeBG.png);
	background-repeat: no-repeat;
}
.oneCol #chronologyContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/chronologyHomeBG.png);
	background-repeat: no-repeat;
}
.oneCol #currentContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/currentHomeBG.png);
	background-repeat: no-repeat;
}
.oneCol #consultationContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/consultationHomeBG.png);
	background-repeat: no-repeat;
}
.oneCol #implementationContent {
	padding: 0;
	background-image: url(../graphics/backgrounds/implementationHomeBG.png);
	background-repeat: no-repeat;
}


.oneCol #plainContent {
	padding: 0;
	margin-bottom: 10px;
}


.oneCol #mainContent a, .oneCol #introContent a, .oneCol #homeContent a, #plainContent a, #businessContent a {
	font-weight: bold;
	color: #004EBD;
	text-decoration: underline;
}
.oneCol #mainContent a:hover, .oneCol #introContent a:hover, .oneCol #homeContent a:hover, #plainContent a:hover, #businessContent a:hover {
	color: #4A992D;
	text-decoration: underline;
}



.oneCol #floatRight {
	float: right; /* since this element is floated, a width must be given */
	width: 365px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.oneCol #floatRightHome {
	float: right; /* since this element is floated, a width must be given */
	width: 50px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.oneCol #floatRight a, .oneCol #floatRightHome a {
	text-decoration: none;
}
.oneCol #floatRight a:hover, .oneCol #floatRightHome a:hover {
	text-decoration: none;
}

.oneCol #columnLeft {
	margin-top: 0;
	margin-right: 435px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.oneCol #container p {
	margin-top: 10px;
	font-size: 12px;
}
.oneCol li {
	font-size: 12px;
	margin-bottom: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.photos {
	border: 1px solid #000000;
}
.red {
	color: #FF0000;	
}
.green {
	color: #4A992D;	
}
.textH2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.linkNoUnderline a {
	text-decoration: none;

}
.linkNoUnderline a:hover {	
	text-decoration: none;
}
