@charset "UTF-8";
/* CSS Document */

/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fdfbf3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container {
	width: 942px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/PEO-logo-banner.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
} 
.twoColFixRtHdr #container_fr {
	width: 942px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/PEO-logo-banner-fr.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.twoColFixRtHdr   #header1 {
	height: 70px;
	padding-top: 0;
	padding-bottom: 0;
	width: auto;
}
.twoColFixRtHdr  #header2 {
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	width: 942px;
	margin-top: 0px;
	clear: right;
} 
.tabContent {
	margin-top: 0px;
	height: 100%;
}
.indexContent {
	height: 395px;
	padding-top: 0;
	padding-bottom: 0px;
	width: 942px;
	margin-top: 0px;
	background-image: url(images/index_background.jpg);
	background-color: #DDE4E0;
}
.menu2_container {
	margin-top: 0px;
	height: auto;
	margin-bottom: 0px;
}
.menu2_container_empty {
	margin-top: 0px;
	height: 28px;
	margin-bottom: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	width: 565px;
} 
.twoColFixRtHdr #mainContent h1 {
	font-family: Palatino, AGaramond, Times, serif;
	font-size: 22px;
	color: #A2464C;
	padding-bottom: 0px;
	margin-top: 0px;
}
.twoColFixRtHdr #mainContent h2 {
	font-family: Palatino, AGaramond, Times, serif;
	font-size: 15px;
	color: #333333;
	padding-bottom: 0px;
	padding-top: 10px;
}
.twoColFixRtHdr #mainContent_h2 ul {
	list-style-image: url(images/list_arrow_green.gif);
	margin-bottom: 0px;
}
.twoColFixRtHdr #mainContent_h2 li {
	list-style-image: url(images/list_arrow_green.gif);
	font-family: Palatino, AGaramond, Times, serif;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	line-height: 19px;
	padding-bottom: 15px;
}
.twoColFixRtHdr #mainContent p {
	font-family: Palatino, AGaramond, Times, serif;
	font-size: 0.85em;
	line-height: 1.2em;
	color: #666666;
	margin-top: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.twoColFixRtHdr #footer {
	background-color: #e5e4df;
	background-image: url(images/footer_index_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 143px;
	width: 942px;
} 
.twoColFixRtHdr #footer p {
	font-family: Palatino, AGaramond, Times, serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	color: #000000;
	padding-right: 25px;
	padding-left: 25px;
}
.footerContent_left {
	width: 540px;
	float: left;
}
.footerContent_right {
	float: right;
	height: 143px;
	width: 402px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.slideshow  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
.footer_copyright {
	font-family: Palatino, AGaramond, Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.twoColFixRtHdr #footer h1 {
	font-family: Palatino, AGaramond, Times, serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #333333;
	padding: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
	font-size: 1px;
}
.input {
	background-image: url(/images/but_register.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
}
.indexContent_tags {
	height: 130px;
	margin-top: 156px;
	width: 604px;
	float: left;
}
.indexContent_tagCopy {
	height: 76px;
	width: 604px;
	margin-right: 338px;
	float: left;
}
#about_us {
	margin-top: 23px;
	margin-bottom: 10px;
}
.prefooter {
	text-align: right;
}
.leadershipContainer_left {
	float: left;
	width: 650px;
}
.leadershipContainer_left p {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
}
.leadershipContainer_left_body {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
	display: block;
	margin-bottom: 5px;
}
.leadershipContainer_left ul {
	color: #000000;
	margin-top: 0px;
}
.leadershipContainer_left li {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 7px;
}
.leadershipContainer_left_title {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 16px;
	color: #A2464C;
	display: block;
	margin-bottom: 7px;
	margin-top: 0px;
}
.leadershipContainer_left_title_green {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 18px;
	color: #C6B049;
	display: block;
	margin-bottom: 5px;
	margin-top: 0px;
}
.leadershipContainer_left h2 {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	margin-top: 20px;
	font-weight: bold;
}
.leadershipContainer_leftpro {
	float: left;
	width: 620px;
	margin-bottom: 0px;
	height: auto;
}
.leadershipContainer_leftpro p {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
}
.leadershipContainer_leftpro ul {
	color: #000000;
	margin-top: 0px;
}
.leadershipContainer_leftpro li {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.leadershipContainer_right {
	float: right;
	width: 260px;
	margin-top: 21px;
}
.leadershipContainer_right p {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #587559;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 17px;
}
.ourTeam_mainContainer {
	margin-top: 15px;
	margin-bottom: 5px;
	height: auto;
	width: 942px;
	float: left;
}
.ourTeamContainer_main {
	height: auto;
}
.ourTeamContainer_main_title  {
	margin-top: 0px;
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 16px;
	color: #A2464C;
	margin-bottom: 2px;
	display: block;
}
.ourTeamContainer_main2 {
	margin-top: 15px;
	height: auto;
	margin-bottom: 20px;
}
.ourTeamContainer_main2_title {
	margin-top: 0px;
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 16px;
	color: #A2464C;
	margin-bottom: 8px;
	display: block;
}
.ourTeamContainer_left {
	float: left;
	width: 280px;
}
.ourTeamContainer_right {
	float: right;
	width: 650px;
}
.ourTeam_thumbs {
	width: 150px;
	margin-right: 7px;
	height: 187px;
}
.ourTeam_thumbs img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ourTeam_feature_photo {
	float: left;
	height: 145px;
	width: 150px;
	overflow: hidden;
}
.ourTeam_feature_content {
	float: right;
	width: 750px;
}
.ourTeam_feature_content p {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
}
.ourTeam_feature_content_title {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 16px;
	color: #A2464C;
	display: block;
	margin-bottom: 10px;
}
.testimonial_mainContainer_left2 {
	float: left;
	width: 700px;
	margin-top: 15px;
}
.testimonialContainer_left2 {
	float: left;
	width: 100%;
	margin-bottom: 13px;
}
.testimonialContainer_left_title {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 16px;
	color: #A2464C;
	display: block;
	margin-bottom: 10px;
}
.testimonial_photo {
	height: 87px;
	width: 65px;
	border: 1px solid #000000;
	float: left;
	margin-right: 15px;
}
.testimonial_copy2 {
	width: 590px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.testimonial_copy_name {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	color: #587559;
	display: block;
	margin-left: 0px;
	font-style: italic;
	font-weight: bold;
	margin-top: 3px;
}
.peoHome {
	float: left;
	width: 275px;
	margin-top: 13px;
	height: 56px;
}
.Height_container {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 420px;
	width: 650px;
	float: left;
}
.Height_container_autoHeight {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 100%;
	width: 650px;
	float: left;
}
.Height_containerFull {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 420px;
	width: 942px;
	float: left;
}
.Height_containerFull_autoHeight {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 942px;
}
.Height_containerFull_autoHeight_noMargins {
	margin-top: 20px;
	float: left;
	width: 942px;
}
.form_container_left {
	width: 300px;
}
.join_container_left {
	float: left;
	width: 640px;
}
.join_container_left p {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
}
.join_container_left_title {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 16px;
	color: #A2464C;
	display: block;
	margin-bottom: 7px;
	margin-top: 0px;
}
.join_container_right {
	width: 200px;
	float: right;
	margin-top: 25px;
}
.join_container_right  p {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #587559;
	margin-bottom: 0px;
	margin-top: 0px;
}
.join_container_right img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
.join_container_right a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
.join_container_left ul {
	color: #000000;
	margin-top: 0px;
}
.join_container_left li {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 7px;
}
.apply_online_button {
	width: 150px;
	margin-top: 0px;
}
.apply_online_button img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.apply_online_button a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form_label {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-right: 10px;
}
.form_container {
	width: 450px;
	float: left;
	margin-top: 0px;
}
.form_container_right {
	float: right;
	width: 450px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.form_container_right a {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	color: #587559;
	text-decoration: underline;
}
.form_container_right p {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
}
.form_container_right_title {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 16px;
	color: #A2464C;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
}
.readMore {
	font-family: Palatino, AGaramond, Georgia, Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #333333;
	text-decoration: none;
}
.readMore:hover {
	text-decoration: underline;
	outline: none;
}
.events_container {
	width: 590px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.events_body p {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
}
.events_date {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
}
.events_container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
.events_2photos_container {
	width: 67px;
	float: left;
	margin-right: 15px;
}
.event_photo {
	width: 65px;
	border: 1px solid #000000;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.news_container h1 {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
}
.news_container a {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.register_link {
	color: #A2464C;
	text-decoration: none;
}
.register_link:hover  {
	text-decoration: underline;
}
.register a {
	color: #A2464C;
	text-decoration: underline;
}
.url_green {
	color: #587559;
}
.url_green a {
	color: #587559;
	text-decoration: underline;
}
.connect_Today {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 16px;
	color: #A2464C;
	text-decoration: none;
	margin-top: 150px;
}
.connect_Today:hover {
	color: #A2464C;
	text-decoration: underline;
}
.addthis_button_container {
	float: right;
	width: 125px;
	margin-top: 32px;
	height: 16px;
	margin-right: 22px;
}
.advantage_container_left {
	float: left;
	width: 640px;
	margin-top: 20px;
}
.advantage_container_left p {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	margin-top: 0px;
}
.advantage_container_right {
	float: right;
	width: 275px;
	margin-top: 21px;
}
.advantage_container1_right {
	display: block;
	background-image: url(images/list_circle_red_big.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 6px;
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding-left: 15px;
	color: #587559;
}
.advantage_container2_right {
	display: block;
	background-image: url(images/list_circle_green_bg.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 13px;
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding-left: 15px;
	color: #587559;
}
.advantage_container3_right {
	display: block;
	background-image: url(images/list_circle_gold_big.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 13px;
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding-left: 15px;
	color: #587559;
}
.advantage_container_right_titl  {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #587559;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 15px;
	display: block;
}
.language_selection_container {
	float: right;
	width: 200px;
	margin-right: 21px;
	margin-top: 32px;
	text-align: right;
	height: 20px;
}
.language_selection  {
	font-family: Palatino, AGaramond, Georgia, Times, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}
.language_selection:hover {
	text-decoration: none;
	color: #587559;
}
.language_selection a {
	text-decoration: none;
	color: #333333;
}
.newsHighlight_container {
	float: right;
	width: 225px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-top: 12px;
}
.newsHighlight_container p {
	margin-top: 0px;
	color: #587559;
}
.newsHighlight_container ul {
	margin-top: 0px;
	color: #587559;
	margin-left: 5px;
	padding-left: 10px;
}
.newsHighlight_container  h4 {
	margin-top: 0px;
	color: #587559;
	display: block;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #587559;
}
.ad_banner {
	background-image: url(images/ad_banner_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	width: 942px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.ad_banner a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	outline: none;
}
.ad_banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
