@charset "utf-8";
/* CSS Document */
* {padding:0; margin:0}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/skybackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
#container {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
}
#header {
	height: 170px;
}
#header h1, #header h2, #header h3 {
	display: none;
}
.homelink {
	display: block;
	width: 500px;
	height: 160px;
}
.en-bg {
	background-image: url(../images/contentbg-en.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 140px;
	padding-left: 140px;
}
.fr-bg {
	background-image: url(../images/contentbg-fr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 140px;
	padding-left: 140px;
}
#navbar {
	height: 30px;
	padding-bottom: 15px;
}
#footer {
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	width: 980px;
}
#content {
	margin-right: 20px;
	margin-left: 15px;
}
#content p{
	padding-bottom: 10px;
}

#sidebar {
	float: left;
	width: 200px;
}
#sidebar-photo {
	height: 200px;
	width: 200px;
	overflow: hidden;
}
#sidebar-content {
	padding: 10px;
}
#sidebar-content h3 {
	color: #8a4f05;
}
#sidebar-content li {
	margin-left: 30px;
	padding-left: 5px;
}
#sidebar-content li ul {
	list-style-type: none;	
}
#sidebar a:hover {
	text-decoration: none;	
}
#sidebar a.nav-selected {
	color: #8a4f05;
}
#main {
	padding-left: 30px;
	margin-left: 200px;
	min-height: 600px;
}
#main h3 {
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#main li {
	margin-left: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 18px;
}
.bg-green {
	background-image: url(../images/sidebarbg-green.jpg);
	background-repeat: repeat-y;
}
.bg-blue {
	background-image: url(../images/sidebarbg-blue.jpg);
	background-repeat: repeat-y;
}
.bg-orange {
	background-image: url(../images/sidebarbg-orange.jpg);
	background-repeat: repeat-y;
}
.bg-pink {
	background-image: url(../images/sidebarbg-pink.jpg);
	background-repeat: repeat-y;
}

#findus {
	height: 25px;
	width: 100px;
	left: -130px;
	top: 425px;
	position: relative;
	overflow: hidden;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	padding-top: 5px;
}
#findus-fr {
	height: 35px;
	width: 100px;
	left: -130px;
	top: 423px;
	position: relative;
	overflow: hidden;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	padding-top: 5px;
}
#language {
	float: right;
	height: 25px;
	width: 60px;
	overflow: hidden;
	position: relative;
	top: 170px;
	right: -140px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-weight: bold;
	padding-top: 5px;
}
a.photo-button {
	clear: both;
	float: right;
	height: 130px;
	width: 140px;
	overflow: hidden;
	position: relative;
	right: -140px;
	text-indent: -9000px;
	background: url(../images/photos-button.jpg);
	background-position: 0 130px;
}
a.photo-button:hover {
	background-position: 0 130px;
}
.pb-en {
top: 220px;
}
.pb-fr {
top: 210px;
}
#findus-fr p {
	line-height: 12px;
}
#language a, #findus a, #findus-fr a{
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	color: #005435;
	text-decoration: none;
	font-size: 12px;
}
#language a:hover, #findus a:hover, #findus-fr a:hover {
	color: #8a4f05;
}
ul.nav-header  {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.nav-header li {
	float: left;
}
ul.nav-header a {
	color: #0e65c2;
	text-decoration: none;
	display: block;
	float: left;
	height: 15px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 12px;
}
ul.nav-header li:hover {
	
}
ul.nav-header li:hover a{
	color: #8a4f05;
}
ul.nav-header li.nav-selected {
}
ul.nav-header li.nav-selected a{
	color: #8a4f05;
}
ul.nav-header li:hover.nav-selected a{
	text-decoration: none;
}
a[href="http://www.claritymarketing.ca"] {
	color: #333333;
	text-decoration: none;	
}
a[href="http://www.claritymarketing.ca"]:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a {
	color: #333333;
	text-decoration: none
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}