body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
}
a {
	color: #036da9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 15px;
	color: #000000;
	margin: 0px 0px 20px 0px;
}
ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}
li {
	background-image: url(../images/li_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 0px 0px 5px 15px;
}

td {
	vertical-align: top;	
}

/* Header */
#header_background {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 139px;
}
#header_container {
	margin: 0px auto;
	padding: 0px;
	width: 956px;
}
#header {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
}
#header_left {
	margin: 0px;
	padding: 0px;	
	float: left;
}
#header_right {
	margin: 0px;
	padding: 0px;	
	float: left;
}

/* Body */
#home_body_background {
	background-image: url(../images/bg_img_home.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 20px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;;
	width: 1100px;
}
#service_body_background {
	background-image: url(../images/bg_img_service.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 20px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;;
	width: 1100px;
}
#about_body_background {
	background-image: url(../images/bg_img_about.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 20px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;;
	width: 1100px;
}
#support_body_background {
	background-image: url(../images/bg_img_support.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 20px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;;
	width: 1100px;
}
#partners_body_background {
	background-image: url(../images/bg_img_partners.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 20px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;;
	width: 1100px;
}
#contact_body_background {
	background-image: url(../images/bg_img_contact.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 20px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;;
	width: 1100px;
}
#body_container {
	margin: 0px auto;
	padding: 0px;
	width: 956px;
}
#body {
	margin: 0px;
	padding: 0px 0px 40px 0px;
	overflow: hidden;
	width: 100%;
}
#body_content {
	margin: 0px;
	padding: 30px 0px 0px 0px;	
	float: left;
	width: 600px;
}

/* Circle Image */
#circle_img_container {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 178px;
	height: 178px;
	margin: 25px 0px 0px 27px;
}
#circle_img_top {
	behavior: url(http://dev.keentech.ca/site_assets/www.keentech.ca/iepngfix.htc);
	background-repeat: no-repeat;
	width: 178px;
	height: 178px;
}
#circle_img_bottom {
	behavior: url(http://dev.keentech.ca/site_assets/www.keentech.ca/iepngfix.htc);
	background-repeat: no-repeat;
	width: 178px;
	height: 178px;
	margin: 40px 0px 0px 0px;
}

/* Footer */
#footer_container {
	margin: 0px auto;
	padding: 0px;
	width: 956px;
}
#footer {
	color: #2184c2;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	overflow: hidden;
	width: 100%;
}
#footer_left {
	margin: 0px;
	padding: 0px 0px 0px 0px;	
	float: left;
}
#footer_right {
	margin: 0px;
	padding: 0px;	
	float: right;
}

/* Contact Form */
form.contact_form fieldset {
	margin-bottom: 10px;
	border:none;
}
	
form.contact_form legend {
	padding: 0px;
	font-weight: bold;
	_margin: 0px -7px; /* IE Win */
}
	
form.contact_form label {
	display: inline-block;
	vertical-align: top;
}
	
form.contact_form fieldset ol {
	margin: 0px;
	padding: 0px;
}
	
form.contact_form fieldset li {
	background-image:none;
	list-style: none;
	margin: 0px;
	padding: 5px;
}

form.contact_form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.contact_form label { width: 150px; } /* Width of labels */
form.contact_form fieldset fieldset label { margin-left: 153px; } /* Width plus 3 (html space) */

/*\*//*/ form.contact_form legend { display: inline-block; } /* IE Mac legend fix */