/* cross-browser settings */
* {
	margin: 0;
	padding: 0;
}

/* general styles */
body {
	height: 100%;
	font: 0.8em/150% 'Helvetica', sans-serif;
/*	font: 0.8em/150% Optima, Candara, Calibri, "Palatino Linotype", "Lucida Fax", "Trebuchet MS", Georgia, serif;*/
/*	background: #680003 url("images/bg_body.gif") 0 0 repeat-x;*/
	background: #9e0b0f url("images/bg_body.gif") 0 0 repeat-x;
}

img {
	border: 0;
}

.wrapper {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	color: #000;
}


a[href ^="http:"] {
	background: url("images/icon_external.gif") right top no-repeat;
	padding-right: 20px;
}

a[href ^="http://healthbulletin.org.au"], a[href^="http://www.healthbulletin.org.au"], a[href^="http://10.79.66.23"], a[href^="http://www.healthinfonet.ecu.edu.au"] {
	background-image: none;
	padding-right: 0px;
}


a[href ^="mailto:"] {
	background: url("images/icon_email.gif") right top no-repeat;
	padding-right: 20px;
}

a[href $=".pdf"], a[href ^=".pdf#"], a[href ^=".pdf?"], a[href ^=".PDF"], a[href ^=".PDF#"] a[href ^=".PDF?"] {
	background: url("images/icon_pdf.gif") right top no-repeat;
	padding-right: 20px;
}

a[href $=".doc"] {
	background: url("images/icon_word.gif") right top no-repeat;
	padding-right: 20px;
}

.clearer {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

/* global header */
#globalHeader {
	clear: both;
	float: left;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #000;
	border-bottom: 5px solid #666;
}
#globalHeader div {
	width: 950px;
	margin: 5px auto;
}
#globalHeader h1 {
	font-size: 1.0em;
	float: right;
}

#globalHeader ul {
	margin: 0px;
	list-style-type: none;
}
#globalHeader li {
	display: inline;
	margin-right: 1em;
	color: #fff;
}

#globalHeader a, #globalHeader a:visited {
	color: #ccc;
	text-decoration: underline;
}

#globalHeader a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Header */
#header {
	float: left;
	width: 100%;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

#header #title {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: bold 1.7em "Trebuchet MS", sans-serif;
	text-align: left;
}

#header #title a {
	color: #fff;
	text-decoration: none;
}

#header div#description {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	color: #fff;
	font-size: 1.2em;
	text-align: left;
}

/* Navigation */

#navigation a
{
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-left: 10px;
	margin: 0px 0px 0px 10px;
	font-size: 1.2em;
	font-weight: 600;
	width: 90px;
	cursor: pointer;
}

#navigation .none a
{
	background: #6f0505 url("images/left_tab.gif") left top no-repeat;
	height: 28px;
}

#navigation .none a span
{
	background: url("images/right_tab.gif") right top no-repeat;
	padding: 5px 10px 0 0;
	height: 23px;
}

#navigation .select a
{
	background: #e2b01b url("images/left_tab_select.gif") left top no-repeat;
	height: 28px;
	color: #000;
}

#navigation .select a span
{
	background: url("images/right_tab_select.gif") right top no-repeat;
	padding: 5px 10px 0 0;
	height: 23px;
}

#navigation a, #navigation a span
{
	display: block;
	float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
	float: none
}
/* End IE5-Mac hack */

#navigation
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li
{
	float: left;
	display: block;
	margin-top: 10px;
	padding: 0;
}

.tabsline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 7px;
	line-height: 7px;
	background: #9e0b0f;
}


/**************************/
/* style for body content */
/**************************/
#contents h3 {
	margin: 20px 10px;
	padding: 10px 20px;
	font: bold 1.0em 'arial', sans-serif;
	text-align: left;
}

#contents blockquote {
	padding: 10px;
	background: #efefef;
	border: #999;
}

#contents {
	float: left;
	width: 700px;
	margin: 20px 0px 0px;
	padding: 0px;
	font-size: 1.0em;
	text-align: left;
}

#contents_body a {
	color: #930;
	text-decoration: none;
	border-bottom: dotted 1px #930;
}

#contents_body a:hover {
	color: #0a4366;
	border-bottom: solid 1px #0a4366;
}

#contents #contents_body li p.date {
	font-size: 0.8em;
	color: #333;
	float: none; 
	margin: 0px; 
}

#contents h2 {
	margin: 0px;
	padding: 0px;
	color: #0a4366;
	font: bold 1.3em Arial, serif;
	text-align: left;
}

#contents h2.no_posts {
/*	color: #66aad4;*/
	color: #666;
}

#contents #contents_body {
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	width: 700px;
	background: #fff url('images/box_bottom.gif') no-repeat left bottom;
	line-height: 1.5em;
}

#contents #contents_body .extra {
	font: normal 0.8em Arial;
	padding: 5px 0px 10px 0px;
}

#contents #contents_body .extra a {
	border-bottom: dotted 1px #666;
	color: #666;
}

#contents #contents_body .extra a:hover {
	border-bottom: solid 1px #666;
	color: #666;
}

#contents #contents_body .extra_post {
	margin: 10px 0px;
	padding: 5px;
	background: #ffe4af;
	border: 1px solid #b2b2b2;
/*
	border-bottom: 1px dashed #b2b2b2;
	border-top: 1px dashed #b2b2b2;
*/
}

#contents #contents_body h1 {
	padding: 20px 20px 0px 20px;
	color: #000;
	margin-bottom: 10px;
	font: bold 1.7em "Trebuchet MS", sans-serif;
}

#contents #contents_body .post {
/*	border-bottom: 3px solid #ccc; */
	margin: 0 20px 10px 20px;
}

hr {
	width: 95%;
	text-align: center;
	border: 1px solid #ccc;
	margin: 10px auto;
}

#contents #contents_body .post p {
	padding: 0px 0px 10px 0px;
}

#contents #contents_body .post ul, #contents #contents_body .post ol {
	margin: 0 20px 10px 20px;
}

#contents #contents_body .contents_inner {
	background: transparent url('images/box_top.gif') no-repeat left top;
}

#contact {
	color: #fff;	
	display: inline; /* for IE double margin float bug */
	float: right;
	text-align: right;
	width: 260px;
}

#contact h3 {
	font-size: 1.2em;
}
/*****************************/
/* style for definition list */
/*****************************/
dl.list {
	margin: 0;
	padding: 0;
}

.list dt {
	margin: 0;
	padding: 0;
	font-weight: 800;
}

.list dd {
	margin: 0 0 0.5em 0;
	padding: 0;
}

/*****************************/
/* style for staff profile   */
/*****************************/
.profile_img {
	float: right;
	border: 1px solid #999;
	padding: 3px;
	margin: 0 0 0 1em;
}

dl.profile
{
	margin: 0;
	padding: 0;
}

.profile dt
{
	position: relative;
	left: 0;
	top: 1.6em;
	width: 9em;
	font-weight: 800;
}

.profile dd
{
	border-left: 1px solid #000;
	margin: 0 0 0 10em;
	padding: 0 0 .5em .5em;
}

/*************************/
/* style for gallery box */
/*************************/
#contents #contents_body .photo_gallery {
	margin: 20px auto;
	width: 435px;
	height: 95px;
	background: url('images/box_gallery.gif') no-repeat 0 0;
	padding: 10px 0px;
	text-align: center;
}
#contents #contents_body .photo_gallery a {
	border: none;
}


.thumb {
	float: right;
	border: 1px solid #999;
	text-decoration: none;
	padding: 3px;
	margin: 0px 0px 10px 10px;
}


/**************************/
/* style for page navi    */
/**************************/

#pagenavi {
	margin: 10px 20px;
	height: 30px;
}

#pagenavi span.pages {
	color: #666;
}

#pagenavi .current {
	padding: 2px 5px;
	font-weight: 800;
}

#pagenavi a {
	padding: 2px 5px;
	border: none;
}

#pagenavi a:hover {
	padding: 2px 4px;
	border: 1px solid #9e0b0e;
}

/***********/
/* sidebar */
/***********/

#firstSide {
	float: left;
}

.sidebar {
	width: 230px;
	margin: 20px 0px 10px 10px;
	padding: 0px;
	font-size: 1.0em;
	text-align: left;
	color: #fff;
}

.sidebar select {
	font: 1.1em Arial, sans-serif;
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
	padding: 2px;
	width: 230px;
}

.sidebar h4 {
	margin: 20px 0px 5px 0px;
/*	padding: 8px 10px 0px 10px;*/
	padding: 0px;
	color: #ffcc33;
	font: bold 1.3em 'arial', sans-serif;
	text-align: left;
/*	background: transparent url("images/bg_side_header.gif") no-repeat 0 0;*/
/*	height: 35px;*/
/*	border-bottom: 1px solid #fffff0;*/
}

.sidebar ul {
	list-style: circle;
}

.sidebar p {
	padding: 3px 0px 3px 0px;
}

.sidebar li {
	line-height: 0;
}

.sidebar li a {
	display:block;
	line-height: normal;
	padding: 3px 0px 3px 10px;
	color: #fff;
	font-size: 1.0em;
	text-align: left;
	text-decoration: none;
}

.sidebar li a:hover {
	text-decoration: underline;
}

.sidebar a {
	color: #fff;
	text-decoration: underline;
}

.sidebar a:hover {
	color: #fff;
	text-decoration: none;
}

.sidebar input.searchBox {
	margin: 0px;
	padding: 6px 5px 5px 30px;
	width: 200px;
	height: 27px;
	background: transparent url("images/box_search.gif") no-repeat 0 0;
	border: none;
	color: #666;
}

.sidebar .tool {
	background: transparent url("images/box.gif") no-repeat 0 0;
	width: 230px;
	height: 27px;
	padding: 5px 0px 0px 10px;
	margin: 0px 0px 5px 0px;
	color: #000;
}

ul#rssli {
	height: 14px;	
	background: transparent url("images/icon_rss.gif") no-repeat 0 50%;
	padding: 0 0 0 15px;
	margin: 0;
}

.feed {
	height: 14px;
	margin: 0;
	padding: 0 0 0 19px;
	background: transparent url("images/icon_rss.gif") no-repeat 0 50%;
}

ul#fontsize li, ul#rssli li {
	display: inline;
	list-style-type: none;
	color: #000;
	margin: 0;
	padding: 0;
}

#fontsize a:link, #fontsize a:visited, #rssli a:link, #rssli a:visited {
	float: left;
	color: #000;
	text-decoration: underline;
}

ul#topics {
	margin-left: 20px;
}

.sidebar .tool a {
	color: #000;
	text-decoration: none;
}

/**********/
/* footer */
/**********/

#footer {
/*	background: transparent url("../images/bg_footer.gif") 0 20px no-repeat;*/
	background: #000;
	color: #fff;
	clear: both;
	width: 100%;
	height: 240px;
	margin: 0;
	padding: 30px 0px 0px 0px;
	display: block;
	position: relative;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
  background-color: transparent;
}

#footer #sitemap {
	color: #fff;
	float: left;
}

#footer ul li {
	float: left;
	display: inline;
	margin-left: 35px;
	padding-left: 1px;
}

#footer ul li.first {
	margin-left: 0;
}

#footer ul dt a {
	font-weight: 800;
	margin-bottom: 0.6em;
	font-size: 1.1em;
	color: #ffcc33;
}

#footer ul dd {
  margin-bottom: 0.2em;
}

/************** line box **************/
.box {
    border: solid 1px #ccc;
    padding: 5px;
    margin-bottom: 10px;
}


.box img {
    float: left;
    margin-right: 10px;
}

.box p {
    margin-left: 10px;
    float: left;
}