/* Qld Health qg.css Version 4.0  - Last Updated 10 January 2014*/
/* THIS HAS BEEN MODIFIED WITH THE WFU.CSS - 2 October 2009 */
/* Modified by Robert Cooper (RC) August 2013 - CSS clean up */

/* Commented out - already embedded in this CSS RC 02/08/2013 */
/*
@import url(/_common/style.css);
*/
/* import styles that aren't supported in NN4  */

/* qglayout.css */

/* CSS Document */



/* primary navigation intercept from main udm source */
#udm
{
/*	background-image: url('/_includes/images/shadow-slice-krishna.jpg'); */
	background-repeat: repeat-x;
	background-position:top;
	height: 0px !important;
	z-index:99999 !important;

	/*padding: .4em 0em .4em 0em !important;*/
}

#udm a
{
	text-decoration: none;
	/*font-weight: bold !important;*/
	border-right: none;
	/*background-image: url('/_includes/images/primary_nav_dots.gif');*/
	background-repeat:no-repeat;
	background-position:right;
	font-family: arial,helvetica,sans-serif;
	font-size:96%;/*95%;*/
	z-index:99999 !important;
}

#udm a:hover
{
	text-decoration: underline;
	z-index:99999 !important;
}

.udm ul a
{
	color:#000 !important;
	background-image:none !important;
	z-index:99999 !important;
}  

/* 20 September 2012: primary navigation hover background colour changed from red to blue (h1 blue) */
.udm ul a:hover
{
	background-color:#003C69 !important;
	xbackground-image: url('/_includes/images/nav_bg_red.png') !important;
	background-repeat: repeat-x !important;
	background-position:bottom !important;
	color: white !important;
	z-index:99999 !important;
}

.udm ul{
border-color: #e0dfdb !important;
background-repeat: repeat-x;
z-index:99999 !important;
}

body 
{
	margin: 0em;
	padding: 0em;
	color: #000;
	background-repeat:repeat-x;

}

/* hiding browser link */
#browserSupport, #browser{
	display:none;
	speak:none;
}


#header
{
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top: 1px solid #006;
}

/* header tools */
#tools_wfu
{
	margin:.7em 1em .5em 18em;
	line-height: 1.5em;
	text-align: right;
	padding: 0em;
	white-space:nowrap;
	font-weight: bold;
	color: #666;
}

#tools_wfu input
{
	border: 1px solid #CCC;
	border-color: #EEE #AAA #AAA #EEE;
	background-color: #f3f3f3;
	font-weight:bold;
	font-size: 80%;
	padding: 1px;
}

#tools_wfu .searchinput
{
	font-weight:normal;
	width: 13em;
	background-color:#FFF;
	border-color: #AAA #EEE #EEE #AAA;
	padding: 2px;
}

#tools_wfu a
{
	color: #666;
	text-decoration:none;
	padding-right:.3em;
	padding-left:.3em;
}

#tools_wfu a:hover
{
	color: #C31518;
	text-decoration:underline;
}

/* qld banner */
#qhbanner
{
	display:none;
}

/* queensland government logo */
#qglogo
{
	position:absolute;
	top:0;
	left:0;
	margin: 0;
	padding: 3.1em 0em 0em .5em;
}

/* name of department or agency */
#agency
{
	margin: 2.2em 1em 1.3em 0em;
	padding: 0px;
}

#agency  h1
{
	padding: 0px;
	margin: 0px;
	text-align: right;
}

/* headings */
	#leveltwoim
	{
		background-repeat: no-repeat;	
		background-color: #FFFFFF;
		display:block;
		height:94px;
		clear:both;
	}

		.allied
		{
			background-image: url('/images/hdr_allied_sm.jpg');
		}
		
		.dentistry
		{
			background-image: url('/images/hdr_dentistry_sm.jpg');
		}
		
		.medical
		{
			background-image: url('/images/hdr_medical_sm.jpg');
		}
		
		.nursing
		{
			background-image: url('/images/hdr_nursing_sm.jpg');
		}
		
		.other
		{
			background-image: url('/images/hdr_other_sm.jpg');
		}	
		
#leveloneim
{
	background-image: url('/images/nursing_im_1.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	display:block;
	height:24px;
	clear:both;
}

/* image banner */
#banner
{
	height: 39px;
	background-color: #006;
	border-top: 1px solid #006;
	border-bottom: 1px solid #006;
	clear:both;
	background-image: url('/_includes/banner_images/strips/home_strip_flat_smudged_1500.jpg');
}

/* old primary navigation */

#nav1
{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding: 0px 5px 0px 5px;
	font-size: inherit;
	clear: both;
	font-weight : bold;
}

#nav1  p
{
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

/* invisible anchors for the pop up divs */

#nav1 p img{
	width:1px;
	height:1px;
	vertical-align:text-bottom;
}

/*end of old primary navigation*/

/* start secondary navigation styles*/
#nav2 {
	float: left;
	width: 180px;
	margin: 2.2em 20px 0em 0em;
	padding: 0em 0em 0em 0em;
	border-bottom: 1px dotted #D6D6D5;
}

#nav2 ul {
	list-style: none;
	list-style-image:none;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	font-size: 85%;
	font-weight:bold;
}

/* 20 September 2012: tertiary navigation link colour changes to match new header. As per CUE3, underlining removed except on hover */


#nav2 a:link
{
	text-decoration: none;
	color: #003C69;
}

#nav2 a:visited
{
	text-decoration: none;
	color: #003C69;
}

#nav2 a:hover
{
	text-decoration: underline;
 	color: #C31518;
}

#nav2 a:active
{
	text-decoration: none;
	color: #C31518;
}

/* end 20 September link colour changes */ 

/* menu item spacing */
#nav2 li{
	border-top: 1px dotted #D6D6D5;
	padding: .2em 0em .2em 2.3em;
}

#nav2 ul li ul{
	margin-top: .4em;
}

/*padding between submenu items*/
#nav2xc ul li {
	font-weight:normal;
	border-top: none;
	font-size: 115%;
	padding: .3em 0em .3em 0em;
}

/*xc menu item*/
#nav2 li.xc {
	list-style: none;
}


/* 20 September 2012: tertiary navigation h2 colour changed to match h1 colour */
#nav2  h2 {
	padding: 0em 0em 0em .5em;
	color: #003C69;
}
/* end 20 September navigation h2 changes */

/*submenu*/
#nav2 li.xc ul {
	list-style-type: square;	
	padding: 0em 0em 0em 1.5em;
}

#nav2 li.xc ul a:visited {
	color: #555;
}

#nav2 li.xc ul a:hover {
	color: #C31518;
}
	
/* +/- control */	
div.xcx, div.xcc {
	display: inline;
	margin-top:-.1em;
}

li.xc>div.xcx, li.xc>div.xcc {
	position: static;
	float: left;
}

div.xcx a, div.xcc a {
}

div.xcx>a, div.xcc>a {
	position: static;
}
/* + - symbol */
div.xcx a:link, div.xcx a:visited,
div.xcc a:link, div.xcc a:visited {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	color: #C31518;
	font-weight:normal;
	position: absolute;
	left: .3em;
	padding-top:.1em;
}

/* end secondary navigation styles */

/* content */
#content {
	float: left;
	width: 50%;
	padding: 3em 1em 1em 1em;
}

#contentwide {
	padding: 3em 3em 0em 1em !important;
}
html>body #contentwide {
	padding: 3em 0em 0em 1em !important;
}

#content p, #contentwide p
{
	margin-bottom: 0em;
}

/* link styles */

/* 20 September 2012: link colour overrides removed for content and contentwide */
#content a:link, #contentwide a:link
{
	text-decoration:underline;
/*	color: #000099; */
}

#content a:visited, #contentwide a:visited
{
	text-decoration:underline;
/*	color: #000099; */
}

#content a:hover, #contentwide a:hover
{
	text-decoration:underline;
/*	color: #C31518; */
}

#content a:active, #contentwide a:active
{
	text-decoration:underline;
/*	color: #C31518; */
}

/* end 20 September content and contentwide link colour changes */

/* 20 September 2012: heading changes to match new WWW header */
/* 20 September 2012: h1 colour changed and weight changed to bold */
#content h1, #contentwide h1
{
	font-size: 165%;
	font-weight:bold;
	color: #003C69;
	margin: .7em 0em .5em 0em;
}

/* 20 September 2012: h2 colour changed */
#content h2, #contentwide h2
{
	font-size: 130%;
	color: #0B787D;
}

/* 20 September 2012: h3 colour changed */
#content h3, #contentwide h3
{
	font-size: 110%;
	color: #000000;
}

/* 20 September 2012: red square image for unordered list items replaced with blue equivalent. Blue colour is same as content h1 */
#content ul li, #contentwide ul li
{
	list-style-image: url('https://www.health.qld.gov.au/_includes/images/blue_square.gif');
}

/* level one columns */
#contentwide .levelonecol
{
	float: left;
	width: 30%;
	margin-right: 15px;
}

#contentwide .levelonecol h2
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 3px 5px;
	border-top: 1px solid #fff;
	background: url("https://www.health.qld.gov.au/_includes/images/hdr_bg_levelone.gif") repeat-x;
	font-size: 130%;
	color: white;
	text-shadow: 2px 2px 1px #000;
	font-weight: normal;
	width: 172px;
}

#contentwide .levelonecol ul
{
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px; 
}

#contentwide .levelone col ul
{
list-style:none;
}

#contentwide .levelonecol li
{
	padding: 5px 5px 0px 0px;
	line-height: 110%;
	list-style:none;
	list-style-type:none;
}

#contentwide .levelonecol li a
{
	padding-left: 10px;
	display: block;
	text-decoration: underline !important;
	background: url("https://www.health.qld.gov.au/_includes/images/bullet_content.gif") no-repeat 0px 4px;
}
		/* Link Colouring */
		#contentwide .levelonecol a:link
		{
			color: #000;
		}
		
		#contentwide  .levelonecol a:visited
		{
			color:#000;
		}
		
		#contentwide  .levelonecol a:hover
		{
			color: #C31518;
		}
		
		#contentwide  .levelonecol a:active
		{
			color: #C31518;
		}

#contentwide .bullet
{ display: block; padding-left: 17px; text-decoration: underline !important; background: url("https://www.health.qld.gov.au/_includes/images/bullet_content_lg.gif") no-repeat 0px 1px; }
/* end level one columns */

/* default home */
#homecontent{
	margin: 0em;
	padding: 0em;
	background-color: #C31518;
	float:left;
	text-align:center;
	width: 100%;
}

#homewrapper{
	width:760px;
	margin: 0em;
	padding: 0em;
	position: relative; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	display: table;
	
}

#homewrapper .navbar{
	background-color: #C31518;
	background: url("/_includes/images/nav_bg_red.png");
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 0em;
	padding: 0em;
	clear:both;
}

#homewrapper p{
	margin: 0em;
	padding: .5em;
	color: #FFF;
}

#homeim {
	float: left;
	background: #fff url("https://www.health.qld.gov.au/images/home_im_1.jpg") no-repeat;
	border-bottom: 1px solid #fff;
	height: 277px;
}

#homeimhdr {
	float: right;
	background: url("https://www.health.qld.gov.au/images/home_im_hdr.gif") no-repeat;
	height: 277px;
	width: 318px;
}
#homesections { 
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
	background-color: #FFF;
}		
	.homecol { float: left; width: 20%; }
		.a { background: url("/images/home_sec_1.jpg") no-repeat 0px 0px; }
		.b { background: url("/images/home_sec_2.jpg") no-repeat 1px 0px; }
		.c { background: url("/images/home_sec_3.jpg") no-repeat 1px 0px; }
		.d { background: url("/images/home_sec_4.jpg") no-repeat 1px 0px; }
		.e { background: url("/images/home_sec_5.jpg") no-repeat 1px 0px; }

#homesections a {
	display: block;
	padding-top: 80px;
	text-shadow: 2px 2px 1px #000;
	width: 100%;
	height: 24px;
	color: #fff;
	line-height: 155%;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	background: url("https://www.health.qld.gov.au/_includes/images/nav_bg_red2.gif") no-repeat 0px 75px; 
}

.a a {
background-position: -1px 75px !important;
}

#homesections a:hover {
	color: #f2e046 !important;
	font-weight: bold !important;
}

#homesections a:hover:after { 
	content: ' »'; font-weight: normal;
}
/* end default home */

/* bread crumbing */
#bcrumb{
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

/* link styles */
#bcrumb a:link
{
	text-decoration:none;
	color: #000;
}

#bcrumb a:visited
{
	text-decoration:none;
	color:#000;
}

#bcrumb a:hover
{
	text-decoration:underline;
	color: #C31518;
}

#bcrumb a:active
{
	text-decoration:underline;
	color: #C31518;
}

/* last updated */
#lastUpdated a:hover{
	text-decoration:none;
	color: #000;
}

/* caption text */
.caption
{
	color: #8C8C8C;
	border-bottom: 1px dotted #8C8C8C;
	margin: 10px 0px 10px 0px !important;
	padding: 0px 0px 3px 0px !important; 
}

/* right column */
#feature {
	float: right;
	width: 20%;
	margin : 6.5em .5em 0em 0em;
	padding : .5em .5em .5em .5em;
}

#feature2 {
	float: left;
	width: 20%;
	margin : 6.5em .5em 0em 0em;
	padding : .5em .5em .5em .5em;
}

/* footer */
#footer
{
	clear: both;
	text-align: center;
	padding: 6em 1% .2em 1%;
}

#footer a
{
	color:#637A98;
	text-decoration:underline;
}

#footer a:hover
{
	text-decoration:none;
}

#footer p
{
	margin: 0px;
	padding: 2px;
}

/* Online Services (remove styles that are not required) */

/* Single format styles */

.osbtn {
	background: url(tr.gif) #ffcc00 no-repeat right top; 
	margin: 0 0 10px 0; 
}

.osbtn-t {
	padding: 8px 2px 0 2px;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	background: url(tl.gif) no-repeat left top; 
}

.osbtn-b {
	background: url(btn-br.gif) no-repeat right bottom; 
}

.osbtn-b div {
	background: url(btn-bl.gif) no-repeat left bottom; 
	line-height: 10px;
}
/* end Single format styles */

/* List format styles */

.oshead {
	background: url(tr.gif) no-repeat right top #ffffcc;
}

.osbtn-h {
	margin: 0 0 -5px 0;
	padding: 9px 8px 7px 8px;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	background: url(tl.gif) no-repeat left top; 
}

.osbody {
	padding: 0 2px 2px 0;
	border: 1px solid #ffcc00;
	background-color: white;
	border-top: none;
}

.osbody ul {
	margin-top: 4px;
}

.osbody li {
	margin-left: -15px;
	margin-right: 3px;
	padding-top: 5px;
}

.more {
	margin: -9px 2px 2px 0;
	text-align: right;
}
/* end List format styles */

/* end Online Services */


/*import Queensland Health specific styles*/

/* qhealth.css */

/* Queensland Health Style Sheet  qhealth.css Version 3.0  Last Updated 31 August 2005*/

/*Qld Health Text Elements - Fonts and Headings*/



#content
{
		/*OFF font-family: Verdana, Arial, Helvetica, Geneva, san-serif; */
	font-size: inherit;
		/*OFF background-image: url('/_includes/images/dot.gif'); */	
	line-height: 1.3em;
	}

#content p, #content table, #content table p, #contentwide, #contentwide p, #contentwide table,  #contentwide table p, #content100, #content100 p, #content100 table, #content100 table p {

	font-size: inherit;
}
#featurebluebox { font-family: Verdana, Arial, Helvetica, Geneva, san-serif; font-size: 80%}

/*Bullet lists and numbered lists*/

#content UL, #contentwide UL, #content100 UL,  #content OL, #contentwide OL, #content100 OL, #content LI, #contentwide LI, #content100 LI, #content UL UL, #contentwide UL UL, #content100 UL UL {
		/*OFF font-family: Verdana, Arial, Helvetica, Geneva, san-serif; */
	font-size: inherit;
	margin-bottom: .3em;
}

#content table UL, #contentwide table UL, #content100 table UL, #content table OL, #contentwide table OL, #content100 table OL, #content table LI, #contentwide table LI, #content100 table LI, #content table UL UL, #contentwide table UL UL, #content100 table UL UL {
		/*OFF font-family: Verdana, Arial, Helvetica, Geneva, san-serif; */
	font-size: inherit;
	margin-bottom: .3em;
}

#content table TD UL, #contentwide table TD UL, #content100 table TD UL, #content table TD OL, #contentwide table TD OL, #content100 table TD OL, #content table TD LI, #contentwide tableTD LI, #content100 table TD LI, #content table TD UL UL, #contentwide table TD UL UL, #content100 table TD UL UL {
		/*OFF font-family: Verdana, Arial, Helvetica, Geneva, san-serif; */
	font-size: inherit;
	margin-bottom: .3em;
}

#content table TR UL, #contentwide table TR UL, #content100 table TR UL, #content table TR OL, #contentwide table TR OL, #content100 table TR OL, #content table TR LI, #contentwide table TR LI, #content100 table TR LI, #content table TR UL UL, #contentwide table TR UL UL, #content100 table TR UL UL {
		/*OFF font-family: Verdana, Arial, Helvetica, Geneva, san-serif; */
	font-size: inherit;
	margin-bottom: .3em;
}

/* Content Elements*/
#bgshadow
{
	background-image: url("https://www.health.qld.gov.au/_includes/images/bg_shadow.gif"); 
	}

#contentwide
{
 float: left;
		/*OFF width: 70%; */
	padding: 10px 10px 10px 20px;
		/*OFF background-image: url('/_includes/images/dot.gif'); */
	color: #000;
	voice-family: "\"}\""; 
	voice-family:inherit;
		/*OFF width: 66%; */
	line-height: 1.3em;
}
html>body #contentwide {
	width: 66%;
}

#content100
{
    float: left;
	width: 100%;
	padding: 10px 10px 10px 10px;
	background: #FFF;
	color: #000;
	voice-family: "\"}\""; 
voice-family:inherit;
width: 98%;
}
html>body #content100 { width: 98%}

/*Content sub - divs for dividing page content*/
#contentblock25 {
	float: left;
	width: 25%;
	padding: 10px 10px;
	background: #FFF;
	color: #000;
	voice-family: "\"}\""; 
voice-family:inherit;
width: 21%;
}
html>body #contentblock25 { width: 21%}

#contentblock30 {
	float: left;
	width: 30%;
	padding: 20px 20px;
	color: #000;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 26%;
}
html>body #contentblock30 { width: 26%}

#contentblock50 {
	float: left;
	width: 50%;
	padding: 10px 10px;
	color: #000;
	voice-family: "\"}\""; 
voice-family:inherit;
width: 46%;
}
html>body #contentblock50 { width: 46%}

#contentblock70 {
	float: left;
	width: 70%;
	padding: 10px 10px;
	background: transparent;
	color: #000;
	voice-family: "\"}\""; 
voice-family:inherit;
width: 66%;
}
html>body #contentblock70 { width: 66%}

#rhcolumn {
	float: left;
	width: 30%;
	padding: 20px 20px;
	background: transparent;
	color: #000;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 26%;
	background-image: url('https://www.health.qld.gov.au/_includes/images/dot.gif');
}
html>body #contentblock30 { width: 26%}

/* Feature Boxes*/

#featurebluebox {
	float: right;
	width: 20%;
	background: #ECF5FF;
	color: #000;
	margin : 7.5em 1em 0 0;
	padding : 5px 5px 5px 5px;
	border: 1px solid #B3C3CB;
}

#featuregreenbox {
	float: right;
	width: 20%;
	background: #FAFEF3;
	color: #000;
	margin : 5px 5px 0 0;
	padding : 5px 5px 5px 5px;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-width:  1px; 
	border-color: #71824F;
}

#featuregreenoutlinebox {
	float: right;
	width: 25%;
	background: #FFFFFF;
	color: #000;
	margin : 5px 5px 0 0;
	padding : 5px 5px 5px 5px;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-width:  1px; 
	border-color: #71824F;
}

#featureblueboxliquidL { /* since: 2003-02-25 */
        float: left;
        font-size: 85%;	
	background: #ECF5FF;
	color: #000;
	margin : 2px 2px 0 0;
	padding : 5px 5px 5px 5px;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-width:  1px; 
	border-color: #B3C3CB;
}

#featureblueboxliquidR { /* since: 2003-02-25 */
        float: right;
        font-size: 85%;	
	background: #ECF5FF;
	color: #000;
	margin : 2px 2px 0 0;
	padding : 5px 5px 5px 5px;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-width:  1px; 
	border-color: #B3C3CB;
}

#featurebox_left { /* since: 2003-02-25 */
        float: left;
        font-size: 85%;	
	color: #000;
	margin : 2px 2px 0 0;
	padding : 5px 5px 5px 5px;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-width:  0px; 
	border-color: #B3C3CB;
}

#featurebox_right { /* since: 2003-02-25 */
        float: right;
        font-size: 100%;	
	color: #000;
	margin : 2px 2px 0 0;
	padding : 5px 5px 5px 5px;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-width:  0px; 
	border-color: #B3C3CB;
}

#border_box_left { /* since: 2003-02-25 */
        float: left;
        font-size: 85%;	
	color: #000;
	margin : 2px 2px 0 0;
	padding : 5px 5px 5px 5px;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-width:  1px; 
	border-color: #B3C3CB;
}

#border_box_right { /* since: 2003-02-25 */
        float: right;
        font-size: 85%;	
	color: #000;
	margin : 2px 2px 0 0;
	padding : 5px 5px 5px 5px;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-width:  1px; 
	border-color: #B3C3CB;
}

#featureliquid {
	/* since: 2003-03-19 */
	float: right;
	font-size: 85%;
	color: #000;
	margin : 2px 2px 0 0;
	padding : 5px 5px 5px 5px;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#featureboxliquid { /* since: 2003-03-19 */
        float: right;
        font-size: 85%;	
	color: #000;
	margin : 2px 2px 0 0;
	padding : 5px 5px 5px 5px;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-width:  1px; 
	border-color: #B3C3CB;
}

#featureblueboxliquid {
        float: right;
        font-size: 85%;	
	background: #ECF5FF;
	color: #000;
	margin : 2px 2px 0 0;
	padding : 5px 5px 5px 5px;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-width:  1px; 
	border-color: #B3C3CB;
	}

/*Main Page*/ /* since: 2003-01-29 */

.featureBoxHeading {
	FONT: bold 130% Verdana, Arial, Helvetica, Geneva, san-serif;	color: #336699;
	border-bottom: 1px solid #336699;
	margin-left: 1px;
	margin-right: 10px;
	margin-top: -3px;
	margin-bottom: -3px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.MainPageHeading {
	FONT: bold 150% Verdana, Arial, Helvetica, Geneva, san-serif;	color: #336699;
	border-bottom: 1px solid #336699;
	margin-left: 1px;
	margin-right: 10px;
	margin-top: -1px;
	margin-bottom: -3px;
	padding-bottom: 0px;
	padding-top: 0px;
}

ul.featurebullet{
	list-style: square;
	margin: 12 0 0 0;
	padding: 0 0 0 1.5em;
	font-size:100%
}

#feature2 {
	float: right;
	width: 25%;
	color: #000;
	margin : 5px 5px 0 0;
	padding : 5px 5px 5px 5px;
	border-left-style: solid; 
	border-width:  1px; 
	border-color: #336699;
}

#homepgfeatures {
        font-size: 90%;
}
	
.linklist { background-image: url('https://www.health.qld.gov.au/images/sky2.gif')}
.small_list { font-size: 90%; list-style-type: none }	
	
/* TABLES */

/* type 01 */
.table_type_01 caption { 			/* since: 2003-02-19 */
	font-weight : bold;
}
.table_type_01 { 					/* since: 2003-02-19 */
	border-top : 1px solid #505050;
	border-left : 1px solid #505050;
}
.table_type_01 th { 				/* since: 2003-02-19 */
	text-align : left;
	background-color : #DCDCDC;
	border-bottom : 1px solid #505050;
	border-right : 1px solid #505050;
}
.table_type_01 td { 				/* since: 2003-02-19 */
	border-right : 1px solid #505050;
	border-bottom : 1px solid #505050;
}

/*Last Updated Font*/

#lastUpdated
{ font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 80%; }

/* Queensland Health Banners*/
#qhbanner { height: 96px; border-top: 0px; border-bottom: 1px; clear:both;}
#layer { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 80%; }

/* type 02 */
.table_type_02 table { 				/* since: 2003-02-19 */
	border : 1px solid #505050;
}
.table_type_02 table th { 			/* since: 2003-02-19 */
	background-color : #DCDCDC;
	border-bottom : 1px solid #505050;
}
.table_type_02 table td { 			/* since: 2003-02-19 */
	border-top : 1px solid #DCDCDC;
}
	
/* Indents */
.indent {margin-left: 8%;  } /* since: 2003-03-05 */
#indent1 {margin-left: 4%;  } /* since: 2003-03-12 */
.indent2 {margin-left: 8%;  }

/*Border for Division Elements Examples*/

div.box { border: solid; border-width: thin; width: 100%; padding: 0.1em; }

/*Titles Text*/

redtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #CC3300;

}
.orangetitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #999933;
}

/*Custom Bullet Lists*/

ul {
	list-style-image:  url("https://www.health.qld.gov.au/_includes/images/dots.gif");
}

ul.featurebullet{
	list-style: square;
	margin: 12 0 0 0;
	padding: 0 0 0 1.5em;
	font-size:100%
}

ul.featurebullet2{
	list-style: square;
	margin-left: 1.7em;
	padding-left: 0;
	font-size:90%;
}

/*Healthier You*/
ul.healthy
{
	list-style-image:  url("https://www.health.qld.gov.au/_includes/images/right_arrow_orange.gif");
}


/*PHS Bullets*/

ul.blueboxbullets
{
	list-style : square;
	color: #CC0099
}

ul.FloralPinkSqaure
{
	list-style : square;
	color: #cc3399
}

ul.BrightRedSquare
{
	list-style : square;
	color: #ff3300
}

ul.CorpRedSquare
{
	list-style : square;
	color: #990033
}

ul.PalmGreenSquare
{
	list-style : square;
	color: #009933
}

ul.LimeGreenSquare
{
	list-style : square;
	color: #99cc33
}

ul.LightBlueSquare
{
	list-style : square;
	color: #66ccff
}

ul.MidBlueSquare
{
	list-style : square;
	color: #0066cc
}

ul.CorpBlueSquare
{
	list-style : square;
	color: #000066
}

ul.CorpYellowSquare
{
	list-style : square;
	color: #ffcc00
}

ul.PaleYellowSquare
{
	list-style : square;
	color: #ffcc66;
}

ul.OutOrangeSquare
{
	list-style : square;
	color: #ff6600
}

ul.BlueGlassSquare
{
	list-style : square;
	color: #333399
}

ul.PurpleSquare
{
	list-style : square;
	color: #993399
}

ul.AquaSquare
{
	list-style : square;
	color: #66cccc
}

/*NQRTHU site background*/
.nqrhtu 
{  
	background-attachment: scroll; 
	background-image: url(/nqrhtu/images/newimages/cairnsfooter.gif); 
	background-repeat: no-repeat; background-position: center bottom
}

.windmill 
{  
	background-attachment: scroll; 
	background-image: url(/nqrhtu/images/newimages/windmill.jpg); 
	background-repeat: no-repeat; background-position: right top
}

/*RBWH site background*/
.rbwh
{  
	background-attachment: scroll; 
	background-image: url(/rbwh/images/rbwh.jpg); 
	background-repeat: no-repeat; background-position: left bottom
}

/*QHPSS fonts*/

.smallJustifyBoxed {font-size:80%;text-align:justify;padding:4px;border:#ccccff solid 1px} 
.small {font-size:80%} 
.smallJustify {font-size:80%;text-align:justify} 

#featurebox_centre 
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

#border_box_centre 
    {
    text-align:center;
	margin : 2px 2px 0 0;
	padding : 5px 5px 5px 5px;
	border-top-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-width:  1px; 
	border-color: #B3C3CB;
    }


a.az_listing
{
	height: 2em
}

.az_date
{
	height: 2em
}

#longlist a:link {
	text-decoration: underline;
}

#longlist a:visited {
	text-decoration: underline;
}

#longlist a:hover {
	text-decoration: Underline;
}


/* import print specific styles. This format of importing ensures IE4 does not get them. IE4 does horrible things with a block @media */
/*@import "print.css";*/

body{
	background-color:#FFF;
	font-family: arial,helvetica,sans-serif;
	margin: 0px;
	padding-top: 0px;
	font-size:0.75em;	
}

#feature, #footer
{
	font-size: 100%;
}

#nav2, #menuLayer 
{
	font-size: 110%;
}

#nav1 a:link 
{
	color: #ffffff;
}


/* content headings - remember to multiply by any inherited font size to determine real size. eg the content div is styled at 80% font size so our h1 will be approx 104% (80 * 130%) */
h1{
		font-size: 140%;
}

h2{
		font-size: 100%;
}

h3{
	font-size: 100%;
}

/* hide accessibility links from visual browsers */
#access {
position: absolute;
left: -999px;
width: 990px;
}

/* link styles */
/* 20 September 2012: link colour changed to match the 'corporate' h1 colour. */
a:link
{
	text-decoration:underline;
	color: #003C69;
}

/* end 20 September link colur change */

a:visited
{
	text-decoration:underline;
	color:#000;
}

a:hover
{
	text-decoration:underline;
	color: #C31518; 
}

a:active
{
	text-decoration:underline;
	color: #C31518; 
}


/* old primary navigation */
/*
#nav1 a:link
{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

/*pop up div presentation*/
/*
.menuLayer { width: auto;}
.menuTable { background-color: #000066; }
.menuTable2 { background-color: #FFFFFF; font-size : 90%;}
*/
/*end of old primay navigation*/

/*header graphics*/
#qglogo a img{
	border-width:0px;
}

#agency a img{
	border-width:0px;
}

/* search form */
#search
{
	display: inline;
}

/* The following used to be in the /_includes/styles/style.css file which is the same as the /_includes/styles/style.css file */
/* Due to the way that WorkForUs have set it up and due to the way that we have setup our templates in Teamsite rather than regenerate */
/* every single file the style.css contents have been inserted below */

html {
	margin: 0px;
	padding: 0px;
	background-color: white;
}
/*
body {
	margin: 0px;
	padding-top: 0px;
	font-size:0.75em;
}
*/
body, table {
	font-family:Arial, Verdana, Helvetica, sans-serif;
/*  Changed font-family from Arial to Verdana  -  Krishna  */
/* reverted to Arial 20 November - Steve */
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	/*font-size: 90%;*/
	font-weight: normal;
}

#underbanner a {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	/* color: black; */
	text-decoration: none;
	font-weight: normal;
	font-size:110%;
}

#underbanner a:hover {
/*	color: #bc2103; */
	color: #FFCC33;
	text-decoration: none;
}

#center {
	background: url(/_includes/images/top-banner-shadow-slice.gif) repeat-x left 1px;
}

#container, #container-internal {
	position: absolute;
	top: 99px;
	left: 0px;
	width: 100%;
	height: 700px;
	background-image: url(/_includes/images/bg-home-shadow.gif);
	background-repeat: no-repeat;
	background-position: center 11px;
}

#container-internal {
	background-image: none;
	height:auto;
}

#inner-container {
	position: relative;
	width: 980px;
	height: 700px;
	text-align: center;
	margin-top:11px;
}

#bannerleft {
	position:absolute;
	z-index: 3;
	top:12px;
	left:10px;
	height: 51px;
	overflow: hidden;
}


#bannerright {
	position: absolute;
	left: 11px;
	top: 69px;
}

/* 20 September 2012: bannertext colours (text only and links) changed to h1 colour and made bold as white on the new green failed accessability. Hover colour added */
#bannertext {
	position:absolute;
	right:5px;
	top:5px;
	color:#003C69;
	z-index: 2;
	width: 100% !important;
	min-width: 980px !important;
	_min-width: 980px; !important;
	#min-width: 980px; !important;
	text-align: right;
	font-weight:bold;
	}
	
#bannertext a {
	color: #003C69;
	text-decoration: underline;
	font-weight:bold;
}


/* 20 September 2012: bannertext visited link changed to same as active to avoid it becoming black */

#bannertext a:visited {
	color: #003C69;
	text-decoration: underline;
	font-weight:bold;
}

#bannertext a:hover {
	text-decoration:underline;
	color: #C31518; 
}


/* end 20 September bannertext colours changes */

#underbanner {
	background-color: #003333;
	background-image : url('https://www.health.qld.gov.au/_includes/images/shadow-slice-krishna.jpg');
	width:100%;
	height:30px;
	position:absolute;
	left:0px;
	top:105px;
	z-index: 2;
	min-width: 980px !important;
	_min-width: 980px; !important;
	#min-width: 980px; !important;
	text-align: left;
}

#under-banner-text {
	padding-top: 5px;
	font-weight: normal;
	margin-left: 5px;
}

#left-side {
	float: left;
	position: relative;
	width: 10%;
	height: 700px;
}

#feature-group {
	position:absolute;
	left: 0px;
	top: 0px;
	top:0px;
	border:none;
}

#feature-top {
	position:absolute;
	top:126px;
	left:180px;
	border:none;

}

#featured {
	text-align: left;
	position: absolute;
	left: 0px;

}


#featured-text {
	position: absolute;
	top: 60px;
	left: 641px;
	z-index: 4;
	width: 146px;
	height: 170px;
}

#featured-location {
	position: absolute;
	top: 255px;
	left: 805px;
	z-index: 4;
	width: 140px;
	height: 16px;
	text-align: center;
}
	

#underfeature {
	position: absolute;
	top: 288px;
}

#carousel {
	position:relative;
	top:310px;
	left:0px;
}
	
#footer-new {
	text-align: center;
	position: relative;
}


/* 8 August 2013 - don't display print footer image */
#footer-tagline-print {
	display:none;
}
/* 8 August 2013 - "Great State" image text-align moved from qhfooter.inc */

#footer-tagline	{
	text-align: center;
}
#footer-new-internal {
	margin-top:0px;
	margin-bottom:20px;
	padding:0px;
	left: 0px;
}


#footer-graphic {
/*	margin-bottom: 15px;
	background-image:url(/_includes/images/footer-graphic-internal.jpg);
	background-repeat:no-repeat; 
	background-position:center;
*/	
	background-color: #003333;
	background-image : url(https://www.health.qld.gov.au/_includes/images/footer-krishna.jpg);
	background-repeat: repeat;
	width:100%;
	height:140px;
}


#footer-text li
 {
 display: inline;
 list-style-type: none;
 padding-right: 30px;
} 

#footer-text {
	text-align:center;
	color: #ffffff;
}

/* Changed the footer text color - Krishna */

#footer-text a {
	color: #ffffff;
	text-decoration: underline;
}

#footer-text a:hover {
	text-decoration:underline;
	color: #FFCC33; 
}


.visible {
	visibility: visible;
}

.hidden {
	visibility: hidden;
}

.clear {
	clear: both;
}

ul li {
	list-style-type: none;
}

#bg-home-left {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 0; 
	width: 631px; 
	height: 267px;
}

#bg-home-right {
	position: absolute; 
	left: 632px; 
	top: 0px; 
	z-index: 0; 
	width: 249px; 
	height: 267px;
}

/*------------------------------------ 3 COLUMN LIST PROPERTIES --------------------------------------*/

#threecolumnfirst ul li, #threecolumnsecond ul li, #threecolumnthird ul li {
	display: block; 
	background-color: #fdfdfd; 
	border-left: 1px solid #e4e4e4; 
	border-right: 1px solid #e4e4e4; 
	border-top: 1px solid #e4e4e4; 
	width: 178px; 
	padding-top: 10px; 
	padding-bottom: 5px;
}

#featured-campaigns-oral-health {
	margin-top: 8px;
}

#featured-campaigns-oral-health ul li.heading {
	display: block; 
	background-color: #e0cee6; 
	border-left: 1px solid #c09bcc; 
	border-right: 1px solid #c09bcc;
	border-top: 0px !important; 
	width: 178px; 
	padding-top: 5px;
	text-indent: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	list-style-type: none;
}

#featured-campaigns-oral-health ul>li + li {
	border-top: 1px solid #c09bcc; 
	list-style-type: none;
}

#featured-campaigns-oral-health ul li {
	display: block; 
	background-color: #f1e8f3; 
	border-left: 1px solid #c09bcc; 
	border-right: 1px solid #c09bcc; 
	border-top: 1px solid #c09bcc; 
	width: 178px; 
	padding-top: 10px; 
	padding-bottom: 5px;
	list-style-type: none;
}

#featured-campaigns-oral-health a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

#featured-campaigns-allied-health ul li.heading {
	display: block; 
	background-color: #ceeeae;
	border-left: 1px solid #9bde59; 
	border-right: 1px solid #9bde59;
	border-top: 0px !important; 
	width: 178px; 
	padding-top: 5px; 
	padding-bottom: 10px;
	font-weight: bold;
	text-indent: 5px;
	list-style-type: none;
}

#featured-campaigns-allied-health ul>li + li {
	border-top: 1px solid #9bde59; 
	list-style-type: none;
}

#featured-campaigns-allied-health ul li {
	display: block; 
	background-color: #e8f7d9;
	border-left: 1px solid #9bde59; 
	border-right: 1px solid #9bde59; 
	border-top: 1px solid #9bde59; 
	width: 178px; 
	padding-top: 10px; 
	padding-bottom: 5px;
	list-style-type: none;
}

#featured-campaigns-allied-health a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}


#featured-campaigns-medical ul li.heading {
	display: block; 
	background-color: #ffe8ba;
	border-left: 1px solid #fed173; 
	border-right: 1px solid #fed173;
	border-top: 0px !important; 
	width: 178px; 
	text-indent: 5px;
	padding-top: 5px; 
	padding-bottom: 10px;
	font-weight: bold;
	list-style-type: none;
}


#featured-campaigns-medical ul>li + li {
	border-top: 1px solid #fed173;
	list-style-type: none; 
}

#featured-campaigns-allied ul>li + li {
	border-top: 1px solid #66cc00;
	list-style-type: none; 
}

#featured-campaigns-medical ul li {
	display: block; 
	background-color: #fff4df;
	border-left: 2px solid #fed173; 
	border-right: 2px solid #fed173; 
	border-top: 2px solid #fed173; 
	width: 175px; 
	padding-top: 10px; 
	padding-bottom: 5px;
	list-style-type: none;
}

#featured-campaigns-allied ul li {
	display: block; 
	background-color: #e0f5cc;
	border-left: 2px solid #66cc00; 
	border-right: 2px solid #66cc00; 
	border-top: 2px solid #66cc00; 
	width: 175px; 
	padding-top: 10px; 
	padding-bottom: 5px;
	list-style-type: none;
}

#featured-campaigns-medical a,
#featured-campaigns-allied a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

#featured-campaigns-mental-health ul li {
	list-style-type: none !important;
}

#featured-campaigns-mental-health ul li.heading {
	display: block; 
	background-color: #cfe9fa;
	border-left: 2px solid #7cc6f1; 
	border-right: 2px solid #7cc6f1;
	border-top: 0px !important; 
	width: 178px;
	text-indent: 5px; 
	padding-top: 5px; 
	padding-bottom: 10px;
	font-weight: bold;
	list-style-type: none !important;
}

#featured-campaigns-mental-health ul>li + li {
	border-top: 1px solid #36a6e9; 
	list-style-type: none;
}

#featured-campaigns-mental-health ul li {
	display: block; 
	background-color: #d7edfb;
	border-left: 2px solid #36a6e9; 
	border-right: 2px solid #36a6e9; 
	border-top: 1px solid #36a6e9; 
	width: 175px; 
	padding-top: 10px; 
	padding-bottom: 5px;
	list-style-type: none;
}

#featured-campaigns-mental-health a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

#featured-campaigns-nursing ul li.heading {
	display: block; 
	background-color: #e0cee6;
	border-left: 1px solid #c09bcc; 
	border-right: 1px solid #c09bcc;
	border-top: 0px !important; 
	width: 178px;
	text-indent: 5px; 
	padding-top: 5px; 
	padding-bottom: 10px;
	font-weight: bold;
	list-style-type: none;
}

#featured-campaigns-nursing ul>li + li {
	border-top: 2px solid #af7dbe;
	list-style-type: none; 
}

#featured-campaigns-nursing ul li {
	display: block; 
	background-color: #f4edf5;
	border-left: 2px solid #af7dbe; 
	border-right: 2px solid #af7dbe; 
	border-top: 2px solid #af7dbe; 
	width: 175px; 
	padding-top: 10px; 
	padding-bottom: 5px;
	list-style-type: none;
}

#featured-campaigns-nursing a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

#featured-campaigns-more-careers ul li.heading {
	display: block; 
	background-color: #c1d2e8;
	border-left: 1px solid #80a3cf; 
	border-right: 1px solid #80a3cf;
	border-top: 0px !important; 
	width: 178px;
	text-indent: 5px; 
	padding-top: 5px; 
	padding-bottom: 10px;
	font-weight: bold;
	list-style-type: none;
}

#featured-campaigns-more-careers ul>li + li {
	border-top: 1px solid #80a3cf; 
	list-style-type: none;
}

#featured-campaigns-more-careers ul li {
	display: block; 
	background-color: #e2eaf4;
	border-left: 1px solid #80a3cf; 
	border-right: 1px solid #80a3cf; 
	border-top: 1px solid #80a3cf; 
	width: 178px; 
	padding-top: 10px; 
	padding-bottom: 5px;
	list-style-type: none;
}

#featured-campaigns-more-careers a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

#featured-campaigns-careers-in-health ul li.heading {
	display: block; 
	background-color: #e3f2bd;
	border-left: 1px solid #9bde59; 
	border-right: 1px solid #9bde59;
	border-top: 0px !important; 
	width: 178px;
	text-indent: 5px;
	padding-top: 5px; 
	padding-bottom: 10px;
	font-weight: bold;
	list-style-type: none;
}

#featured-campaigns-careers-in-health a {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

#featured-campaigns-careers-in-health ul>li + li {
	border-top: 1px solid #9bde59; 
	list-style-type: none;
}

#featured-campaigns-careers-in-health ul li {
	display: block; 
	background-color: #f2f9e0;
	border-left: 1px solid #9bde59; 
	border-right: 1px solid #9bde59; 
	border-top: 1px solid #e2f1bb; 
	width: 178px; 
	padding-top: 10px; 
	padding-bottom: 5px;
	list-style-type: none;
}

#oral h2.oral-health {
	color: #9e65b0;
}

/*------------------------------------ 3 COLUMN LAYOUT PROPS --------------------------------------*/

#internal-content {
	position: absolute; 
	top: 130px; 
	left: 200px; 
	width: 790px;
}

#internal-column1 {
	float: left; 
	width: 575px;
}

#threecolumnfirst {
	float: left;
	width: 186px;
}

#threecolumnsecond {
	float: left; 
	width: 186px;
	
}

#threecolumnthird {
	float: left;
	width: 186px;
}

#threecolumnheadone {
	position: absolute; 
	top: 0px;
	left: 0px;
	z-index: 5;
}

#threecolumnheadtwo {
	position: absolute; 
	top: 0px; 
	z-index: 5;
	left: 0px;
}

#threecolumnheadthree {
	position: absolute; 
	top: 0px; 
	z-index: 5;
	left: 0px;
}

#inner-ul-div {
	margin-top: 123px;
}

#inner-ul-div-careers-in-health {
	margin-top: 0px;
}

#li-links {
	display: block; 
	padding-left: 5px;
}

#li-heading {
	font: bold;
	padding-left: 5px;
}

#internal-featurebox-top {
	position: absolute; 
	top: 0px; 
	z-index: 1;
}

#internal-featurebox-body-oral {
	display: block; 
	padding-left: 5px; 
}

#featured-campaigns-allied-health a, #featured-campaigns-medical a  {
	display: block !important; 
	padding-left: 5px !important;
}

#column2 {
	float: left;
	width: 165px;

}

#threecolumnsurround {
	position: relative;
	margin-bottom: 10px;
	clear: both;
}

/*------------------------------------ BUTTON PROPS --------------------------------------*/

#btn-find-out-more-off, #btn-find-out-more-on, #btn-view-movie-on,  #btn-view-movie-off {
	position: absolute;
}

#find-out-more {
	margin-top: 10px; 
	margin-left: 5px; 
	float: left;
}

#find-a-job {
	position: absolute; 
	top: 29px; 
	left: 400px;
	cursor: pointer !important;
	cursor: hand !important;
	z-index: 10;
}

#learn-more {
	position: absolute; 
	top: 170px; 
	left: 285px;
	cursor: pointer;
	cursor: hand;
	z-index: 10;
}

#more-jobs {
	position: absolute; 
	top: 235px; 
	left: 640px;
	cursor: pointer;
	cursor: hand;
	z-index: 10;
}

/*------------------------------------ TESTIMONIAL SECTION STYLES --------------------------------------*/

#right-frame-container {
	position: relative; 
	width: 249px;
	height: 267px;
}

#frame-top-image {
	position: absolute; 
	left: 171px; 
	top: 45px; 
	z-index: 2;
}

#frame-btm-image {
	position: absolute; 
	left: 188px; 
	top: 115px; 
	z-index: 1;
}

#frame-overlay {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 3;
}

.title-oral_health {
	color: #cd3f7c !important;  
	font-weight: bold;
}

.title-medical {
	color: #fdb828;
	font-weight: bold;
}

.title-nursing {
	color: #9e65b0 !important;
	font-weight: bold;
}

.title-allied-health {
	color: #82d52f;
	font-weight: bold;
}

.title-more-careers {
	color: #3c71b6;
	font-weight: bold;
}

.title-mental-health {
	color: #36a7e9;
	font-weight: bold;
}

#internal-feature {
	float: left;
	position: relative;
}

#view-movie {
	position: absolute; 
	z-index: 1; 
	top: 2px; 
	left: 146px;
}

/*------------------------------------ UDM MENU STYLES --------------------------------------*/

.udm ul {
	background-image: none !important;
	background-repeat: repeat-x;
	background-color:white !important;
	cursor:default !important;
	width:10.00em;
	height:auto;
	border-width:5px;
	border-color:#e2e2e2;
	border-style:solid;
	position:absolute;
	z-index:20100;
	padding:0px;
}

ul#udm li {
	border-left: 1px solid #666666;
	margin-right: 4px;	
}
	
ul#udm li.first {
	border-left: none;	
}
	
ul#udm li li, ul#udm li li.top {
	border-left: none;
	border-top: 1px solid #eeeeee;
	padding-top: 2px;
	padding-bottom: 2px;
		
}
	
ul#udm li li.top {
	border-top: none;
}

#one-column {
	margin-right: 20px;
}	

li.xc ul li {
list-style-image:url(/_includes/images/second-level-bullet-point.gif);
}


#nav2xc h2 {
margin-left:26px;
}

/* 22 August 2013 - new print header set to not display. Otherwise it pushes the main page content down the page. */

#print-header	{
	display:none;
}
/* RC JAN 2014 - Added to allow information boxes to work on WWW */
/* Information boxes updated to W3C colour contract standards 26 October 2011 */
.box_info, .box_ok, .box_warn, .box_error, .box_tip, .correct_example, .incorrect_example {
    border: 1px solid;
    margin: 10px 0px;
    padding: 12px 8px 12px 42px;
    background-repeat: no-repeat;
    background-position: 6px center;
}
.box_info {
    color: #000099;
    background-color: #BDE5F8;
    background-image: url('/_common/icons/box_info.gif');
}
.box_ok {
    color: #003300;
    background-color: #DFF2BF;
    background-image: url('/_common/icons/box_ok.gif');
}
.box_warn {
    color: #3F3319;
    background-color: #FEFAA5;
    background-image: url('/_common/icons/box_warn.gif');
}
.box_error {
    color: #1e1c1c;
    background-color: #Ffbaba;
    background-image: url('/_common/icons/box_error.gif');
}
.box_tip {
	color: #3F3319;
	background-color: #FFFFCC;
	border-color: #CC9900;
	background-image: url('/_common/icons/box_tip.gif');
}
.correct_example {
	color: #004000;
	background-image: url('/_common/icons/box_ok.gif');
}
.incorrect_example {
	color: #900;
    background-image: url('/_common/icons/box_error.gif');
}

/* prevent line wrapping on elements */
.nobr { white-space: nowrap }

/* RC JAN 2014
/* used by the forms.js for form field validation (highlights the field) */
.field_error {
	border: 1px solid #F00;
	padding: 2px;	
	background-color: #fee;
}

/* generic error text */
.error, .mandatory {
	color: #f00;
	font-size: 8pt;
}

.note {
	color: #666;
	font-size: 8pt;
}

/* buttons */
a.button
{
	background: transparent url('/_common/forms/button_a2.gif') no-repeat scroll top right;
	color: #444;
	display: inline-block;
	font: normal 10pt arial;
	height: 24px;
	width: 148px;
	text-align: left;
	padding-right: 10px; /* sliding doors padding */
	text-decoration: none;
	margin: 1px 1px 1px 1px;
}

a.button span {
	background: transparent url('/_common/forms/button_span2.gif') no-repeat;
	display: block;
	/* line-height: 14px; */
	padding: 1px 0px 4px 12px;
}

a.button:active { background-position: right -48px; } /* outline: none; */
a.button:active span { background-position: left -48px; }
a.button:hover { background-position: right -24px; }
a.button:hover span { background-position: left -24px; }

/* form helpers */
.form_user { background: url(/_common/forms/form_user.gif); }
.form_pass { background: url(/_common/forms/form_pass.gif); }
.form_user,.form_pass 
{
	background-repeat:no-repeat;
	background-position:center left;
	padding: 3px 3px 3px 18px;
	border: 1px solid #999;
}