@charset "utf-8";
/* CSS Document */
 
.BeNiceToMacIE5 {
	font-family: "\"}\"";
	font-family: inherit;
}
html, body, form, #wrapper, wrapper2 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
html>body, html>body #wrapper, html>body #wrapper2 {
	height: auto;
}
 
div#wrapper {
	position: absolute;
	top: 0;
	left: 0;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.error {
	color: #F00;
}
/********************************************************************************************************


																-------->					   	   Header


********************************************************************************************************/
#header {
	position:relative; z-index:500;
	width: 100%;
	height: 135px;
}
#headcontent { 
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header_right {
	width: 495px;
	float: right;
	height: 130px;
	text-align:right;
}
#header_right h1 {
	margin: 0;
	padding: 0;
	font-size: 1px;
	height: 1px;
	width: 1px;
	position: absolute;
	left: -5000px;
}
#header_left {
	width: 495px;
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
}
/********************************************************************************************************


																-------->					   Login Box


********************************************************************************************************/
#login_box {
	width: 495px;
	background-image: url(../images/layout/login_bg.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 20px;
	padding-left:10px;
}
#login_box fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
#login_box fieldset label {

	float: left;
	width:115px;
	padding-top:3px;
}

#login_box fieldset label#passwordLbl {

	float: left;
	width:115px;

}

#login_box fieldset input {
	border: 1px solid #4C2177;
	margin-bottom: 5px;
	width:150px;
}



#login_box fieldset input#login_submit{
	width: 51px;
	height: 30px;
	background-image:url(../images/layout/login_submit_bg.png);
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	 margin-left:10px;
	cursor: pointer;
	
}

.login_submit{
	width: 51px;
	height: 30px;
	background-image:url(../images/layout/login_submit_bg.png);
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	 margin-left:10px;
	cursor: pointer;
	
}

.submit_button
{
    
	border-style: none;
    border-color: inherit;
    border-width: 0;
    background-image:url('../images/layout/login_submit_bg.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	clear: left;
	cursor: pointer;
}

.item_tab
{
    
	border-style: none;
    border-color: inherit;
    border-width: 0;
    background-image:url('../images/layout/health_tab.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom:0px;
	padding-bottom:0px;
	
	cursor: pointer;
	width:223px;
	height:30px;
	text-align:center;
	padding-top:2px;
	float:left;
	display: inline;
}

.item_tab_divisions
{
    
	border-style: none;
    border-color: inherit;
    border-width: 0;
    background-image:url('../images/layout/health_tab.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom:0px;
	padding-bottom:0px;
	
	cursor: pointer;
	width:223px;
	height:30px;
	text-align:center;
	padding-top:2px;

}

.news_read_more
{
    display:block;
    width:72px;
    height:21px;
    background-image:url('../images/layout/small_button.png');
	background-repeat: no-repeat;
	font-size:12px;
	text-decoration:none;
	padding-top:5px;
	padding-left:11px;
	color:#4C2177;
	
}

.news_read_more_articles
{
    float:right;
    display:block;
    width:113px;
    height:21px;
    background-image:url('../images/layout/extended_button.png');
	background-repeat: no-repeat;
	font-size:12px;
	text-decoration:none;
	padding-top:5px;
	color:#4C2177;
	text-align:center;
	margin-right:15px;
	
	
}

.divisions_button
{
    display:block;
    width:292px;
    height:42px;
    background-image:url('../images/layout/bg_button.png');
	background-repeat:no-repeat;
	font-size:14px;
	text-decoration:none;
	padding-top:13px;
	padding-left:0px;
	color:#4C2177;
	margin-left:90px;
    margin-bottom:25px;
    text-align:center;
    vertical-align:middle;
    font-weight:bold;
}

.item_tab_inactive
{
    
	border-style: none;
    border-color: inherit;
    border-width: 0;
    background-image:url('../images/layout/health_tab_inactive.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom:0px;
	padding-bottom:0px;
	
	cursor: pointer;
	width:223px;
	height:30px;
	text-align:center;
	padding-top:2px;
	float:left;
	display: inline;
}

.action_tab
{
    
	border-style: none;
    border-color: inherit;
    border-width: 0;
    background-image:url('../images/layout/health_tab_inactive.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom:0px;
	padding-bottom:0px;
	
	cursor: pointer;
	width:223px;
	height:30px;
	text-align:center;
	padding-top:2px;
	float:right;
	display: inline;
}


#login_box fieldset input#login_submit:hover{
	background-position: 0px -30px;
}
/********************************************************************************************************


																-------->					 Page Options


********************************************************************************************************/
#page_options {
	margin-top: 127px;
	margin-bottom: 3px;
	float: right;
	color: #7B5897;
}
#page_options ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-transform: lowercase;
}

#page_options ul ul {
	display: inline;
	width: auto;	
}
#page_options li {
	display: inline;
	width: auto;	
}	
#page_options ul li a {
	display: block;
	padding-right: 5px;	
	padding-left: 5px;
	float: left;
	color: #9D84B3;
	text-decoration: none;
	border-left: 1px solid #333;
}
#page_options ul li ul li a {
	text-transform:capitalize;
	border-left: 0;
}
#page_options ul li ul li a#small_text {
	font-size: 12px;
	padding-top: 4px;
}
#page_options ul li ul li a#medium_text {
	font-size: 14px;
	padding-top: 2px;
}
#page_options ul li ul li a#large_text {
	font-size: 16px;
}
#page_options ul li a:hover {
	text-decoration: underline;
	color: #4C2177;
}
#page_options ul li span{
	float: left;
}
/********************************************************************************************************


																-------->					  	   Footer


********************************************************************************************************/
#footer {
	clear: both;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	overflow:hidden;
}
#footerContent {
	width: 990px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/layout/footer_bg.png);
	background-repeat: no-repeat;
}
ul#footer_credits {
	float: right;
	padding: 0;
	margin: 0;
	margin-top: 50px;
}
ul#footer_credits li {
	display: inline;
	width: auto;
	float: left;
	border-left: 1px solid #333;
	padding-left: 15px;
	padding-right: 15px;
}
ul#footer_credits li.first {
	border-left: 0;
	padding-left: 0;
}
ul#footer_credits li.last {
	padding-right: 0;
}
ul#footer_credits li a {
	text-decoration: none;
	color: #333;
}
ul#footer_credits li a:hover {
	text-decoration: underline;
}
/********************************************************************************************************


																-------->					   		 Main


********************************************************************************************************/
#main {
	margin: 0;
	padding: 0;
}
/********************************************************************************************************


																-------->					   Navigation


********************************************************************************************************/
#navigation {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	height: 305px;
	background-image:url(../images/layout/navigation_bg.png);
	background-repeat: no-repeat;
}

#navigation_break {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	height: 1px;
	background-image:url(../images/layout/navigation_bg_break.png);
	background-repeat: no-repeat;
	padding-top:2px;
}

.navigation_break_products
{
    width: 930px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	height: 1px;
	background-image:url(../images/layout/navigation_bg_break.png);
	background-repeat: no-repeat;
	padding-top:2px;
	margin-top:30px;
}

#navigation_contact {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	height: 35px;
	background-image:url(../images/layout/navigation_bg.png);
	background-repeat: no-repeat;
}

#nav_text {
	position: absolute;
	z-index: 5;
	background-image: url(../images/layout/text_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 990px;
	padding-top: 1px;
	height: 30px;
	text-align: center;
}
#nav_text h2{
	margin: 0;
	padding: 0;
	display: inline;
	background-color: #FFF;
	font-weight: normal;
	line-height: 30px;
}

.product_item_header
{
    text-align:center;
    margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold ;
	line-height: 30px;
	font-size:13px;
}

.action_item_header
{
    text-align:center;
    margin: 0;
	padding: 0;
	display: inline;
	font-weight: normal;
	line-height: 30px;
	font-size:13px;
}

#nav_text a{
	color: #9D84B3;
	text-decoration: none;
}
#nav_text h2 a:hover {
	font-weight: bold;
}
#nav_text h2 a.selected {
	font-weight: bold;
}
#nav_text h2#nav-header {
	position: absolute;
	left: 445px;
	width: 100px;
	height: 30px;
	z-index: 10;
	background-image: url(../images/layout/nav-header.png);
}
#nav_text h2#nav-header.nav-header-hover{
	cursor: pointer;
}
#nav_text h2#nav-header.nav-header-hover:hover{
	background-position: 0px -30px;
}
#nav_text ul#navigation-ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#nav_text ul#navigation-ul li{
	display: inline;
	width: 100px;
	float: left;
}
#nav_text ul#navigation-ul li#nav-home{
	position: absolute;
	left: 45px;
	z-index: 1;
}
#nav_text ul#navigation-ul li#nav-about{
	position: absolute;
	left: 145px;
	z-index: 2;
}
#nav_text ul#navigation-ul li#nav-divisions{
	position: absolute;
	left: 245px;
	z-index: 3;
}
#nav_text ul#navigation-ul li#nav-products{
	position: absolute;
	left: 345px;
	z-index: 4;
}
#nav_text ul#navigation-ul li#nav-services{
	position: absolute;
	left: 545px;
	z-index: 4;
}
#nav_text ul#navigation-ul li#nav-news{
	position: absolute;
	left: 645px;
	z-index: 3;
}
#nav_text ul#navigation-ul li#nav-contact{
	position: absolute;
	left: 745px;
	z-index: 2;
}
#nav_text ul#navigation-ul li#nav-vacancies{
	position: absolute;
	left: 845px;
	z-index: 1;
}
#nav_flash {
	position: absolute;
	z-index: 2;
}
/********************************************************************************************************


																-------->						Page Info


********************************************************************************************************/
#pageinfo {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#pageinfo h3{
	color: #7B5897;
	margin: 0;
	padding: 0;
}
/********************************************************************************************************


																-------->					Main Content


********************************************************************************************************/
#main_content {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	background-image: url(../images/layout/main_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 80px;
	padding-top: 40px;
	height:auto;
}
#main_content h3{
	color: #7B5897;
	margin: 0;
	padding: 0;
}
#columns {
	width: 990px;
	min-height: 208px;
	background-image: url(../images/layout/columns_bg.png);
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	height:auto;
}

#columns_email {
	width: 990px;
	min-height: 208px;
	background-image: url(../images/layout/columns_bg_email.png);
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	height:auto;
}

#columns_about {
	width: 990px;
	min-height: 208px;
	background-image: url(../images/layout/columns_bg_email.png);
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	height:auto;
}

#column_left {
	width: 290px;
	float: left;
	padding-right: 30px;
	height:auto;
}

#healthcare_software_column {
	width: 290px;
	float: left;
	padding-right: 30px;
	height:auto;
}

#column_left_email {
	width: 610px;
	float: left;
	padding-right: 60px;
	height:auto;
}

#column_middle {
	width: 290px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	height:auto;
}

#retail_software_column {
	width: 290px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	height:auto;
}

#column_right {
	width: 290px;
	float: left;
	padding-left: 30px;
	height:auto;
}
div.column_box {
	width: 288px;
	min-height: 110px;
	border: 1px solid #7B5897;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.healthcare_image{
	width: 288px;
	min-height: 110px;
	border: 1px solid #7B5897;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.retail_image{
	width: 288px;
	min-height: 110px;
	border: 1px solid #7B5897;
	margin-top: 15px;
	margin-bottom: 15px;
}

.health_social_care_division_img
{
    float:left; 
    padding-bottom:5px; 
    padding-right:10px; 
    padding-top:20px;
    width: 125px;
    height: 125px;
}

.select_division
{
    padding-bottom:15px;
}

.health_social_care_division
{
  float:left; 
  width:470px; 
  padding-left:10px; 
  padding-right:10px;  
}

.retail_division
{
  float:left; 
  width:470px; 
  padding-left:10px; 
  padding-right:10px;  
}

.retail_division_img
{
    float:left; 
    padding-bottom:5px; 
    padding-right:10px; 
    padding-top:20px;
    width: 125px;
    height: 125px;
}

.PCHS_logo
{
    float:left; 
    padding-right:15px; 
    padding-top:10px; 
    padding-bottom:0px;   
}

.PISCES_logo
{
    float:left; 
    padding-right:15px; 
    padding-top:10px; 
    padding-bottom:0px;   
}

div.healthcare_quote{
	background-image: url(../images/layout/open_quote.png);
	background-repeat: no-repeat;
}

div.kiosk_quote{
	background-image: url(../images/layout/open_quote.png);
	background-repeat: no-repeat;
}

div.column_quote{
	background-image: url(../images/layout/open_quote.png);
	background-repeat: no-repeat;
}
p.column_quote{
	background-image: url(../images/layout/close_quote.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-indent: 20px;
	line-height: 20px;
	padding-bottom: 10px;
}
a.quote_more {
	font-style: italic;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #7B5897;
}
a.quote_more:hover {
	text-decoration: underline;
	color: #4C2177;
}
a.quote_more:after {
	content: " >";
}
/********************************************************************************************************


																-------->				Recruitment Form


********************************************************************************************************/
#recruitment_form {
	width: 990px;
	padding: 0;
	margin: 0;
	color: #666;
}
#recruitment_form fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
#recruitment_form fieldset legend{
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
#recruitment_form #personal_details label{
	clear: left;
	width: 140px;
	height: 12px;
	margin-top: 4px;
	margin-bottom: 2px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
}
#recruitment_form #personal_details label.select_label{
	clear: left;
	width: 140px;
	height: 12px;
	margin-top: 4px;
	margin-bottom: 2px;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-top: 0px;
}
#recruitment_form #personal_details select{
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid #999;
	font-size: 12px;
	margin-right: 10px;
}
#recruitment_details_column_left {
	width: 445px;
	float: left;
}
#recruitment_details_column_right {
	width: 445px;
	padding-top: 20px;
	float: left;
}
#recruitment_form #personal_details input{
	width: 250px;
	height: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
	border: 1px solid #999;
	font-size: 12px;
}
#recruitment_form #personal_details input#dob {
	width: 100px;
}
.recruitment_message {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
#recruitment_form fieldset.recruitment_scales {
	padding-bottom: 20px;
	background-image: url(../images/layout/fieldset.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#recruitment_form fieldset.recruitment_scales legend {
	padding-left: 100px;
}
.scale_label_first {
	margin-left: 170px;
	width: 30px;
	display: inline-block;
	text-align: right;
}
.scale_label {
	width: 30px;
	display: inline-block;
	text-align: right;
}
.scale_value {
	width: 20px;
	margin-left: 0;
	margin-right: 0;
}
#recruitment_form fieldset#comments_fieldset {
	padding-top: 20px;
	text-align: center;
}
#comments_fieldset label {
	font-weight: bold;
	text-align: left;
	width: 990px;
	display: block;
}
#recruitment_form fieldset#comments_fieldset textarea{
	clear: left;
	margin-top: 10px;
	border: 1px solid #999;
}
#recruitment_form fieldset.submit_fieldset {
	text-align: center;
	padding-top: 20px;
	font-size: 13px;
}
#recruitment_form fieldset.submit_fieldset input{
	background-image: url(../images/layout/submitbutton.png);
	background-repeat: no-repeat;
	width: 101px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}
#recruitment_form fieldset.submit_fieldset input:hover{
	cursor: pointer;
	background-position: 0px -30px;
}
#recruitment_form fieldset a.form_clear {
	background-image: url(../images/layout/submitbutton.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	display: inline-block;
	text-decoration: none;
	color: #000;
	line-height: 30px;
	font-size: 13px;
}
#recruitment_form fieldset a.form_clear:hover{
	cursor: pointer;
	background-position: 0px -30px;
}
#recruitment_form_errors {
	color: #C00;
	font-weight: bold;
}
/********************************************************************************************************


																-------->					Recruits List


********************************************************************************************************/
#recruitsTitles {
	font-weight: bold;
	width: 990px;
	float: left;
	padding-top: 10px;
	padding-bottom: 11px;
	background-image: url(../images/layout/fieldset.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.recruitsRow {
	width: 990px;
	float: left;
	padding-top: 10px;
	padding-bottom: 11px;
	background-image: url(../images/layout/fieldset.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.recruitName {
	width: 350px;
	float: left;
	padding-bottom: 5px;
}
.recruitEmail {
	width: 350px;
	float: left;
	padding-bottom: 5px;
}
.recruitMobile {
	width: 190px; 
	float:left;
	padding-bottom: 5px;
}
.recruitComments {
	width: 990px; 
	float:left;
	padding-bottom: 5px;
}
.recruitFullInfo {
	width: 100px; 
	float:left;
	padding-bottom: 5px;
	text-align: right;
}
.recruitSkill {
	width: 75px;
	text-align: center;
	border-right: 1px solid;
	float: left;
}
.recruitSkillLast {
	width: 76px;
	text-align: center;
	float: left;
}
.high {
	color: #090;
}
.low {
	color: #F00;
}
#recruitDetails {
	/*background-image: url(../images/layout/fieldset.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;*/
	width: 250px;
	float: left;
}
#recruitAbilities {
	width: 250px;
	float: left;
}
#recruitCareerPath {
	width: 460px;
	float: left;
}
#recruitInformation dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#recruitInformation dl dd {
	margin-bottom: 10px;
}

/********************************************************************************************************


																-------->							Other


********************************************************************************************************/
/* \*/
* html #footer {
	position: absolute;
}
* html #main {
	padding-bottom: 100px;
}
/* \*/
head:first-child+body div#footer {
	position: absolute;
	z-index:0;
}
head:first-child+body div#main {
	padding-bottom: 100px;
}

.software_image_right
{
    float:right; 
    padding-right:10px; 
    padding-left:10px;
}

.office_address_padding
{
    padding-left:5px; 
    padding-top:5px;
}