/*
*************************************************
		
		Ombudsman
		General Screen Styles
		
		Made with love by Icelab
		http://www.icelab.com.au/
		
*************************************************
*/

@import url("reset.css");

/*----- Generic ---------------------------*/

.wrapper:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*----- General ---------------------------*/

body {
	background: #1c1e21 url(/images/ui/body-bg.gif);
	color: #fafafa;
	font: normal 75%/1.5 Helvetica, Arial, Verdana, sans-serif;
	min-width: 960px; }

#content {
	background: #fafafa url(/images/ui/content-bg.gif);
	color: #504844;
	margin-top: -4px;
	padding: 12px 0 30px; }

	ul.link-list {
		list-style-image: url(/images/ui/more-arrow-grey.gif); }

	#content a:focus { outline:1px dotted #111; }

.wrapper {
	width: 960px;
	margin: 0 auto; }

.inline {
	display:inline; }

.block {
	display:block; }


/*----- Typography ------------------------*/

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #504844; margin-bottom: 10px; }
h1 { font-size: 285%; }
h2 { font-size: 150%; }
h3 { font-size: 133%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

.intro { font-size: 116%; }

p, ul, ol, blockquote { margin: 0 0 10px; }

	p.more {
		background: url(/images/ui/more-arrow.gif) 0 .55em no-repeat;
		padding-left: .8em; }
	
	ul {
		list-style-image: url(/images/ui/bullet-grey.gif);
		margin-left: 13px; }
	ol {
		list-style: decimal;
		margin-left: 16px; }
	li {
		margin-bottom: 3px; }

#quick-search input { font: normal 75%/1.4 Helvetica, Arial, Verdana, sans-serif; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.home h1 a, .home h2 a, .home h3 a, .home h4 a, .home h5 a, .home h6 a { text-decoration: none; }
.home h1 a:hover, .home h2 a:hover, .home h3 a:hover, .home h4 a:hover, .home h5 a:hover, .home h6 a:hover { text-decoration: underline; }

hr { background: #efefef; background: rgba(0,0,0,.08); border: 0; float: none; height: 0.1em; margin: 1.45em 0 1.45em; width: 100%; }

cite { font-style: italic; }

blockquote {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-weight: normal;
	margin-left: 10px; }

	blockquote.medium { font-size: 133%; }
	blockquote.large { font-size: 150%; }
	blockquote.xlarge { font-size: 200%; }

sup,
sub {
	font-size: 80%;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative; }

	sup { bottom: .8em; }
	sub { top: .5em; }


/*------------------------------------------- 
	Grids are sometimes good.
	
	* A structure for generic content based
		on the 960.gs framework.
-------------------------------------------*/

.grid_1 { width: 40px; }
.grid_2 { width: 100px; }
.grid_3 { width: 160px; }
.grid_4 { width: 220px; }
.grid_5 { width: 280px; }
.grid_6 { width: 340px; }
.grid_7 { width: 400px; }
.grid_8 { width: 460px; }
.grid_9 { width: 520px; }
.grid_10 { width: 580px; }
.grid_11 { width: 640px; }
.grid_12 { width: 700px; }
.grid_13 { width: 760px; }
.grid_14 { width: 820px; }
.grid_15 { width: 880px; }
.grid_16 { width: 940px; }
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px }
.alpha { margin-left: 0 }
.omega { margin-right: 0 }
.grid_right { float: right; }


/*----- Accessibility ----------------------------*/

#accessibility a {
	background: #777;
	color: #fff;
	display: block;
	left: 0;
	position: absolute;
	top: -999em;
	width: 100%; }

	#accessibility span {
		display: block;
		margin: .5em auto;
		width: 960px; }

	#accessibility a:focus {
		top: 0; }


/*----- Header ----------------------------*/

#header {}
	
	#header h1 {
		float: left;
		height: 55px;
		margin: 38px 0 42px;
		width: 280px; }
		
		#header h1 a {
			background: transparent;
			background-position: 0 0;
			background-repeat: no-repeat;
			display: block;
			height: 55px;
			line-height: 55px;
			text-decoration: none;
			text-indent: -999em;
			outline: none;
			width: 280px; }
			
			#header h1 a:hover {
				background-position: 0 -55px; }
	
#quick-search {
	float: right;
	margin-top: 60px; }
	
	#quick-search legend {
		display: none; }
	
	#quick-search label em { display: none; }
	
	#quick-search input {
		background: #444;
		border: 1px #625959 solid;
		position: relative;
		color: #fafafa;
		font-size: 116%;
		float: left;
		line-height: 1.6;
		margin: 5px 10px 0 0;
		padding: 3px 5px; }
	
	#quick-search button {
		background: url(/images/ui/search.gif) 0 0 no-repeat;
		border: 0;
		cursor: pointer;
		height: 34px;
		overflow: hidden;
		text-indent: -999em;
		width: 34px; }
		
		#quick-search button:hover {
			background-position: 0 -34px; }

#nav {
	clear: both;
	margin-left: 0; }
	
	#nav li {
		list-style: none;
		display: inline-block;
		float: left;
		margin-bottom: 0;
		position: relative;
		list-style: none; }
		
		#nav a {
			background-position: -10px -10px;
			background-repeat: no-repeat;
			background-image: url(/images/ui/nav-arrow.gif);
			display: block;
			padding-bottom: 4px;
			text-decoration: none; }
		
		#nav a span {
			background: transparent;
			color: #fafafa;
			cursor: pointer;
			display: inline-block;
			font-weight: bold;
			font-size: 133%;
			padding: 8px 17px 6px;
			text-shadow: rgba(0,0,0,0.01) 0 0 1px; }
		
		#nav a span.long {
			padding:8px 15px 6px; }
		
			#nav a:hover { background-position: bottom center; }
			#nav a:hover span { background: #686868; }
			#nav .selected a { background-position: bottom center; }
			#nav .selected a span, #nav .selected a:hover span { background: #bc2f34; }



/*----- Content ----------------------------*/

#article {
	display: inline;
	float: left;
	position: relative;
	margin-right: 10px;
	width: 700px; }

	#article h1 {
		background: url(/images/ui/article-header-bg.gif) center bottom no-repeat;
		color: #bc2f34;
		font-family: "Univers-Condensed", Helvetica, Arial, Verdana, sans-serif;
		font-weight: normal;
		letter-spacing: -.029em;
		margin-bottom: .1em;
		padding-bottom: 30px;
		text-shadow: rgba(0,0,0,0.01) 0 0 1px; }
	
	#article h2 { font-size: 133%; }
	#article h3 { font-size: 120%; }
	#article h4 { font-size: 110%; }
	#article h5 { font-size: 100%; }
	#article h6 { font-size: 100%; }
	
	#article ul, #article ol {
		margin-left: 0; }

	#article ul > li > ul > li {
		margin-left: 26px; }

	#article ul > li > ul > li > ul > li {
		margin-left: 39px; }

.footnotes {
	border-top: 3px solid #ebebeb;
	font-size: 91.6%;
	margin-top: 2em;
	padding-top: 1.5em; }

#search_a_to_z {
	margin-bottom:1em; }

/*----- Sidebar ----------------------------*/

#sidebar {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	width: 220px; }
	
	#sidebar a.section {
		background: #81272a;
		color: #fafafa;
		padding: 7px 10px 6px;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: .2em;
		font-weight: bold;
		font-size: 91%;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		text-shadow: rgba(0,0,0,0.01) 0 0 1px; }
		
	#section-nav {
		background: #81272a;
		padding-bottom: 4px;
		margin-left: 0;
		-webkit-border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px; }
		
		#section-nav li {
			list-style: none;
			margin-bottom: 0; }

		#section-nav ul {	
			margin-left: 0;
			margin-bottom: 0; }
		
		#section-nav a {
			border-top: 1px solid #8e3d40;
			color: #fafafa;
			display: block; 
			font-size: 116%;
			font-weight: bold;
			padding: 4px 10px 4px;
			text-decoration: none;
			text-shadow: rgba(0,0,0,0.01) 0 0 1px; }
		
			#section-nav .active {
				background: #bc2f34;
				padding: 3px 0; }
				
				#section-nav .active a {
					background: none;
					border: 0; }
				
				#section-nav .active li a {
					background-image: url(/images/ui/more-arrow-white.gif);
					background-repeat: no-repeat;
					background-position: 12px .8em;
					font-weight: normal;
					padding-left: 22px;
					text-shadow: none; }
			
			#sidebar a:hover.section,
			#section-nav a:hover {
				background: #5a1b1d; }
				
				#sidebar a.selected,
				#section-nav a.selected {
					text-decoration: underline; }


/*----- Generic Boxes ----------------------------*/

.box, .figure {
	background: #eee; 
	border: 1px #dedee1 solid;
	padding: 10px 12px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; }
	
	.box { margin-top: 16px; }
	
	.figure {
		float: right;
		margin: 0 0 10px 20px;
		padding: 5px 7px 0; }
		
		.legend { padding-bottom: 8px; margin: 0 5px; }
		.figure img { border: 1px solid #ccc; margin: 1px 0 3px; }
		.fig_left {
			float: left;
			margin: 0 20px 10px 0; }
		.figure a:hover img { border-color: #d4494e; }

	#sidebar .box h2 {
		text-transform: uppercase;
		letter-spacing: .2em;
		font-weight: bold;
		font-size: 91%;	}

.highlight {
	border-color: #f6de95;
	background: #fbfbe3; 
	padding: 10px 20px; }



/*----- Footer ----------------------------*/

#footer {
	border-top: 1px #313131 solid; }
	
	#footer ul {
		margin-left: 0;
		margin-bottom: 0; }
	
	#footer li {
		display: inline;
		float: left;
		margin-right: 30px;
		margin-bottom: 0;
		position: relative; }
		
		#footer a {
			color: #97989a;
			display: block;
			font-size: 116%;
			padding: 1em 0;
			text-decoration: none;	}

			#footer a:hover {
				color: #fff;
				text-decoration: underline; }



/*----- Page: Home ----------------------------*/

.home #content {
	background: transparent;
	color: #fafafa;
	padding-top: 0; }

	.home a {
		color: #fafafa; }
		
	.home a:hover {
		color: #d4494e; }
	
	.home p.more {
		background-image: url(/images/ui/more-arrow-white.gif); }

.home #feature {
	height: 300px;
	margin-bottom: 30px;
	padding: 20px 0; }
	
#start-nav {
	background: #fff;
	height: 260px;
	position: relative;
	width: 620px;
	margin: 0 auto;
	padding: 21px 0 19px;
	left: -205px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px; }
	
	#start-nav li { list-style: none; list-style-image: none; }

	#start-nav a {
		display: block;
		height: 85px;
		margin-bottom: 2px;
		outline: 0;
		text-decoration: none;
		text-indent: -999em;
		width: 620px; }
		
		#start-nav a:hover { background-position: 0px -85px; }
		
		.comp a { background: url(/images/ui/start-nav-comp.gif) 0 0 no-repeat; }
		.what a { background: url(/images/ui/start-nav-what.gif) 0 0 no-repeat; }
		.publ a { background: url(/images/ui/start-nav-publ.gif) 0 0 no-repeat; }
	
.home .intro {
	display: inline;
	float: left;
	font-size: 150%;
	position: relative;
	margin-right: 10px;
	width: 340px; }
	
.home .feature {
	display: inline;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	width: 400px; }
	
.home img {
	border: 1px #545454 solid; }
	
	.home a:hover img {
		border-color: #777; }
	
#multilingual-brochure ul {
	display: inline;
	float: left;
	height: 103px;
	position: relative;
	margin-right: 10px;
	overflow: hidden;
	width: 160px; }
	
	#multilingual-brochure li {
		position: absolute; }
		
	#multilingual-brochure img {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px; }

#multilingual-brochure h2,
#multilingual-brochure p {
	margin-left: 180px; }

	#multilingual-brochure p {
		font-size: 116%; }



/*----- Content tables ----------------------------*/

caption {
	padding: 0 0 5px 0;
	font-style: italic;
	text-align: center;
}

table {
	margin: 12px 0 20px;
	width: 700px; }

th {
	background: #ebebeb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	color: #423e3e;
	font-weight: bold;
	padding: 6px 6px 6px 12px;
	text-align: left;
	text-shadow: rgba(0,0,0,0.01) 0 0 1px; }

th.nobg, td.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #dbdbdb;
	background: none; }

tbody th {
	border-left: 1px solid #dbdbdb; }

td {
	border: 1px solid #dbdbdb;
	background: #fff;
	padding: 6px 6px 6px 12px; }

td.alt {
	background: #f1f1f1; }

/*----- Doc icons ----------------------------*/

.doc { background: url(/images/ui/icon-doc.gif) right 0 no-repeat; padding-right: 35px; }
.pdf { background: url(/images/ui/icon-pdf.gif) right 0 no-repeat; padding-right: 34px; }
.rtf { background: url(/images/ui/icon-rtf.gif) right 0 no-repeat; padding-right: 34px; }
.zip { background: url(/images/ui/icon-zip.gif) right 0 no-repeat; padding-right: 33px; }

.ext { background: url(/images/ui/icon-ext.gif) right center no-repeat; padding-right: 11px; }