/* GENERAL STYLES */
/*
Style for Sonic Healthcare.
Created by Stingna Zhou
Date: 2007-12-24(y-m-d)
Version: v1.0
*/

*{
	margin: 0;
	padding: 0;
	list-style: none;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{
	color: #004B8D;
	text-decoration: underline;
}

a:hover{
	color: #3095F1 !important;
	text-decoration: underline;
}


input{
	color: #A5A5A6;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 3px;
	font-size: 11px;
}

button{
	cursor: pointer;
}

span{
	display: inline-block;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #004B8D;
	font-weight: normal;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #335779;
	background: url('../images/arrow_red_left.gif') no-repeat 0 3px;
	padding-left: 22px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DADADA;
}

h3{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004B8D;
}

h4{
	font-size: 11px;
	color: #004B8D;
}

/* // Main Structure Start */
#wPage{
	width: 940px;
	margin: 0 auto;
}

#header{
	background: url('../images/header_bg.jpg') repeat-x bottom;
	margin-top: 32px;
	width: 100%;
}

#header .headerOutSide{
	background: url('../images/header_line.jpg') no-repeat left bottom;
}

#header .headerInSide{
	background: url('../images/header_line.jpg') no-repeat right bottom;
}

#mainContent{
	margin-top: 3px;
	clear: both;
	width: 100%;
}

#footer{
	clear: both;
	float: none;
	width: 100%;
	margin-top: 1px;
	border-top: 7px solid #EFEFEF;
	color: #666;
	font-size: 10px;
}

#footer a{
	color: #666;
}

#footer .footerInSide{
	margin-top: 1px;
	background: #F8F8F8;
	text-align: right;
	padding-right: 15px;
	height: 37px;
	padding-top: 5px;
}
/* Main Structure End // */


/* // class can be used in the global site */
.clear{
	clear: both;
	float: none;
	height: -1px !important;
	line-height: 0 !important;
	clear: both;
	float: none;

}

* html .clear{

	height: -1px !important;
	line-height: 0 !important;
}

.inputBorder{
	border: 1px solid #D9E3EC;
}

.searchButton{
	border: 0;
	font-size: 9px;
	background: url('../images/button_search_bg.jpg') no-repeat center;
	width: 49px;
	height: 18px;
	text-align: center;
	color: #fff;
	margin-bottom: 1px;
	margin-left: 5px;
}

.searchAgaginButton{
	border: 0;
	font-size: 9px;
	background: url('../images/button_search_again_bg.gif') no-repeat center;
	width: 79px;
	height: 18px;
	text-align: center;
	color: #fff;
	margin-bottom: 1px;
	margin-left: 5px;
}

.buttonGreyMore{
	background: #EFEFEF url('../images/button_grey_left.gif') no-repeat left;
	display: block;
	height: 18px;
}

.buttonGreyMore .buttonGreyOutSide{
	display: block;
	height: 18px;
	background: url('../images/button_grey_right.gif') no-repeat right bottom;
}

.buttonGreyMore .buttonGreyOutSide a{
	background: url('../images/arrow_double_left.gif') no-repeat right;
	padding-left: 10px;
	padding-right: 25px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	top: 2px;
}

.linksList{
	display: block;
}

.linksList li{
	background: url('../images/arrow_blue_left.gif') no-repeat 0 7px;
	padding-left: 20px;
	line-height: 200%;
}

.last{
	border: 0 !important;
}
/* class can be used in the global site // */

.newsteaser
{
	margin-left:5px;
}

/* // Header setting */
#header .topSearch{
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
}

#header .topSearch input{
	width: 180px;
}

#header .logo{
	float: left;
	position: relative;
	left: 10px;
	top: -5px;
}

#header .mainMenu{
	color: #3D3D3E;
	float: right;
	z-index: 1000;
}

#header .mainMenu li{
	float: left;
	background: url('../images/menu_line.jpg') no-repeat left bottom;
	text-align: center;
	width: 143px;
	font-weight: bolder;
	padding-left: 1px;
}

#header .mainMenu li a{
	display: block;
	padding: 15px 0;
	text-decoration: none;
	cursor: pointer;
	color: #3D3D3E;
}

#header .mainMenu li a:hover{
	display: block;
	background: url('../images/menu_hover_bg.jpg') repeat-x bottom;
	color: #fff !important;
}

#header .mainMenu li.active{
	display: block;
	background: url('../images/menu_hover_bg.jpg') repeat-x bottom;
	color: #ffffff;
	margin-left: 1px;
}

#header .mainMenu li.active a{
	color: #ffffff;
}

#header .mainMenu li.active ul{
	/*margin-left: -72px;*/
}

/* // Main Menu Second Level setting Start */
#header .mainMenu li ul{
	background: #B10125;
	display: block;
	width: 150px;
	position: absolute;
	margin-top: -5px;
	visibility: hidden;
	z-index: 1000;
}

* html #header .mainMenu li ul{
	margin-left: -72px;
}

*+html #header .mainMenu li ul{
	margin-left: -71px;
}

#header .mainMenu li:hover ul, .mainMenu ul a:hover ul, #header .mainMenu li.sfhover ul{
	visibility: visible;
}

#header .mainMenu li ul li{
	width: 100%;
	text-align: left;
	font-weight: normal;
	background: none;
	padding-left: 0;
}

#header .mainMenu li ul li span{
	padding-left: 15px;
}

#header .mainMenu li ul li a{
	color: #fff;
	display: block;
	padding: 3px 0;
}

#header .mainMenu li ul li a:hover{
	background: #FAE5E8;
	color: #9B0020 !important;
	display: block;
}
/* Main Menu Second Level setting End // */
/* Header setting // */


/* // Home Page Main Content Setting */
#mainContent .midBanner{
	border: 1px solid #C8C8C8;
}

#mainContent .homeContent{
	margin-top: 2px;
	border-top: 8px solid #D3D3D3;
	padding: 20px 12px 10px 12px;
}

#mainContent .homeContent .homeHealthCare, #mainContent .homeContent .homeQuickLinks{
	float: left;
}

#mainContent .homeContent .homePracticesLocator{
	float: right;
	width: 295px;
}

#mainContent .homeContent .homeHealthCare{
	margin-right: 25px;
	width: 300px;
}

#mainContent .homeContent .homeQuickLinks{
	width: 275px;
}

.homeHealthCare .homeHealthCareContent{
	line-height: 160%;
	color: #444343;
}

.homeHealthCare .homeHealthCareContent, .homeQuickLinks .linksList, .homePracticesLocator .homePracticesLocatorContent{
	margin-top: 20px;
}

.homeHealthCare .buttonGreyMore{
	width: 119px;
	margin-top: 20px;
}

.homePracticesLocator .homePracticesLocatorContent{
	text-align: center;
}
.homePracticesLocator .homePracticesLocatorContent A{
	 color:White;
	 text-decoration:none;
}

.homePracticesLocator .homePracticesLocatorContent img{
	  border-style:none;
}
/* Home Page Main Content Setting // */


/* // left column and right column setting */
#mainContent .leftCol{
	float: left;
	width: 222px;/*//227*/
}

#mainContent .rightCol{
	float: right;
	width: 713px;
}

#mainContent .columnOutSide{
	width: 222px;
	border: 1px solid #DADADA;
}

#mainContent .columnOutSide{
	height:526px ;/*526px*/
}
/* left column and right column setting // */


/* // navigation on the left side */
#mainContent .leftCol .leftNav{
	margin: 25px 5px 0 20px;
}

#mainContent .leftCol .leftNav h3{
	margin-bottom: 10px;
}

#mainContent .leftCol .leftNav li{
	display: block;
	background: url('../images/icon_red_dot.gif') no-repeat 0 9px;
	padding-left: 12px;
	line-height: 190%;
	font-size: 11px;
	font-weight: bolder;
}

#mainContent .leftCol .leftNav li a{
	color: #414141;
	text-decoration: none;
}

#mainContent .leftCol .leftNav li a:hover, #mainContent .leftCol .leftNav li.active{
	
	color: #F20017;
	text-decoration: none;
}

#mainContent .leftCol .leftNav li.active{
	cursor: default;
}

#mainContent .leftCol .leftNav li li{
	background: none;
	font-weight: normal;
	padding-left: 0px;
}

#mainContent .leftCol .leftNav li li a{
	color: #30417E;
}

#mainContent .leftCol .leftNav li li a:hover{
	color: #000 !important;
}
/* navigation on the left side // */


/* // Banner and Navigation BreadCrumb nav on the right side */
.navPageHead{
	color: #B4D2EF;
	position: relative;
	top: 105px;
	left: 373px;
}
.navBreadCrumb{
	color: #B4D2EF;
	position: relative;
	top: 25px;
	left: 20px;
}

.navBreadCrumb h1{
	margin-bottom: 5px;
}

.navBreadCrumb .active{
	color: #004B8D;
	cursor: default;
}

.navBreadCrumb a{
	color: #004B8D;
	cursor: pointer;
}


.rightCol .rightBanner{
	border: 1px solid #DADADA;
	width: 712px;
	height: 127px;
}

.rightCol .rightBanner .aboutUsBannerNav{
	background: url('../images/aboutus_banner_bg.jpg') no-repeat;
	width: 100%;
	height: 100%;
}

.rightCol .rightBanner .searchResultsBannerNav{
	background: url('../images/search_result_banner_bg.jpg') no-repeat;
	width: 100%;
	height: 100%;
}

.rightCol .rightBanner .practiceLocatorBannerNav{
	background: url('../images/practice_locator_banner_bg.jpg') no-repeat;
	width: 100%;
	height: 100%;
}
/* Banner and Navigation BreadCrumb nav on the right side // */


/* // Right Side Sub Content Setting */
.rightCol .subContent{
	width: 100%;
}

.rightCol .subContent .articleContent{
	margin: 20px 10px 10px 20px;
}

.rightCol .subContent .articleContent h3{
	margin: 10px 0 0 0;
}

.rightCol .subContent .articleContent p{
	font-size: 12px;
	color: #444343;
	text-align: justify;
	padding: 5px 0;
}

.rightCol .floatLeftPic{
	float: left;
}

.rightCol .floatLeftPic img{
	border: 1px solid #858585;
	margin: 13px 5px 5px 0;
}

.rightCol .floatRightPic{
	float: right;
}

.rightCol .floatRightPic img{
	border: 1px solid #858585;
	margin-left: 15px;
	margin-bottom: 15px;
	display: block;
}

.rightCol .indexText{
	font-size: 16px !important;
	color: #8D8D8D !important;
	font-weight: bolder;
	text-align: justify;
}
/* Right Side Sub Content Setting // */


/* // Practive Locator Area setting - two map Start */
.practiveLocatorArea{
	margin: 5px 5px 0px 0px;
}

.flashMap1{
	margin-left: 5px;
	margin-top: 25px;
}

.practiveLocatorArea .practiveLocatorLeft{
	float: left;
	width: 490px;
}

.practiveLocatorArea .practiveLocatorRight{
	float: right;
	width: 208px;
	border: 1px solid #DADADA;
}

.countryAdress{
	padding: 30px 10px;
}

.countryAdress h3{
	margin: 20px 0 10px 0;
}

.countryAdress h3 span, .addressDetail span{
	display: block;
}

.addressDetail img{
	margin-top: 10px;
}
/* Practive Locator Area setting - two map End //*/



/* // Search Results setting Start */
.searchTips{
	border: 1px solid #DADADA;
	padding: 5px;
	text-align: right;
	vertical-align: middle;
	display: block;
	margin-bottom: 1px;
}

.searchTips .keyWords{
	float: left;
	padding-top: 5px;
}

.pageNum{
	background: #F9F9F9;
	display: block;
	text-align: right;
	color: #004B8D;
	padding: 10px 5px;
}

.pageNum .pageTips{
	float: left;
}

.pageNum .firstPage a{
	background: url('../images/arrow_double_blue_first.gif') no-repeat 0 5px;
	padding-left: 8px;
}

.pageNum .lastPage a{
	background: url('../images/arrow_double_blue_last.gif') no-repeat 20px 5px;
	padding-right: 12px;
}

.searchResultsList{
	width: 100%;
	display: block;
	margin: 10px 0;
}

.searchResultsList ol{
	margin-left: 25px;
}

.searchResultsList ol li{
	list-style: decimal outside;
	line-height: 160%;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

* html .searchResultsList ol{
	margin-left: 0;
}

* html .searchResultsList ol li{
	list-style: inside;
}

*+html .searchResultsList ol{
	margin-left: 0;
}

*+html .searchResultsList ol li{
	list-style: inside;
}

.searchResultsList ol li .noteText{
	color: #666;
	margin-left: 10px;
}
/* Search Results setting End // */


/* // Contact Page Start */
table.contactList{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #DADADA;
}

table.contactList th, table.contactList td{
	padding: 5px;
}

table.contactList th{
	text-align: center;
	color: #335779;
	border: 1px solid #fff;
	background: #D1E5F7;
}

table.contactList td{
	border: 1px solid #DADADA;
	text-align:left;
}

table.contactList .contact
{
	width:16%;
	
}

table.contactList .position
{
	width:16%;
}

table.contactList .phone
{
	width:19%;
}

table.contactList .localtime
{
	width:19%;
}

table.contactList .email
{
	width:30%;
}
/* Contact Page End // */



/* // Site Map Navigation */
.siteMap{
	margin: 25px 5px 0 20px;
}

.siteMap li{
	display: block;
	background: url('../images/icon_red_dot.gif') no-repeat 0 9px;
	padding-left: 12px;
	line-height: 190%;
	font-size: 11px;
	font-weight: bolder;
}

.siteMap li a{
	color: #414141;
	text-decoration: none;
}

.siteMap li a:hover, .siteMap li.active{
	color: #F20017;
	text-decoration: none;
}

.siteMap li.active{
	cursor: default;
}

.siteMap li li{
	background: none;
	font-weight: normal;
	padding-left: 10px;
}

.siteMap li li a{
	color: #30417E;
}

.siteMap li li a:hover{
	color: #000 !important;
}


.rightCol .subContent .articleContent ul {
        padding-left: 20px;
}

.rightCol .subContent .articleContent ul li{
	list-style-position:outside;
        list-style-type:disc;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #444343;
}


.MsoNormal{
	/*RL -   I put this in here to overwrite the style setting for this tag.  It seems that ND have imported heaps of text from a MS-Office product, and it is polluted with microsoft rubbish */
	font-family: Arial, Helvetica, sans-serif;
	
}

/* Site Map Navigation // */


/* EDITOR PROPERTIES */

