/* CSS Document */

html, body
{
  height: 100%;
}

a 
{
  color: #0B5B57;
}

body {
  margin:0;
  padding:0;
  font-family:verdana, helvetica, sans-serif;
  font-size:12px;
  background: #ffffff url(../images/bkgd_tile.gif) repeat-y top left;
}

ul li
{
  padding-top: 5px;
}

#footer
{
  margin-left: 181px;
  height: 22px;
  line-height: 22px;
  background-color: #CCC;
  
}


.brokenlink
{
  color: Red;
  font-size: 14px;
}

.content
{
  z-index: 10;
}


.container {
  width:1024px;
  
}

.header {
  width:1024px;
  height:124px;
  background: #0B6569 url(../images/bkgd_top_left.gif) no-repeat top left;
}

.logo {
  position:relative;
  float:left;
}

.banner {
  height:843px;
  height:124px;
  margin-left:181px;
  background-image:url(../images/banners/home.jpg);
  background-repeat:no-repeat;
  text-align:right;
}

#healthservices .banner
{
  background-image:url(../images/banners/services.jpg);
}

#about .banner
{
  background-image:url(../images/banners/about.jpg);
}

#aged .banner
{
  background-image:url(../images/banners/aged.jpg);
}

#career .banner
{
  background-image:url(../images/banners/career.jpg);
}

#hospital .banner
{
  background-image:url(../images/banners/hospital.jpg);
}

#journey .banner
{
  background-image:url(../images/banners/journey.jpg);
}

#links .banner
{
  background-image:url(../images/banners/links.jpg);
}

#publichealth .banner
{
  background-image:url(../images/banners/pub_health.jpg);
}

#mentalhealth .banner
{
  background-image:url(../images/banners/mentalhealth.jpg);
}

#news .banner
{
  background-image:url(../images/banners/publications.jpg);
}

.bannerContent {
  position:relative;
  top:95px;
  right:10px;
}
.search {
  position:relative;
  float:right;
  width:235px;
}

.searchButton
{
  position:relative;
  top: 5px;
}

.topLinks 
{
  font-size:11px;
  position:relative;
  width:250px;
  float:right;
  top:9px;
  color:#0B7B77;
  font-weight:bold;
}

.topLinks a {
  color:#0B7B77;
  text-decoration:none;
}

.main_nav {
  font-size:11px;
  height:37px;
  background-color: #0B7B77;
  width:1024px;
padding-left:0px;
background-image:url(../images/topnavBkgd.gif);
background-repeat:repeat-x;
}

.main_nav ul {
  list-style-type:none;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 10px;
}

.main_nav ul li {
  display:inline;
}

.main_nav ul li a {
  display:block;
  float:left;
  padding:3px 10px 3px 18px;
  margin:4px 0px 5px 3px;
  font-family:arial, helvetica, sans-serif;
  font-weight:bold;
  text-decoration:none;
  color:#ffffff;

  border: 1px solid #41A79E;
  
  background-position: -1 -1;
  
  /*border-left: solid 1em #FF8;
border-right:1px solid #ffffff; */
}

.main_nav ul li a:hover {
  background-color:#DCEFE1;
  color:#000000;
  border: 1px solid #39A0A5; 
}

.main_nav ul li a#Header_About
{
  background-image: url(../images/mainnav/home.gif);
  background-repeat: no-repeat;
/*  border-left:1px solid #ffffff;*/
}
 
.main_nav ul li a#Header_Careers
{
  background-image:  url(../images/mainnav/careers.gif);
  background-repeat: no-repeat;
}

.main_nav ul li a#Header_HealthServices
{
  background-image:  url(../images/mainnav/services.gif);
  background-repeat: no-repeat;
}


.main_nav ul li a#Header_News
{
  background-image:  url(../images/mainnav/news.gif);
  background-repeat: no-repeat;
}


.main_nav ul li a#Header_PatientJourney
{
  background-image: url(../images/mainnav/journey.gif);
  background-repeat: no-repeat;
}

.ReferralForm td
{
  padding-top: 5px;
  padding-bottom: 5px;
}

.left_nav {
  width:181px;
  position:relative;
  float:left;
  background: #0B6569 url(../images/bkgd_left.jpg) no-repeat top left;
  height:250px;
  padding-top:20px;
}

.left_nav h2 {
  background-image:url(../images/sub_header.gif);
  background-repeat:no-repeat;
  margin:5px;
  padding:4px 0px 5px 25px;
  font-size:14px;
  font-weight:normal;
}

.main {
  position:relative;
  float:left;
  width:803px;
  padding:25px 15px;
}

* html .main 
{
  width: 790px;
}

.column1 {
  position:relative;
  float:left;
  width:580px;
  padding-right:10px;
  border-right:1px dashed #A6A9AC;
}

* html .column1 
{
  width: 565px;
}

.column2 {
  position:relative;
  float:left;
  width:160px;
  padding-left:15px;
}

* html .column2
{
  width: 120px;
}

h1 {
  color:#5BB783;
  font-size:16px;
  padding:0px;
  margin:0px;
}

h2 {
  color:#5BB783;
  font-size:14px;
  padding-top:10px;
  margin:0px;
}

h3 {

  font-size:12px;
  font-weight: bold;
  padding-top:10px;
  margin:0px;
}

.linkBox {
  background-color:#BBD9D7;
  width:210px;
  border:1px solid #67ACAC;
  font-family:arial, helvetica, sans-serif;
}
* html .linkBox
{
  width: 195px;
}
.linkBox h3 {
  background-color:#67ACAC;
  color:#ffffff;
  font-size:11px;
  padding:4px;
  margin:0;
}

.linkBox p {
  padding:8px;
  font-size:10px;
}

.linkBox ul {
  list-style-type:none;
  margin:10px 0px;
  padding:0px 9px;
}

.linkBox ul li {
  line-height:16px;
}

.linkBox a {
  text-decoration:none;
  font-weight:bold;
  color:#26A3DB;
}

div.breadCrumbs
{
  margin-bottom: 15px;
}

div.breadCrumbs a, div.breadCrumbs a:visited
{
  color: #444;
  font-weight: bold;
}

div.breadCrumbs a:hover
{
  color: #777;
}

.peopleTable td,  .meetingTable td
{
  vertical-align: top;
}

.meetingTable 
{
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  margin-bottom: 5px;
}

.meetingTable td
{
  border: 1px solid #000;
  border-left: none;
  border-top: none;
  padding:2px;
}

.table1
{
  border: 1px solid #67ACAC;
  border-left: none;
  border-bottom: none;
}

.table1 td 
{
  padding: 3px 2px;
  border: 1px solid #67ACAC;
  border-right: none;
  border-top: none;
}

/******************** NAVIGATION ************************/
.secondLevelNav:hover
{
  text-decoration: none;
}

.secondLevelNav 
{
  float: right;
  font-size:11px;
}

.secondLevelNav ul 
{
  padding:0;
  margin:0;
  list-style-type:none;
  width:169px;
}

.secondLevelNav ul li 
{
  padding: 0;
  float:left;
  width:169px;
}

.menu_popup
{
  z-index:500;
  position: absolute; 
  float:left;
  left: -1000px; 
  background-color: #D6E8DF;
}

.secondLevelNav a, .secondLevelNav a:hover
{
  display:block; 
  text-decoration:none;
  line-height:14px;
  padding: 4px 5px 4px 10px;
  font-weight: bold;
  color: #D6E8DF;
  border-left: solid 8px #2E9391;

  border-top: solid 1px #2E9391;


  margin-bottom: 8px;
}

#about .linkBox h3,
#careers .linkBox h3,
#healthservices .linkBox h3,
#news .linkBox h3,
#patientjourney .linkBox h3
{
  color: #FFF;
}

#about .secondLevelNav a, #about .secondLevelNav a:hover
{
  border-color: #A9C45B;
}

#about h1, #about h2, #about h3, #about h4
{
  color:#A9C45B;
}

#careers .secondLevelNav a, #careers .secondLevelNav a:hover
{
  border-color: #E88767;
}

#careers h1, #careers h2, #careers h3, #careers h4
{
  color:#F36E03;
}

#healthservices .secondLevelNav a, #healthservices .secondLevelNav a:hover
{
  border-color: #AFDAE3;
}
  
#healthservices h1, #healthservices h2, #healthservices h3, #healthservices h4  
{
  color: #047087;
}

#news .secondLevelNav a, #news .secondLevelNav a:hover
{
  border-color: #8C6EA4;
}

#news h1, #news h2, #news h3, #news h4  
{
  color: #542C74;
}

#patientjourney .secondLevelNav a, #patientjourney .secondLevelNav a:hover
{
  border-color: #F3CC7F;
}

#patientjourney h1, #patientjourney h2, #patientjourney h3, #patientjourney h4  
{
  color: #D38D03;
}

* html .secondLevelNav a,
* html .secondLevelNav a.topselected
, * html .secondLevelNav a:visited
{
  width:151px; w\idth:152px;
}

/* TOPLEVEL */

/* Items with no sub menu */

.secondLevelNav a:hover
{
  color: #000;
  background: #D6E8DF;
}

.secondLevelNav a.selected,
.secondLevelNav a.selected:hover
{
  font-weight: bold;
  color: #000;
  background: #D6E8DF;  
}

.secondLevelNav a.sub
{
}

.secondLevelNav a.subtopselected,
.secondLevelNav a.subselected,
.secondLevelNav a.topselected,
.secondLevelNav a.subtopselected:hover,
.secondLevelNav a.subselected:hover
{
  font-weight: bold;
  color: #000;
  background: #D6E8DF;  
/*  background: #F58A20 url(/images/triangle_hover.gif) no-repeat 148px 5px;
  color: #FFFFFF; */
}

.secondLevelNav a.sub:hover
{
  color: #000;
  background: #D6E8DF;  
}

/* POPUP */

.secondLevelNav .menu_popup a
{
  color: #0B6569;
  border:none;
  margin: 0;
  font-weight: normal;
/*  background: #E8E8CE; */
}

.secondLevelNav .menu_popup a:hover
{
  color: #000;
/*  background: #E8E8CE;
  color: #F58A20; */
}

.secondLevelNav .menu_popup a.sub
{
/*  background: #E8E8CE url(/images/triangle_orange_green.gif) no-repeat 152px 5px; */
}

.secondLevelNav .menu_popup a.sub:hover 
{
/*  background: #F58A20 url(/images/triangle_white.gif) no-repeat 152px 5px;
  color:#FFF; */
}

/* LEVEL 2 */

* html .secondLevelNav .level2 a, 
* html .secondLevelNav  .level2 a:hover,
* html .secondLevelNav  .level2 a:visited,
* html .secondLevelNav  .level2 a.topselected

{
  width:150px; w\idth:151px;
}

.secondLevelNav .level2 a, .secondLevelNav .level2 a:hover
{
  border: none;
  margin-bottom: 0;
  margin-left: 15px;
  padding-left: 4px;
  font-weight: normal;
}
.secondLevelNav .level2 a:hover
{
  filter: alpha(opacity=30);
  opacity:0.3;
}

.secondLevelNav .level2 a.topselected
{
  color: #000;
  background: #D6E8DF;  
  filter: alpha(opacity=30);
  opacity:0.3;
}

.secondLevelNav .level2 a.sub
{
}

.secondLevelNav .level2 a.sub:hover 
{
}

.secondLevelNav .level2 a.subtopselected,
.secondLevelNav .level2 a.subselected,
.secondLevelNav .level2 a.subtopselected:hover,
.secondLevelNav .level2 a.subselected:hover
{
  font-weight: bold;
  color: #000;
  background: #D6E8DF;  
}


/* LEVEL 3 */
.secondLevelNav .level3 a,
.secondLevelNav .level3 a:hover
{
}

.secondLevelNav .level3 a:hover
{
}


/* Sitemap Styles */

.siteMap ul, .siteMap li
{
  list-style: none;
  margin: 0;
  padding: 0;
}

.siteMap .depth1 li
{
  width: 270px;
  float:left;
}
.siteMap a
{
  display: block;
  padding-bottom: 3px;
}
.siteMap .depth2 li
{
  float:none;
}

.siteMap .depth1 a
{
  font-weight: bold;
}

.siteMap .depth2 a
{
  font-weight: normal;
}

.siteMap .depth2
{
  padding-bottom: 10px;
  display: block;
}

.siteMap .depth3
{
  margin-left: 15px;
  font-size: 90%;
}


.footer 
{
  background: transparent url(../images/footer.jpg) no-repeat right bottom;
  height: 67px;
}

.footer .footerLinks
{
  font-size: 11px;
  margin-top: 45px; 
  color: #0b7b77;
  font-weight: bold;
  text-align:center;
  margin-left: 201px;
}
.gradiant 
{
  background: transparent url(../images/gradiant.gif) repeat-y;
}

.linkToTop
{
  float: right;
  margin-top: 27px;
}

#MainForm
{
  height: 100%;
}

.containertable
{
  position: relative;
  height: 100%;
}

#contactTable td
{
  vertical-align: top;
}

.verttable td
{
vertical-align: top;
}