@charset "UTF-8";
body {
	font: 100% "Trebuchet MS", Arial, Verdana, sans-serif;
	background:url(images/bgrnd.jpg) top #dbdad2 repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
}
#mainContent {
	padding: 20px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0 18px 0 18px;
	background:url(images/bgrnd-pg.jpg) repeat-x 0 18px;
}
#mainContent h1 {
	font-size:13px;
	color:#333;
	line-height:15px;
}
#masthead {
	height:150px;
	margin:0;
	padding:0;
	position:relative;
	width:884px;
}

#masthead .logo {
	border:0 none;
	display:block;
	float:left;
	height:149px;
	margin-top:10px;
	width:236px;
}

#masthead .intro {
	width:630px;
	float:right;
	margin-top:10px;
}
#masthead .intro p {
	font-size:12px;
	color:#333;
	line-height:22px;
}


#mainContent p {
	font-size:12px;
	color:#333;
	line-height:16px;
}

#ContainerUSA {
	width:441px;
	float:left;
	min-height:236px;
	border-right:dashed #CCCCCC 1px;
	margin-bottom:10px;
}
#ContainerUSA .flag {
	background:url(images/ca-us.jpg) no-repeat right;
	min-height:236px;
	height:236px;
}

#ContainerUSA .link2 {
	width:200px;
	position:relative;
	top:10px;
	text-align:right;
}

#ContainerUSA .link {
	width:138px;
	position:relative;
	top:165px;
	text-align:right;
}

#ContainerUSA a {
	color:#8b4003;
	text-decoration:none;
	font-weight:bold;
}

#ContainerUSA a:hover {
	color: #5E8A07;
	text-decoration: underline;
}

#ContainerUSA .content {
	padding:0 20px 0 20px;
	float:left;
	width:230px;
}
#containterUSA .img {
	float:left;
	}
#ContainerUSA .content p {
	text-align:right;
	line-height:15px;
}

#ContainerCanada {
	width:442px;
	float:right;
	min-height:236px;
}
#ContainerCanada .flag {
	background:url(images/ca-canada.jpg) no-repeat left;
	min-height:236px;
	height:236px;
}

#ContainerCanada .link {
	width:138px;
	position:relative;
	top:170px;
	left:300px;
}

#ContainerCanada a {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}

#ContainerCanada a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#ContainerCanada .content {
	padding:0 20px 0 20px;
	float:right;
	width:230px;
}
#containterCanada .img {
	float:right;
	}
#ContainerCanada .content p {
	text-align:left;
	line-height:15px;
}

#divider {
	background:url(images/divider.gif) repeat-y;
	width:1px;
	float:left;
}
#footer {
	width:884px;
	border-top:#ccc 2px solid;
	padding-top:10px;
	
	}
#footer p {
	color:#999;
}
#footer a {
	color:#8b4003;
	text-decoration:none;
}
#footer a:hover {
	color: #5E8A07;
	text-decoration: underline;
}


