@charset "UTF-8";@font-face {	font-family: 'alegreya';	src: url('/webfont/alegreya/alegreya-regular-webfont.eot');	src: url('/webfont/alegreya/alegreya-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/webfont/alegreya/alegreya-regular-webfont.woff') format('woff'), url('/webfont/alegreya/alegreya-regular-webfont.ttf') format('truetype'), url('/webfont/alegreya/alegreya-regular-webfont.svg#alegreya') format('svg');	font-weight: normal;	font-style: normal;}body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	margin: 0px 0px 40px; /* 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 */	font-size: 13px;	color: #003399;	bac kground-color: #FFFFCC;	background-color: #f0ede0;}a {	font-size: 13px;	color: #03F;	text-decoration: none;	cursor: pointer;}a:hover {	text-decoration: underline;}a:visited {	color: #03F;}sup {	font-size: 7px;	line-height: 75%;}#container {	width: 869px;	text-align: left; /* this overrides the text-align: center on the body element. */	background-color: #f0ede0;	margin: 0px auto auto;	background-image: url(/images/backgroundVline.gif);	background-repeat: repeat-y;	padding: 0px;} #header {	height: 206px;	width: 865px;	background: #fff url(/images/header.jpg) no-repeat 0px 0px;	margin: 0px 0px 0px 2px;}#headercanada {	background-color: #fff;	background-image: url(../images/headercanada.jpg);	height: 212px;	width: 865px;	margin-right: 0px;	margin-left: 2px;	background-repeat: no-repeat;}#menu {	background-color: #f3a211;	height: 29px;	bottom: 0px;	width: 865px;	margin-right: 0px;	margin-left: 2px;}#searchbox {	background-color: #f3a211;	height: 29px;	bottom: 0px;	width: 865px;	margin-right: 0px;	margin-left: 2px;}#sidebar {	float: left;	width: 220px; /* since this element is floated, a width must be given */	color: #003399;	margin-left: 10px;	margin-right: 10px;	margin-top: 0px;	padding-top: 15px;	padding-right: 0;	padding-bottom: 15px;	text-align: center;}.sidebarquote {	float: left;	width: 200px; /* since this element is floated, a width must be given */	color: #003399;	margin-left: 10px;	margin-right: 10px;	text-align: left;	font-style: italic;}#mainContent {	width: 580px;	float: right;	margin-right: 25px;	margin-top: 25px;	color: #003399;	border-left-width: thin;	border-left-style: solid;	border-left-color: #f3a211;	padding-left: 20px;	margin-bottom: 10px;}#mainContent a {	font-size: 13px;	color: #03F;	text-decoration: none;	font-weight: bold;}#mainContent a:hover {	text-decoration: underline;}#mainContent a:visited {	color: #03F;	border-style: none;	}#mainContent h1 {	margin: auto; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	padding-top: 10px;	text-align: center;	display: block;	font-size: 18px;	font-weight: bold;	color: #de920a;}#mainContent h2 {	margin: auto; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	padding-top: 15px;	text-align: center;	display: block;	font-size: 18px;	font-weight: bold;}#mainContent h3 {	margin: auto; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	padding-top: 2px;	padding-bottom: 2px;	padding: 4px;	margin-bottom: 15px;	text-align: left;	display: block;	font-size: 13px;	font-weight: bold;	background-color: #FFCC66;	-moz-border-radius: 5px;    -webkit-border-radius: 5px;    border-radius: 5px;}#mainContent #accordion h3 {	margin: auto; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	padding-top: 0px;	padding-bottom: 0px;	padding: 0px;	margin-bottom: 10px;	text-align: left;	display: block;	font-size: 13px;	font-weight: bold;	background-color: #FFCC66;	border-width: thin;: thin;	border-color: #F3A211;}#mainContent h4 {	font-weight: bold;	font-size: 13px;}#mainContent li {	margin-bottom:10px;}#footer {	margin: auto;	height: 25px;	width: 869px;	background-image: url(/images/footer.gif);	background-position: top;	background-repeat: no-repeat;}#footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}#footer a {	font-size: 11px;	text-align: center;	color: #03F;	text-decoration: none;	font-weight: bold;}#footer a:hover {	text-decoration: underline;}#footer a:visited {	color: #03F;}#home {	font-size: 13px;	color: #03F;	width: 865px;	margin: auto;	padding-top: 0px;}#home h1{	font-size: 18px;	color: #333399;	width: 650px;	margin: auto;	text-align: center;	font-family: Verdana, Geneva, sans-serif;}	#home a {	font-size: 13px;	color: #03F;	text-decoration: none;	display: block;	font-weight: bold;}#home a:hover {	text-decoration: underline;}#home a:visited {	color: #03F;	border-style: none;	}#fadeshow1 {	float: right;	z-index: 0;}/* Miscellaneous classes for reuse */.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.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;}.form {	background-color: #FFF;	font-family: Verdana, Geneva, sans-serif;}.form input {	border: 1px solid #F90;	color: #0c3f99;	font-weight: bold;	}.form select {	color: #0c3f99;}.form textarea {	border: 1px solid #F90;	color: #0c3f99;	font-weight: bold;}.button input {	border: 1px solid #000;}.button input{	font: bold 14px/29px Georgia, "Times New Roman", Times, serif;	color: #fff;	text-align: center;	margin: 6px 10px 0px;	padding: 0px;	background: #e9a13d;	border: 1px solid #fff;	height: 29px;	width: 200px;	cursor: pointer;}td.submit  input {	color: 003399;	text-align: center;	border: 1px solid #F90;	cursor: pointer;	font-family: Verdana, Geneva, sans-serif;	font-size: 11px;	background-color: #FFCC66;	display: block;	padding: 4px;}.newsletterform {	background-color: #f0ede0;	font-family: Verdana, Geneva, sans-serif;}.newsletterform input {	border: 1px solid #F90;	color: #0c3f99;	font-weight: bold;}#searchform {	background-color: #f0ede0;	font-family: Verdana, Geneva, sans-serif;	vertical-align: baseline;	display: block;	width: 218px;}#searchform input {	border: 1px solid #F90;	color: #0c3f99;	font-size: 12px;	padding-left: 4px;}table {    *border-collapse: collapse; /* IE7 and lower */    border-spacing: 0;}.schedule {    border: solid #F3A211 1px;    -moz-border-radius: 6px;    -webkit-border-radius: 6px;    border-radius: 6px;    -webkit-box-shadow: 3px 3px 4px #ccc;    -moz-box-shadow: 3px 3px 4px #ccc;      box-shadow: 3px 3px 4px #ccc;       }.schedule tr:hover {    background: #ede0a6;    -o-transition: all 0.1s ease-in-out;    -webkit-transition: all 0.1s ease-in-out;    -moz-transition: all 0.1s ease-in-out;    -ms-transition: all 0.1s ease-in-out;    transition: all 0.1s ease-in-out;     }        .schedule td, .schedule th {    border-left: 1px solid #F3A211;    border-top: 1px solid #F3A211;    padding: 3px;    text-align: center;   }.schedule th {    background-color: #ede0a6;    background: -webkit-gradient(linear, left top, left bottom, from(#f0eee5), to(#ede0a6));    background: -webkit-linear-gradient(top, #f0eee5, #ede0a6);    background:    -moz-linear-gradient(top, #f0eee5, #ede0a6);    background:     -ms-linear-gradient(top, #f0eee5, #ede0a6);    background:      -o-linear-gradient(top, #f0eee5, #ede0a6);    background:         linear-gradient(top, #f0eee5, #ede0a6);    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;     -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;      box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;            border-top: none;    text-shadow: 0 1px 0 rgba(255,255,255,.5); }.schedule td:first-child, .schedule th:first-child {    border-left: none;}.schedule th:first-child {    -moz-border-radius: 6px 0 0 0;    -webkit-border-radius: 6px 0 0 0;    border-radius: 6px 0 0 0;}.schedule th:last-child {    -moz-border-radius: 0 6px 0 0;    -webkit-border-radius: 0 6px 0 0;    border-radius: 0 6px 0 0;}.schedule th:only-child{    -moz-border-radius: 6px 6px 0 0;    -webkit-border-radius: 6px 6px 0 0;    border-radius: 6px 6px 0 0;}.schedule tr:last-child td:first-child {    -moz-border-radius: 0 0 0 6px;    -webkit-border-radius: 0 0 0 6px;    border-radius: 0 0 0 6px;}.schedule tr:last-child td:last-child {    -moz-border-radius: 0 0 6px 0;    -webkit-border-radius: 0 0 6px 0;    border-radius: 0 0 6px 0;}.sidetitle {	font: 100% alegreya, Verdana, Arial, Helvetica, sans-serif;	color: #ff0000;	font-size: 28px;	font-weight: bold;	font-style:italic;	text-shadow: 2px 2px 2px #f1bc4c;}.dropshadow { -moz-box-shadow: 3px 3px 4px #999; /* Firefox */ -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */ box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */ : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ -webkit-border-radius: 6px;	-khtml-border-radius: 6px;		-moz-border-radius: 6px;	border-radius: 6px;}.photos_testimonials {	margin-left: 10px;	margin-bottom: 10px;	float: right; -moz-box-shadow: 3px 3px 4px #999; /* Firefox */ -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */ box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */ : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */ -webkit-border-radius: 6px;	-khtml-border-radius: 6px;		-moz-border-radius: 6px;	border-radius: 6px;}a.email img {     filter:alpha(opacity=100);     -moz-opacity: 1.0;     opacity: 1.0;     -khtml-opacity: 1.0;}a.email:hover img {     filter:alpha(opacity=60);     -moz-opacity: 0.60;     opacity: 0.60;     -khtml-opacity: 0.60;}#sidemenu {	width: 228px;	margin: auto;	border-style: solid solid none solid;	border-color: #D76100;	border-size: 1px;	border-width: 1px;	padding:0px;	}		#sidemenu ul{	margin:0px;	padding:0px;	list-style:none;	}		#sidemenu li a {		height: 32px;		height: 24px;		text-decoration: none;		font-weight:normal;		color: white;		display: block;		background: url(../images/sidemenu.gif);		padding: 8px 0 0 30px;		}			#sidemenu li a:hover {		color: #fff;		background: url(../images/sidemenu.gif) 0 -32px;		padding: 8px 0 0 30px;		}			#sidemenu li a:active {		color: #fff;		background: url(../images/sidemenu.gif) 0 -32px;		padding: 8px 0 0 30px;		}		/* #validation > p > strong > strong {display: none;} */