/* 	Style sheet: main.css
	Site: FaHCSIA Internet Reports
	Author: Chris Lamb
	---------------------------------------------------------------------------------------
*/
/* 	Global reset  */
* {margin:0; padding:0;}

/* 	Core styles */
body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #222;
	margin:0;
	padding:0;
}	
h1 {
	font-size:1.5em;
	margin: 10px 0;
}
h2 {
	font-size: 1.35em;
	margin: 10px 0;
}
h3 {
	font-size: 1.2em;
	margin: 10px 0;
}
h4 {
	font-size: 1.1em;
	margin: 5px 0;
}
p {
	line-height:1.3em;
	padding: 5px 0;
}

p.indent1 {
	line-height:1.3em;
	padding: 5px 0;
	margin-left: 25px;
}
p.tableindent1 {
	margin-bottom: -0.1em;
	margin-top: -0.5em;
	margin-left: 15px;
}
p.tableindent2 {
	margin-bottom: -0.1em;
	margin-top: -0.5em;
	margin-left: 30px;
}
p.tblhead {
	margin-top: -0.1em;
	margin-bottom: -0.1em;
	text-align: center;
	padding-left: 0em;
	padding-right: 2.7em;
}
div.box {
	margin-left: -0.25em;
	padding: 0em 0.35em;
	background-color: #F2F8F9;
	border: 1px solid #F2F8F9;
}
a:link, a:active {color:#006999;}
a:visited {color: #722;}
a:hover {text-decoration: none;}
a:focus {background-color: #DDD;}

ul, ol {
	margin-left:25px;
	line-height:1.25em;
	padding:5px 0 5px 0;
}
table {
	border:none;
	margin-bottom:10px;
}
th {
	text-align:left;
	background-color: #F2F8F9;
	padding:4px;
	border-bottom:1px solid #006999;
	vertical-align: top;
}
td {
	margin: 0;
	padding:4px;
	border-bottom: 1px solid #83C0D3;
	vertical-align: top;
}
caption {
	font-weight: bold;
	background-color: #F2F8F9;
	text-align: left;
	margin-top:10px;
	padding: 4px;
	border-top: 1px solid #006999;
}
hr {
	color: #006F99;
	height: 1px;
	border: none;
	margin:10px 0;
	background-color: #006999;
}
img {border:none;}
blockquote {padding: 5px 30px;}
blockquote span {text-align: right; display: block; color: #333; font-size: .95em;}
	
/* Banner */
.offleft {position: absolute; left:-99em; background-color:#FFF;}
.offleft a {background-color:#FFF;}
.offleft a:focus {position: absolute; left: 99em;}

#banner {background: #000050 url("../images/banner_bk.jpg") top left repeat-x;}
#banner div {background: url("../images/banner_bk_graph.jpg") bottom right no-repeat;}
.swirl #banner div {background: url("../images/banner_bk_swirl.jpg") bottom right no-repeat;}
.leaf #banner div {background: url("../images/banner_bk_leaf.jpg") bottom right no-repeat;}

/* Main Nav */
#mainnav {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #931F2C url("../images/mainnav_bkg.gif") bottom left repeat-x;
	padding-bottom: 8px;
}	
#mainnav ul {list-style-type: none; margin: 0;}
#mainnav li {display: inline;}	
#mainnav a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 10px;
	background-color: #931F2C;
	border-top: 1px solid #FFF;
	font-weight: bold;
	font-size: .95em;
}	
#mainnav a:hover, #mainnav a:focus {
	color: #006999;
	background-color: #FFF;
}
#breadcrumbs {margin: 10px 13px; font-size: .9em;}



/* Wrapper */
#wrapper {margin: 0 13px; border-top: 28px solid #D0DDE3;}
#wrapperpic {
	position: relative;
	top: -28px;
	height: 28px;
	width: 180px;
	float: right;
}
.careers #wrapperpic {background: url("../images/careers.jpg") top right no-repeat;}
.carers #wrapperpic {background: url("../images/carers.jpg") top right no-repeat;}
.child #wrapperpic {background: url("../images/child.jpg") top right no-repeat;}
.community #wrapperpic {background: url("../images/community.jpg") top right no-repeat;}
.corporate #wrapperpic {background: url("../images/corporate.jpg") top right no-repeat;}
.disability #wrapperpic {background: url("../images/disability.jpg") top right no-repeat;}
.family #wrapperpic {background: url("../images/family.jpg") top right no-repeat;}
.gamblingdrugs #wrapperpic {background: url("../images/gamblingdrugs.JPG") top right no-repeat;}
.housing #wrapperpic {background: url("../images/housing.JPG") top right no-repeat;}
.indigenous #wrapperpic {background: url("../images/indigenous.jpg") top right no-repeat;}
.international #wrapperpic {background: url("../images/international.jpg") top right no-repeat;}
.mentalhealth #wrapperpic {background: url("../images/mentalhealth.jpg") top right no-repeat;}
.news #wrapperpic {background: url("../images/news.jpg") top right no-repeat;}
.search #wrapperpic {background: url("../images/search.jpg") top right no-repeat;}
.seniors #wrapperpic {background: url("../images/seniors.jpg") top right no-repeat;}
.volunteer #wrapperpic {background: url("../images/volunteer.jpg") top right no-repeat;}
.women #wrapperpic {background: url("../images/women.JPG") top right no-repeat;}

/* Local navigation */
#leftcol {
	border: 2px solid #D0DDE3;
	border-top: none;
	width: 190px;
	float: left;
}
#leftcol ul {
	list-style-type: none;
	margin: 2px;
}
#leftcol a {
	border: 1px solid #FFF;
	text-decoration: none;
	display: block;
	padding: 3px 14px;
	color: #003663;	
}
#leftcol a:hover, #leftcol a:focus {border: 1px solid #D0DDE3; color: #8E4B5D;}
#leftcol ul ul {margin-left: 0; padding: 0;}
#leftcol ul ul a {padding-left: 30px;}
#content {margin-left: 210px;}

/* Next and Previous Links */
.next_prev li {list-style-type: none; display: inline; font-size: .9em;}
.next_prev a {padding: 2px 16px;}
.next_prev .prev {border-right: 1px solid #D0DDE3; background: url("../images/prevpg.gif") center left no-repeat;}
.next_prev .next {background: url("../images/nextpg.gif") center right no-repeat;}
	
/* Footer */
#footer {
	clear: both;
	margin: 0 10px;
	padding: 7px 3px 3px 3px;
	border-top: 1px solid #D0DDE3;
}
#footer ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#footer li {display: inline;}
#footer p {float: right;}	
#footer a {
	border-right: solid 1px #666;
	padding-right: 6px;
	margin-right: 4px;
	color: #04709D;
}
#footer a.last {border: none;}

/* Misc Styles */
.highlight {margin: 5px; padding: 5px; border: 1px solid #A71930; background-color: #EDDFD7;}
.highlight a {background-color: #FFF;}
.footnotes {font-size: .85em; margin: 10px 50px 10px 30px; border-top: 1px solid #999; padding: 5px;}
.nowrap {white-space:nowrap;}
.wrapword {word-wrap:break-word;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.small {font-size:0.8em;}
.large {font-size:1.4em;}
.caps {text-transform:uppercase;}
.cntr {text-align:center;}
.rght {text-align:right;}
