@charset "utf-8";
html, body {
	margin:0;
	padding:0;
	background:#bbb url("../img/layout/bg.jpg") repeat-x;
	text-align:left;
	color:#333333;
	font:12px Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
}
/* Resets */
html, div, p, table, form, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, blockquote, input, textarea, iframe, span {
	margin:0;
	padding:0;
	line-height:1.2em;
	font-size:1em;
}
td {
	line-height:1.2em;
	font-size:1em;
}
a, img {
	border:0;
	outline:none;
}
ul, ol {
	margin-top:1.8em;
	margin-left:3.4em;
	margin-bottom:1.8em;
}
ul ul {
	margin-top:.8em;
	margin-left:2.4em;
	margin-bottom:.8em;
}
li {
	line-height:1.5em;
	padding-bottom:.3em;
}
p {
	margin-top:.2em;
	margin-bottom:1.3em;
	line-height:1.6em;
}
blockquote {
	margin-top:.5em;
	margin-bottom:1.3em;
	line-height:1.6em;
	background:url(../img/quote.jpg) no-repeat;
	padding-left:2.5em;
	margin-left:.5em;
}
h1, .cms-article span.cms-heading {
	margin-top:.1em;
	margin-bottom:.6em;
	color:#656565;
	font:36px Arial, Helvetica, "Century Gothic", "Trebuchet MS", Geneva, sans-serif;
	font-weight:normal;
}
h2 {
	margin-top:.9em;
	margin-bottom:.7em;
	color:#00386b;
	font:18px Arial, Helvetica, "Century Gothic", "Trebuchet MS", Geneva, sans-serif;
	font-weight:normal;
}
h3 {
	margin-top:.9em;
	margin-bottom:.7em;
	color: #656565;
	font-weight: bold !important;
	font:15px Arial, Helvetica, "Century Gothic", "Trebuchet MS", Geneva, sans-serif;
}
a {
	color:#64678e;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color:#2b2d48;
}
input {
	padding:.23em;
}
hr {
	height:1px !important;
	overflow:hidden;
	color:#ffffff;
	border:0;
	border-bottom:1px dotted #dbdbdb;
	clear:both;
	display:block;
	margin-top:1.3em;
	margin-bottom:1.3em;
	background:#ffffff;
}
/* Layout */
#cms {
	margin:0 auto;
	padding:0;
	width:960px;
	overflow:hidden;
	/*border:solid 1px #eee;*/
}
#masthead {
	overflow:hidden;
	width:960px;
	height:125px;
	margin:20px 0 0 0;
	padding:0;
}
#logo {
	float:left;
	width:160px;
	height:92px;
}
#header {
	float:left;
	width:960px;
	background:url('../img/layout/header-bg-ie6.jpg') top left no-repeat;
}

/** html #header
{
    background-image: none !important;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/layout/header-bg.png", sizingMethod="crop");
}*/

#home-carousel
{
	width: 960px;
	height: 342px;
	background: url('../img/layout/carousel-bg.png') no-repeat;
}

#carousel-left
{
	width: 327px;
	height: 342px;
	float: left;

}

#carousel-left .carousel-padding
{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

#carousel-right ul li
{
	list-style-image: url('../img/list-style-image-star.jpg');
	font-size: 18px;
	color: #787878;
	line-height: 1em;
}

#carousel-right ul
{
	margin-bottom: 1em;
}

#carousel-left * a
{
	color:#7CCF39;
	text-decoration: none;
}

#carousel-canvas
{
	width: 306px;
	height: 342px;
	float: left;
	background: url('../images/carousel/image2.jpg') no-repeat;

}

#carousel-right
{
	width: 327px;
	height: 342px;
	float: left;
}

#slogan {
	background:DarkSalmon;
	margin:40px 0 0 0;
}



#front {
	overflow:hidden;
	height:342px;
}

#front2nd-col2 p
{
	margin-bottom: 0px;
	margin-top: 8px;
}

#front2nd {
	overflow:hidden;
	height:217px;
	margin:16px 0 0 0;
}
	#front2nd-col1, #front2nd-col2, #front2nd-col3,
	#front3rd-col1, #front3rd-col2, #front3rd-col3 {
		float:left;
		width:306px;
		height:217px;
		overflow:hidden;
		background:url('../img/layout/home-boxes.png') no-repeat;
	}
	
	#front2nd-col2, #front2nd-col3, #front3rd-col2, #front3rd-col3
	{
		margin-left: 21px;
	}

#front3rd {
	overflow:hidden;
	height:217px;
	margin:16px 0 25px 0;
}

#front4th {
	overflow:hidden;
	height:60px;
	margin:16px 0 25px 0;
	background:url('../img/layout/advertisementbackground.png') no-repeat;
}


#cms-container {
}
#main {
}
#menu-container {
	padding-top: 74px;
	padding-left: 178px;
}
#body {
}

/* Interior page style */
#interior {
	overflow:hidden;
	margin:0 0 24px 0;
	padding:0;
}
	#interior-col1 {
		float:left;
		width:633px;
		overflow:hidden;
		margin:0;
		padding:0;
	}
		
		.content-top
		{
			background: url('../img/layout/content-top.png') top left no-repeat;
			width:633px;
			height: 10px;
		}
		
		* html .content-top
		{
		    background-image: none !important;
		    
		}
		
		.content-middle
		{
			background: url('../img/layout/content-middle.png') left repeat-y;
			width:576px;
		}
		
		.content-bottom
		{
			background: url('../img/layout/content-bottom.png') bottom left no-repeat;
			width:633px;
			height: 10px;
		}
		
		* html .content-bottom
		{
		    background-image: none !important;
		 
		}
		

		
		#interior-col1-content {
			margin:0;
			overflow:hidden;
			/*background:#fff;*/
			padding:37px 30px 30px 27px;
		}
		
		
		
	#interior-col2 {
		float:left;
		width:308px;
		overflow:hidden;
		margin:0 0 0 19px;
		padding:0;
	}
	
	#interior-col2 * h1,
	#front2nd-col1 * h1, #front2nd-col2 * h1, #front2nd-col3 * h1,
	#front3rd-col1 * h1, #front3rd-col2 * h1, #front3rd-col3 * h1
	{
		font-size: 24px;
		margin-bottom: 12px;
		margin-top: 10px;
	}
	
	.featured-editorial a.title, 
	#front2nd-col1 a.title, #front2nd-col2 a.title, #front2nd-col3 a.title,
	#front3rd-col1 a.title, #front3rd-col2 a.title, #front3rd-col3 a.title
	{
		color: #00386b;
		font-size: 18px;
		text-decoration: none;
		display: block;
		padding-bottom: 4px;
	}
	
	.featured-editorial .readmore  
	{
		color: #58c202;
		text-decoration: none;
	}
	/* 632px + 20px (column separation) + 308px = 960px */

	/* Sidebar boxes (3) */
	
	.sidebar-box-middle
	{
		background: url('../img/layout/sidebar-box-middle.png') repeat-y;
		width:306px;
		/*height:342px;*/
		overflow:hidden;
		/*margin:0 0 16px 0;*/
		padding:0;
	}
	
	
	.sidebar-box-top
	{
		background: url('../img/layout/sidebar-box-top.png') top no-repeat;
		height: 10px;
		width:306px;
		/*height:342px;*/
		overflow:hidden;
		margin:0 0 0 0;
		padding:0;
	}
	
	* html .sidebar-box-top
	{
	    background-image: none !important;
	}
	
	.sidebar-box-bottom
	{
		background: url('../img/layout/sidebar-box-bottom.png') top no-repeat;
		height: 8px;
		width:306px;
		/*height:342px;*/
		/*overflow:hidden;*/
		margin:0 0 20px 0;
		padding:0;
	}	
	
	* html .sidebar-box-bottom
	{
	    background-image: none !important;
	}
	
	.sidebar-padding
	{
		padding: 15px;
	}
	
	.carousel-padding
	{
		padding: 25px;
	}
	
	#sidebar-box1 {
	}
	#sidebar-box2, #sidebar-box3 {
		/*background:yellow;*/
		background: url('../img/layout/sidebar-middle.png') no-repeat;
		width:306px;
		height:216px;
		overflow:hidden;
		margin:0 0 20px 0;
		padding:0;
	}
	#sidebar-box3 {
		/*background:green;*/
	}

#footer {
	margin:0 auto 25px auto;
	width:960px;
	height:306px;
	/*background:#999;*/
	overflow:hidden;
	background: url('../img/layout/footer-bg.png') top left no-repeat;
}

* html #footer
	{
	    background-image: none !important;
	}

#footer-bottom a
{
	color: #00386b;
	text-decoration: none;
}

#footer-bottom
{
	padding-left: 50px;
	padding-right: 50px;
	font-size: 10px;
}

#footer-bottom *
{
	line-height: 12px;
	
}

#footer-text
{
	width: 927px;
	height: 250px;
	color: white;
	
}

.footer-padding
{
	padding: 15px;
}

ul.sf-menu
{
	padding-left: 45px;
}

li.splitter
{
	/*background-color: #D5D5D5;*/
	width: 1px;
	display: block;
	height: 80px;
	margin-top: 20px;
	float: left;
	margin-left: 13px;
	margin-right: 13px;
}


.level-1, .level-1 a, a.level-1
{
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	color: white;
	text-decoration: none;
	list-style-type: none;
}

li.level-0, li.level-1
{
	list-style-type: none;
	list-style-image: none;
} 

ul.level-1
{
	margin-left: 0px;
	margin-top: 0px;
	list-style-image: none;
	/*width: 105px;*/
}

li.level-0
{
	float: left;
	list-style-type: none;
	color: white;
	/*padding-left: 29px;
	padding-right: 29px;*/
	text-decoration: none;
	/*background: url('../img/layout/dynamic-menu-splitter.jpg') no-repeat top left;*/
	overflow: hidden;
	height: 135px;
	margin-left: 0px;
	margin-right: 0px;
	
}

ul.level-0
{
	/*margin-left: -22px;
	margin-right: -31px;*/
	position: relative;
	/*left: -22px;*/
	list-style-image: none;
	margin-left: 0px;
	
}

li.level-0 a.level-0, span.level-0
{
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#canadaswebshop {
	float:right;
	font-size:10px;
	color:#999999;
}
#canadaswebshop a {
	font-size:10px;
	color:#999999;
	text-decoration:underline;
}
#canadaswebshop a:hover {
	color:#000000;
}
/* Menu */		
div#menu-panel {
	z-index:10000;
	text-align:left;
	height:38px;
}
div#menu-panel div {
	float:left !important;
	font-size:17px;
	color:#ffffff;
}
div#menu-panel span {
	display:none;
}
div#menu-panel div a, div#menu-panel div a.hover, div#menu-panel div a.hover-hot, div#menu-panel div a.current-page {
	float:left;
	padding:8px 17px 8px 17px;
	color:#494949;
	font:12px Arial, Helvetica, Verdana, sans-serif;
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
	z-index:1000000;
	white-space:nowrap;
}
div#menu-panel div a.hover, div#menu-panel div a.hover-hot, div#menu-panel div a.current-page {
	color: #a3a1a1;
}
div#menu-panel div #a {
	padding:0 !important;
	margin:0 !important;
}
.menufixmargin {
	margin-top:1px !important;
	margin-left:-1px !important;
}
.menu-splitter {
	width:1px;
	overflow:hidden;
	height:29px;
	background:#e6e6e6;
	float:left;
}
/* helpers */
.padded {
	padding:8px;
	color:inherit;
	font:inherit inherit;
}
.float-right {
	float:right;
}
.float {
	float:left;
}
.smaller {
	font-size:11px;
}
.lighter {
	color:#9a9a9a;
}
.indent {
	margin:0 0 0 0 !important;
	padding:3px 0 !important;
}
.child-indent {
	margin:0 0 0 0 !important;
	padding:5px 0 5px 15px !important;
}
.solid {
	margin:0 0 0 0 !important;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	padding:.5em;
	background:#e8e8e8;
}
#toc {
	width:560px;
	overflow:hidden;
	padding:45px 5px 0 5px;
}
#toc a:link, #toc a:active {
	color:#242424;
	font:12px Arial;
	text-decoration:underline;
}
#toc a:visited {
	color:#5c5c5c;
	font:12px Arial;
	text-decoration:underline;
}
#toc a:hover {
	color:#4e1c29;
}
h4.related-toc {
	font-weight:normal;
	color:#5c5c5c;
	font:17px Arial;
}
.dm-panel {
	border-top:1px dotted #d4d4d4;
}
.dm-panel .child-indent {
	padding:2px 0 2px 15px;
}
/*	CMS Editorials 3 */	
.cms-article {
	font:12px Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	padding:10px;
	text-align:left;
	border-bottom:1px dotted #999999;
	line-height:1.4em;
}
.cms-article .cms-sub-heading {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1.3em;
}
.cms-article .cms-date {
	font:0.8em Arial, Helvetica, Verdana, sans-serif;
	line-height:1.2em;
}
.cms-last-article {
	border-bottom:0;
}
a.cms-perma-link:link, a.cms-perma-link:visited, a.cms-perma-link:active, a.cms-perma-link:hover {
	font:0.8em Arial, Helvetica, Verdana, sans-serif;
	line-height:1.8em;
	border-left:1px solid #cccccc;
	margin-left:3px;
	padding-left:3px;
	color:#999999;
	text-decoration:underline;
}
a.cms-perma-link:hover {
	color:#666666;
}
img.cms-article-image-thumb {
	margin-left:10px !important;
	margin-bottom:10px !important;
}
img.cms-article-image {
	margin-left:10px !important;
	padding-right:10px !important;
	margin-bottom:10px !important;
}
/* Documents and CMS:Search-Document type */
.results-pane {
	border-left:1px solid #cccccc;
}
.results {
	margin:0;
	font-size:1.3em;
	font-weight:bold;
	margin-top:.2em;
	border-bottom:1px solid #eeeeee;
	padding-bottom:4px;
}
.document {
	margin-top:.6em;
	margin-bottom:.4em;
}
.document .desc {
	font-size:.9em !important;
	padding-bottom:1px;
	border-bottom:1px dotted #e5e5e5;
}
.document .small {
	font-size:.8em;
}
.filename {
	font-weight:bold;
	margin-bottom:.2em;
	display:block;
}
/* Sitemap */
.site-map-page .solid {
	border-top:1px solid #a0c9e9;
	padding:4px;
	padding-top:6px;
	background:#f3f9fe;
}
.site-map-page .solid a {
	color:#003366 !important;
}
.site-map-page .child-indent {
	background:url(../img/sitemap.gif) no-repeat scroll 0 10px;
}
.site-map-page .child-indent a:link, .site-map-page .child-indent a:visited, .site-map-page .child-indent a:hover, .site-map-page .child-indent a:active {
	color:#0064af;
	text-decoration:underline;
}
.site-map-page .child-indent a:hover {
	color:#4b94cb;
}
.site-map-page .child-indent strong {
	border-bottom:2px outset #666666;
}
.solid {
	margin:0 0 0 0 !important;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	background:#e8e8e8;
}
.solid a {
	text-decoration:none;
}
div#menu-panel div a.current-page, div#menu-panel div a.hover-hot {
	font-weight:bold;
}
.site-map-page {
	margin-bottom:1em;
}
.child-indent .child-indent {
	padding-bottom:3px !important;
	padding-top:3px !important;
}
.solid div {
	padding:4px;
}
.cms-article span.cms-heading, .cms-article a.cms-heading {
	font-size:1.4em;
	text-decoration:none;
	margin-bottom:1.2em;
}

