@charset "utf-8";
body {
background-color: #eee; /* Background color */
color: ##003300; /* Foreground color used for text */
font-family: Helvetica;
font-size: 16px;
margin: 0; /* Amount of negative space around the outside of the body */
padding: 0; /* Amount of negative space around the inside of the body */
}


/* Background color when link is tapped */
body {
-webkit-tap-highlight-color: #7DB1FF;
}


/* Truncates link text and adds an ellipsis */
#header ul li a {
color: #222;
font-size: 20px;
font-weight: bold;
margin: 0 auto;
padding: 10px 0;
text-align: left;
text-shadow: none;
max-width: 320px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

/* Header Styling */
#header h1 {
margin: 0;
padding: 0;
}


#header h1 a {
	background-color: #ccc;
	border-bottom: 1px solid #666;
	color: #CC0000;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
}

/* Header Styling for the Heading and the Links */
#header ul {
list-style: none;
margin: 10px;
padding: 0;
}



#header ul li a {
background-color: #FFFFFF;
border: 1px solid #999999;
color: #222222;
display: block;
font-size: 17px;
font-weight: bold;
margin-bottom: -1px;
padding: 12px 10px;
text-decoration: none;
}

/* Padding for the margins */
#content, #sidebar {
padding: 10px;
}

/* Remove the Safari Footer */
#footer {
display: none;
}

/* Drop Shadow for the logo link */
#header h1 a {
text-shadow: 0px 1px 0px #fff;
background-image: -webkit-gradient(linear, left top, left bottom,
from(#ccc), to(#999));
}

/* Rounded Corners for the Links boarders */
#header ul li:first-child a {
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
}
#header ul li:last-child a {
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
}


/* Styling for the Button */
#header div.leftButton {
	position: absolute;
	top: 7px;
	left: 6px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	line-height: 28px;
	border-width: 0 8px 0 8px;
	-webkit-border-image: url(http://bia.canadianlawsite.ca/images/button.png) 0 8 0 8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}

/* Hide the Button */
#header ul.hide {
display: none;
}

/* Pressed state of the Button */
#header div.pressed {
-webkit-border-image: url(http://bia.canadianlawsite.ca/images/button_clicked.png) 0 8 0 8;
}

.headingblue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
	font-variant: normal;
	text-transform: none;
}



p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003300;
}


h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}

/* Styling to set the left Button link to white with no underline  */
.leftButton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #0033CC;
}




h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC0202;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #0000CC;
	font-variant: normal;
}



.bodyred {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC0202;
}
.exemptionprovinces {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
}

.none {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #023471;
}
.textbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000033;
}
center {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #0000CC;
}
HI { text-align: center }
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	color: #CC0000;
}
.whiteheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

