@charset "utf-8";
html, body{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,p,ul{
	padding:0 0 20px;
}
cushycms{}
#bgtile {
	background-color: #111111;
	background-image: url(../images/bg_tile_top.jpg);
	background-repeat: repeat-x;
	min-height:500px;
	height:auto !important;
	height:500px;
}
#container{
	margin:0 auto;
	width:980px;
}
#container #header{
	padding:0 20px;
}
#container #header #logobar{
	vertical-align:middle;
}
#container #header #logobar img{
	float:left;
	margin:0 44px 0 0;
}
#container #header #logobar #iCanada{
	padding:63px 0 0;
}
#container #header #topnav{
	clear:both;
}
#container #header #topnav ul{
	margin:0;
	padding:0;
}
#container #header #topnav ul li{
	float:left;
	list-style:none;
}
#container #header #topnav ul li a img{
	border:none;
}
#container #header #masthead{
	clear:both;
	margin:3px 0 0;
}
#container #contentarea{
	padding:6px 20px 10px;
}
#container #contentarea #contenttop{
	height:7px;
	line-height:7px;
}
#container #contentarea #content{
	background:url(../images/bg_tile_content.png) #111110 repeat-x;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding:23px 30px 30px;
}
#container #contentarea #content img{
	border:8px solid #FFFFFF;
	margin:0 0 10px 10px;
}
#container #contentarea #content ul li{
	list-style-type:circle;
	margin:0 0 0 20px;
}
#container #contentarea #content div.photogallery{
	vertical-align:middle;
}
#footer {
	background-color: #ffffff;
	background-image: url(../images/bg_tile_bottom.jpg);
	background-repeat: repeat-x;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding:30px;
	text-align:center;
}
#footer img{
	border:0;
	margin:0 10px;
}
