/*** DEFAULT STYLESHEET ***/

/******************************************************************************** GENERAL ELEMENTS ***/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: "LucidaGrande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em; /* This is based on the browser default of 16px and results in 12px. */
	line-height: 1.5em; /* This is based on the above font size of in this case 12px and results in 18px. */
	color: #666666;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 0.5em;
}

h2, h3, h4, h5, h6 {
	color: #333333;
}

h1 {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.1em;
	font-weight: normal;
	font-size: 2.4em;
	color: #161616;
}

h2 {
	margin-top: 1.5em;
	font-weight: normal;
	font-size: 1.6em;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.9em;
}

p {
	margin-bottom: 1.5em;
	font-size: 1em;
}

a {
	color: #75ac2d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	margin: 1.5em 0;
	height: 0;
	color: #e0e0dc;
	border: none;
	border-bottom: 1px solid #e0e0dc;
	clear: both;
}

ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	background: url(/siteimg/listmarker.gif) no-repeat left 0.5em;
	margin: 0.25em 0;
	padding-left: 1.5em;
}

ol {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

ol li {
	margin: 0.25em 0;
}

table {
	margin: 0 0 1em;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	font-size: 1em;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}

table th {
	color: #333333;
}



/******************************************************************************** BASIC CLASSES ***/

.clear {
	clear: both !important;
}

.hidden {
	display: none !important;
}

.noborder {
	border: none !important;
}

.center {
	text-align: center !important;
}

/* Use the noprint class for elements which aren't allowed to be printed. */
.noprint {
	display: block !important;
}

/* Use the printonly class for elements visible only while printing a webpage. */
.printonly {
	display: none !important;
}



/******************************************************************************** BASIC FORM ***/

form legend {
	display: none;
}

form fieldset {
	margin: 0;
	border: none;
	font-size: 1.1em;
}

form label,
form div.label {
	float: left;
	clear: both;
}

form label span,
form div.label span {
	font-weight: bold;
	color: #333333;
	float: left;
}

form label span.required,
form div.label span.required {
	width: 20px;
	height: 1px;
	padding: 0 0 0 6px;
	text-align: left;
	float: left;
}

form input,
form textarea,
form select,
form div.grouped_inputs {
	font-family: "LucidaGrande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #676c70;
	float: left;
	clear: both;
}

form input,
form textarea,
form select {
	background: #ffffff;
	border: none;
	border-bottom: 1px dotted #000000;
}

form input.focus,
form textarea.focus,
form select.focus {
	border-bottom: 1px solid #8f8f8f;
}

form input,
form select {
	height: 20px;
}

form input {
	width: 444px;
	padding: 0 3px;
}

form textarea {
	width: 447px; /* Standard input width + 3px. */
	height: 105px;
	padding: 0 0 0 3px;
	font-size: 1em;
}

form select {
	width: 155px;
	padding: 0;
	border: 1px solid #666666;
}

form select option {
	padding: 0 3px;
}

form div.input span {
	width: 208px; /* Standard input width + 8px. */
	padding: 0 0 4px;
	text-align: justify;
}

form input,
form textarea,
form select,
form div.input span,
form div.label label.radio,
form div.label label.checkbox {
	margin: 0 0 3px;
}

form div.label label.radio,
form div.label label.checkbox {
	height: 22px; /* Standard input height + 2px. */
	float: left;
	clear: none;
}

form div.label label.radio span,
form div.label label.checkbox span {
	width: auto;
	margin: 0;
	padding: 0 30px 0 0;
	font-weight: normal;
}

form div.label label.radio span.error,
form div.label label.checkbox span.error {
	background: none;
	border: none;
	font-weight: bold;
	color: #ff3333;
}

form div.label label.radio input,
form div.label label.checkbox input {
	background: none;
	width: 13px;
	height: 13px;
	margin: 3px 4px -3px 0;
	border: none;
	float: left;
}

form label.file input {
	width: auto;
	border: 1px solid #cccccc;
}

form label.file span.filename {
	padding: 0 0 1em;
	font-style: italic;
	float: left;
	clear: both;
}

form input.button,
form input.submit {
	background: url(/siteimg/bg_action_bar_small.gif) no-repeat;
	width: 160px;
	height: 30px;
	margin: 1em 0;
	padding: 5px 20px 5px;
	border: none;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	display: block;
	cursor: pointer;
}

form input.button:hover,
form input.submit:hover {
	color: #324a13;
}

form .error {
	background: #ffdddd;
	border: 1px solid #ff3333;
	border-left: none;
	border-right: none;
	color: #cc0000;
}

form p.required_fields {
	font-size: 0.8em;
	clear: both;
}

form p#error_message {
	margin: 0 0 0.2em;
	font-weight: bold;
	font-style: italic;
	color: #cc0000;
	clear: both;
}



/******************************************************************************** HEADER ***/

div#header {
	background: url(/siteimg/bg_sub_nav.gif) repeat-x 0 115px;
	height: 148px;
	margin: 0 0 21px;
}

div#header a#logo {
	float: left;
	width: 285px;
	height: 81px;
}

div.peoplextra div#header a#logo {
	width: 225px;
}

div#header ul#language_selection {
	margin: 29px 22px 0;
	position: relative;
	float: right;
	z-index: 30;
	font-family: Arial, Helvetica, sans-serif;
}

div#header ul#language_selection li {
	background: none;
	margin: 0;
	padding: 0;
}

div#header ul#language_selection li a {
	background: url(/siteimg/icon_dropdown.gif) no-repeat right;
	width: 50px;
	height: 20px;
	padding: 0 20px 0 0;
	display: block;
	font-size: 0.8em;
	color: #262626;
}
div#header ul#language_selection li a:hover {
	background: url(/siteimg/icon_dropdown_over.gif) no-repeat right;
}

div#header ul#language_selection ul {
	background: #ffffff;
	width: 62px;
	margin: 18px 0 0;
	padding: 1px 3px 3px;
	border: 1px solid #cccccc;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.4em;
}

div#header ul#language_selection.closed ul {
	display: none;
}

div#header ul#language_selection ul li {
	background: none;
	margin: 0;
	padding: 0;
}

div#header ul#language_selection ul li a,
div#header ul#language_selection ul li a:hover {
	background: none;
}

div#header ul#main_nav {
	background: url(/siteimg/bg_main_nav.gif) repeat-x;
	width: 950px;
	height: 34px;
	margin: 0;
	position: relative;
	clear: both;
}

div#header ul#main_nav li {
	background: none;
	margin: 0;
	padding: 0;
	float: left;
}

div#header ul#main_nav li.active {
	background: url(/siteimg/bg_main_btn_active.gif) repeat-x;
}

div#header ul#main_nav li a {
	height: 27px; /* 34px */
	padding: 7px 1.25em 0;
	float: left;
	display: block;
	font-size: 1.1em;
	color: #ffffff;
}
div#header ul#main_nav li a:hover {
	background: url(/siteimg/bg_main_btn_over.gif) repeat-x;
	text-decoration: none;
}

div#header ul#main_nav li span.seperator {
	background: url(/siteimg/bg_main_nav_seperator.gif) repeat-x;
	width: 1px;
	height: 34px;
	float: left;
	display: block;
	text-indent: -9999px;
}

div#header ul#main_nav li#main_btn_redirect {
	background: url(/siteimg/bg_main_nav_right.gif) no-repeat 130px 0;
	padding: 4px 8px 6px;
	float: right;
}

div#header ul#main_nav li#main_btn_redirect a {
	width: 116px;
	height: 24px;
	padding: 0;
	text-indent: -9999px;
}

div#header ul#main_nav li#main_btn_redirect a {
	background: url(/siteimg/btn_peoplextra.gif) no-repeat;
}
div#header ul#main_nav li#main_btn_redirect a:hover {
	background: url(/siteimg/btn_peoplextra_over.gif) no-repeat;
}

div.peoplextra div#header ul#main_nav li#main_btn_redirect a {
	background: url(/siteimg/btn_wfmpeople.gif) no-repeat;
}
div.peoplextra div#header ul#main_nav li#main_btn_redirect a:hover {
	background: url(/siteimg/btn_wfmpeople_over.gif) no-repeat;
}

div#header ul#main_nav ul {
	background: url(/siteimg/bg_sub_nav.gif) repeat-x;
	width: 933px; /* 950px */
	height: 33px;
	margin: 0;
	padding: 0 0 0 17px;
	position: absolute;
	top: 34px;
	left: 0;
	display: none;
}

div#header ul#main_nav li:hover ul,
div#header ul#main_nav li.hover ul,
div#header ul#main_nav li.active ul {
	display: block;
}

div#header ul#main_nav li:hover ul,
div#header ul#main_nav li.hover ul {
	z-index: 20;
}
div#header ul#main_nav li.active ul {
	z-index: 10;
}

div#header ul#main_nav ul li {
	height: 33px;
	margin: 0;
	padding: 0;
}

div#header ul#main_nav ul li a {
	padding: 6px 2.2em 0 0;
	font-size: 0.9em;
	color: #666666;
}

div#header ul#main_nav ul li a:hover,
div#header ul#main_nav ul li.active a {
	color: #1f1f1f;
}

div#header ul#main_nav li.active ul a,
div#header ul#main_nav ul li a:hover,
div#header ul#main_nav ul li.active a {
	background: none;
}



/******************************************************************************** FOOTER ***/

div#footer {
	background: url(/siteimg/bg_footer_shadow.gif) no-repeat 0 131px;
	height: 185px;
	clear: both;
}

div#footer div#footer_container {
	background: url(/siteimg/bg_footer_container_top.gif) no-repeat;
	padding: 16px 0;
}

div#footer div#footer_container div.footer_block {
	width: 219px; /* 235px */
	padding: 0 7px 0 13px;
	border-right: 1px solid #3d3d3d;
	float: left;
}
div#footer div#footer_container div.footer_block.first {
	width: 217px;
}
div#footer div#footer_container div.footer_block.last {
	width: 209px;
	border: none;
}

div#footer div#footer_container div.footer_block h5 {
	margin: 0;
	font-size: 1em;
	color: #a6ce39;
}

div#footer div#footer_container div.footer_block p {
	margin: 0;
	font-size: 0.9em;
}

div#footer div#footer_container div.footer_block a {
	text-decoration: underline;
}

div#footer div#footer_container div.footer_block p,
div#footer div#footer_container div.footer_block b,
div#footer div#footer_container div.footer_block strong,
div#footer div#footer_container div.footer_block a {
	color: #ffffff;
}

div#footer div#footer_container_bottom {
	background: url(/siteimg/bg_footer_container_bottom.gif) no-repeat;
	width: 949px;
	height: 10px;
}

div#footer p.copyright {
	padding: 10px 13px;
}



/******************************************************************************** GENERAL LAYOUT ***/

div#page {
	background: #ffffff;
	width: 950px;
	margin: 0 auto;
}

div#content {
	position: relative;
	overflow: hidden;
}

div#col_left {
	width: 560px;
	margin: 0 80px 2em 0;
	float: left;
}

div#col_right {
	width: 310px;
	margin: 0 0 2em 0;
	float: left;
}

div#col_left div.content_area {
	width: 536px; /* 560px */
	padding: 0 12px;
}

div#content img {
	padding: 0 1em 0 0;
	float: left;
}

div.wide_visual {
	width: 560px;
	height: 234px;
	margin: 0 0 2em;
	position: relative;
}

div.wide_visual div.mask {
	background: url(/siteimg/fg_wide_visual_mask.png) no-repeat;
	width: 560px;
	height: 234px;
	position: absolute;
	left: 0;
	top: 0;
}

div.wide_visual img {
	width: 560px;
	height: 221px;
	overflow: hidden;
}

p.intro {
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

p b,
p strong {
	color: #333333;
}

div#col_right h2 {
	margin: 0 0 0.5em;
}

div#col_half_left div.content_area {
	width: 380px; /* 400px */
	padding: 0 10px;
}

div#col_half_left {
	width: 400px;
	margin: 0 90px 2em 0;
	float: left;
}

div#col_half_right {
	width: 460px;
	margin: 0 0 2em 0;
	float: left;
}



/******************************************************************************** RIGHT COLUMN BLOCKS ***/

div.col_right_block {
	margin: 0 0 2em;
	color: #333333;
}

div.col_right_block div.col_right_block_top {
	background: url(/siteimg/bg_col_right_top.gif) no-repeat left bottom;
	width: 310px;
	height: 10px;
}

div.col_right_block div.col_right_block_content {
	background: url(/siteimg/bg_col_right.gif) no-repeat left bottom;
	padding: 0 14px 1em;
}

div.col_right_block h2,
div.col_right_block h3 {
	color: #161616;
}

div#content div.col_right_block_content p {
	margin: 0 0 1.5em;
	font-size: 0.9em;
}

div.alsosee_block {
	margin: 0 0 2em;
	position: relative;
	color: #333333;
}

div.alsosee_block div.alsosee_block_top {
	background: url(/siteimg/bg_alsosee_top.gif) no-repeat left bottom;
	width: 310px;
	height: 9px;
}

div.alsosee_block div.alsosee_block_content {
	background: url(/siteimg/bg_alsosee.gif) no-repeat left bottom;
	padding: 0 14px 1em;
}

div.alsosee_block h3 {
	margin: 0 0 1em;
	padding: 0.25em 0 1em;
	font-size: 1em;
	color: #000000;
}

div.alsosee_block h3,
div.alsosee_block p {
	width: 200px; 
	clear: both;
}

div.alsosee_block p {
	font-size: 0.9em;
}

div.alsosee_block h3 a.head {
	color: #000000;
}

div.alsosee_block h3 span.icon_arrow {
	background: url(/siteimg/icon_circle_arrow_green.gif) no-repeat;
	width: 11px;
	height: 11px;
	margin: 0 0 0 3px;
	line-height: 10px;
	display: inline-block;
}

div#content div.alsosee_block img {
	margin: 1em;
	position: absolute;
	right: 0;
}



/******************************************************************************** RIGHT COLUMN SLIDESHOW ***/

div#slideshow {
	width: 282px;
	height: 236px;
	margin: 0 0 2em;
}

div#slideshow div#slideshow_viewport {
	width: 282px;
	height: 216px;
	position: relative;
	overflow: hidden;
}

div#slideshow div#slideshow_viewport div#slideshow_container {
	height: 216px;
	position: absolute;
	left: 0;
}

div#slideshow div#slideshow_viewport div#slideshow_container img {
	width: 282px;
	height: 216px;
	margin: 0;
	padding: 0;
}

div#slideshow ul#slideshow_nav {
	background: url(/siteimg/bg_slideshow_nav.gif) repeat-x;
	height: 21px;
	margin: 0;
}

div#slideshow ul#slideshow_nav li {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
	float: left;
}

div#slideshow ul#slideshow_nav li a {
	background: url(/siteimg/bg_slideshow_nav_seperator.gif) no-repeat top right;
	width: 22px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	font-size: 0.9em;
	color: #333333;
	display: block;
}

div#slideshow ul#slideshow_nav li a:hover,
div#slideshow ul#slideshow_nav li a.active {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

div#videoplayer {
	margin: 0 0 2em;
}



/******************************************************************************** T1 HOME ***/

div#home_accordion {
	height: 387px;
	margin: 0 0 0 -10px;
	position: relative;
	overflow: hidden;
}

div#home_accordion div.home_accordion_slide {
	background: #ffffff;
	width: 453px; /* 479px */
	height: 355px; /* 387px */
	padding: 16px 25px 16px 0;
	border-left: 1px solid #f0f0ee;
	position: absolute;
}

div.peoplextra div#home_accordion div.home_accordion_slide {
	background: #9acd34;
	border-left: 1px solid #ffffff;
	color: #ffffff;
}

div#home_accordion div.home_accordion_slide.first {
	border: none;
}

div#home_accordion div.home_accordion_slide img.home_accordion_visual {
	width: 160px;
	height: 355px;
	margin: 0 8px 0 10px;
	padding: 0;
	float: left;
}

div#home_accordion div.home_accordion_slide h2 {
	margin: 32px 0 20px;
	line-height: 1.2em;
	font-size: 1.6em;
}

div.peoplextra div#home_accordion div.home_accordion_slide h2 {
	color: #ffffff;
}

div#home_accordion div.home_accordion_slide p {
	line-height: 1.75em;
	font-size: 0.9em;
	color: #666666;
}

div.peoplextra div#home_accordion div.home_accordion_slide p {
	color: #000000;
}

div#home_accordion div.home_accordion_slide div.home_accordion_service {
	position: absolute;
	right: 20px;
	bottom: 24px;
}

div#home_accordion div.home_accordion_slide div.home_accordion_service a {
	background: url(/siteimg/icon_circle_arrow_green.gif) no-repeat right;
	padding: 0 2em 0 0;
	font-size: 1.1em;
	color: #75ac2d;
	float: right;
}

div.peoplextra div#home_accordion div.home_accordion_slide div.home_accordion_service a {
	background: url(/siteimg/icon_circle_arrow_white.gif) no-repeat right;
	color: #ffffff;
}

div#home_direct {
	background: url(/siteimg/bg_home_direct_shadow.gif) no-repeat;
	padding: 18px 0 0;
	min-height: 50px;
}

div#home_direct div#home_direct_welcome {
	width: 450px;
	margin: 8px 30px 0 10px;
	padding: 0 0 2em;
	float: left;
}

div#home_direct div#home_direct_welcome h2 {
	margin: 0 0 1em;
	font-size: 1.6em;
}

div#home_direct div#home_direct_welcome p {
	color: #666666;
}

div#home_direct ul#home_direct_services {
	width: 130px;
	margin: 0 20px 0 0;
	padding: 0 0 2em;
	float: left;
}

div#home_direct ul#home_direct_services li {
	background: none;
	margin: 0;
	padding: 0;
}

div#home_direct ul#home_direct_services li a {
	width: 118px;
	padding: 5px 12px 5px 0;
	border-bottom: 1px solid #f0f0ee;
	display: block;
	font-size: 1em;
	line-height: 1.25em;
	color: #333333;
}

div#home_direct ul#home_direct_services li a.active {
	background: url(/siteimg/icon_circle_arrow_green.gif) no-repeat right;
	text-decoration: none;
	color: #75ac2d;
}

div#home_direct div.home_direct_service_info {
	background: url(/siteimg/bg_quicks_box.gif) no-repeat bottom;
	width: 310px;
	margin: 16px 0 1em;
	padding: 0 0 1em;
	float: left;
	position: relative;
}

div#home_direct div.home_direct_service_info div.home_direct_service_info_top {
	background: url(/siteimg/bg_quicks_box_top.gif) no-repeat top;
	width: 310px;
	height: 11px;
	position: absolute;
	top: -11px;
	left: 0;
}

div#home_direct div.home_direct_service_info p {
	margin: 6px 21px 18px;
	font-size: 0.9em;
}

div#home_direct div.home_direct_service_info a {
	color: #666666;
}
div#home_direct div.home_direct_service_info a:hover {
	text-decoration: none;
}



/******************************************************************************** T2 ABOUT US ***/

div.clients_block {
	margin: 0 0 2em;
	color: #333333;
}

div.clients_block div.clients_block_content {
	background: url(/siteimg/bg_clients.gif) no-repeat left top;
	padding: 1em 14px 7px;
}

div.clients_block div.clients_block_bottom {
	background: url(/siteimg/bg_clients_bottom.gif) no-repeat left top;
	width: 310px;
	height: 7px;
}

div#content div.clients_block_content img {
	padding: 0 0 1.5em;
	float: none;
	clear: both;
}

div.clients_block h2 {
	font-size: 1.75em;
}

div.clients_block h2,
div.clients_block h3 {
	color: #161616;
}

div#content div.clients_block_content p {
	margin: 0 0 1.5em;
	line-height: 2em;
	font-size: 0.9em;
}

div#content div.clients_block_content ul.client_list {
	margin: 0;
}

div#content div.clients_block_content ul.client_list li {
	background: none;
	padding: 0;
	float: left;
}

div#content div.clients_block_content ul.client_list li.client_left {
	margin: 0 6px 0 0;
}

div#content div.clients_block_content ul.client_list li.client_right {
	margin: 0 0 0 6px;
}

div#content div.clients_block_content ul.client_list li img {
	padding: 0;
	border: 1px solid #cccccc;
	float: none;
}

div#content div.clients_block_content ul.client_list li p {
	width: 135px;
	margin: 0 0 0.75em;
	line-height: 1.25em;
}




/******************************************************************************** T3 CONTENT ***/

div#content a#action_bar {
	background: url(/siteimg/bg_action_bar.gif) no-repeat;
	width: 540px; /* 540px */
	height: 30px; /* 30px */
	margin: 4em 0;
	padding: 0;
	display: block;
	color: #ffffff;
	overflow: hidden;
	position: relative;
}
div#content a#action_bar:hover {
	text-decoration: none;
}

div#content a#action_bar span {
	cursor: pointer;
}

div#content a#action_bar:hover span {
	color: #324a13;
}

div#content a#action_bar span.action_name {
	padding: 5px 0 0 1em;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
}

div#content a#action_bar span.action_divider {
	padding: 4px 0.6em 0 0.7em;
	font-size: 1.7em;
	float: left;
}

div#content a#action_bar:hover span.action_divider {
	color: #ffffff;
}

div#content a#action_bar span.action_text {
	padding: 6px 0 0;
	font-size: 0.9em;
	float: left;
}

div.case div.col_right_block_content ul {
	margin: 0 0 3em;
}

div.case div.col_right_block_content ul li {
	background: url(/siteimg/icon_checkmark.gif) no-repeat 0 5px;
	margin: 0;
	padding: 4px 0 6px 2em;
	border-bottom: 1px solid #cccccc;
	font-size: 0.9em;
}



/******************************************************************************** T4 OVERVIEW / LANDING ***/

h1.smaller {
	font-size: 1.8em;
}

div.service_container {
	padding: 1em 0 1em 160px;
	border-bottom: 1px solid #e0e0dc;
	position: relative;
	float: left;
}

div.service_container img {
	margin: 1em 0 0;
	position: absolute;
	left: 0;
	top: 3px;
}

div.service_container h3 {
	margin: 0 0 0.4em;
	padding: 0 0 1em;
	width: 200px;
	display: block;
}

div.service_container h3 a.head {
	background: url(/siteimg/icon_circle_arrow_green.gif) no-repeat right;
	padding: 0 1.5em 0 0;
	font-size: 1em;
	color: #000000;
	float: left;
}

div.service_container p {
	line-height: 1.65em;
}



/******************************************************************************** T5 SERVICE ***/

ul#accordion {
	margin: 0 0 1em;
	padding: 0.5em 0 0;
	border-bottom: 1px solid #cccccc;
}

ul#accordion li {
	background: none;
	margin: 0 0 1px;
	padding: 1px 0 0;
	border-top: 1px solid #cccccc;
}

ul#accordion li a {
	height: 25px;
	line-height: 25px;
	color: #333333;
	display: block;
	overflow: hidden;
}

ul#accordion li a span {
	background: url(/siteimg/icon_arrow_green_on_white.gif) no-repeat 6px 4px;
	width: 5px;
	height: 7px;
	padding: 0 6px;
}
ul#accordion li a.active span,
ul#accordion li a:hover span {
	background: url(/siteimg/icon_arrow_white_on_gray.gif) no-repeat 6px 4px;
}

ul#accordion li a.active,
ul#accordion li a:hover {
	background: url(/siteimg/bg_accordion_bar_over.gif) repeat-x;
	text-decoration: none;
	color: #ffffff;
}

ul#accordion li div {
	margin: 0;
	padding: 0;
}

ul#accordion li div p {
	margin: 0;
	padding: 1em 17px;
	color: #666666;
}

ul#accordion li div p a {
	margin: 0;
	padding: 0;
	display: inline;
}

ul#accordion li div a {
	background: none;
	height: auto;
	padding: 0.5em 17px 1.5em;
	line-height: inherit;
	color: #339900;
	overflow: auto;
	
}

ul#accordion li div a:hover {
	background: none;
	margin: 0;
	text-decoration: underline;
	color: #339900;
}



/******************************************************************************** T6 CONTACT ***/

ul#contact_nav {
	height: 28px;
	margin: 0 0 1.5em;
	padding: 0 0 0 11px;
	border-bottom: 1px solid #e0e0dc;
	clear: both;
	position: relative;
}

ul#contact_nav li {
	background: none;
	margin: 0 0 -1px;
	padding: 0;
	float: left;
}

ul#contact_nav li a {
	background: url(/siteimg/btn_contact_tab.gif) no-repeat;
	width: 79px; /* 92px */
	height: 22px; /* 29px */
	margin: 0 0 0 -2px;
	padding: 7px 0 0 13px;
	display: block;
	color: #383737;
	position: relative;
	z-index: 10;
}
ul#contact_nav li a:hover {
	text-decoration: none;
	color: #339900;
}

ul#contact_nav li a.active {
	background: url(/siteimg/btn_contact_tab_active.gif) no-repeat;
	font-weight: bold;
	z-index: 20;
}

div.contact_panel_content {
	padding: 10px 10px 1em;
}

div.contact_panel_content div.contact_panel_content_left {
	width: 185px;
	margin: 0 16px 0 0;
	float: left;
}

div.contact_panel_content div.contact_panel_content_right {
	width: 145px;
	margin: 0;
	float: left;
}

div.contact_panel div.google_maps_container {
	margin: 0 0 2em;
	position: absolute;
	clear: both;
}

div.contact_panel div.google_maps {
	background: #e0e0dc;
	width: 378px; /* 380px */
	height: 268px; /* 270px */
	border: 1px solid #e0e0dc;
	clear: both;
	position: relative;
	overflow: hidden;
}



/******************************************************************************** T7 JOB DETAIL ***/

div#col_right div.contact {
	border-bottom: 1px solid #e0e0dc;
	padding: 0.5em 0 1.5em;
}

div#col_right div.contact p.contact_name {
	background: url(/siteimg/icon_contact.gif) no-repeat;
	font-weight: bold;
}

div#col_right div.contact p.contact_name,
div#col_right div.contact p.contact_phone,
div#col_right div.contact a {
	margin: 0;
	padding: 0 0 0 34px;
	font-size: 0.9em;
}

div#col_right div.interest {
	border-bottom: 1px solid #e0e0dc;
	margin: 0 0 1.5em;
	padding: 1.5em 0;
}

div#col_right div.interest a.action_bar_small {
	background: url(/siteimg/bg_action_bar_small.gif) no-repeat;
	width: 120px; /* 160px */
	height: 20px; /* 30px */
	margin: 1em 0 0;
	padding: 6px 20px 4px;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	display: block;
}

div#col_right div.open_application h3,
div#col_right div.open_application p {
	width: 220px;
}

div#col_right div.open_application img {
	margin: 3em 1.5em 0;
	padding: 0;
}

div#col_right div.testimonial h3 {
	width: auto;
	margin: 0;
	font-size: 1.1em;
	font-style: oblique;
}

div#col_right div.testimonial p.testimonial_name {
	padding: 1em 0 0;
	font-weight: bold;
}

div#col_right div.testimonial img {
	margin: 2.75em 1.5em 0;
	padding: 0;
}



/******************************************************************************** T8 APPLICATION FORM ***/

div#col_half_left h1 {
	margin-bottom: 1em;
}

div.contact_block {
	width: 390px;
	margin: 0 0 2em;
	padding: 1em 0 0;
	color: #333333;
}

div.contact_block div.contact_block_content {
	background: url(/siteimg/bg_contact.gif) no-repeat left top;
	padding: 1em 14px 1.5em;
}

div.contact_block div.contact_block_bottom {
	background: url(/siteimg/bg_contact_bottom.gif) no-repeat left top;
	width: 390px;
	height: 7px;
}

div.contact_block div.contact_block_content h2 {
	margin: 0 0 0.75em;
}

div#col_half_left div.contact_block_content p.contact_name {
	background: url(/siteimg/icon_contact.gif) no-repeat 10px 0;
	font-weight: bold;
}

div#col_half_left div.contact_block_content p.contact_name,
div#col_half_left div.contact_block_content p.contact_phone,
div#col_half_left div.contact_block_content a {
	margin: 0 0 0.1em;
	padding: 0 0 0 44px;
	font-size: 0.9em;
}

div#col_half_right form {
	width: 450px;
	margin: 0 10px 0 0;
	padding: 1em 0;
}

div#col_half_right form h4 {
	margin: 0;
	font-size: 1em;
}

