body {
	background: #F3F3F3;
}

section {
	width: 800px;
	margin: 70px auto 110px;
	padding: 0 30px;
	font-size: 12px;
	overflow: auto;
}

section h1 {
	font-size: 26px;
	font-family: arial;
	font-weight: normal;
	color: #777777;
	margin-bottom: 15px;
}

section p {
	line-height: 200%;
	margin-bottom: 20px;
}

section li {
	padding-bottom: 5px;
}

section#ourClients, section#testimonials {
	margin: 40px auto;
}

section#testimonials h1 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0;
	padding-bottom: 10px;
}

section#testimonials article {
	background: url("../images/quotes.png") no-repeat scroll 0 18px transparent;
	padding: 40px 0 30px;
	border-bottom: 1px dotted #AAAAAA;
}

section#testimonials article:last-child {
	border-bottom: medium none;
}

section#testimonials article p {
	font-style: italic;
	text-indent: 52px;
}

section#testimonials article a {
	text-decoration: underline;
}

section#ourClients ul#leftCol {
	float: left;
	width: 48%;
}

section#ourClients ul#rightCol {
	float: right;
	width: 48%;
}

section#ourClients h1 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

section#employment {
	margin: 70px auto 40px;
}

section#opportunity {
	margin: 0 auto 100px;
}



section#contactUs {
	margin: 40px auto 70px;
}
section#contactUs a {
	text-decoration: underline;
}
section#contactUs h1 {
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
}
#tel {
	float: left;
	margin: 0 55px 30px 0;
	line-height: 150%;
}
#data {
	float: left;
	margin-bottom: 25px;
	line-height: 150%;
}
#tel b {
	width: 68px;
	float: left;
	font-weight: normal;
}
#data b {
	width: 100px;
	float: left;
	font-weight: normal;
}
#teamMeeting {
	float: left;
	margin-left: 55px;
	width: 280px;
}
#teamMeeting b {
	padding-right: 5px;
	line-height: 20px;
}
input#meetingID {
	width: 100px;
	height: 20px;
	line-height: 20px;
	position: relative;
	top: 0;
	text-align: center;
	font-size: 14px;
}
button#meetingJoin {
	top: -2px;
	width: 38px;
	font-size: 11px;
}
#teamMeeting p {
	line-height: 150%;
	margin-top: 10px;
}
#mailAddress {
	overflow: auto;
	line-height: 16px;
}
#mailingAddress {
	margin-bottom: 20px;
	font-weight: bold;
}
#mailingAddress span {
	float: left;
	width: 100px;
	font-weight: normal;
}

div#canada {
	clear: both;
	float: left;
	width: 310px;
	padding-left: 72px;
	line-height: 150%;
	background: url("../images/flagCan.png") no-repeat scroll 0 2px transparent;
}
div#usa {
	float: left;
	padding-left: 72px;
	line-height: 150%;
	background: url("../images/flagUSA.png") no-repeat scroll 0 0 transparent;
}

div#canada h2, div#usa h2 {
	font-size: 14px;
	font-weight: bold;
}

div#usa b {
	float: left;
	width: 92px;
	font-weight: normal;
}
#keyContacts {
	clear: both;
	padding-top: 10px;
}

#keyContacts h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin: 25px 0 5px;
	font-size: 14px;
	color: #777;
}
#keyContacts li {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px dotted #BBB;
}
#keyContacts li  a {
	position: absolute;
	right: 0;
}
section#localService {
	margin-bottom: 0;
}
section#localService h1 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
section#localService li {
    background: none repeat scroll 0 0 #E9E9E9;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    float: left;
    margin-right: 10px;
    overflow: auto;
    padding: 10px;
    position: relative;
    width: 238px;
}
section#localService li#seattle {
	margin-right: 0;
}
section#localService button, section#remoteService button {
	float: right;
	top: -3px;
}
section#remoteService button {
	float: none;
	margin-left: 15px;
	top: -4px;
}
section#localService h2 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 20px;
}
section#remoteService {
	margin: 62px auto 100px;
}
section#localService p, section#remoteService p {
	font-size: 13px;
	font-weight: normal;
	line-height: 150%;
}
section#remoteService h1 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-size: 21px;
}
section#remoteService  li {
	display: inline-block;
	padding-bottom: 15px;
	width: 17%;
}
section#remoteService  li:nth-child(6n +6) {
	width: 10%;
}









