/*
	==========================================================
	CSS Contents
	==========================================================

	1. CSS RESET
	2. Lakes DHB General Styles
		2.1. 
	3. Lakes DHB Internet Specific Styles
		3.1. 







*/

/* ======================================================================================================
   1. CSS RESET
   ======================================================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, /*img,*/ ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	/*
    border: 0;    
    vertical-align: baseline;*/
	/*vertical-align: top;*/
	line-height: 1.5;
	outline: none;
}

html,body, form{height: 100%;}
ol, ul {list-style: none;}
abbr,acronym {border:0;font-variant:normal;}
/*blockquote, q {quotes: none;}*/
blockquote:before, blockquote:after, q:before, q:after {content:"'";}
blockquote {margin:22px 40px;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
caption,th {text-align:left;}
::-moz-selection {background: #b3d4fc; text-shadow: none;} /* Highlight text colour*/
::selection {background: #b3d4fc; text-shadow: none;} /* Highlight text colour*/
fieldset,img{border:0;}
strong, b, strong a, b a{font-weight: bold;}
em, i{font-style: italic;}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; clear: both;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
textarea {line-height:1.25;} 
label {cursor:pointer;}
form {margin:0;padding:0;display:inline;}


/* ======================================================================================================
   1.1 HTML5 display-role reset for older browsers
   ======================================================================================================*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* ======================================================================================================
   1.2 Clearfix 
   ======================================================================================================*/

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */ 


/* ======================================================================================================
   2.0. Default styles & Fonts
   ======================================================================================================*/

body {background-color: #F5F5F5; color: #444444;}
body {font-family: /*"Open Sans",*/ Arial, Helvetica, sans-serif; }

#section_one, #sec_mid .pageTitle span, h1, h2, h3, h4, h5, h6 {font-family: "Open Sans", Arial, Helvetica, sans-serif;}

body, .ui-widget-content{color: #444444;} /* 363636*/
small {font-size:0.85em;}



.brown{
	background-color: #ccaf9b;
}

.skin{
	background-color: #f4d1af;
}
   
.blue{
	background-color: #52a8d3;
}
   
.green{
	background-color: #5db2ad;
}

.red{
	background-color: #d6566b;
}

.Error,
td a,
td{
    /*font-size: 13px; */
    /*font-weight: normal;*/
    font-family: Arial, Helvetica, sans-serif;
}

/* ======================================================================================================
   2.1. General Styled Links
   ======================================================================================================*/
a, a:link, a:visited, a:focus,
.ui-widget-content a,
#footer_content a:hover,
#footer_content h3 a:hover{
	text-decoration: none;
	color: #2a83ed; /* was 0099ff*/
	cursor: pointer;
}

a:hover, 
.ui-widget-content a:hover{
	text-decoration: underline;
	color: #2a83ed; /* was 0099ff*/
	cursor: pointer;
}

a:active{
	background-color: transparent; /* IE10 fix */
}

#sec_mid a, #sec_mid a:link, #sec_mid a:visited{
	text-decoration: none;
	color: #2a83ed; /* was 0099ff*/
}

#sec_mid a:hover, #sec_mid a:focus{
	text-decoration: underline;
	color: #2a83ed; /* was 0099ff*/
}

/* ======================================================================================================
   2.2. Specific Styled Links
   ======================================================================================================*/

a.arrow_link{
	margin-bottom: 14px;
	padding-left: 20px;
	background: transparent url(anchor_link_icon.png) no-repeat left 2px;
	display: inline-block;
	position: relative;
	zoom: 1;
}

.arrow_icon{
	padding: 13px;
	margin-left: 4px;
	background: transparent url(anchor_link_icon.png) no-repeat left center;
	position: relative;
	zoom: 1;
}

a.external_link,
#footer a.external_link:hover{
	padding-right: 16px;
	background: transparent url(external_link_icon_blue.png) no-repeat right 2px;
	display: inline-block;
	position: relative;
	zoom: 1;
}

#footer a.external_link{
	background: transparent url(external_link_icon_grey.png) no-repeat right 2px;
	display: inline-block;
	position: relative;
	zoom: 1;
}

 
   

/* ======================================================================================================
   3.0. Framework styles
   ======================================================================================================*/   
 
/* If browser is less than IE 7*/
.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }


.wrapper_container{
	width: 1118px;
	margin: 0px auto;
	padding: 26px 0px 0px 0px;
	position: relative;
	margin-bottom: 20px;
}
   
.wrapper_top{
	background: transparent url(wrapper_header_shadow.png) no-repeat center bottom;
	height: 8px;
}

   
.wrapper_body_shadow{
	background: transparent url(wrapper_body_shadow.png) repeat-y left top;

}

.wrapper_bottom{
	background: transparent url(wrapper_footer_shadow.png) no-repeat center top;
	height: 8px;
}

.wrapper_body {
	width: 1100px;
	margin: 0px auto;
	background-color: white;
	border-width: 1px;
}

#header,
#main_container .section,
#main_container .secondary,
#navigation_top,
#footer{
	padding-left: 50px;
	padding-right: 50px;
	
}

.wrapper_body,
#footer,
#footer_bottom{
	border-style: solid;
	border-color: #d0d7d8;
	border-color: #c6c8c8;
	
}

#main_container{
	padding: 10px 0px;
	position: relative;
	background: transparent url(main_conatiner_shadow.png) repeat-x left top;
	font-size: 0.8125em; /* 13px */
    /*line-height: 1.25em; */ /* 20px */
}


/* ======================================================================================================
   4.0. Top of page menu
   ======================================================================================================*/   
#accessibilty {
    display: none;
}

#Level1001{position: absolute; right: 0px; top: 0px; padding: 10px 0px 0px 3px; font-size: 11px;}
#Level1001 li {margin: 0; padding: 0; color: #aaaaaa; float: left;}
#Level1001 a {color: #7b7b7b; font-size: 11px; font-family: Verdana, Arial, Helvetica san-serif; padding: 0px 6px; text-decoration: none; height: 19px;}
#Level1001 a:hover {text-decoration: underline;}


/* ======================================================================================================
   5.0. Internet Header styles
   ======================================================================================================*/   

#header{
	background: #2a83ed url(header_decoration.png) no-repeat right -4px;
	height: 120px;
	position: relative;
}

.header_logo {
	width: 207px; 
	height: 74px;
	position: relative;
	top: 26px;
	background: transparent url(header_logo.png) no-repeat 0 0;
}

.header_logo a{
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.header_logo_print{display: none;}

.header_text{
	position: absolute;
	top: 30px;
	left: 285px;
	padding-left: 30px;
	border-left: 1px solid #FFFFFF;
	
}

.header_text h1{
	display: inline-block;
	color:#FFFFFF;
	font: bold 28px/32px "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	font: normal 1.75em/32px "Amaranth";
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* ======================================================================================================
   5.1. Internet Header search box styles
   ======================================================================================================*/ 

/*#header_search_box{
	position: absolute;
	top: 45px;
	right: 50px;
	padding: 10px;
	border-radius: 4px;
	background-color: #226bca;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.15) inset;
}*/

#header_search_box input{
	width: 200px;
	height: 30px;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF url(search_icon.png) no-repeat 6px center;
	padding: 0px 5px 0px 25px;
	border: none;
	margin: 0px;
	float: left;
}

/* ==============================
    Intranet Search
   ==============================*/


#header_search_box.internet_header  {
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    position: absolute;
    right: 50px;
    top: 45px;
}

#header_search_box.internet_header  .top,
#header_search_box.internet_header  .bottom{
	height: 12px;
}

#header_search_box.internet_header  .left,
#header_search_box.internet_header  .right{
	width: 12px;
}
   
#header_search_box.internet_header  .top .left{
	background: transparent url(search_tl_internet.png) no-repeat left top;
}

#header_search_box.internet_header  .top .right{
	background: transparent url(search_tr_internet.png) no-repeat left top;
}

#header_search_box.internet_header  .bottom .left{
	background: transparent url(search_bl_internet.png) no-repeat left bottom;
}

#header_search_box.internet_header  .bottom .right{
	background: transparent url(search_br_internet.png) no-repeat left bottom;
}

#header_search_box.internet_header  .top .centre{
	background: transparent url(search_tc_internet.png) repeat-x left top;
}

#header_search_box.internet_header  .bottom .centre{
	background: transparent url(search_bc_internet.png) repeat-x left bottom;
}

#header_search_box.internet_header  .middle .left{
	background: transparent url(search_ml_internet.png) repeat-y left top;
}

#header_search_box.internet_header  .middle .right{
	background: transparent url(search_mr_internet.png) repeat-y left bottom;
}


/* ======================================================================================================
   Top level Navigation
   ======================================================================================================*/ 

ul.horizontal{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	zoom:1;
}

ul.horizontal li{
	float: left;
}

  
#navigation_top  {
	background: #FFFFFF url(border_grey.png) repeat-x left bottom;
	height: auto;
	clear: both;
	
}

#navigation_top ul{
	display: block;
	position: relative;
}

#navigation_top a{
	color: #686868; /*was #8f8f8f*/
	font: 400 0.8125em/56px Verdana, Arial, Helvetica, sans-serif;
	height: 52px;
	display: inline-block;
	margin: 0 4px;
    padding: 0 12px;	
}

#navigation_top a:hover{
	text-decoration: none;
	border-bottom: 5px solid #ebebeb; /*was #d0d7d8 */
	color: #111111;/*was #686868*/
}
   
#navigation_top a.Level0Selected,
#navigation_top a.Level0Selected:hover{
	border-bottom: 6px solid #2A83ED; /* was #256dcc*/ 
	color: #256dcc;
} 

#navigation_top a:focus{
    text-decoration: none;
}



/* ======================================================================================================
   Internet homepage button styles
   ======================================================================================================*/ 

a.link_button {
	display: inline-block;
	color: #818181;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	padding: 0px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #C7C7C7;
	background: #f6f6f6 url(grey_button_bg_normal.png) repeat-x left top;
	border-radius: 3px;
}

a.link_button:hover,
a.link_button:focus{
	border-color: #b8b8b8;
	text-decoration: none;
	background: #EFEFEF url(grey_button_bg_hover.png) repeat-x left top;
	color: #686868;
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.15);
}
a.link_button:active{
	border-color: #b8b8b8;
	background: #dddddd url(grey_button_bg_active.png) repeat-x left top;
	color: #555555;
	line-height: 37px;
	text-shadow: 0px -1px 0px rgba(255,255,255,1);
}

#header_search_box a.link_button{
	display: block;
	border-width: 0px 0px 0px 1px;
	line-height: 30px;
	height: 30px;
	float: left;
	border-radius: 0px;	
}

#header_search_box a.link_button:hover,
#header_search_box a.link_button:focus{
	border-color: #b8b8b8;
	box-shadow: none;
}

#header_search_box a.link_button:active{
	/*border-color: #b8b8b8;
	line-height: 32px;*/
	border-color: #b8b8b8;
	text-decoration: none;
	background: #EFEFEF url(grey_button_bg_hover.png) repeat-x left top;
	color: #686868;
	
}

  


/* ======================================================================================================
   Internet homepage section styles
   ======================================================================================================*/ 

.section h2{
	font: normal 30px/32px "Amaranth";
	color: #5d5d5e;
	padding-bottom: 20px;
	margin-bottom: 20px;

}   
  
.section{
	padding: 20px 0px;
	position: relative;
	clear: both;
}

#about_us_homepage,
#news_homepage,
#hospitals_homepage {
	position: relative;
}

.action_area{
	position: absolute;
	right: 0px;
	top: 0px;
}
   
.section h2.underline{
	border-bottom: 1px solid #ececec;
}


/* ======================================================================================================
   Section 1 - Image slider / quick links
   ======================================================================================================*/ 

#section_one{
	position: relative;
}

.shadow_right{
	position: absolute;
	left: 770px;
	top: 20px;
	z-index: 1000;
	height: 328px;
	width: 6px;
	background: transparent url(shadow_right.png) repeat-y left top;
}
   
#image_slider{
	width:720px;
	height:328px;
	position: relative;
	float: left;
}

#banner {
    overflow: hidden;
    width:720px;
	height:328px;
	position: relative;
}

#banner_prev,
#banner_next{
    position: absolute;
    bottom: 26px;
    z-index: 9999;
    height: 40px;
    width: 40px;
}
#banner_prev {
    right: 71px;
}

#banner_next {
    right: 26px;
}

#banner_prev a,
#banner_next a{
    height: 100%;
    width: 100%;
    display: block;    
}

#banner_prev a{
    background: transparent url(banner_previous.png) no-repeat left top;
}

#banner_next a{
    background: transparent url(banner_next.png) no-repeat left top;
}

#banner_prev a:hover,
#banner_next a:hover{
    background-position: left bottom;
    text-decoration: none;    
    cursor: pointer;
}

  
#image_slider h1,
#image_slider a.learn_more,
#image_slider a.learn_more:hover{
	color:#FFFFFF;
	z-index: 1000;
}

#image_slider .koru_overlay,
#image_slider .white_overlay,
#image_slider h1,
#image_slider a.learn_more{
	position: absolute;
}

#image_slider h1{
	display: inline-block;
	font: 600 28px/40px Open Sans, Arial, Helvetica, sans-serif;
	left: 62px;
	bottom: 80px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	
}


#image_slider a.learn_more{
	border: 1px solid #FFFFFF;
	display: inline-block;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
	left: 62px;
	bottom: 30px;
	
}

#image_slider a.learn_more:hover,
#image_slider a.learn_more:focus{
	text-decoration: none;
	background: #2a83ed url(learn_more_hover.png) repeat-x left top;
	border-color: #5194d3;
	cursor: pointer;
}

#image_slider .koru_overlay{
	height: 144px;
	width: 250px;
	background: transparent url(koru_overlay.png) no-repeat left top;
	left:5px;
	bottom: 0px;
	z-index: 500;
}

#image_slider .white_overlay{
	height: 192px;
	width: 490px;
	background: transparent url(white_transparent_bg.png) no-repeat left top;
	left:5px;
	bottom: 20px;
	z-index: 700;
}

body.internet_home #quickLinks{
	float: left;
	height: 328px;
	width: 280px;
}

body.internet_home #quickLinks h3{
	display: block;
	height: 50px;
	color: #FFFFFF;
	line-height: 50px;
	font-size:18px;
	font-weight: bold;
	background-image: url(koru_small_blue.png);
	background-position: right -4px;
	background-repeat: no-repeat;
	padding-left: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body.internet_home #quickLinks ul li{
	border-top: 1px solid #99c3d7;
	
}

body.internet_home #quickLinks ul li:first-child{   
	border: none;
}   

body.internet_home #quickLinks a,
body.internet_home #quickLinks a:link,
body.internet_home #quickLinks a:hover{
	color: #363636;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	height: 44px;
	line-height: 44px;
	background: #FFFFFF url(quick_links_arrow_blue.png) no-repeat 95% 50%;
	
}
body.internet_home #quickLinks a:hover{
	background-color: #eaf4fa;
}

   
/* ======================================================================================================
   Section 1 - Here to help
   ======================================================================================================*/ 
   
#section_two.section{
	padding-bottom: 40px;
}


.diagonal_lines{
	overflow: hidden;
	background: transparent url(diagonal_lines.png) repeat-x left 14px;
}

.diagonal_lines h2{
	background-color: #FFFFFF;
	padding-right: 20px;
	display: inline-block;
	*display: inline;
	padding-bottom: 5px;
	position: relative;
	zoom: 1;
}
   
.intro_box{
	width: 230px;
	margin: 0px 10px;
	overflow: hidden;
	color: #FFFFFF;
	float: left;
}

.intro_box .image{
	overflow: hidden;
	position: relative;
	clear: both;
    height: 145px;
    margin: 0px auto;
    width: 100%;
}

.intro_box .image img{
	height: auto;
    padding: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    /*position: absolute;*/
    right: 0;
    top: 0;
	max-width: 100%
}

.intro_box .heading{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	clear: both;
	padding: 10px;
	display: block;
	height: 85px;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
}

.intro_box .read_more{
	overflow: hidden;
	
}
.intro_box .read_more a{
	font-size: 12px;
	float: right;
	padding: 10px 28px 10px 10px;
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	background: transparent url(more_arrow_white.png) no-repeat 84px 13px;
}

.intro_box .read_more a:hover{
	text-decoration: none;
	background-color: #FFFFFF;
}
.intro_box.brown .read_more a:hover{
	color:#ccaf9b;
	background-image: url(more_arrow_brown.png);
}

.intro_box.skin .read_more a:hover{
	color:#f4d1af;
	background-image: url(more_arrow_skin.png);
}

.intro_box.blue .read_more a:hover{
	color:#52a8d3;
	background-image: url(more_arrow_blue.png);
}

.intro_box.green .read_more a:hover{
	color:#5db2ad;
		background-image: url(more_arrow_green.png);
}


   
/* ======================================================================================================
   Section 3 - About Us / News
   ======================================================================================================*/   
 
#section_three {
	background: #F7F7F7 url(koru_grey.png) no-repeat -12px bottom;
	border-width: 1px 0px;
	border-color: #e3e3e3;
	border-style: solid;
} 

.inset_shadow{
	position: absolute;	
}
#section_three .shadow_top{
	background: transparent url(shadow_top.png) repeat-x left top;
	left: 0px;
	top: 0px;
	height: 4px;
	width: 1100px;
}
#section_three .shadow_bottom{
	background: transparent url(shadow_bottom.png) repeat-x left bottom;
	left: 0px;
	bottom: 0px;
	height: 5px;
	width: 1100px;
}   
   
#about_us_homepage{
	width: 450px;
	margin-right: 50px;
	float: left;
}

#about_us_homepage p{
	line-height: 22px;
	padding-bottom: 12px;
}

#about_us_homepage ul{
	margin-left: 30px;
}

#about_us_homepage  ul li{
	list-style: disc outside;
	padding: 0px 0px 8px 8px;
}
  
#news_homepage{
	width: 450px;
	margin-left: 50px;
	float: left;
}   

#news_homepage .action_area{
	float: left;
}
   
#news_homepage .action_area a,
#news_homepage .action_area span{
	float: left;
}

.rotatedContent{
    width: 100%;
    display: block;
    
}

.separator{
	width: 2px;
	height: 24px;
	margin: 5px 16px 0px;
	zoom: 1;
	background: transparent url(separator.png) no-repeat left top;
}
.rss_button{
	background: transparent url(rss_button.png) no-repeat left top;
	width: 24px;
	height:24px;
	margin-top: 5px;
}
   
ul.news-controls {
	display: block;
	border-top: 1px solid #ececec;
	padding-top: 15px;
}

.float-right{
	float: right;
}

.float-left{
	float: left;
}

.mynewsbox h4{
    font-size: 14px;
    font-weight: bold;
    color: #2E2E2E;
    margin-bottom: 12px;
    
}


.mynewsbox a.arrow_link{
    margin-top: 16px;
    display: block;
    font-size: 12px;
    
    
}


.rotating_news_image img{
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #dbdbdb;
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.15);
}

.rotating_news_image{
    width:130px;
    padding: 3px 10px 0px 3px;
    vertical-align: top;        
}
.rotating_news_content{
    vertical-align: top;           
    padding: 0px 0px 0px 10px;
}


.news-controls li{
	margin-left: 10px;
}

.news-controls a.button,
.news-controls a.button:focus{
	display: inline-block;
	padding: 0px 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #C7C7C7;
	background: #f6f6f6 url(grey_button_bg_normal.png) repeat-x left bottom;
	border-radius: 3px;
	color: #818181;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	position: relative;
	text-decoration: none;
}

.news-controls a.button:hover{
	border-color: #b8b8b8;
	text-decoration: none;
	background: #EFEFEF url(grey_button_bg_hover.png) repeat-x left bottom;
	color: #686868;
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.15);
}

.news-controls a.button:active{
	border-color: #b8b8b8;
	background: #dddddd url(grey_button_bg_active.png) repeat-x left bottom;
	color: #555555;
	line-height: 30px;
	text-shadow: 0px -1px 0px rgba(255,255,255,1);
}

.news-controls li.previous a.button{
	text-align: right;
	padding-left: 26px;
}

.news-controls li.next a.button{
	padding-right: 26px;
}

.news-controls li a span{
	position: absolute;
	top: 7px;
	height: 13px;
	width: 13px;
	
}

.news-controls a.button:active span{
	top: 8px;
}

.news-controls li.previous a span{
	background: transparent url(previous.png) no-repeat left center;
	left: 0px;
	margin-left: 6px;
}

.news-controls li.next a span{
	background: transparent url(next.png) no-repeat right center;
	right: 0px;
	margin-right: 6px;
}



   
   
/* ======================================================================================================
   Section 4 - Lakes DHB Hospitals / Help if unwell
   ======================================================================================================*/   
   
#hospitals_homepage{
	width: 600px;
	margin-right: 60px;
	float: left;
}

#hospitals_homepage .map_view{
	float: right;
	width: 270px;
	height: 244px;
}

#hospitals_homepage .contact_details {
	padding-right: 285px;
	padding-left: 16px;
}

#hospitals_homepage h5{
	font-weight: bold;
	margin-bottom: 5px;
	color: #111111;
}

#hospitals_homepage h5.phone_heading,
#hospitals_homepage span.phone{
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 12px;
	margin-bottom: 0px;
	*display: inline;
	zoom: 1;
}

#hospitals_homepage span.phone{
	margin-right: 0px;
}

#hospitals_homepage p,
#hospitals_homepage a,
#hospitals_homepage h5,
#hospitals_homepage span{
	font-size: 12px;
}

#hospitals_homepage p{
	line-height: 18px;
	padding-bottom: 12px;
}

.google_map_link{
	display: block;
	overflow: hidden;
	margin-top: 5px;
	text-align: right;
	*width: 270px;
}

.google_map_link a{
	text-align: right;
	font-size: 12px;
	*width: 264px
	*display: inline;
	zoom: 1;
	
}

#unwell_details{
	margin-left: 660px;
	/*
	float: left;
	width: 340px;
	*/
	color: #3b444f;
	
}   
   
.grey_background  {
	background-color: #f7f7f7;
	border-bottom: 3px solid #e9e9e9;
	
}
   
h3.coloured_heading{
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
} 
 
#emergency_number.grey_background{
	padding: 14px 8px;
	margin-bottom: 20px;
}

#emergency_number  .dial_name,
#emergency_number  .dial_number{
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFFFFF;
}
#emergency_number  .dial_name{
	padding-right: 40px; 
}
#emergency_number  p{
	margin-top: 14px;
}

#general_numbers.grey_background{
	padding: 6px 0px;	
}

#general_numbers table{
	border: none;
	width: 100%;
}

#general_numbers table td{
	padding: 6px 8px;
	text-align: left;
}
   
/* ======================================================================================================
   Tabbed Container - JQuery overrides
   ======================================================================================================*/   
     
/*.ui-widget{
	font-family: inherit;
	font-size: inherit;
	margin-top: 20px;
}   

.ui-tabs,
.ui-tabs .ui-tabs-nav{
	padding: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr   {
	border-radius: 0px;
}
   
.ui-widget-content{
	background: none;
	border: none;
}
.ui-widget-header{
	background: none;
	border-width: 0px 0px 1px 0px;

}

.ui-widget-header,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border-color: #d4d5d9;
	border-style: solid;
}

.ui-tabs .ui-tabs-nav{
	background: transparent url(shadow_bottom.png) repeat-x left bottom;
}

.ui-tabs .ui-tabs-nav li a{
	padding: 14px 15px 9px;
	font-weight: 600;
}

.ui-state-default{
	margin: 0px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: none;
	background: #f6f6f6 url(shadow_bottom.png) repeat-x left bottom;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
	color: #8f8f8f;
	display: inline-block;
}

.ui-state-hover a, .ui-state-hover a:link, .ui-state-hover a:hover{
	color: #686868;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover{
	background-color: #FFFFFF;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background: none;
	background-color: #FFFFFF;	
	border-top-color: #52a8d3;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected{
	z-index: 10000;
	position: relative;
	zoom: 1;
}
.ui-state-hover span, .ui-widget-content .ui-state-hover span, .ui-widget-header .ui-state-hover span{
	width: 100%;
	height: 5px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #f4f4f4;
}

.ui-state-active span, .ui-widget-content .ui-state-active span, .ui-widget-header .ui-state-active span{
	width: 100%;
	height: 5px;
	padding: 0px 1px;
	position: absolute;
	top: 0px;
	left: -1px;
	background-color: #52a8d3;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-state-active a:link, .ui-state-active a:hover {
	color: #686868;	
}

.ui-tabs .ui-tabs-nav li{
	margin-right: 0px;
	left: -1px;
	*margin-bottom: -1px;
}

.ui-tabs .ui-tabs-nav li.first{
	left: 0px;
}
 
.ui-tabs .ui-tabs-panel{
	
	padding: 20px 0px 0px 0px;
	
}*/

   
/* ======================================================================================================
   Footer
   ======================================================================================================*/

#footer{
	border-width: 1px 0px 0px 0px;
	background-color: #f7f7f8;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer a{
	color: #3b444f;
}

#footer_content{
	font-size:12px;
	font-weight: normal;
	line-height: 18px;
}


#footer_content h3,
#footer_content h3 a{
	color: #3b444f;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 18px;
}


.footer_block{
	width: 230px;
	float: left;
	padding-right: 20px;
}

.footer_block li {
	margin-bottom: 14px;
	padding-left: 20px;
	background: transparent url(anchor_link_icon.png) no-repeat left 2px;
}

#feedback h3{
	padding-left: 27px;	
	background: transparent url(footer_comments_icon.png) no-repeat left 2px;
}

.socia_media_message{
	/*display: none;*/
}

.temphide{
	display: none;
}

#social_media .youtube{
	display: none;
}

#social_media li {
	display: inline-block;
	margin-bottom: 8px;
}

#social_media a{
	vertical-align: top;
}

#social_media .temporary_icon{
    float: right;
    display: block;
    width: 105px;
	height: 29px;
	position: relative;
	zoom: 1;
	margin-top: 10px;
	
}

#social_media .facebook_icon_disabled{
	background: transparent url(facebook_icon_disabled.png) no-repeat right 0;
	margin-right: 10px;
}

#social_media .twitter_icon_disabled{
	background: transparent url(twitter_icon_disabled.png) no-repeat left 0;
	margin-left: 10px;
}

#social_media a.icon{
	width: 29px;
	height: 29px;
	position: relative;
	margin-left: 10px;
	display: inline-block;
	top: -6px;
}

#social_media a.facebook_icon{
	background: transparent url(facebook_icon.png) no-repeat 0 0;
}

#social_media a.twitter_icon{
	background: transparent url(twitter_icon.png) no-repeat 0 0;
}

#footer_bottom{
	border-width: 1px 0px 0px 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 20px 0px;
	clear: both;
	color: #2E2E2E;
}

#external_organisations{
	float: right;
}

#external_organisations a:hover{
	text-decoration: none;
}

#external_organisations li a{
	height: 45px;
	margin-left: 16px;
	text-indent: -9999px;
	display: block;
}

#external_organisations a.MoH_logo{
	width: 105px;
	background: transparent url(MoH_icon.png) no-repeat 0 0;
}

#external_organisations a.HDC_logo{
	width: 60px;
	background: transparent url(HDC_logo.png) no-repeat 0 0;
}

#external_organisations a.HQSCNZ_logo{
	width: 148px;
	background: transparent url(HQSCNZ_logo.png) no-repeat 0 0;
}

#external_organisations a.smokefree_logo{
	width: 120px;
	background: transparent url(smokefree_logo.png) no-repeat 0 0;
}

#external_organisations a:hover{
	background-position: 0 -45px;
}

#external_organisations li:first-child a{
	padding-left: 0px;
}

#footer_bottom{
	font-family: Verdana, Arial, Helvetica;
}

#footer_links,
#external_organisations{
	font-size: 11px;
}

#footer_links {
	margin-top: 3px;
}

#footer_links li a{
	display: block;
	border-left: 1px solid #2E2E2E;
	padding: 0px 8px;
}

#footer_links li:first-child a{
	border-left: none;
	padding-left: 0px;
}

#copyright {
	font-size: 10px;
	margin-top: 12px;
}




/* ======================================================================================================
   Additional Styles
   ======================================================================================================*/

.popup_bg 
{
    background: url(bg_pop.jpg) repeat-x; /* add header for pop-ups*/
}

#ctl00_MainContent_dgPreview 
{
    border: none;

}




