/* CSS Document */

/* ==========================================================================
	 Common Styles
========================================================================== */

body {
	background-color:#f4e7bd;
}
h1 {
	margin:0px;
	padding:0px;
	font-family:Georgia;
	font-size: 1.7rem;
	color:#022443;
	font-weight:bold;
	margin-bottom:10px;
}
h2 {
    color: #666;
    font-size: 1.4rem;
}
h3 {
    color: #999;
    font-size: 1.25rem;
}
h5 {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
}
.container {
    margin: 0px auto;
    width: 1050px;
}
.hide-fullwidth {
	display:none;
}
#newsletter .grid-pad,
footer .grid-pad,
#copyrights .grid-pad {
	padding-top:5px;
}
#main-content {
	padding-bottom:50px;
}

#main-content .page-description {
	line-height:18px;
}


/* ==========================================================================
	 Header 
========================================================================== */

header {
  height: 165px;
	background-image: url("../img/headerbg.jpg");
	background-size:100% 165px;
}
header .logo-title a {
    color: #6B8AB9;
    float: left;
    font-family: trebuchet ms;
    font-size: 33px;
    line-height: 24px;
    margin-left: 10px;
    text-decoration: none;
}
header .logo-title > a span {
    color: #AAAAAA;
    float: right;
    font-size: 18px;
}
#headercontactinfo {
	float:right;width:300px;margin-right:25px;margin-top:30px;
}
.headerphonemail {
float:right;width:290px;color:#fff;font-weight:bold;text-shadow: #000000 2px 2px 2px;
}
.headercanada {
	margin-top:75px;margin-left:10px;color:#fff;font-weight:bold;text-shadow: #000000 2px 2px 2px;
}

header .grid-pad {
    padding: 10px 0 10px 30px;
}
header .facebook-link {
    background: url("../img/facebook-over.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 37px;
    width: 133px;
}
header .facebook-link img {
   transition: all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-webkit-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;

}
header .facebook-link img:hover {
	opacity:0;
}

#infobar {
	background:#C39E52;
	width:100%;
}
#infobar a, #infobar a:visited, #infobar a:hover {
	color:#fff;
	text-decoration:none;
}
/* ==========================================================================
	 Nav Full
========================================================================== */

nav#full {
	display: block;
  width: 100%;
	background-image: url("../img/menubg.jpg");
	background-size:100%;
}

nav#full li {
	display:inline-block;
	
}
nav#full li:last-child {
	border-right: none;
}

nav#full a {
    text-decoration: none;
    text-shadow: #000000 2px 2px 2px;
}
nav#full a:hover {
    text-decoration: none;
    text-shadow: #666666 2px 2px 2px;
}


nav#full #menu {
	margin:0;
	padding:0;
	height: 40px;
}
nav#full .menulogo img{
	display: inline-block;
    height: auto;
    margin-top: -7px;
    width: 125px;
}
nav#full .menulogo a {
	padding:11px 15px 9px;
}
nav#full .grid {
	overflow:visible;
}
.menu > li > div { 
	width:180px;
}

.leftbar {	
	border-right: thin #666666 dotted;
	padding-right:10px;
}
#leftnavheading h4
	{
	margin:0px;
	padding:0px;
	font-family:Georgia;
	font-size:22px;
	font-weight:normal;
	color:#022443;
	}
#leftnav
	{
		margin:0px;
		padding:0px;
	}
#leftnav ul
	{
		margin:20px 0px;
		padding:0px;
		display:block;
	}
#leftnav ul li
	{
		height:26px;
		margin:0px;
		padding:0px;
		display:block;		
	}
#leftnav ul li a.leftnav
	{
		height:26px;
		margin:0px;
		padding:0px 0 0 22px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight: bold;
		color:#01488A;
		text-decoration:none;
		background-image:url(../img/bullet.png);
		background-repeat:no-repeat;
	}
#leftnav ul li a.leftnav:hover
	{
		text-decoration:none;		
		background-image:url(../img/bullet-active.png);
		background-repeat:no-repeat;
		text-shadow: #FFF 2px 2px 2px;
	}
#lefttxt {
	margin:10px;
	font-family:Arial;
	font-size:13px;
	color:#464646;
}

#pictureholder
	{
	float:left;
	margin:0 15px 5px 0;
	padding:0px;
	border:solid 3px #ebd693;
	}
	
	#pictureholder2
	{
	width:200px;
	height:150px;
	float:left;
	margin:0 15px 150px 0;
	padding:0px;
	border:solid 3px #ebd693;
	}

/* ==========================================================================
	 contact form
========================================================================== */

#ajaxalert {
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
	display: none;
	margin-left: -100px;
  margin-top: -100px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	z-index: 1000;
}

div.ajaxerror{
    background-color:#FFF;
    border-color: #222;
    color:red;
    border-style: solid;
    border-width: 2px;
    padding: 5px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 10px 0 #222;
	-webkit-box-shadow: 0 0 10px 0 #222;
	-moz-box-shadow: 0 0 10px 0 #222;
}
.error {
	color:red;
}

.alert.notice { 
	background:url("../img/exclamation.png") no-repeat scroll 15px 9px #FFFEDD;
	border:1px solid #FFEDB7;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:90%;
}
.alert.error {
	background:url("../img/error.png") no-repeat scroll 15px 9px #FFF0F0;
	border:1px solid #FFCCCC;
	color:#FF0000;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:90%;
}
.alert.success {
	background:url("../img/checkmark.png") no-repeat scroll 15px 9px #F2FFF2;
	border:1px solid #C1FFC1;
	margin:20px auto;
	padding:10px 10px 10px 45px;
	width:90%;
	color:#2EAD3D;
}



/* ==========================================================================
	 Footer 
========================================================================== */

footer {
	background:#8D2C01;
	color:#AAAAAA;
	padding:25px 0;
	border-top:5px solid #C0943B;
}
#footerlinks {
	text-align:center;
	padding:12px 0 12px;
}
#footerlinks a{
	color:#ee7e1f;
	text-decoration:none;
	padding:0 5px;
	opacity:0.8;
}
#footerlinks a:hover,
.copyrights a:hover {
	opacity:1;
}
#copyrights {
	font-size:11px;
	text-align:center;
	color:#D0D0D0;
}
#copyrights a {
	text-decoration:underline;
	padding:0 5px;
	color:#D0D0D0;
}
#copyrights a:hover {
}

/* ==========================================================================
	 Content Section
========================================================================== */

#content {
	padding: 0 25px 45px;
	border-top: 9px solid #DDDDDD;
}
#content .picture {
	padding:5px;
	border:1px solid #e5e5e5;
	box-shadow:0 0 5px #e5e5e5;
}
#content .picture.pull-left {
	margin-right:25px;
}
#content .picture.pull-right {
	margin-left:25px;
}


.box {
	border-color:#a5a5a5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 10px 0 #222;
	-webkit-box-shadow: 0 0 10px 0 #222;
	-moz-box-shadow: 0 0 10px 0 #222;
	padding:20px;
	margin:20px auto;
	width:70%;
}

.midboldtxt {
		font-weight:bold;
		color:#b22d00;
}

.button {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 5px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active  {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button:disabled {
		color:#aaaaaa;
	}
	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	
	input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea,
select {
  padding:5px;
  background-color: #fff;
  color: #777;
  border: 1px solid #ddd;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus {
	border-color:#BBB;
}

/* ==========================================================================
	 Contact Page
========================================================================== */

.contact i {
	color:#aaa;
	margin-right:2px;
}
.contact-table,
.contact-table td {
	border:none;
}
.contact-table td {
	padding:3px;
}
.contact-form {
	padding:0 0 0 60px;
}
.contact-form input,
.contact-form textarea {
	width:100%;
	margin-bottom:10px;
	border-radius:3px;
}
.contact-form input.btn {
	width:80px;
}

/* ==============================================
	Mobile Specific Styles
============================================== */

@media screen and (max-width: 960px) {


header {

}
#headercontactinfo {
	margin-right:0;
	width:220px;
}
.headerphonemail {
	width:210px;
}
.headercanada {
	
}
.logo {
	text-align:center;
}
nav#mobile {
    background-color: #C39E52;
    border-bottom: 1px solid #93660B;
}
#mobile > ul {
    background: none repeat scroll 0 0 #C39E52;
}
nav#mobile ul li a {
    color: #FFFFFF;
}
nav#mobile ul li {
    border-top: 1px solid #93660B;
}
nav#mobile ul li:hover {
	background:#F2C66D;
}
#main-content h1 {
    text-align: center;
}
.logo-title img {
    height: auto;
    margin-left: 0px;
}

#main-content .page-description {
    padding-bottom: 20px;
}
#main-content h1 {
    margin-top: 0;
}
footer p {
	line-height:35px;
}

#container {
	width:100%;
	margin:0;
}
header .logo-title a,
header .logo-title > a span  {
	float:none;
}
header {
    height: auto;
}
header .col-7-12 {

}
header .grid-pad {
    padding: 10px 0 0;
}box
.logo-title {
	text-align:center;
    margin: 25px 0;
	line-height: 5px;
}
.contact-form {
	padding:0;
}
.contact-list {
	width:auto !important;
}
.contact-form input.btn {
    width: 100%;
}
.container {
	width:100%;
}
}

@media handheld, only screen and (max-width: 767px) {


.hide-mobile { 
	display:none;
}

.footer-logo,
.footer-menu,
.copyrights,
.logo-title {
	text-align:center;
}
.logo-title img {
	width:80%;
}
.footer-logo img {
	margin-left:0 !important;
}
.leftbar {
	border-right:none;
}
.container {
	width:100%;
}
.hide-fullwidth {
	display:inline-block;
}
}

@media handheld, only screen and (max-width: 400px) {
#infobar span {
	display:block;
}
}
