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

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#808080;
	margin:10px 0px;
	background:#000;
}

html {
	height:100%;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

a, a:active, a:link, a:visited {
	text-decoration:underline;
	color:#44a1c7;
}

form {
	padding:0px;
	margin:0px;
}


a:hover {
	text-decoration:none;
}

.mainContainer {
	text-align:center;
}

.pageContainer {
	width:995px;
	position:relative;
	text-align:left;
	margin:auto auto;
	background:#fff;
}

.pageInner {
	padding:0px 20px 0px 0px;
}

.pageInner#leader {
	background:url(/images/pages/branch.jpg)
	no-repeat
	right
	bottom;
}

.pageInner#contractor {
	background:url(/images/pages/fern.jpg)
	no-repeat
	right
	bottom;
}

.pageInner#perm {
	background:url(/images/pages/waxy-leaf.jpg)
	no-repeat
	right
	bottom;
}

.pageInner#contactus {
	background:url(/images/pages/flowers3.jpg)
	no-repeat
	right
	bottom;
}

.pageInner#findus {
	background:url(/images/pages/flowers2.jpg)
	no-repeat
	right
	bottom;
}

.pageInner#workforus {
	background:url(/images/pages/flowers1.jpg)
	no-repeat
	right
	bottom;
}

/*#clients .pageInner {
	background:url(/images/pages/fourleaf.jpg)
	no-repeat
	right
	bottom;
}*/



.contentContainer {
	/*background-color:#CFF;*/
	position:relative;
	padding:255px 20px 20px 158px;
	/*padding:200px 20px 20px 300px;*/
}

#vacancyContract .contentContainer, #vacancyPermanent .contentContainer, #vacancyLeadership .contentContainer, #contractResults .contentContainer, #permanentResults .contentContainer, #leadershipResults .contentContainer {
	position:relative;
	padding:270px 20px 20px 297px;
}



.contentLeft {
	/**position:absolute;
	left:138px;
	top:130px;
	background-color:#99F;
	border:1px solid;*/
	position:relative;
	float:left;
	/*width:264px;*/
	width:350px;
	line-height:18px;
	z-index:1000;
	
}

.praxisLogo {
	position:absolute;
	top:-66px;
}

.contentFull {
	float:left;
	width:550px;
	line-height:18px;
	margin-top:-60px;
}

.vacancyInfo {
	border: 1px solid #000;
	background-color:#666;
	color:#fff;
	width:300px;
}

.vacancyInfo a, .vacancyInfo a:active, .vacancyInfo a:link, .vacancyInfo a:visited {
	text-decoration:underline;
	color:#fff;
} 

.vacancyInfo a:hover {
	color:#44a1c7;
}

.imageArea {
	position:relative;
	float:right;
	width:350px;
	top:-30px;
}

#contract .imageArea, #permanent .imageArea, #leadership .imageArea {
	width:382px;
}

.imageArea h2 {
	font-size:18px;
}

.contactImage {
	position:relative;
	bottom:-50px;
}

/*.vacancyImage {
	position:relative;
	bottom:-50px;
	right:-72px;
}

.imageArea {
	border:1px solid;
	position:absolute;
	right:40px;
	top:255px;
}*/

fieldset.login {
	width:220px;
	padding-top:20px;
}

fieldset.login legend {
	font-size:18px;
}

fieldset.login label {
	float:left;
	width:60px;
	margin-bottom:5px;
}

fieldset.login input {
	float:right;
	width:120px;
	margin-bottom:5px;
}

.fSect label {
	float:left;
	width:150px;
}

fieldset.fSect  {
	border:none;
	border-top:1px dashed #999;
}

.logo {
	position:absolute;
	right:20px;
	top:20px;
}

.strap {
	position:absolute;
	top:23px;
	left:150px;
	font-size:14px;
	color:#000;
}

.docs ul {
	margin:10px 10px;
	padding:0px;
}

.docs li {
	background:url(/images/icons/page_white_acrobat.png)
	no-repeat
	left
	center;
	list-style:none;
	margin-left:0px;
	margin-bottom:7px;
	padding-left:30px;
}

.docs li#word {
	background:url(/images/icons/page_white_word.png)
	no-repeat
	left
	center;
}

.imageBottomLeft {
	position:absolute;
	left:0px;
	bottom:24px;
	z-index:1;
}

.map {
	font-size:11px;
}

.credits {
	font-size:11px;
	color:#fff;
	padding:5px 0px;
	background-color:#000;
}

.credits a, .credits a:active, .credits a:link, .credits a:visited {
	text-decoration:underline;
	color:#fff;
} 

.credits a:hover {
	text-decoration:none;
}

.copyright {
	float:right;
}

.clear {
	clear:both;
}


/** NEWS TICKER **/
.tickerPosition {
	padding:0px;
	margin:0px;
}

.tickercontainer { /* the outer div with the black border */
	position:relative;
	left:-455px;
	border: 1px solid #fff;
	background: #fff; 
	/*width: 338px;
	width: 695px; */
	height: 27px; 
	margin: 0; 
	padding: 0
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	/*width: 360px;*/
	width: 675px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 707px;
	/*left:318px;*/
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: #fff;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font-weight: bold;
	margin: 0 0 0 0;
} 
ul.newsticker span {
	margin: 0 10px;
	font-weight:normal;
	color:#ff0000;
} 

/** NEWS SCROLLER **/
  
#newsticker-jcarousellite {  
width:310px;  
/*background:#EAF4F5; */
/*font-family:Arial,Helvetica,Sans-Serif;  */
padding:none;  
font-size:15px;  
font-weight:bold;
margin:0px auto;  
}  

/*
#newsticker-jcarousellite a { text-decoration:none; }  
#newsticker-jcarousellite img { border: 2px solid #FFFFFF; }  
*/  
#newsticker-jcarousellite .title {  
text-align:center;  
font-size:18px;  
font-weight:normal;  
padding:5px;  
}

  
.newsticker-jcarousellite { width:300px; }  
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; text-align:center; }  
/*
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }  
.newsticker-jcarousellite .info { float:right; width:190px; }  
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }  
*/  

p.error {
	color:#d00;
}

.booples:after {
	content: ".";
	display: block;
	height: 0;
	line-height:0;
	min-height:0;
	font-size:0;
	clear: both;
	visibility:hidden;
	text-align:left;
}

.booples{display: block;}

/* Hides from IE Mac \*/
* html .booples {height: 1%;}
   .booples{display:block;}
/* End Hack */


