@CHARSET "ISO-8859-1";
@import url("index.css");

/* Contact staff */
/*
div.staff {margin-top: 20px;}

.staff span{display: block;}
.staff ul{list-style: none;border: 0;margin: 0;width: 404px;margin-left:-40px;}
.staff li{padding: 10px 0px 10px 20px;text-align: left;}
.staff li img {max-height: 100px;padding: 3px 0px 0px 0px;}
* html div.staff ul {margin-left: 0px;}

div.staff span.staff, span.province, span.box, span.phone_ext, span.toll_free_ext {display: inline;}
div.staff span.postal_code, span.address {display: inline;}
div.staff span.postal_code:after {content: ', ';}
span.phone_ext, span.toll_free_ext {margin-left: 5px;}

span.name {font-weight: bold;}
span.email {font-style: italic;}
span.postal_code {text-transform: uppercase;}
span.address:after {content: ", ";}
*/

/*STAFF*/

div.staff div.header {font-weight: bold; padding-bottom: 8px;}
	
div.staff ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
div.staff li {
	float: left;
	margin: 1em 2em .5em 0;
	display: inline;
	width: 48%;
	padding: 0 .6em 1em 1em;
	list-style: none;
	display: table-cell;
}

div.staff ul {
	list-style-type: none;
	overflow: hidden;
	width: 99%;
}

div.staff ul li {
	float: left;
	margin: 0;
}

div.staff img {
	margin: .5em 1em 1.5em 0;
	max-width: 180px;
	border: solid 1px #396aa2;
}

* html div.staff img {width: 180px;}

div.staff .text {
	margin-bottom: 1.5em;
}

div.staff ul {
	margin: 0;
	padding: 0;
}

div.staff ul li {
	display: inline;
	float: left;
	width: 15em;
	padding: 0 .6em 1em 1em;
	list-style: none;
}

* html div.staff ul li {
	float: left;
	width: 15em;
	vertical-align: top;
}

div.staff ul li a {
	color: #396aa2;
}

div.staff .name:after {
	content: "";
}

div.staff .clear {
	clear: left;
}




/*Box*/

#contactIntroComments {padding-left: 16px; margin-bottom: 10px;}

span#showRecipient {font-weight: bold;}

.formContactus1 table {
	width: 100%;
	min-width: 300px;
}

* html .formContactus1 table {
	font-size: 0.9em;
}

.formContactus1 label{
 	float: left;
    width: 10em;
    padding-right: 1em;
    text-align: right;
}
.contactTextMessage {
	width: 100%;
	height: 100px;
}

td.tdLeft {width: 120px;vertical-align: top;}
input.contactTextName {width: 200px;}

#contactSubmit {
	float: right;
}

* html #contactSubmit {
	float: none;
	margin-left: 487px;
}

* html .formContactus1 table {
	width: 597px;
}