/* Main application stylesheet */
/* general tag styles */
body {
    background-color: #fff;
    text-align: center;
    font-size: 80%;
    font-family: tahoma, verdana, sans-serif;
    color: #000;
    margin: 0px;
    } 

img { border: 0px; } 

table { border-collapse: collapse; font-size: 100%; }

h1 {
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	color: #085038;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: solid 1px #085038;
	padding-bottom: 2px;
}

h2{ font-size: 1.375em; font-weight: normal; font-family: 'Times New Roman', serif; color: #074F37; }

td { 
    vertical-align: top; 
    text-align: left;
    }         
    
th {
   vertical-align: top;
   text-align: left;
   font-weight: bold;
   }

a { color: #000; }

input {
    font-size: 11px;
    padding: 3px;
    }

textarea {
    font-size: 11px;
    padding: 3px;
    }

form { margin: 0px; padding: 0px; }

/* useful general styles */
.bold {
    font-weight: bold;
    }

.center, .centered  {
    text-align: center;
    } 
    
.italic{
 font-style: italic;
}

.underline{
	text-decoration: underline;
}
	
.green{
	color: #074F37;
}

.sml-title{
	font-size: 10px;
	font-weight: bold;
}
.sml-date{
	color: #aaa;
	font-size: 9px;
}

ol.alpha {
    list-style-type: lower-alpha;
    }

/* outer container styles */
#primary_top {
    margin: auto;
    width: 780px;
	}

#secondary_top {
    width: 760px;
	height: 92px;
	padding: 0px;
    float: left;
    text-align: center;
    background: url(/images/main-bg.gif);
	padding-left: 10px;
	padding-right: 10px;
	}
	
.news-box{
	float: left;
	width: 147px;
}

.large-news-box {
    float: left;
    width: 90%;
}

.large-news-title {
    font-size: 14px !important;
}

.news-title{
	font-weight: bold;
	font-size: 10px;
}
.news-date{
	color: #999;
	font-size: 9px;
}
.news-text{
	font-size: 10px;
}
.news-divider{
	float: left;
	width: 147px;
	height: 2px;
	margin: 10px 0px 10px 0px;
	border-bottom: dotted 1px #000;
}
.orange{
	color: #F89921;
}
.orange a{
	color: #F89921;
	text-decoration: none;
}
.orange a:hover{
	color: #000;
	text-decoration: underline;
}
.large-news-divider{
	float: left;
	width: 90%;
	height: 2px;
	margin: 10px 0px 10px 0px;
	border-bottom: dotted 1px #000;
}

.news-image {
    float: right;
	border: solid 1px #000;
	margin-left: 10px;
	margin-bottom: 10px;
}

.checklist{ list-style-image: url(/images/check.gif); }
.checklist-empty{ list-style-image: url(/images/check-empty.gif); }

#middle {
    float: left;
	margin: auto;
    width: 100%;
	background: #c8c8c8;
	}
#primary_middle {
    margin: auto;
	width: 780px;
	}

#secondary_middle {
    width: 760px;
    height: 265px;
	padding: 0px;
    float: left;
    text-align: center;
    background: url(/images/middle-bg.gif);
	padding-left: 10px;
	padding-right: 10px;
    }
	
#middle-left{
	float: left;
	width: 146px;
	height: 225px;
	background: url(/images/health-news-bg.jpg) no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	display: inline;
	text-align: left;
}
#middle-right{
	float: left;
	width: 564px;
	height: 245px;
	background: url(/images/health-news-bg.jpg) no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
}
	
#primary_bottom {
    margin: auto;
    width: 780px;
	}

#secondary_bottom {
    width: 770px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 1px;
    float: left;
    text-align: center;
    background: url(/images/main-bg.gif) repeat-y;
	display: inline;
    }

#breadcrumb{
	float: left;
	width: 750px;
	height: 21px;
	padding-top: 4px;
	padding-left: 10px;
	font-size: 13px;
	border-top: solid 2px #f89921;
	border-bottom: solid 1px #fec63f;
	background: url(/images/breadcrumb-bg.gif) repeat-x;
	text-align: left;
	color: #333;
}
	
/* content_for_layout container */
#main_content {
    float: left;
    width: 100%;
    height: auto;
    font-size: 100%;
    text-align: left;
	display: inline;
	}

#main_content #main_content_inner {
    float: left;
	width: 740px;
	padding: 10px;
	}

/* header */
#header { 
    float: left; 
    text-align: left;
	width: 760px;
	height: 89px;
    border-bottom: solid 2px #f89921;
	}

#header #logo { 
	float: left;
	width: 164px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
	}
	
#search{
	float: right;
	width: 230px;
	height: 58px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-size: 10px;
	color: #999;
}
#search .input-text{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 145px;
	height: 16px;
	color: #999;
	padding-top: 2px;
	padding-left: 5px;
	margin-bottom: 3px;
}
#search .button{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 3px;
}
#search a{
	color: #999;
	text-decoration: none;
}
#search a:hover{
	text-decoration: underline;
}

/* navbar */
/* horizontal navbar */
#navbar {
    float: right;
    width: 575px;
    height: 21px;
	}

#navbar ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style-type: none;
    text-align: left;
    }
    
#navbar ul li {
    margin: 0px;
    padding: 0px;
    font-size: 9px;
    width: auto;
    float: left;
    }
  
#navbar ul li a {
    display: block;
    height: 21px;   
    }

#navbar ul .home{
	width: 60px;
	height: 21px;
	margin-right: 1px;
	background: url(/images/nav/home.gif);
}
#navbar ul .background{
	width: 92px;
	height: 21px;
	margin-right: 1px;
	margin-left: 1px;
	background: url(/images/nav/background.gif);
}
#navbar ul .services{
	width: 76px;
	height: 21px;
	margin-right: 1px;
	margin-left: 1px;
	background: url(/images/nav/services.gif);
}
#navbar ul .locations{
	width: 80px;
	height: 21px;
	margin-right: 1px;
	margin-left: 1px;
	background: url(/images/nav/locations.gif);
}
#navbar ul .useful{
	width: 133px;
	height: 21px;
	margin-right: 1px;
	margin-left: 1px;
	background: url(/images/nav/useful.gif);
}
#navbar ul .jobs{
	width: 95px;
	height: 21px;
	margin-right: 1px;
	margin-left: 1px;
	background: url(/images/nav/jobs.gif);
}
#navbar ul .advice_centre{
	width: 106px;
	height: 21px;
	margin-right: 1px;
	margin-left: 1px;
	background: url(/images/nav/advice.gif);
}
#navbar ul .news{
	width: 58px;
	height: 21px;
	margin-right: 1px;
	margin-left: 1px;
	background: url(/images/nav/news.gif);
}
#navbar ul .contact{
	width: 71px;
	height: 21px;
	margin-right: 1px;
	margin-left: 1px;
	background: url(/images/nav/contact.gif);
}
    
#navbar ul li a:hover {
    }

#navbar ul li a:hover, #navbar li.sfhover ul {
	color: #079A79;
	padding-left: 0px;
}

#navbar li ul{
	position: absolute;
	left: -999px;
	z-index: 1;
	width: 160px;
}

/*#navbar li ul li{
 width: 150px;
 padding: 5px;
 padding-bottom: 8px;
 font-size: 11px;
 font-weight: bold;
 background: #F7FFF4;
 color: #074F37;
 border: solid 1px #555;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}*/

#navbar li ul li a{
 color: #074F37;
 text-decoration: none;
 width: 170px;
 padding: 5px;
 padding-bottom: 0px;
 font-size: 11px;
 font-weight: bold;
 background: #F7FFF4;
 color: #074F37;
 border: solid 1px #555;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
}
 
#navbar li:hover ul, #navbar li.sfhover ul{
	left: auto;
}

#navbar li:hover ul li ul, #navbar li.sfhover ul li ul{
	position: absolute;
	left: -999px;
	z-index: 100;
}

#navbar li ul li:hover ul{
 left: auto;
 margin-left: 182px;
 }
 
#navbar li ul li a:hover, #navbar li ul li a.sfhover{
 padding-left: 5px;
}

.more-dropdown{
 background: url(/images/more-dropdown.png) right;
}

/* footer */
#footer-holder{
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}
#footer {
 margin: auto;
	width: 780px;
 height: 66px;
	padding-top: 20px;
 font-size: .8em;
 background: url(/images/main-bottom.gif) no-repeat;
	margin-bottom: 10px;
} 

#footer #copyright, #footer #credits, #footer #credits a {
    }
