@charset "utf-8";
/* CSS Document */
* {padding: 0; margin:0}
img { behavior: url("iepngfix.htc") }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	background-color: #f5f7fa;
	background-image: url(../images/bodytop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}
#outercontainer {
	background-image: url(../images/containerbackground.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	text-align: left;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 20px;
	min-height: 700px;
}
#header {
	float: left;
	width: 265px;
}
#content {
	margin-left: 295px;
}
.contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	padding-bottom: 10px;
	padding-top: 80px;
	text-align: center;
}
.language {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
	font-style: oblique;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
#navbar {
	font-size: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b9853e;
	border-bottom-color: #b9853e;
	font-weight: bold;
	margin-bottom: 10px;
}
.nav-en {
	height: 25px;
}
.nav-fr {
	height: 40px;
}
ul#navigation  {
	list-style-type: none;
}
ul#navigation li {
	float: left;	
}
ul#navigation a {
	color: #003366;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.navlink-fr {
	padding-right: 8px;
	text-align: center;
}
ul#navigation li:hover a{
	color: #b9853e;
}
ul#navigation li.active a{
	color: #b9853e;
}
.logo {
	text-align: center;
	padding-top: 15px;
}
#content p {
	padding-bottom: 10px;
}
#footer {
	color: #666666;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: url(../images/footerbackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer p {
	padding-bottom: 5px;
}
#footer a {
	color: #666666;
	text-decoration: none;	
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;	
}
.cont-profile {
	background-image: url(../images/container-profile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cont-firm {
	background-image: url(../images/container-firm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cont-corporate {
	background-image: url(../images/container-corporate.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cont-family {
	background-image: url(../images/container-family.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cont-injury {
	background-image: url(../images/container-injury.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cont-estate {
	background-image: url(../images/container-realestate.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cont-other {
	background-image: url(../images/container-other.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cont-contact {
	background-image: url(../images/container-contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

td {
	padding-right: 10px;
	padding-left: 10px;
}
a[href="http://www.claritymarketing.ca"] {
	color: #333333;
	text-decoration: none;	
}
a[href="http://www.claritymarketing.ca"]:hover {
	color: #000000;
	text-decoration: underline;
}