/* CSS Document */
body
{
	padding:0;
	margin:0;
	border:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#333;
	background:url(public/images/site/bg.gif) repeat-x #92cc86;
}

input, select, textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
}

html{
	overflow:-moz-scrollbars-vertical;
}

h1, h2, h3, h4, form, p
{
	padding:0px;
	margin:0px;
	border:0px;
}

#page a, #footer a
{
	color:#0055a4;
	text-decoration:none;
}

#page a:hover, #footer a:hover
{
	border-bottom:1px dotted #0055a4;
}

#page p
{
	line-height:16px;
	margin-bottom:16px;
}

#page ul
{
	padding:0 0 0 15px;
	margin:0 0 16px 0;
}

#page ul li
{
	line-height:16px;
}

#root
{
	width:950px;
	margin:0 auto;
	font-size:1.2em;
	text-align:center;
}

#root div.header_bg
{
	background:url(public/images/site/sprite.jpg) no-repeat;
}

#container
{
	width:838px;
	margin:0 auto;
	text-align:left;
}

#header
{
	position:relative;
	left:0px;
	top:0px;
	height:283px;
}

#header a.logo
{
	position:absolute;
	left:580px;
	width:255px;
	height:125px;
}

#header a.logo:hover
{
	border-bottom:none;
}

#page
{
	background-color:#FFF;
	background:url(public/images/site/sprite_gif.gif) bottom left no-repeat #FFF;
	padding:10px 30px 45px 30px;
}

#page div.center
{
	float:left;
	width:375px;
	padding-right:15px;
}

#page div.left
{
	float:right;
	width:373px;
	padding-left:15px;
}

#footer
{
	position:relative;
	left:0px;
	top:0px;
	padding:12px 30px;
	text-align:right;
	line-height:15px;
	color:#FFF;
	font-size:10px;
}

h1
{
	font-family:Tahoma, Verdana, Arial;
	font-size:18px;
	color:#0055a4;
	margin-bottom:12px;
	font-weight:normal;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	margin-bottom:5px;
}

.spc_fix
{
	margin-bottom:5px;
}

.clr
{
	clear:both;
}




/* Testimonial */
div.testimonial-slide-container
{
	display:block;
	height:100px;
	overflow:hidden;
	position:relative;
	left:0px;
	top:0px;
	background:#F3FFD7;
	/*margin-bottom:16px;*/
}

div.testimonial-slide-item
{
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	width:335px;
	height:90px;
	overflow:hidden;
	background:#f3ffd7;
}

#plx-testimonials
{
	background:#F3FFD7;
	padding:15px;
}

#plx-testimonials h1
{
border-bottom:1px dotted #A4C855;
color:#0055A4;
margin-bottom:8px;
text-transform:uppercase;
}

#plx-testimonials div.testimonial-slide-item a
{
	color:#8AC27E;
}

div.testimonial-slide-container span.t-title
{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	font-size:13px;
}

div.testimonial-slide-container a.prev
{
	position:absolute;
	right:15px;
	bottom:0px;
	display:block;
	height:6px;
	width:8px;
	padding:3px 2px;
	line-height:2px;
	background:#FFF;
	color:#000;
	border:1px solid #adce5f;
	font-weight:bold;
}

div.testimonial-slide-container a.next
{
	position:absolute;
	right:0px;
	bottom:0px;
	display:block;
	height:6px;
	width:8px;
	padding:3px 2px;
	line-height:2px;
	background:#FFF;
	color:#000;
	border:1px solid #adce5f;
	font-weight:bold;
}
/* CSS Document */
div.hmenu
{
	position:absolute;
	top:260px;
	left:24px;
	font-size:15px;
}

div.hmenu ul
{
	list-style:none;
	margin:0;
	padding:0;
	border:0;
}

div.hmenu ul li 
{
	display:inline;
}

div.hmenu ul li a
{
	display:block;
	float:left;
	padding:22px 6px 6px 6px;
	color:#a4c855;
	text-decoration:none;
}

div.hmenu ul li a:hover, div.hmenu ul li a.current
{
	background:url(public/images/site/menu_bullet.gif) no-repeat top;
	color:#0055a4;
}



div.latest_jobs
{
	width:100%;
	background:url(public/images/site/job_bg.gif) repeat-x left top #0055a4;
	margin-bottom:16px;
	font-size:10px;
}


div.latest_jobs div.lt
{
	width:100%;
	background:url(public/images/site/green_corner_lt.gif) left top no-repeat;
}

div.latest_jobs div.lb
{
	width:100%;
	background:url(public/images/site/green_corner_lb.gif) left bottom no-repeat;
}

div.latest_jobs div.rt
{
	width:100%;
	background:url(public/images/site/green_corner_rt.gif) right top no-repeat;
}

div.latest_jobs div.rb
{
	width:100%;
	background:url(public/images/site/green_corner_rb.gif) right bottom no-repeat;
}

div.latest_jobs div.cnt
{
	padding:10px;
}

div.latest_jobs div.cnt div.item
{
	float:left;
	width:141px;
	padding:0 5px;
	border-right:1px dotted #FFF;
	height:110px;
	overflow:visible;
}

div.latest_jobs div.cnt div.lastitem
{
	float:left;
	width:141px;
	padding:0 0 0 5px;
}


#root div.latest_jobs div.cnt h2
{
	margin-bottom:2px;
	color:#FFF;
}

#root div.latest_jobs div.cnt p
{
	line-height:12px;
	margin-bottom:0px;
	color:#FFF;
}

#root div.latest_jobs div.cnt a
{
	color:#a4c855;
	white-space:nowrap;
}

#root div.latest_jobs div.cnt a:hover
{
	text-decoration:underline;
	border-bottom:0px;
}

div.section
{
	border-bottom:1px dotted #666;
	margin-bottom:16px;
}


a.sec_nurse
{
	display:block;
	width:374px;
	height:201px;
	margin-bottom:16px;
	text-decoration:none;
	background:url(public/images/site/sprite.jpg) no-repeat -1324px 0;
}

#root a.sec_nurse:hover
{
	border-bottom:0px;
}


a.sec_doctors
{
	display:block;
	width:374px;
	height:201px;
	margin-bottom:16px;
	text-decoration:none;
	background:url(public/images/site/sprite.jpg) no-repeat -950px 0;
}

#root a.sec_doctors:hover
{
	border-bottom:0px;
}


div.job_search
{
	position:absolute;
	left:620px;
	top:168px;
	width:150px;
}

div.job_search input, div.job_search select
{
	font-size:10px;
	width:145px;
	padding:1px;
}

div.job_search select
{
	width:150px;
}

a.job_submit
{
	position:absolute;
	top:168px;
	left:774px;
	width:25px;
	height:25px;
}

a.lang_en
{
	position:absolute;
	top:263px;
	left:618px;
	width:64px;
	height:16px;
}

a.lang_de
{
	position:absolute;
	top:263px;
	left:685px;
	width:70px;
	height:16px;
}

#spnCurrentTime
{
	position:absolute;
	left:420px;
	top:204px;
	color:#FFF;
	display:block;
	height:25px;
	width:147px;
	font-size:10px;
	text-align:center;
}

a.clock
{
	position:absolute;
	left:427px;
	top:170px;
	width:30px;
	height:30px;
}

a.clock:hover, a.clock_current
{
	background:url(public/images/site/green_clock.gif) no-repeat;
}


div.menu_section
{
	
}

div.menu_section h1
{
	margin-bottom:5px;
}

div.menu_section p
{
	padding-bottom:16px;
	border-bottom:1px dotted #666;
}


#clock_syd
{
	
}

#clock_lnd
{
	position:absolute;
	left:477px;
	top:170px;
}

#clock_auc
{
	position:absolute;
	left:526px;
	top:170px;
}

#clock_cap
{
	position:absolute;
	top:221px;
}

#clock_nyw
{
	position:absolute;
	top:221px;
	left:477px;
}

#clock_los
{
	position:absolute;
	top:221px;
	left:526px;
}



#page div.left div.nav
{
	width:100%;
	background:url(public/images/site/nav_bg_hr.gif) repeat-x #f4ffd6;
	font-size:12px;
	margin-bottom:25px;
}

#page div.left div.nav div.top
{
	width:100%;
	background:url(public/images/site/nav_bg.gif) no-repeat;
}

#page div.left div.nav div.bottom
{
	width:100%;
	background:url(public/images/site/nav_bg.gif) no-repeat -185px bottom;
}

#page div.left div.nav ul
{
	list-style:none;
	margin:0px;
	padding:25px 0 25px 0;
}

#page div.left div.nav ul li
{
	display:block;
	background:url(public/images/site/menu_icons.gif) no-repeat 10px -278px;
}

#page div.left div.nav ul li a
{
	display:block;
	padding:5px 0px 5px 0px;
	margin:0px 15px 0px 30px;
	border-bottom:1px dotted #a4c855;
	color:#333;
}


#page div.left div.nav ul li a.current, #page div.left div.nav ul li a:hover
{
	color:#a4c855;
}

#page div.left div.nav ul li a.fast
{
	border-top:1px dotted #a4c855;
}

#page div.left div.sec_testimonials
{
	background:url(public/images/site/nav_bg_hr.gif) repeat-x #f4ffd6;
}

#page div.left div.sec_testimonials div.top
{
	width:100%;
	background:url(public/images/site/nav_bg.gif) no-repeat;
}

#page div.left div.sec_testimonials div.bottom
{
	width:100%;
	background:url(public/images/site/nav_bg.gif) no-repeat -185px bottom;
	padding:20px 8px 20px 8px;
}

#page div.left div.sec_testimonials div.bottom h1
{
	color:#a4c855;
	margin-left:22px;
	width:135px;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px dotted #a4c855;
}

#page div.left div.sec_testimonials div.bottom div.item
{
	background:url(public/images/site/menu_icons.gif) no-repeat;
	padding:0px 22px 0 22px;
}

#page div.left div.sec_testimonials div.bottom div.item p
{
	margin-bottom:8px;
}

#page div.left div.sec_testimonials div.bottom div.item div.brd
{
	border-bottom:1px dotted #a4c855;
	margin-bottom:8px;
}


div.entry 
{
	margin-bottom:16px;
}

div.entry table
{
	padding:0;
	margin:0;
	border:0;
}

div.entry tr td
{
	border-bottom:1px dotted #DDD;
	padding:5px 10px 5px 0px;
}

div.entry tr td i
{
	color:red;
	padding-left:3px;
}

.btn
{
	padding-left:15px;
	padding-right:15px;
}

a.lnkApply
{
	display:block;
	height:12px;
	width:115px;
	border-bottom:1px solid #FFF;
	padding:4px 0 10px 0;
	background:url(public/images/site/arrow.gif) no-repeat right 1px;
}

a.lnkTop
{
	display:block;
	height:12px;
	width:87px;
	border-bottom:1px solid #FFF;
	padding:4px 0 10px 0;
	background:url(public/images/site/arrow.gif) no-repeat right -29px;
}

.rgtImg
{
	float:right;
	padding:5px 0 10px 10px;
}

.lftImg
{
	float:left;
	border:1px solid #DDD;
	padding:5px;
	margin:5px 10px 10px 0;
}

div.staff
{
	margin-bottom:16px;
}

div.staff img
{
	border:1px solid #DDD;
	padding:5px;
	margin:5px 10px 0px 0;
}

div.staff div.img
{
	float:left;
	width:120px;
}

div.staff div.desc
{
	float:left;
	width:450px;
}


#latest_news
{
	position:absolute;
	left:410px;
	top:142px;
	width:166px;
	height:120px;
	color:#333;
	background:url(public/images/site/latest_news_bg.gif) no-repeat;
}



#latest_news div.item
{
	margin-bottom:2px;
	padding-bottom:2px;
	display:none;
}

#latest_news div.item a
{
	color:#0055a4;
	font-size:90%;
}
/* CSS Document */
div.progress, div.sticky_loading
{
	background:url(public/images/spinner.gif) no-repeat 10px;
	border:3px solid #9097a9;
	font-size:12px;
	padding:10px 10px 10px 32px;
	background-color:#FFF;
	color:#222;
}

div.blockUI
{
    background-color:#999999; 
    filter:alpha(opacity=50); 
    opacity:0.5;
    z-index:1000;
}

div.modal
{
	background:#ffffff none repeat scroll 0%;
	position:absolute;
	width:400px;
	border:5px solid #333333;
	z-index:9999;
	font-size:12px;
	padding:15px;
}

div.error
{
	border-top:2px solid #666;
	border-bottom:2px solid #666;
	padding:15px 25px 15px 25px;
	margin-bottom:16px;
	background-color:#FFF;
	font-size:90%;
	color:red;
}

div.error b
{
	display:block;
	margin-bottom:5px;
}

#page div.center div.error ul
{
	list-style:square;
	padding-left:15px;
	margin-bottom:0px;
}

div.error ul li
{
	line-height:16px;
}

div.message
{
	border-top:2px solid #8ac27e;
	border-bottom:2px solid #8ac27e;
	padding:15px;
	margin-bottom:16px;
	background-color:#FFF;
}

div.loading
{
	background-image:url(public/images/spinner_blue.gif);
	background-position:15px;
	background-repeat:no-repeat;
	padding:15px;
	padding-left:36px;
	/*border:1px solid #CCCCCC;*/
	color:#1752A4;
}

.note
{
	font-size:95%;
	color:#666;
}
