body
{
	background-color:#ABCFD1;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#333;
}

#BodyWrapper
{
	margin:0px auto;
	width:759px;
	border:1px solid #FFF;
	border-top:0px;
	text-align:left;
}

#Header
{
	background-color:#208385;
	background-image:url(../Images/BgHeader.gif);
	background-repeat:repeat-y;
}

#Logo
{
	padding:9px 0px 0px 16px;
	float:left;
}

#Header ul
{
	margin:0px;
	padding:0px;
	padding-right:11px; 
	padding-right:13px;
	list-style-type:none;
	float:right;
	width:244px;
}

#Header li
{
	margin:0px;
	padding:0px;
	width:244px;
}

#Header li a
{
	display:block;
	width:244px;
	background-repeat:no-repeat;
}

#Header li #NavHdrAH
{
	background-image:url(../Images/NavHdrAustinHospital.gif);
	height:22px;
}

#Header li #NavHdrHRH
{
	background-image:url(../Images/NavHdrHeidelbergRepatriationHospital.gif);
	height:23px;
}

#Header li #NavHdrRTRC
{
	background-image:url(../Images/NavHdrRoyalTalbotRehabilitationCentre.gif);
	height:21px;
}

#Header div.FloatClear
{
	height:8px;
	background-image:url(../Images/BgHeaderStripe.gif);
	background-repeat:no-repeat;
}

#Navigation
{
	height:43px;
	background-color:#C8CDD3;
	background-image:url(../Images/BgNav.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #333;
	overflow:hidden;
}

#Navigation ul
{
	margin:0px;
	padding:0px 0px 0px 14px;
	list-style-type:none;
	float:left;
}

#Navigation li
{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../Images/BgNavDotted.gif);
	background-position:right top;
	background-repeat:repeat-y;
	padding-right:1px;
}

#Navigation li a
{
	display:block;
	float:left;
	height:43px;
	background-repeat:no-repeat;
	background-position:left 0px;
}

#Navigation li.Selected a
{
	background-position:left -86px;
}

#Navigation li a:hover
{
	background-position:left -43px;
}

.NavAboutUs
{
	background-image:url(../Images/NavAboutUs.jpg);
	width:80px;
}

.NavPatientsVisitors
{
	background-image:url(../Images/NavPatientsVisitors.jpg);
	width:80px;
}

.NavDepartments
{
	background-image:url(../Images/NavDepartments.jpg);
	width:82px;
}

.NavForHealthcareProviders
{
	background-image:url(../Images/NavForHealthcareProviders.jpg);
	width:80px;
}

.NavResearchEducation
{
	background-image:url(../Images/NavResearchEducation.jpg);
	width:80px;
}

.NavCareersOnline
{
	background-image:url(../Images/NavCareersOnline.jpg);
	width:80px;
}

.NavSupportUs
{
	background-image:url(../Images/NavSupportUs.jpg);
	width:78px;
}

#NavSearch
{
	float:left;
	height:43px;
	padding-left:4px;
	background-image:url(../Images/BgSearch.gif);
	background-repeat:no-repeat;
}

#NavSearch label
{
	display:block;
	background-image:url(../Images/BgSearchLabel.gif);
	background-repeat:no-repeat;
	width:44px;
	height:10px;
	margin:4px 0px 2px 0px;
	background-color:Aqua;
	font-size:1px;
}

#NavSearch span input
{
	width:129px;
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px;
}

* html #NavSearch span input
{
	/* Ignore Mac IE hack \*/
	margin-right:-2px;
	/* end hack */
}

#Content
{
	background-color:#FFF;
	padding-top:12px;
}

#ContentInner
{
	background-image:url(../Images/BgContent.gif);
	background-repeat:repeat-y;
}

#SubNavigation
{
	width:187px;
	float:left;
}

#SubNavigationHeader
{
	background-image:url(../Images/BgSubNavHeader.png);
	background-repeat:no-repeat;
	width:176px;
	border-right:1px solid #14494A;
}

#SubNavigationHeader strong
{
	background-image:url(../Images/BgSubNavHeader.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	display:block;
	padding:5px 5px 5px 22px;
	color:#FFF;
}

#SubNavigationHeader a
{
	color:#FFF;
	display:block;
	text-decoration:none;
}

/* FIRST LEVEL */

#SubNavigation ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-color:#FFF;
}

#SubNavigation ul li
{
	margin:1px 0px 0px 0px;
}

* html #SubNavigation ul li
{
	/* Ignore Mac IE hack \*/
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin-top:-1px;
	/* end hack */
}

#SubNavigation ul li a
{
	background-image:url(../Images/BgSubNavLvl1Bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	display:block;
	color:#333;
	text-decoration:none;
	width:100%;
}

#SubNavigation ul li a span
{
	background-image:url(../Images/BgSubNavLvl1Top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	padding:3px 18px 3px 21px;
}

#SubNavigation ul li a:hover, #SubNavigation ul li a.Active, #SubNavigation ul li a.ActiveWithSub, #SubNavigation ul li a.WithSub
{
	background-image:url(../Images/BgSubNavLvl1BottomOver.gif);
	color:#012A5D;
}

#SubNavigation ul li a:hover span
{
	background-position:left -200px;
}

#SubNavigation ul li a.Active span, #SubNavigation ul li a.Active:hover span
{
	background-position:left -400px;
}

#SubNavigation ul li a.ActiveWithSub span, #SubNavigation ul li a.ActiveWithSub:hover span
{
	background-position:left -600px;
}

#SubNavigation ul li a.WithSub span, #SubNavigation ul li a.WithSub:hover span
{
	background-position:left -800px;
}

/* SECOND LEVEL */

#SubNavigation ul ul
{
	margin:1px 0px 0px 0px;
}

* html #SubNavigation ul ul
{
	margin-bottom:-1px;
}

#SubNavigation ul ul li
{
	margin:1px 0px 0px 0px;
}

* html #SubNavigation ul ul li
{
	/* Ignore Mac IE hack \*/
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin-top:-1px;
	/* end hack */
}

#SubNavigation ul ul li.Active
{
	background-image:url(../Images/BgSubNavLvl2Arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

* html #SubNavigation ul ul li.Active
{
	height:1px;
}

#SubNavigation ul ul li a
{
	background-image:url(../Images/BgSubNavLvl2.gif);
	background-position:left top;
	display:block;
	background-color:#DDE9F7;
	width:177px;
	color:#012A5D;
}

#SubNavigation ul ul li.Active a
{
	background-color:#B9D9FD;
}

#SubNavigation ul ul li a span
{
	background-image:none;
	display:block;
	margin-left:14px;
	padding:2px 5px 3px 20px;
}

#SubNavigation ul ul li a:hover
{
	background-image:url(../Images/BgSubNavLvl2.gif);
	background-color:#B9D9FD;
}

#ContentWrapper
{
	float:right;
	width:553px;
	padding:0px 12px 12px 0px;
}

#BreadCrumbs
{
	color:#2C70C3;
	font-size:0.9em;
	margin:-3px 0px 7px 0px;
}

#BreadCrumbs strong
{
	color:#333;
	font-weight:normal;
}

#DropDownNav
{
	padding:11px 0px;
	background-image:url(../Images/BgDottedHorizontal.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

#DropDownNav select
{
	background-color:#F7F7F7;
	float:left;
	margin-right:3px;
}

#SectionAnchors
{
	background-image:url(../Images/BgDottedHorizontal.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin:0px 0px 20px 0px;
}

#SectionAnchors ul
{
	margin:0px;
	padding:4px 0px 5px 0px;
	list-style-type:none;
}

#SectionAnchors li
{
	padding:0px 0px 0px 9px;
	font-size:0.9em;
	line-height:1.1em;
	background-image:url(../Images/ArrowDownSmall.gif);
	background-repeat:no-repeat;
	background-position:left 0.3em;
}

#SectionAnchors li a
{
	color:#167E80;
	text-decoration:none;
}

#Footer
{
	border-top:1px solid #94C3C4;
	background-color:#208385;
	background-image:url(../Images/BgFooter.gif);
	background-repeat:repeat-y;
	font-size:0.9em;
	color:#D2E6E7;
}

#Footer a
{
	color:#D2E6E7;
	text-decoration:none;
}

#Footer a:hover
{
	text-decoration:underline;
}

#Footer ul
{
	margin:8px 0px 0px 0px;
	padding:0px;
	padding-left:12px;
	list-style-type:none;
	float:left;
}

#Footer li
{
	float:left;
	margin:0px;
	padding:0px 10px 1px 9px;
	background-image:url(../Images/BgFooterDotted.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
}

#Copyright
{
	float:right;
	margin:8px 0px 0px 0px;
	padding-right:59px;
}

#Footer div.FloatClear
{
	height:9px;
	background-image:url(../Images/BgFooterStripe.gif);
	background-repeat:no-repeat;
}


#TextSize a
{
	float:left;
}

#TextSize a span
{
	width:20px;
	height:19px;
	display:block;
	background-repeat:no-repeat;
}


#TextLarger span
{
	background-image:url(../Images/FontLarger.gif);
		
}

#TextSmaller span
{
	margin-left:4px;
	background-image:url(../Images/FontSmaller.gif);
}
div#NursingHeader
{
	width:551px;
	float:left;
	margin-bottom:10px;
}

div#Sloagan
{
	width:169px;
	height:58px;
	float:left;
	padding-right:10px;
}

div#NursingHeaderText
{
	float:left;
	width:300px;
	
	padding-left:10px;
	border-left:dotted 1px #218585;
}

div.MainPanel
{
	clear:right;	
	margin:15px 0px 20px;
}

div.VideoMain_Amy
{
	width:515px; 
	height:207px; 
	background-image:url('../Images/Amy_Background.gif'); 
	padding:14px 18px 14px 18px;
}

div.VideoMain_Ben
{
	width:515px; 
	height:207px; 
	background-image:url('../Images/Ben_Background.gif');
	padding:14px 18px 14px 18px;
}

div.VideoMain_Stella
{
	width:515px; 
	height:207px; 
	background-image:url('../Images/Stella_Background.gif');
	padding:14px 18px 14px 18px;
}

div.VideoMain_John
{
	width:515px; 
	height:207px; 
	background-image:url('../Images/John_Background.gif');
	padding:14px 18px 14px 18px;
}

div.Video_Left
{
	width:321px;
	height:206px;
	background-color:blue;
	float:left;
}

div.Video_Right
{
	width:321px;
	height:206px;
	background-color:blue;
	float:right;
}

div.Info
{
	float:left;
	width:551px;
	padding:8px 0px 8px 0px;
}

div.Info img
{
	float:left;
}

div.Info div.Description
{
	width:440px;
	float:left;
	border-left:dotted 1px #218585;
	padding-left:10px;
}

/*** Careers on-line section ***/

.CareerCategoryLink
{
	background:url(../Images/home_arrow.gif) no-repeat left top;
	padding-top:2px;
	padding-left:18px;
}

/* Job details page */

.JobDetailsWrapper .JobInfo
{
	float:left;
	width:49%;
}

.JobDetailsWrapper .ContactInfo
{
	float:right;
	text-align:right;
	width:49%;
}

.CareerJobDetailsIcons
{
	text-align:center;
	margin:10px auto;
}

a.Download
{
	background:url(../Images/but_download.gif) no-repeat left top;
	display:block;
	height:99px;
	width:77px;
}

a.Download:hover
{
	background:url(../Images/but_download-over.gif) no-repeat left top;
}

a.Profile
{
	background:url(../Images/but_profile.gif) no-repeat left top;
	display:block;
	height:99px;
	width:79px;
}

a.Profile:hover
{
	background:url(../Images/but_profile-over.gif) no-repeat left top;
}

a.Print
{
	background:url(../Images/but_print.gif) no-repeat left top;
	display:block;
	height:99px;
	width:76px;
}

a.Print:hover
{
	background:url(../Images/but_print-over.gif) no-repeat left top;
}

a.Email
{
	background:url(../Images/but_email.gif) no-repeat left top;
	display:block;
	height:99px;
	width:81px;
}

a.Email:hover
{
	background:url(../Images/but_email-over.gif) no-repeat left top;
}

a.Benefits
{
	background:url(../Images/but_benefits.gif) no-repeat left top;
	display:block;
	height:99px;
	width:84px;
}

a.Benefits:hover
{
	background:url(../Images/but_benefits-over.gif) no-repeat left top;
}

a.Apply
{
	background:url(../Images/but_apply.gif) no-repeat left top;
	display:block;
	height:106px;
	width:84px;
}

a.Apply:hover
{
	background:url(../Images/but_apply-over.gif) no-repeat left top;
}

/* Application Confirmation page */

.CareerJobAppConfirmation
{
	float:left;
	width:450px;
}

.CareerJobAppConfirmationPrint
{
	float:right;
}

.CareerJobAppConfirmationPrint ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.CareerJobAppConfirmation .header
{
	padding:2px;
}

.CareerJobAppConfirmation .Details
{
	padding:5px 2px;
}

/*** end Careers on-line ***/

/*** RSS Links ***/
.RSSLinks
{
	background:url(../Images/rss14x14.png) no-repeat left top;
	margin-top:20px;
	margin-bottom:10px;
	padding-left:20px;
}

/* CMS table */

.cmstable
{
	border:1px solid #4F9D9F;
}

.cmstableheader
{
	background-color:#157678;
	color:White;
	font-weight:bold;
}

.cmstableheadercell
{
	border-right:1px solid #4F9D9F;
	color:White;
}

.cmstablerowblue
{
	background-color:#E9F3F3;
}

.cmstablerowwhite
{
	background-color:#FFFFFF;
}

.cmstablecell
{
	border-top:1px solid #4F9D9F;
}


